===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mumble-1.3.2/macx/scripts/build-overlay-installer-17-cp icons/mumble.osx.installer.png ${root}/Resources/bg.png
mumble-1.3.2/macx/scripts/build-overlay-installer:18:VERSION=`defaults read "${PWD}/macx/osax/osax" "MumbleOverlayVersion"`
mumble-1.3.2/macx/scripts/build-overlay-installer:19:MINCLIENT=`defaults read "${PWD}/macx/osax/osax" "MumbleOverlayMinMumbleVersion"`
mumble-1.3.2/macx/scripts/build-overlay-installer-20-echo "<upgrade version=\"${VERSION}\" minclient=\"${MINCLIENT}\" />" > ${root}/upgrade.xml
##############################################
mumble-1.3.2/installer/build_installer.pl-27-	close(F);
mumble-1.3.2/installer/build_installer.pl:28:	system("msitran -g $dir\\en-us\\Mumble.msi $dir\\$culture\\Mumble.msi $langcode");
mumble-1.3.2/installer/build_installer.pl-29-	print "\n";
##############################################
mumble-1.3.2/installer/build_installer.pl-35-	print "$_\n";
mumble-1.3.2/installer/build_installer.pl:36:	system("msidb -d $dir\\Mumble.msi -r $_");
mumble-1.3.2/installer/build_installer.pl-37-	unlink("$_");
##############################################
mumble-1.3.2/installer/build_installer.pl-39-
mumble-1.3.2/installer/build_installer.pl:40:system("msiinfo $dir\\Mumble.msi /p $platform;1033," . join(",", @LANG));
##############################################
mumble-1.3.2/qmake/protoc.pri-46-		} else {
mumble-1.3.2/qmake/protoc.pri:47:			TARGET_TRIPLE = $$system($${QMAKE_CC} -dumpmachine 2>/dev/null)
mumble-1.3.2/qmake/protoc.pri-48-			!isEmpty(TARGET_TRIPLE) {
mumble-1.3.2/qmake/protoc.pri-49-				isEmpty(PROTOC) {
mumble-1.3.2/qmake/protoc.pri:50:					PROTOC=$$system(which $$TARGET_TRIPLE"-protoc" 2>/dev/null)
mumble-1.3.2/qmake/protoc.pri-51-				}
mumble-1.3.2/qmake/protoc.pri-52-				isEmpty(PROTOC) {
mumble-1.3.2/qmake/protoc.pri:53:					PROTOC=$$system(which $$TARGET_TRIPLE".static-protoc" 2>/dev/null)
mumble-1.3.2/qmake/protoc.pri-54-				}
mumble-1.3.2/qmake/protoc.pri-55-				isEmpty(PROTOC) {
mumble-1.3.2/qmake/protoc.pri:56:					PROTOC=$$system(which $$TARGET_TRIPLE".shared-protoc" 2>/dev/null)
mumble-1.3.2/qmake/protoc.pri-57-				}
##############################################
mumble-1.3.2/qmake/cplusplus.pri-119-	CONFIG(c++11)|CONFIG(c++14)|CONFIG(c++1z) {
mumble-1.3.2/qmake/cplusplus.pri:120:		MULTIARCH_TRIPLE = $$system($${QMAKE_CC} -print-multiarch 2>/dev/null)
mumble-1.3.2/qmake/cplusplus.pri-121-		!isEmpty(MULTIARCH_TRIPLE) {
##############################################
mumble-1.3.2/qmake/pkgconfig.pri-29-	pkg = $$1
mumble-1.3.2/qmake/pkgconfig.pri:30:	system($$PKG_CONFIG --exists $$pkg) {
mumble-1.3.2/qmake/pkgconfig.pri-31-		PKGCONFIG *= $$pkg
##############################################
mumble-1.3.2/qmake/compiler.pri-64-		MUMBLE_ARCH = x86
mumble-1.3.2/qmake/compiler.pri:65:		include(toolchain/$${CURRENT_MKSPEC}/x86-xp.toolchain)
mumble-1.3.2/qmake/compiler.pri-66-	}
##############################################
mumble-1.3.2/qmake/compiler.pri-69-		MUMBLE_ARCH = x86_64
mumble-1.3.2/qmake/compiler.pri:70:		include(toolchain/$${CURRENT_MKSPEC}/x64.toolchain)
mumble-1.3.2/qmake/compiler.pri-71-	}
##############################################
mumble-1.3.2/src/HostAddress.cpp-113-
mumble-1.3.2/src/HostAddress.cpp:114:void HostAddress::toSockaddr(sockaddr_storage *dst) const {
mumble-1.3.2/src/HostAddress.cpp-115-	memset(dst, 0, sizeof(*dst));
##############################################
mumble-1.3.2/src/mumble/mumble.pro-288-
mumble-1.3.2/src/mumble/mumble.pro:289:unix:!CONFIG(bundled-speex):system($$PKG_CONFIG --atleast-version=1.2 speexdsp):system($$PKG_CONFIG --atleast-version=1.2 speex) {
mumble-1.3.2/src/mumble/mumble.pro-290-  CONFIG *= no-bundled-speex
##############################################
mumble-1.3.2/src/mumble/mumble.pro-322-} else {
mumble-1.3.2/src/mumble/mumble.pro:323:  unix:!CONFIG(bundled-celt):system($$PKG_CONFIG --atleast-version=0.7.0 celt) {
mumble-1.3.2/src/mumble/mumble.pro-324-    CONFIG *= no-bundled-celt
##############################################
mumble-1.3.2/src/mumble/mumble.pro-356-
mumble-1.3.2/src/mumble/mumble.pro:357:unix:!CONFIG(bundled-opus):system($$PKG_CONFIG --exists opus) {
mumble-1.3.2/src/mumble/mumble.pro-358-  must_pkgconfig(opus)
##############################################
mumble-1.3.2/src/mumble/mumble.pro-376-
mumble-1.3.2/src/mumble/mumble.pro:377:unix:!CONFIG(bundled-rnnoise):system($$PKG_CONFIG --exists rnnoise) {
mumble-1.3.2/src/mumble/mumble.pro-378-  must_pkgconfig(rnnoise)
##############################################
mumble-1.3.2/src/mumble/mumble.pro-475-unix {
mumble-1.3.2/src/mumble/mumble.pro:476:  HAVE_PULSEAUDIO=$$system($$PKG_CONFIG --modversion --silence-errors libpulse)
mumble-1.3.2/src/mumble/mumble.pro:477:  HAVE_JACKAUDIO=$$system($$PKG_CONFIG --modversion --silence-errors jack)
mumble-1.3.2/src/mumble/mumble.pro-478-
##############################################
mumble-1.3.2/src/mumble/mumble.pro-630-  unix:!macx {
mumble-1.3.2/src/mumble/mumble.pro:631:    system($$PKG_CONFIG --exists avahi-compat-libdns_sd avahi-client) {
mumble-1.3.2/src/mumble/mumble.pro-632-      must_pkgconfig(avahi-compat-libdns_sd)
##############################################
mumble-1.3.2/src/mumble/mumble.pro-648-  DEFINES *= USE_SPEECHD
mumble-1.3.2/src/mumble/mumble.pro:649:  system($$PKG_CONFIG --atleast-version=0.8 speech-dispatcher) {
mumble-1.3.2/src/mumble/mumble.pro-650-    DEFINES *= USE_SPEECHD_PKGCONFIG
##############################################
mumble-1.3.2/src/mumble/mumble.pro-718-  for(fn, QT_TRANSLATIONS_FALLBACK_FILES) {
mumble-1.3.2/src/mumble/mumble.pro:719:    !system($$QMAKE_LRELEASE -silent $$fn) {
mumble-1.3.2/src/mumble/mumble.pro-720-      error(Failed to run lrelease for $$fn)
##############################################
mumble-1.3.2/src/mumble/mumble.pro-723-  GENQRC = $$PYTHON ../../scripts/generate-mumble_qt-qrc.py
mumble-1.3.2/src/mumble/mumble.pro:724:  !system($$GENQRC mumble_qt_auto.qrc $$[QT_INSTALL_TRANSLATIONS] $$QT_TRANSLATIONS_FALLBACK_DIR) {
mumble-1.3.2/src/mumble/mumble.pro-725-    error(Failed to run generate-mumble_qt-qrc.py script)
##############################################
mumble-1.3.2/src/mumble/ConnectDialog.cpp-1696-
mumble-1.3.2/src/mumble/ConnectDialog.cpp:1697:	ServerAddress addr(HostAddress(host), port);
mumble-1.3.2/src/mumble/ConnectDialog.cpp-1698-
##############################################
mumble-1.3.2/src/HostAddress.h-42-	QByteArray toByteArray() const;
mumble-1.3.2/src/HostAddress.h:43:	void toSockaddr(struct sockaddr_storage *dst) const;
mumble-1.3.2/src/HostAddress.h-44-};
##############################################
mumble-1.3.2/src/murmur/murmur.pro-199-  unix:!macx {
mumble-1.3.2/src/murmur/murmur.pro:200:    system($$PKG_CONFIG --exists avahi-compat-libdns_sd avahi-client) {
mumble-1.3.2/src/murmur/murmur.pro-201-      must_pkgconfig(avahi-compat-libdns_sd)
##############################################
mumble-1.3.2/src/murmur/MurmurIce.cpp-120-
mumble-1.3.2/src/murmur/MurmurIce.cpp:121:	::Murmur::NetAddress addr(16, 0);
mumble-1.3.2/src/murmur/MurmurIce.cpp-122-	const Q_IPV6ADDR &a = u->haAddress.qip6;
##############################################
mumble-1.3.2/src/murmur/MurmurIce.cpp-160-static void banToBan(const ::Ban &b, Murmur::Ban &mb) {
mumble-1.3.2/src/murmur/MurmurIce.cpp:161:	::Murmur::NetAddress addr(16, 0);
mumble-1.3.2/src/murmur/MurmurIce.cpp-162-	const Q_IPV6ADDR &a = b.haAddress.qip6;
##############################################
mumble-1.3.2/src/murmur/Server.cpp-1278-		u->haAddress = ha;
mumble-1.3.2/src/murmur/Server.cpp:1279:		HostAddress(sock->localAddress()).toSockaddr(& u->saiTcpLocalAddress);
mumble-1.3.2/src/murmur/Server.cpp-1280-
##############################################
mumble-1.3.2/plugins/aoc/aoc.cpp-99-
mumble-1.3.2/plugins/aoc/aoc.cpp:100:	procptr_t mod_engine=getModuleAddr(L"engine.dll");
mumble-1.3.2/plugins/aoc/aoc.cpp-101-	if (!mod_engine)
##############################################
mumble-1.3.2/plugins/bf2142/bf2142.cpp-123-
mumble-1.3.2/plugins/bf2142/bf2142.cpp:124:	RendDX9 = getModuleAddr(L"RendDX9.dll"); // Retrieve "RendDX9.dll" module's memory address
mumble-1.3.2/plugins/bf2142/bf2142.cpp-125-	// This prevents the plugin from linking to the game in case something goes wrong during module's memory address retrieval.
##############################################
mumble-1.3.2/plugins/gmod/gmod.cpp-93-
mumble-1.3.2/plugins/gmod/gmod.cpp:94:	procptr_t mod_engine=getModuleAddr(L"engine.dll");
mumble-1.3.2/plugins/gmod/gmod.cpp-95-	if (!mod_engine)
##############################################
mumble-1.3.2/plugins/mumble_plugin_win32.h-77-
mumble-1.3.2/plugins/mumble_plugin_win32.h:78:static inline procptr_t getModuleAddr(DWORD pid, const wchar_t *modname) {
mumble-1.3.2/plugins/mumble_plugin_win32.h-79-	MODULEENTRY32 me;
##############################################
mumble-1.3.2/plugins/mumble_plugin_win32.h-98-
mumble-1.3.2/plugins/mumble_plugin_win32.h:99:static inline procptr_t getModuleAddr(const wchar_t *modname) {
mumble-1.3.2/plugins/mumble_plugin_win32.h:100:	return getModuleAddr(dwPid, modname);
mumble-1.3.2/plugins/mumble_plugin_win32.h-101-}
##############################################
mumble-1.3.2/plugins/mumble_plugin_win32.h-153-
mumble-1.3.2/plugins/mumble_plugin_win32.h:154:	pModule=getModuleAddr(modname ? modname : procname);
mumble-1.3.2/plugins/mumble_plugin_win32.h-155-	if (!pModule) {
##############################################
mumble-1.3.2/plugins/arma2/arma2.cpp-90-	   Comment out code we don't need
mumble-1.3.2/plugins/arma2/arma2.cpp:91:	   BYTE *pModule=getModuleAddr(L"<module name, if you need it>.dll");
mumble-1.3.2/plugins/arma2/arma2.cpp-92-	   if (!pModule)
##############################################
mumble-1.3.2/plugins/insurgency/insurgency.cpp-99-
mumble-1.3.2/plugins/insurgency/insurgency.cpp:100:	procptr_t mod_engine=getModuleAddr(L"engine.dll");
mumble-1.3.2/plugins/insurgency/insurgency.cpp-101-	if (!mod_engine)
##############################################
mumble-1.3.2/plugins/bf2/bf2.cpp-195-
mumble-1.3.2/plugins/bf2/bf2.cpp:196:	pmodule_bf2		= getModuleAddr(L"BF2.exe");
mumble-1.3.2/plugins/bf2/bf2.cpp-197-	if (!pmodule_bf2) return false;
mumble-1.3.2/plugins/bf2/bf2.cpp-198-
mumble-1.3.2/plugins/bf2/bf2.cpp:199:	pmodule_renddx9 = getModuleAddr(L"RendDX9.dll");
mumble-1.3.2/plugins/bf2/bf2.cpp-200-	if (!pmodule_renddx9) return false;
##############################################
mumble-1.3.2/plugins/cs/cs.cpp-137-
mumble-1.3.2/plugins/cs/cs.cpp:138:	pEngine = getModuleAddr(L"hw.dll");
mumble-1.3.2/plugins/cs/cs.cpp-139-	if (!pEngine)
##############################################
mumble-1.3.2/plugins/mumble_plugin_linux.h-76-
mumble-1.3.2/plugins/mumble_plugin_linux.h:77:static inline procptr_t getModuleAddr(pid_t pid, const wchar_t *modname) {
mumble-1.3.2/plugins/mumble_plugin_linux.h-78-	std::wstring modnameWide(modname);
##############################################
mumble-1.3.2/plugins/mumble_plugin_linux.h-184-
mumble-1.3.2/plugins/mumble_plugin_linux.h:185:static inline procptr_t getModuleAddr(const wchar_t *modname) {
mumble-1.3.2/plugins/mumble_plugin_linux.h:186:	return getModuleAddr(pPid, modname);
mumble-1.3.2/plugins/mumble_plugin_linux.h-187-}
##############################################
mumble-1.3.2/plugins/mumble_plugin_linux.h-251-
mumble-1.3.2/plugins/mumble_plugin_linux.h:252:	pModule = getModuleAddr(modname ? modname : procname);
mumble-1.3.2/plugins/mumble_plugin_linux.h-253-
##############################################
mumble-1.3.2/plugins/dys/dys.cpp-99-
mumble-1.3.2/plugins/dys/dys.cpp:100:	procptr_t mod_engine=getModuleAddr(L"engine.dll");
mumble-1.3.2/plugins/dys/dys.cpp-101-	if (!mod_engine)
##############################################
mumble-1.3.2/plugins/l4d2/l4d2.cpp-199-	// Server ID
mumble-1.3.2/plugins/l4d2/l4d2.cpp:200:	steamclient = getModuleAddr(steamclient_name); // Retrieve "steamclient_name" module's memory address
mumble-1.3.2/plugins/l4d2/l4d2.cpp-201-	// This prevents the plugin from linking to the game in case something goes wrong during module's memory address retrieval.
##############################################
mumble-1.3.2/plugins/l4d2/l4d2.cpp-205-	// Player name
mumble-1.3.2/plugins/l4d2/l4d2.cpp:206:	server = getModuleAddr(server_name); // Retrieve "server_name" module's memory address
mumble-1.3.2/plugins/l4d2/l4d2.cpp-207-	// This prevents the plugin from linking to the game in case something goes wrong during module's memory address retrieval.
##############################################
mumble-1.3.2/plugins/l4d2/l4d2.cpp-211-	// Player ID
mumble-1.3.2/plugins/l4d2/l4d2.cpp:212:	engine = getModuleAddr(engine_name); // Retrieve "engine_name" module's memory address
mumble-1.3.2/plugins/l4d2/l4d2.cpp-213-	// This prevents the plugin from linking to the game in case something goes wrong during module's memory address retrieval.
##############################################
mumble-1.3.2/plugins/l4d/l4d.cpp-142-	// Server ID
mumble-1.3.2/plugins/l4d/l4d.cpp:143:	steamclient = getModuleAddr(L"steamclient.dll"); // Retrieve "steamclient.dll" module's memory address
mumble-1.3.2/plugins/l4d/l4d.cpp-144-	// This prevents the plugin from linking to the game in case something goes wrong during module's memory address retrieval.
##############################################
mumble-1.3.2/plugins/l4d/l4d.cpp-148-	// Host & Player ID
mumble-1.3.2/plugins/l4d/l4d.cpp:149:	engine = getModuleAddr(L"engine.dll"); // Retrieve "engine.dll" module's memory address
mumble-1.3.2/plugins/l4d/l4d.cpp-150-	// This prevents the plugin from linking to the game in case something goes wrong during module's memory address retrieval.
##############################################
mumble-1.3.2/scripts/updatetranslations.sh-22-file="mumble_en.ts"
mumble-1.3.2/scripts/updatetranslations.sh:23:dir="`dirname $0`/../src/mumble"
mumble-1.3.2/scripts/updatetranslations.sh-24-# Make sure we are using 
##############################################
mumble-1.3.2/scripts/server/ice/icedemo.php-90-      } else {
mumble-1.3.2/scripts/server/ice/icedemo.php:91:        echo "<form method=\"post\" action=\"".$_SERVER['PHP_SELF']."\">\n";
mumble-1.3.2/scripts/server/ice/icedemo.php-92-        echo "<p>\n";
##############################################
mumble-1.3.2/scripts/server/ice/icedemo.php-104-    echo "<h1>Registered User List</h1>\n";
mumble-1.3.2/scripts/server/ice/icedemo.php:105:    echo "<form method=\"post\" action=\"".$_SERVER['PHP_SELF']."\">\n";
mumble-1.3.2/scripts/server/ice/icedemo.php-106-    echo "<p>\n";
##############################################
mumble-1.3.2/scripts/server/ice/icedemo.php-135-      echo "<h1>Server Configuration</h1>\n";
mumble-1.3.2/scripts/server/ice/icedemo.php:136:      echo "<form method=\"post\" action=\"".$_SERVER['PHP_SELF']."\">\n";
mumble-1.3.2/scripts/server/ice/icedemo.php-137-      echo "<div>\n";
##############################################
mumble-1.3.2/scripts/release.pl-67-
mumble-1.3.2/scripts/release.pl:68:system("mkdir ${ballname}") == 0 or croak "Could not create target directory ${ballname}";
mumble-1.3.2/scripts/release.pl:69:system("mv * ${ballname}/");
mumble-1.3.2/scripts/release.pl-70-eval {
mumble-1.3.2/scripts/release.pl:71:	system("tar ${exclusions} -zchvf ${ballname}.tar.gz ${ballname}") == 0 or croak "Failed to create tar.gz";
mumble-1.3.2/scripts/release.pl:72:	system("zip -9 -r ${exclusions} ${ballname}.zip ${ballname}") == 0 or croak "Failed to create zip";
mumble-1.3.2/scripts/release.pl-73-};
mumble-1.3.2/scripts/release.pl:74:system("mv ${ballname}/* .");
mumble-1.3.2/scripts/release.pl:75:system("rmdir ${ballname}");
mumble-1.3.2/scripts/release.pl-76-
##############################################
mumble-1.3.2/CHANGES-3557-    d54cb77  macx/osax: bump overlay version to force re-install on macOS.
mumble-1.3.2/CHANGES:3558:    ee1a671  Merge PR #2442: plugins: allow getModuleAddr() to enumerate
mumble-1.3.2/CHANGES-3559-	     32-bit modules in WoW64 mode.
mumble-1.3.2/CHANGES:3560:    bb72d91  plugins: allow getModuleAddr() to enumerate 32-bit modules in
mumble-1.3.2/CHANGES-3561-	     WoW64 mode.
##############################################
mumble-1.3.2/CHANGES-4921-  Stefan Hacker <dd0t@users.sourceforge.net>
mumble-1.3.2/CHANGES:4922:    1a8175b  Use intrinsic instead of inline asm in Net.h
mumble-1.3.2/CHANGES-4923-    234ed23  Fix "-isystem" flag use for mumble_proto
##############################################
mumble-1.3.2/3rdparty/speex-src/README.blackfin-7-
mumble-1.3.2/3rdparty/speex-src/README.blackfin:8:  ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
mumble-1.3.2/3rdparty/speex-src/README.blackfin-9-  cd libspeex
##############################################
mumble-1.3.2/3rdparty/speex-src/README.blackfin-11-
mumble-1.3.2/3rdparty/speex-src/README.blackfin:12:The --enable-blackfin-asm option is not required, but it speeds up Speex by
mumble-1.3.2/3rdparty/speex-src/README.blackfin-13-approximately a factor of two.
##############################################
mumble-1.3.2/3rdparty/speex-src/README.blackfin-18-  cd speex
mumble-1.3.2/3rdparty/speex-src/README.blackfin:19:  ./autogen.sh --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
mumble-1.3.2/3rdparty/speex-src/README.blackfin-20-  cd libspeex
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/ltp_bfin.h-222-      if (N == 1) {
mumble-1.3.2/3rdparty/speex-src/libspeex/ltp_bfin.h:223:	/* optimised asm to handle N==1 case */
mumble-1.3.2/3rdparty/speex-src/libspeex/ltp_bfin.h-224-      __asm__ __volatile__
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/ltp_bfin.h-320-
mumble-1.3.2/3rdparty/speex-src/libspeex/ltp_bfin.h:321:      /* fast asm version of VQ codebook search */
mumble-1.3.2/3rdparty/speex-src/libspeex/ltp_bfin.h-322-
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm4.h-41-  int dummy;
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm4.h:42:  asm (
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm4.h-43-        "smull  %0,%1,%2,%3 \n\t"
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm4.h-54-  int dummy;
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm4.h:55:  asm (
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm4.h-56-        "smull  %0,%1,%2,%3 \n\t"
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-40-  int res;
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h:41:  asm ("smulbb  %0,%1,%2;\n"
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-42-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-49-  int res;
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h:50:  asm ("smlabb  %0,%1,%2,%3;\n"
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-51-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-58-  int res;
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h:59:  asm ("smulwb  %0,%1,%2;\n"
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-60-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-67-  int res;
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h:68:  asm ("smlawb  %0,%1,%2,%3;\n"
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-69-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-76-  int res;
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h:77:  asm ("smulwb  %0,%1,%2;\n"
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-78-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-85-  int res;
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h:86:  asm ("smlawb  %0,%1,%2,%3;\n"
mumble-1.3.2/3rdparty/speex-src/libspeex/fixed_arm5e.h-87-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speex-src/README.Trimedia-107-
mumble-1.3.2/3rdparty/speex-src/README.Trimedia:108:#ifdef BFIN_ASM
mumble-1.3.2/3rdparty/speex-src/README.Trimedia-109-#include "quant_lsp_bfin.h"
##############################################
mumble-1.3.2/3rdparty/speex-src/autogen.sh-4-
mumble-1.3.2/3rdparty/speex-src/autogen.sh:5:srcdir=`dirname $0`
mumble-1.3.2/3rdparty/speex-src/autogen.sh-6-test -n "$srcdir" && cd "$srcdir"
##############################################
mumble-1.3.2/3rdparty/speex-src/tmv/kiss_fft_tm.h-37-
mumble-1.3.2/3rdparty/speex-src/tmv/kiss_fft_tm.h:38:#ifdef TM_ASM
mumble-1.3.2/3rdparty/speex-src/tmv/kiss_fft_tm.h-39-
##############################################
mumble-1.3.2/3rdparty/speex-src/tmv/kiss_fftr_tm.h-36-
mumble-1.3.2/3rdparty/speex-src/tmv/kiss_fftr_tm.h:37:#ifdef TM_ASM
mumble-1.3.2/3rdparty/speex-src/tmv/kiss_fftr_tm.h-38-
##############################################
mumble-1.3.2/3rdparty/speex-src/tmv/config.h-17-#define		PREPROCESS_MDF_FLOAT
mumble-1.3.2/3rdparty/speex-src/tmv/config.h:18:#define		TM_ASM
mumble-1.3.2/3rdparty/speex-src/tmv/config.h-19-
##############################################
mumble-1.3.2/3rdparty/speex-src/m4/pkg.m4-75-    PKG_CHECK_EXISTS([$3],
mumble-1.3.2/3rdparty/speex-src/m4/pkg.m4:76:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
mumble-1.3.2/3rdparty/speex-src/m4/pkg.m4-77-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
mumble-1.3.2/3rdparty/speex-src/m4/pkg.m4-124-        if test $_pkg_short_errors_supported = yes; then
mumble-1.3.2/3rdparty/speex-src/m4/pkg.m4:125:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
mumble-1.3.2/3rdparty/speex-src/m4/pkg.m4-126-        else
mumble-1.3.2/3rdparty/speex-src/m4/pkg.m4:127:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
mumble-1.3.2/3rdparty/speex-src/m4/pkg.m4-128-        fi
##############################################
mumble-1.3.2/3rdparty/speex-src/speex.m4-13-dnl
mumble-1.3.2/3rdparty/speex-src/speex.m4:14:AC_ARG_WITH(speex,[  --with-speex=PFX   Prefix where libspeex is installed (optional)], speex_prefix="$withval", speex_prefix="")
mumble-1.3.2/3rdparty/speex-src/speex.m4:15:AC_ARG_WITH(speex-libraries,[  --with-speex-libraries=DIR   Directory where libspeex library is installed (optional)], speex_libraries="$withval", speex_libraries="")
mumble-1.3.2/3rdparty/speex-src/speex.m4:16:AC_ARG_WITH(speex-includes,[  --with-speex-includes=DIR   Directory where libspeex header files are installed (optional)], speex_includes="$withval", speex_includes="")
mumble-1.3.2/3rdparty/speex-src/speex.m4-17-AC_ARG_ENABLE(speextest, [  --disable-speextest       Do not try to compile and run a test Speex program],, enable_speextest=yes)
##############################################
mumble-1.3.2/3rdparty/speex-src/configure.ac-182-
mumble-1.3.2/3rdparty/speex-src/configure.ac:183:AC_ARG_ENABLE(arm4-asm, [  --enable-arm4-asm       Make use of ARM4 assembly optimizations],
mumble-1.3.2/3rdparty/speex-src/configure.ac-184-[if test "$enableval" = yes; then
##############################################
mumble-1.3.2/3rdparty/speex-src/configure.ac-187-
mumble-1.3.2/3rdparty/speex-src/configure.ac:188:AC_ARG_ENABLE(arm5e-asm, [  --enable-arm5e-asm      Make use of ARM5E assembly optimizations],
mumble-1.3.2/3rdparty/speex-src/configure.ac-189-[if test "$enableval" = yes; then
##############################################
mumble-1.3.2/3rdparty/speex-src/configure.ac-192-
mumble-1.3.2/3rdparty/speex-src/configure.ac:193:AC_ARG_ENABLE(blackfin-asm, [  --enable-blackfin-asm   Make use of Blackfin assembly optimizations],
mumble-1.3.2/3rdparty/speex-src/configure.ac-194-[if test "$enableval" = yes; then
##############################################
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh-7-olddir=`pwd`
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh:8:srcdir=`dirname $0`
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh-9-test -z "$srcdir" && srcdir=.
##############################################
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh-27-if test -r Makefile.am; then
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh:28:  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | $VERSIONGREP`
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh-29-  if test -z $AM_NEEDED; then
##############################################
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh-42-      ($am --version < /dev/null > /dev/null 2>&1) || continue
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh:43:      ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP | $VERSIONMKINT`
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh:44:      verneeded=`echo $AM_NEEDED | $VERSIONMKINT`
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh-45-      if test $ver -ge $verneeded; then
##############################################
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh-54-      ($ac --version < /dev/null > /dev/null 2>&1) || continue
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh:55:      ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP | $VERSIONMKINT`
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh:56:      verneeded=`echo $AM_NEEDED | $VERSIONMKINT`
mumble-1.3.2/3rdparty/celt-0.7.0-src/autogen.sh-57-      if test $ver -ge $verneeded; then
##############################################
mumble-1.3.2/3rdparty/celt-0.7.0-src/doc/ietf/convert_source.sh-4-
mumble-1.3.2/3rdparty/celt-0.7.0-src/doc/ietf/convert_source.sh:5:for i in `ls ../../libcelt | grep '\.[ch]$'`
mumble-1.3.2/3rdparty/celt-0.7.0-src/doc/ietf/convert_source.sh-6-do
##############################################
mumble-1.3.2/3rdparty/celt-0.7.0-src/doc/ietf/ietf_source.sh-4-
mumble-1.3.2/3rdparty/celt-0.7.0-src/doc/ietf/ietf_source.sh:5:for i in `ls source/ | grep '\.[ch]$'` Makefile
mumble-1.3.2/3rdparty/celt-0.7.0-src/doc/ietf/ietf_source.sh-6-do
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/README.blackfin-7-
mumble-1.3.2/3rdparty/speexdsp-src/README.blackfin:8:  ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
mumble-1.3.2/3rdparty/speexdsp-src/README.blackfin-9-  cd libspeexdsp
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/README.blackfin-11-
mumble-1.3.2/3rdparty/speexdsp-src/README.blackfin:12:The --enable-blackfin-asm option is not required, but it speeds up Speex by
mumble-1.3.2/3rdparty/speexdsp-src/README.blackfin-13-approximately a factor of two.
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/README.blackfin-19-  ./autogen.sh
mumble-1.3.2/3rdparty/speexdsp-src/README.blackfin:20:  ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
mumble-1.3.2/3rdparty/speexdsp-src/README.blackfin-21-  cd libspeexdsp
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-44-    int32_t ret;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h:45:    asm ("ssat %[ret], #16, %[a]"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-46-         : [ret] "=&r" (ret)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-53-    int32_t ret;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h:54:    asm ("vmov.s32 d0[0], %[a]\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-55-         "vqmovn.s32 d0, q0\n"
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-73-
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h:74:    asm volatile ("	 cmp %[len], #0\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-75-		  "	 bne 1f\n"
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-127-    int32_t ret;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h:128:    asm ("vmov.f32 d0[0], %[a]\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-129-         "vcvt.s32.f32 d0, d0, #15\n"
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-147-
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h:148:    asm volatile ("	 cmp %[len], #0\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/resample_neon.h-149-		  "	 bne 1f\n"
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm4.h-41-  int dummy;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm4.h:42:  asm (
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm4.h-43-        "smull  %0,%1,%2,%3 \n\t"
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm4.h-54-  int dummy;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm4.h:55:  asm (
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm4.h-56-        "smull  %0,%1,%2,%3 \n\t"
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-40-  int res;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h:41:  asm ("smulbb  %0,%1,%2;\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-42-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-49-  int res;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h:50:  asm ("smlabb  %0,%1,%2,%3;\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-51-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-58-  int res;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h:59:  asm ("smulwb  %0,%1,%2;\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-60-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-67-  int res;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h:68:  asm ("smlawb  %0,%1,%2,%3;\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-69-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-76-  int res;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h:77:  asm ("smulwb  %0,%1,%2;\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-78-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-85-  int res;
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h:86:  asm ("smlawb  %0,%1,%2,%3;\n"
mumble-1.3.2/3rdparty/speexdsp-src/libspeexdsp/fixed_arm5e.h-87-              : "=&r"(res)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/autogen.sh-4-
mumble-1.3.2/3rdparty/speexdsp-src/autogen.sh:5:srcdir=`dirname $0`
mumble-1.3.2/3rdparty/speexdsp-src/autogen.sh-6-test -n "$srcdir" && cd "$srcdir"
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/acinclude.m4-11-dnl
mumble-1.3.2/3rdparty/speexdsp-src/acinclude.m4:12:AC_ARG_WITH(ogg,[  --with-ogg=PFX   Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="")
mumble-1.3.2/3rdparty/speexdsp-src/acinclude.m4:13:AC_ARG_WITH(ogg-libraries,[  --with-ogg-libraries=DIR   Directory where libogg library is installed (optional)], ogg_libraries="$withval", ogg_libraries="")
mumble-1.3.2/3rdparty/speexdsp-src/acinclude.m4:14:AC_ARG_WITH(ogg-includes,[  --with-ogg-includes=DIR   Directory where libogg header files are installed (optional)], ogg_includes="$withval", ogg_includes="")
mumble-1.3.2/3rdparty/speexdsp-src/acinclude.m4-15-AC_ARG_ENABLE(oggtest, [  --disable-oggtest       Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/tmv/kiss_fft_tm.h-37-
mumble-1.3.2/3rdparty/speexdsp-src/tmv/kiss_fft_tm.h:38:#ifdef TM_ASM
mumble-1.3.2/3rdparty/speexdsp-src/tmv/kiss_fft_tm.h-39-
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/tmv/kiss_fftr_tm.h-36-
mumble-1.3.2/3rdparty/speexdsp-src/tmv/kiss_fftr_tm.h:37:#ifdef TM_ASM
mumble-1.3.2/3rdparty/speexdsp-src/tmv/kiss_fftr_tm.h-38-
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/tmv/config.h-17-#define		PREPROCESS_MDF_FLOAT
mumble-1.3.2/3rdparty/speexdsp-src/tmv/config.h:18:#define		TM_ASM
mumble-1.3.2/3rdparty/speexdsp-src/tmv/config.h-19-
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/doc/manual.lyx-1214-\begin_layout Description
mumble-1.3.2/3rdparty/speexdsp-src/doc/manual.lyx:1215:--enable-arm4-asm Enable assembly specific to the ARMv4 architecture (gcc
mumble-1.3.2/3rdparty/speexdsp-src/doc/manual.lyx-1216- only)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/doc/manual.lyx-1219-\begin_layout Description
mumble-1.3.2/3rdparty/speexdsp-src/doc/manual.lyx:1220:--enable-arm5e-asm Enable assembly specific to the ARMv5E architecture (gcc
mumble-1.3.2/3rdparty/speexdsp-src/doc/manual.lyx-1221- only)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/doc/manual.lyx-1242-\begin_layout Description
mumble-1.3.2/3rdparty/speexdsp-src/doc/manual.lyx:1243:--enable-blackfin-asm Enable assembly specific to the Blackfin DSP architecture
mumble-1.3.2/3rdparty/speexdsp-src/doc/manual.lyx-1244- (gcc only)
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/configure.ac-207-
mumble-1.3.2/3rdparty/speexdsp-src/configure.ac:208:AC_ARG_ENABLE(arm4-asm, [  --enable-arm4-asm       Make use of ARM4 assembly optimizations],
mumble-1.3.2/3rdparty/speexdsp-src/configure.ac-209-[if test "$enableval" = yes; then
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/configure.ac-212-
mumble-1.3.2/3rdparty/speexdsp-src/configure.ac:213:AC_ARG_ENABLE(arm5e-asm, [  --enable-arm5e-asm      Make use of ARM5E assembly optimizations],
mumble-1.3.2/3rdparty/speexdsp-src/configure.ac-214-[if test "$enableval" = yes; then
##############################################
mumble-1.3.2/3rdparty/speexdsp-src/configure.ac-217-
mumble-1.3.2/3rdparty/speexdsp-src/configure.ac:218:AC_ARG_ENABLE(blackfin-asm, [  --enable-blackfin-asm   Make use of Blackfin assembly optimizations],
mumble-1.3.2/3rdparty/speexdsp-src/configure.ac-219-[if test "$enableval" = yes; then
##############################################
mumble-1.3.2/3rdparty/speex-build/config.h-4-/* Make use of ARM4 assembly optimizations */
mumble-1.3.2/3rdparty/speex-build/config.h:5:/* #undef ARM4_ASM */
mumble-1.3.2/3rdparty/speex-build/config.h-6-
mumble-1.3.2/3rdparty/speex-build/config.h-7-/* Make use of ARM5E assembly optimizations */
mumble-1.3.2/3rdparty/speex-build/config.h:8:/* #undef ARM5E_ASM */
mumble-1.3.2/3rdparty/speex-build/config.h-9-
mumble-1.3.2/3rdparty/speex-build/config.h-10-/* Make use of Blackfin assembly optimizations */
mumble-1.3.2/3rdparty/speex-build/config.h:11:/* #undef BFIN_ASM */
mumble-1.3.2/3rdparty/speex-build/config.h-12-
##############################################
mumble-1.3.2/3rdparty/opus-src/celt_sources.mk-36-
mumble-1.3.2/3rdparty/opus-src/celt_sources.mk:37:CELT_SOURCES_ARM_ASM = \
mumble-1.3.2/3rdparty/opus-src/celt_sources.mk-38-celt/arm/celt_pitch_xcorr_arm.s
mumble-1.3.2/3rdparty/opus-src/celt_sources.mk-39-
mumble-1.3.2/3rdparty/opus-src/celt_sources.mk:40:CELT_AM_SOURCES_ARM_ASM = \
mumble-1.3.2/3rdparty/opus-src/celt_sources.mk-41-celt/arm/armopts.s.in
##############################################
mumble-1.3.2/3rdparty/opus-src/opus.m4-12-dnl
mumble-1.3.2/3rdparty/opus-src/opus.m4:13:AC_ARG_WITH(opus,AC_HELP_STRING([--with-opus=PFX],[Prefix where opus is installed (optional)]), opus_prefix="$withval", opus_prefix="")
mumble-1.3.2/3rdparty/opus-src/opus.m4:14:AC_ARG_WITH(opus-libraries,AC_HELP_STRING([--with-opus-libraries=DIR],[Directory where the opus library is installed (optional)]), opus_libraries="$withval", opus_libraries="")
mumble-1.3.2/3rdparty/opus-src/opus.m4:15:AC_ARG_WITH(opus-includes,AC_HELP_STRING([--with-opus-includes=DIR],[Directory where the opus header files are installed (optional)]), opus_includes="$withval", opus_includes="")
mumble-1.3.2/3rdparty/opus-src/opus.m4-16-AC_ARG_ENABLE(opustest,AC_HELP_STRING([--disable-opustest],[Do not try to compile and run a test opus program]),, enable_opustest=yes)
##############################################
mumble-1.3.2/3rdparty/opus-src/autogen.sh-8-
mumble-1.3.2/3rdparty/opus-src/autogen.sh:9:srcdir=`dirname $0`
mumble-1.3.2/3rdparty/opus-src/autogen.sh-10-test -n "$srcdir" && cd "$srcdir"
##############################################
mumble-1.3.2/3rdparty/opus-src/tests/run_vectors.sh-136-echo "All tests have passed successfully"
mumble-1.3.2/3rdparty/opus-src/tests/run_vectors.sh:137:mono1=`grep quality logs_mono.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
mumble-1.3.2/3rdparty/opus-src/tests/run_vectors.sh:138:mono2=`grep quality logs_mono2.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
mumble-1.3.2/3rdparty/opus-src/tests/run_vectors.sh-139-echo $mono1 $mono2 | awk '{if ($2 > $1) $1 = $2; print "Average mono quality is", $1, "%"}'
mumble-1.3.2/3rdparty/opus-src/tests/run_vectors.sh-140-
mumble-1.3.2/3rdparty/opus-src/tests/run_vectors.sh:141:stereo1=`grep quality logs_stereo.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
mumble-1.3.2/3rdparty/opus-src/tests/run_vectors.sh:142:stereo2=`grep quality logs_stereo2.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
mumble-1.3.2/3rdparty/opus-src/tests/run_vectors.sh-143-echo $stereo1 $stereo2 | awk '{if ($2 > $1) $1 = $2; print "Average stereo quality is", $1, "%"}'
##############################################
mumble-1.3.2/3rdparty/opus-src/Makefile.am-295-
mumble-1.3.2/3rdparty/opus-src/Makefile.am:296:# automake doesn't do dependency tracking for asm files, that I can tell
mumble-1.3.2/3rdparty/opus-src/Makefile.am-297-$(CELT_SOURCES_ARM_ASM:%.s=%-gnu.S): celt/arm/armopts-gnu.S
##############################################
mumble-1.3.2/3rdparty/opus-src/Makefile.am-299-
mumble-1.3.2/3rdparty/opus-src/Makefile.am:300:# convert ARM asm to GNU as format
mumble-1.3.2/3rdparty/opus-src/Makefile.am-301-%-gnu.S: $(top_srcdir)/%.s
##############################################
mumble-1.3.2/3rdparty/opus-src/Makefile.mips-48-
mumble-1.3.2/3rdparty/opus-src/Makefile.mips:49:CFLAGS  += -mips32r2 -mno-mips16 -std=gnu99 -O2 -g $(WARNINGS) -DENABLE_ASSERTIONS -DMIPSr1_ASM -DOPUS_BUILD -mdspr2 -march=74kc -mtune=74kc -mmt -mgp32
mumble-1.3.2/3rdparty/opus-src/Makefile.mips-50-
##############################################
mumble-1.3.2/3rdparty/opus-src/doc/opus_update.patch-237--grep quality logs_stereo.txt | awk '{sum+=$4}END{print "Average stereo quality is", sum/NR, "%"}'
mumble-1.3.2/3rdparty/opus-src/doc/opus_update.patch:238:+mono1=`grep quality logs_mono.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
mumble-1.3.2/3rdparty/opus-src/doc/opus_update.patch:239:+mono2=`grep quality logs_mono2.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
mumble-1.3.2/3rdparty/opus-src/doc/opus_update.patch-240-+echo $mono1 $mono2 | awk '{if ($2 > $1) $1 = $2; print "Average mono quality is", $1, "%"}'
mumble-1.3.2/3rdparty/opus-src/doc/opus_update.patch-241-+
mumble-1.3.2/3rdparty/opus-src/doc/opus_update.patch:242:+stereo1=`grep quality logs_stereo.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
mumble-1.3.2/3rdparty/opus-src/doc/opus_update.patch:243:+stereo2=`grep quality logs_stereo2.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
mumble-1.3.2/3rdparty/opus-src/doc/opus_update.patch-244-+echo $stereo1 $stereo2 | awk '{if ($2 > $1) $1 = $2; print "Average stereo quality is", $1, "%"}'
##############################################
mumble-1.3.2/3rdparty/opus-src/configure.ac-199-AS_IF([test x"${enable_asm}" = x"yes"],[
mumble-1.3.2/3rdparty/opus-src/configure.ac:200:    inline_optimization="No inline ASM for your platform, please send patches"
mumble-1.3.2/3rdparty/opus-src/configure.ac-201-    case $host_cpu in
mumble-1.3.2/3rdparty/opus-src/configure.ac-202-      arm*)
mumble-1.3.2/3rdparty/opus-src/configure.ac:203:        dnl Currently we only have asm for fixed-point
mumble-1.3.2/3rdparty/opus-src/configure.ac-204-        AS_IF([test "$enable_float" != "yes"],[
mumble-1.3.2/3rdparty/opus-src/configure.ac-205-            cpu_arm=yes
mumble-1.3.2/3rdparty/opus-src/configure.ac:206:            AC_DEFINE([OPUS_ARM_ASM], [],  [Make use of ARM asm optimization])
mumble-1.3.2/3rdparty/opus-src/configure.ac-207-            AS_GCC_INLINE_ASSEMBLY(
##############################################
mumble-1.3.2/3rdparty/opus-src/configure.ac-217-                AC_DEFINE([OPUS_ARM_INLINE_ASM], 1,
mumble-1.3.2/3rdparty/opus-src/configure.ac:218:                    [Use generic ARMv4 inline asm optimizations])
mumble-1.3.2/3rdparty/opus-src/configure.ac-219-                AS_IF([test x"$OPUS_ARM_INLINE_EDSP" = x"1"],[
mumble-1.3.2/3rdparty/opus-src/configure.ac-220-                    AC_DEFINE([OPUS_ARM_INLINE_EDSP], [1],
mumble-1.3.2/3rdparty/opus-src/configure.ac:221:                        [Use ARMv5E inline asm optimizations])
mumble-1.3.2/3rdparty/opus-src/configure.ac-222-                    inline_optimization="$inline_optimization (EDSP)"
##############################################
mumble-1.3.2/3rdparty/opus-src/configure.ac-225-                    AC_DEFINE([OPUS_ARM_INLINE_MEDIA], [1],
mumble-1.3.2/3rdparty/opus-src/configure.ac:226:                        [Use ARMv6 inline asm optimizations])
mumble-1.3.2/3rdparty/opus-src/configure.ac-227-                    inline_optimization="$inline_optimization (Media)"
##############################################
mumble-1.3.2/3rdparty/opus-src/configure.ac-230-                    AC_DEFINE([OPUS_ARM_INLINE_NEON], 1,
mumble-1.3.2/3rdparty/opus-src/configure.ac:231:                        [Use ARM NEON inline asm optimizations])
mumble-1.3.2/3rdparty/opus-src/configure.ac-232-                    inline_optimization="$inline_optimization (NEON)"
##############################################
mumble-1.3.2/3rdparty/opus-src/configure.ac-234-            ])
mumble-1.3.2/3rdparty/opus-src/configure.ac:235:            dnl We need Perl to translate RVCT-syntax asm to gas syntax.
mumble-1.3.2/3rdparty/opus-src/configure.ac-236-            AC_CHECK_PROG([HAVE_PERL], perl, yes, no)
##############################################
mumble-1.3.2/3rdparty/opus-src/configure.ac-704-             AC_MSG_RESULT([Inline Assembly])
mumble-1.3.2/3rdparty/opus-src/configure.ac:705:                 AC_DEFINE([CPU_INFO_BY_ASM], [1], [Get CPU Info by asm method])],
mumble-1.3.2/3rdparty/opus-src/configure.ac-706-             [AC_LINK_IFELSE([AC_LANG_PROGRAM([[
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/arm/pitch_neon_intr.c-190-
mumble-1.3.2/3rdparty/opus-src/celt/arm/pitch_neon_intr.c:191:#endif /* OPUS_CHECK_ASM */
mumble-1.3.2/3rdparty/opus-src/celt/arm/pitch_neon_intr.c-192-
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/arm/armcpu.c-55-  flags=0;
mumble-1.3.2/3rdparty/opus-src/celt/arm/armcpu.c:56:  /* MSVC has no OPUS_INLINE __asm support for ARM, but it does let you __emit
mumble-1.3.2/3rdparty/opus-src/celt/arm/armcpu.c-57-   * instructions via their assembled hex code.
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/arm/armcpu.c-152- * detection method like on x86.*/
mumble-1.3.2/3rdparty/opus-src/celt/arm/armcpu.c:153:# error "Configured to use ARM asm but no CPU detection method available for " \
mumble-1.3.2/3rdparty/opus-src/celt/arm/armcpu.c-154-   "your platform.  Reconfigure with --disable-rtcd (or send patches)."
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/arm/arm2gnu.pl-188-    s/\bSUBT\b/@ $&/;
mumble-1.3.2/3rdparty/opus-src/celt/arm/arm2gnu.pl:189:    s/\bDATA\b/@ $&/;   # DATA directive is deprecated -- Asm guide, p.7-25
mumble-1.3.2/3rdparty/opus-src/celt/arm/arm2gnu.pl-190-    s/\bKEEP\b/@ $&/;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h-40-    int m;
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:41:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a), "r" ((int)b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:42:    asm volatile("madd $ac1, %0, %1" : : "r" ((int)c), "r" ((int)d));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:43:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h-44-    return m;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h-49-    int m;
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:50:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a), "r" ((int)b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:51:    asm volatile("msub $ac1, %0, %1" : : "r" ((int)c), "r" ((int)d));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:52:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h-53-    return m;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h-60-
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:61:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a.r), "r" ((int)b.r));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:62:    asm volatile("msub $ac1, %0, %1" : : "r" ((int)a.i), "r" ((int)b.i));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:63:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m.r): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:64:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a.r), "r" ((int)b.i));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:65:    asm volatile("madd $ac1, %0, %1" : : "r" ((int)a.i), "r" ((int)b.r));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:66:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m.i): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h-67-
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h-74-
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:75:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a.r), "r" ((int)b.r));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:76:    asm volatile("madd $ac1, %0, %1" : : "r" ((int)a.i), "r" ((int)b.i));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:77:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m.r): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:78:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a.i), "r" ((int)b.r));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:79:    asm volatile("msub $ac1, %0, %1" : : "r" ((int)a.r), "r" ((int)b.i));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h:80:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m.i): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/kiss_fft_mipsr1.h-81-
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h-46-
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h:47:   asm volatile("MULT $ac1, $0, $0");
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h:48:   asm volatile("MULT $ac2, $0, $0");
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h-49-   /* Compute the norm of X+Y and X-Y as |X|^2 + |Y|^2 +/- sum(xy) */
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h-51-   {
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h:52:      asm volatile("MADD $ac1, %0, %1" : : "r" ((int)x[j]), "r" ((int)y01[j]));
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h:53:      asm volatile("MADD $ac2, %0, %1" : : "r" ((int)x[j]), "r" ((int)y02[j]));
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h-54-      ++j;
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h:55:      asm volatile("MADD $ac1, %0, %1" : : "r" ((int)x[j]), "r" ((int)y01[j]));
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h:56:      asm volatile("MADD $ac2, %0, %1" : : "r" ((int)x[j]), "r" ((int)y02[j]));
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h-57-   }
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h:58:   asm volatile ("mflo %0, $ac1": "=r"(xy01));
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h:59:   asm volatile ("mflo %0, $ac2": "=r"(xy02));
mumble-1.3.2/3rdparty/opus-src/celt/mips/pitch_mipsr1.h-60-   *xy1 = xy01;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-38-    int m;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:39:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a), "r" ((int)b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:40:    asm volatile("madd $ac1, %0, %1" : : "r" ((int)c), "r" ((int)d));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:41:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-42-    return m;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-47-    int m;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:48:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a), "r" ((int)b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:49:    asm volatile("msub $ac1, %0, %1" : : "r" ((int)c), "r" ((int)d));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:50:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-51-    return m;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-56-    int m;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:57:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a), "r" ((int)b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:58:    asm volatile("madd $ac1, %0, %1" : : "r" ((int)c), "r" ((int)d));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:59:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-60-    return m;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-65-    int m;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:66:    asm volatile("MULT $ac1, %0, %1" : : "r" ((int)a), "r" ((int)b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:67:    asm volatile("msub $ac1, %0, %1" : : "r" ((int)c), "r" ((int)d));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:68:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (m): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-69-    return m;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-76-    int c;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:77:    asm volatile("MULT $ac1,%0, %1" : : "r" (a), "r" (b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:78:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (c): "i" (16));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-79-    return c;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-85-    int c;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:86:    asm volatile("MULT $ac1, %0, %1" : : "r" (a), "r" (b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:87:    asm volatile("EXTR_R.W %0,$ac1, %1" : "=r" (c): "i" (16));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-88-    return c;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-94-    int c;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:95:    asm volatile("MULT $ac1, %0, %1" : : "r" (a), "r" (b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:96:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (c): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-97-    return c;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-103-    int r;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:104:    asm volatile("MULT $ac1, %0, %1" : : "r" (a), "r" (b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:105:    asm volatile("EXTR.W %0,$ac1, %1" : "=r" (r): "i" (31));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-106-    return r;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-112-    int r;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:113:    asm volatile ("SHRAV_R.W %0, %1, %2" :"=r" (r): "r" (a), "r" (shift));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-114-    return r;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-120-    int r;
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:121:    asm volatile ("mul %0, %1, %2" :"=r" (r): "r" (a), "r" (b));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h:122:    asm volatile ("SHRA_R.W %0, %1, %2" : "+r" (r):  "0" (r), "i"(15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/fixed_generic_mipsr1.h-123-    return r;
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-86-
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h:87:   asm volatile("mult $ac1, $0, $0");
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h:88:   asm volatile("MTLO %0, $ac1" : :"r" (E));
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-89-   /*if(N %4)
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-93-      X0 = (int)*xptr++;
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h:94:      asm volatile("MADD $ac1, %0, %1" : : "r" (X0), "r" (X0));
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-95-
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-96-      X1 = (int)*xptr++;
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h:97:      asm volatile("MADD $ac1, %0, %1" : : "r" (X1), "r" (X1));
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-98-   }
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-102-      X0 = (int)*xptr++;
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h:103:      asm volatile("MADD $ac1, %0, %1" : : "r" (X0), "r" (X0));
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-104-   }
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-105-
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h:106:   asm volatile("MFLO %0, $ac1" : "=r" (E));
mumble-1.3.2/3rdparty/opus-src/celt/mips/vq_mipsr1.h-107-#ifdef FIXED_POINT
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h-101-
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:102:      asm volatile("MULT $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15((Q15ONE-f),g00)), "r" ((int)x[i-T0]));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h-103-
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:104:      asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15((Q15ONE-f),g01)), "r" ((int)ADD32(x[i-T0-1],x[i-T0+1])));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:105:      asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15((Q15ONE-f),g02)), "r" ((int)ADD32(x[i-T0-2],x[i-T0+2])));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:106:      asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g10)), "r" ((int)x2));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:107:      asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g11)), "r" ((int)ADD32(x3,x1)));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:108:      asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g12)), "r" ((int)ADD32(x4,x0)));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h-109-
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:110:      asm volatile("EXTR.W %0,$ac1, %1" : "=r" (res): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h-111-
##############################################
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h-137-
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:138:      asm volatile("MULT $ac1, %0, %1" : : "r" ((int)g10), "r" ((int)x2));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h-139-
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:140:      asm volatile("MADD $ac1, %0, %1" : : "r" ((int)g11), "r" ((int)ADD32(x3,x1)));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:141:      asm volatile("MADD $ac1, %0, %1" : : "r" ((int)g12), "r" ((int)ADD32(x4,x0)));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h:142:      asm volatile("EXTR.W %0,$ac1, %1" : "=r" (res): "i" (15));
mumble-1.3.2/3rdparty/opus-src/celt/mips/celt_mipsr1.h-143-      y[i] = x[i] + res;
##############################################
mumble-1.3.2/3rdparty/opus-build/config.h-6-
mumble-1.3.2/3rdparty/opus-build/config.h:7:/* Use generic ARMv4 asm optimizations */
mumble-1.3.2/3rdparty/opus-build/config.h:8:/* #undef ARMv4_ASM */
mumble-1.3.2/3rdparty/opus-build/config.h-9-
mumble-1.3.2/3rdparty/opus-build/config.h:10:/* Use ARMv5E asm optimizations */
mumble-1.3.2/3rdparty/opus-build/config.h:11:/* #undef ARMv5E_ASM */
mumble-1.3.2/3rdparty/opus-build/config.h-12-
mumble-1.3.2/3rdparty/opus-build/config.h:13:/* Use ARMv6 asm optimizations */
mumble-1.3.2/3rdparty/opus-build/config.h:14:/* #undef ARMv6_ASM */
mumble-1.3.2/3rdparty/opus-build/config.h-15-
##############################################
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn.h-44-
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn.h:45:void ud_syn_print_addr(struct ud *u, uint64_t addr);
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn.h-46-void ud_syn_print_imm(struct ud* u, const struct ud_operand *op);
##############################################
mumble-1.3.2/3rdparty/mach-override-src/libudis86/decode.c-883-  /* set flags for implicit addressing */
mumble-1.3.2/3rdparty/mach-override-src/libudis86/decode.c:884:  u->implicit_addr = P_IMPADDR( u->itab_entry->prefix );
mumble-1.3.2/3rdparty/mach-override-src/libudis86/decode.c-885-
##############################################
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn-att.c-96-  case UD_OP_JIMM:
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn-att.c:97:    ud_syn_print_addr(u, ud_syn_rel_target(u, op));
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn-att.c-98-    break;
##############################################
mumble-1.3.2/3rdparty/mach-override-src/libudis86/decode.h-53-#define P_REXX(n)       ( ( n >> 11 ) & 1 )
mumble-1.3.2/3rdparty/mach-override-src/libudis86/decode.h:54:#define P_ImpAddr       ( 1 << 12 )
mumble-1.3.2/3rdparty/mach-override-src/libudis86/decode.h:55:#define P_IMPADDR(n)    ( ( n >> 12 ) & 1 )
mumble-1.3.2/3rdparty/mach-override-src/libudis86/decode.h-56-#define P_seg           ( 1 << 13 )
##############################################
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn.c-125-void
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn.c:126:ud_syn_print_addr(struct ud *u, uint64_t addr)
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn.c-127-{
##############################################
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn-intel.c-94-  case UD_OP_JIMM:
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn-intel.c:95:    ud_syn_print_addr(u, ud_syn_rel_target(u, op));
mumble-1.3.2/3rdparty/mach-override-src/libudis86/syn-intel.c-96-    break;
##############################################
mumble-1.3.2/3rdparty/rnnoise-src/autogen.sh-4-
mumble-1.3.2/3rdparty/rnnoise-src/autogen.sh:5:srcdir=`dirname $0`
mumble-1.3.2/3rdparty/rnnoise-src/autogen.sh-6-test -n "$srcdir" && cd "$srcdir"
##############################################
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh-7-olddir=`pwd`
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh:8:srcdir=`dirname $0`
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh-9-test -z "$srcdir" && srcdir=.
##############################################
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh-27-if test -r Makefile.am; then
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh:28:  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | $VERSIONGREP`
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh-29-  if test -z $AM_NEEDED; then
##############################################
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh-42-      ($am --version < /dev/null > /dev/null 2>&1) || continue
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh:43:      ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP | $VERSIONMKINT`
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh:44:      verneeded=`echo $AM_NEEDED | $VERSIONMKINT`
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh-45-      if test $ver -ge $verneeded; then
##############################################
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh-54-      ($ac --version < /dev/null > /dev/null 2>&1) || continue
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh:55:      ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP | $VERSIONMKINT`
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh:56:      verneeded=`echo $AM_NEEDED | $VERSIONMKINT`
mumble-1.3.2/3rdparty/celt-0.11.0-src/autogen.sh-57-      if test $ver -ge $verneeded; then
##############################################
mumble-1.3.2/3rdparty/celt-0.11.0-src/doc/ietf/convert_source.sh-4-
mumble-1.3.2/3rdparty/celt-0.11.0-src/doc/ietf/convert_source.sh:5:for i in `ls ../../libcelt | grep '\.[ch]$'`
mumble-1.3.2/3rdparty/celt-0.11.0-src/doc/ietf/convert_source.sh-6-do
##############################################
mumble-1.3.2/3rdparty/celt-0.11.0-src/doc/ietf/ietf_source.sh-4-
mumble-1.3.2/3rdparty/celt-0.11.0-src/doc/ietf/ietf_source.sh:5:for i in `ls source/ | grep '\.[ch]$'` Makefile
mumble-1.3.2/3rdparty/celt-0.11.0-src/doc/ietf/ietf_source.sh-6-do
##############################################
mumble-1.3.2/.pc/07-use-embedded-celt-baseline.diff/main.pro-13-!CONFIG(no-client) {
mumble-1.3.2/.pc/07-use-embedded-celt-baseline.diff/main.pro:14:  unix:!CONFIG(bundled-speex):system($$PKG_CONFIG --atleast-version=1.2 speexdsp):system($$PKG_CONFIG --atleast-version=1.2 speex) {
mumble-1.3.2/.pc/07-use-embedded-celt-baseline.diff/main.pro-15-    CONFIG *= no-bundled-speex
##############################################
mumble-1.3.2/.pc/07-use-embedded-celt-baseline.diff/main.pro-23-  } else {
mumble-1.3.2/.pc/07-use-embedded-celt-baseline.diff/main.pro:24:    unix:!CONFIG(bundled-celt):system($$PKG_CONFIG --atleast-version=0.7.0 celt) {
mumble-1.3.2/.pc/07-use-embedded-celt-baseline.diff/main.pro-25-      CONFIG *= no-bundled-celt
##############################################
mumble-1.3.2/.pc/07-use-embedded-celt-baseline.diff/main.pro-102-  CONFIG(grpc) {
mumble-1.3.2/.pc/07-use-embedded-celt-baseline.diff/main.pro:103:    !system($$PKG_CONFIG --atleast-version=3 protobuf) {
mumble-1.3.2/.pc/07-use-embedded-celt-baseline.diff/main.pro-104-      error(grpc requires protobuf>=3)
##############################################
mumble-1.3.2/.pc/35-add-dpkg-buildflags.diff/qmake/compiler.pri-64-		MUMBLE_ARCH = x86
mumble-1.3.2/.pc/35-add-dpkg-buildflags.diff/qmake/compiler.pri:65:		include(toolchain/$${CURRENT_MKSPEC}/x86-xp.toolchain)
mumble-1.3.2/.pc/35-add-dpkg-buildflags.diff/qmake/compiler.pri-66-	}
##############################################
mumble-1.3.2/.pc/35-add-dpkg-buildflags.diff/qmake/compiler.pri-69-		MUMBLE_ARCH = x86_64
mumble-1.3.2/.pc/35-add-dpkg-buildflags.diff/qmake/compiler.pri:70:		include(toolchain/$${CURRENT_MKSPEC}/x64.toolchain)
mumble-1.3.2/.pc/35-add-dpkg-buildflags.diff/qmake/compiler.pri-71-	}
##############################################
mumble-1.3.2/main.pro-13-!CONFIG(no-client) {
mumble-1.3.2/main.pro:14:  unix:!CONFIG(bundled-speex):system($$PKG_CONFIG --atleast-version=1.2 speexdsp):system($$PKG_CONFIG --atleast-version=1.2 speex) {
mumble-1.3.2/main.pro-15-    CONFIG *= no-bundled-speex
##############################################
mumble-1.3.2/main.pro-23-  } else {
mumble-1.3.2/main.pro:24:    unix:!CONFIG(bundled-celt):system($$PKG_CONFIG --atleast-version=0.7.0 celt) {
mumble-1.3.2/main.pro-25-      CONFIG *= no-bundled-celt
##############################################
mumble-1.3.2/main.pro-102-  CONFIG(grpc) {
mumble-1.3.2/main.pro:103:    !system($$PKG_CONFIG --atleast-version=3 protobuf) {
mumble-1.3.2/main.pro-104-      error(grpc requires protobuf>=3)