===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
retroarch-1.7.3+dfsg1/retroarch-mingw-build.sh-120-   ZIP_BASE="`find . | grep "retroarch-win" | head -n1`"
retroarch-1.7.3+dfsg1/retroarch-mingw-build.sh:121:   ZIP_SLIM="`echo $ZIP_BASE | sed -e 's|\.zip|-slim.zip|'`"
retroarch-1.7.3+dfsg1/retroarch-mingw-build.sh:122:   ZIP_FULL="`echo $ZIP_BASE | sed -e 's|\.zip|-full.zip|'`"
retroarch-1.7.3+dfsg1/retroarch-mingw-build.sh-123-
##############################################
retroarch-1.7.3+dfsg1/README.md-138-
retroarch-1.7.3+dfsg1/README.md:139:RetroArch will on startup create a config file in `$XDG\_CONFIG\_HOME/retroarch/retroarch.cfg` if it does not exist.
retroarch-1.7.3+dfsg1/README.md-140-Users only need to configure a certain option if the desired value deviates from the value defined in config.def.h.
##############################################
retroarch-1.7.3+dfsg1/Makefile.ps3.cobra-108-
retroarch-1.7.3+dfsg1/Makefile.ps3.cobra:109:PPU_LDLIBS =  $(FONT_LIBS) $(GL_LIBS) $(WHOLE_START) -lretro_ps3 $(WHOLE_END) -lcgc -lgcm_cmdasm -lgcm_sys_stub -lresc_stub -lm -lio_stub -lfs_stub -lsysutil_stub -lsysutil_game_stub -lsysutil_screenshot_stub -lsysutil_np_stub -lpngdec_stub -ljpgdec_stub -lsysmodule_stub -laudio_stub -lnet_stub -lnetctl_stub -lpthread
retroarch-1.7.3+dfsg1/Makefile.ps3.cobra-110-
##############################################
retroarch-1.7.3+dfsg1/Makefile.ps3-110-
retroarch-1.7.3+dfsg1/Makefile.ps3:111:PPU_LDLIBS =  $(FONT_LIBS) $(GL_LIBS) $(WHOLE_START) -lretro_ps3 $(WHOLE_END) -lcgc -lgcm_cmdasm -lgcm_sys_stub -lresc_stub -lm -lio_stub -lfs_stub -lsysutil_stub -lsysutil_game_stub -lsysutil_screenshot_stub -lsysutil_np_stub -lpngdec_stub -lsysmodule_stub -laudio_stub -lnet_stub -lnetctl_stub -lpthread
retroarch-1.7.3+dfsg1/Makefile.ps3-112-
##############################################
retroarch-1.7.3+dfsg1/Makefile.libogc-81-	bin2s -a 32 $< | $(AS) -o $(@)
retroarch-1.7.3+dfsg1/Makefile.libogc:82:	echo "extern const u8" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > `(echo $(<F) | tr . _)`.h
retroarch-1.7.3+dfsg1/Makefile.libogc:83:	echo "extern const u8" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> `(echo $(<F) | tr . _)`.h
retroarch-1.7.3+dfsg1/Makefile.libogc:84:	echo "extern const u32" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size";" >> `(echo $(<F) | tr . _)`.h
retroarch-1.7.3+dfsg1/Makefile.libogc-85-endef
##############################################
retroarch-1.7.3+dfsg1/Makefile.libogc-255-
retroarch-1.7.3+dfsg1/Makefile.libogc:256:SOURCES_OGC_ASM := $(OGCDIR)/cache_asm.S \
retroarch-1.7.3+dfsg1/Makefile.libogc-257-						 $(OGCDIR)/decrementer_handler.S \
##############################################
retroarch-1.7.3+dfsg1/command.c-257-   var.value = strtoul(reply_at, (char**)&reply_at, 16);
retroarch-1.7.3+dfsg1/command.c:258:   cheevos_var_patch_addr(&var, cheevos_get_console());
retroarch-1.7.3+dfsg1/command.c-259-   data = cheevos_var_get_memory(&var);
##############################################
retroarch-1.7.3+dfsg1/command.c-285-   var.value = strtoul(arg, (char**)&arg, 16);
retroarch-1.7.3+dfsg1/command.c:286:   cheevos_var_patch_addr(&var, cheevos_get_console());
retroarch-1.7.3+dfsg1/command.c-287-
##############################################
retroarch-1.7.3+dfsg1/wiiu/slang/main.c-12-   const char* slang = NULL;
retroarch-1.7.3+dfsg1/wiiu/slang/main.c:13:   const char* vs_asm = NULL;
retroarch-1.7.3+dfsg1/wiiu/slang/main.c:14:   const char* ps_asm = NULL;
retroarch-1.7.3+dfsg1/wiiu/slang/main.c-15-   const char* vs_out = NULL;
##############################################
retroarch-1.7.3+dfsg1/wiiu/slang/main.c-22-      else if(!strcmp(argv[i], "--vsource"))
retroarch-1.7.3+dfsg1/wiiu/slang/main.c:23:         vs_asm = argv[i + 1];
retroarch-1.7.3+dfsg1/wiiu/slang/main.c-24-      else if(!strcmp(argv[i], "--psource"))
retroarch-1.7.3+dfsg1/wiiu/slang/main.c:25:         ps_asm = argv[i + 1];
retroarch-1.7.3+dfsg1/wiiu/slang/main.c-26-      else if(!strcmp(argv[i], "--vsh"))
##############################################
retroarch-1.7.3+dfsg1/wiiu/slang/main.c-32-
retroarch-1.7.3+dfsg1/wiiu/slang/main.c:33:   if(!slang || !vs_out || !ps_out || (!vs_asm && ps_asm) || (vs_asm && !ps_asm))
retroarch-1.7.3+dfsg1/wiiu/slang/main.c-34-   {
##############################################
retroarch-1.7.3+dfsg1/wiiu/slang/main.c-36-      printf("%s --slang <slang input> --vsh <vsh output> --psh <psh output>\n", argv[0]);
retroarch-1.7.3+dfsg1/wiiu/slang/main.c:37:      printf("%s --slang <slang input> --vsource <vsh asm input> --psource <psh asm input> --vsh <vsh output> --psh <psh output>\n", argv[0]);
retroarch-1.7.3+dfsg1/wiiu/slang/main.c-38-   }
##############################################
retroarch-1.7.3+dfsg1/wiiu/slang/slang-parse.cpp-38-      printf("%s --slang <slang input> --vsh <vsh output> --psh <psh output>\n", argv[0]);
retroarch-1.7.3+dfsg1/wiiu/slang/slang-parse.cpp:39:      printf("%s --slang <slang input> --vsource <vsh asm input> --psource <psh asm input> --vsh <vsh output> --psh <psh output>\n", argv[0]);
retroarch-1.7.3+dfsg1/wiiu/slang/slang-parse.cpp-40-   }
##############################################
retroarch-1.7.3+dfsg1/wiiu/hbl.c-33-#define MEM_AREA_TABLE              ((s_mem_area*)(MEM_BASE + 0x1600))
retroarch-1.7.3+dfsg1/wiiu/hbl.c:34:#define ELF_DATA_ADDR               (*(volatile unsigned int*)(MEM_BASE + 0x1300 + 0x00))
retroarch-1.7.3+dfsg1/wiiu/hbl.c-35-#define ELF_DATA_SIZE               (*(volatile unsigned int*)(MEM_BASE + 0x1300 + 0x04))
##############################################
retroarch-1.7.3+dfsg1/wiiu/hbl.c-82-}
retroarch-1.7.3+dfsg1/wiiu/hbl.c:83:void *getApplicationEndAddr(void)
retroarch-1.7.3+dfsg1/wiiu/hbl.c-84-{
##############################################
retroarch-1.7.3+dfsg1/wiiu/hbl.c-93-{
retroarch-1.7.3+dfsg1/wiiu/hbl.c:94:    u32 ApplicationMemoryEnd = (u32)getApplicationEndAddr() + args_size;
retroarch-1.7.3+dfsg1/wiiu/hbl.c-95-
##############################################
retroarch-1.7.3+dfsg1/wiiu/hbl.c-128-
retroarch-1.7.3+dfsg1/wiiu/hbl.c:129:      ELF_DATA_ADDR = (u32)getApplicationEndAddr() + args_size;
retroarch-1.7.3+dfsg1/wiiu/hbl.c-130-      if (ELF_DATA_ADDR >= 0x01000000)
##############################################
retroarch-1.7.3+dfsg1/wiiu/hbl.h-18-int HBL_loadToMemory(const char *filepath, u32 args_size);
retroarch-1.7.3+dfsg1/wiiu/hbl.h:19:void* getApplicationEndAddr(void);
retroarch-1.7.3+dfsg1/wiiu/hbl.h-20-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/dhcp.c-805-  LWIP_DEBUGF(DHCP_DEBUG | DBG_STATE, ("dhcp_bind(): IP: 0x%08"X32_F"\n", dhcp->offered_ip_addr.addr));
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/dhcp.c:806:  netif_set_ipaddr(netif, &dhcp->offered_ip_addr);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/dhcp.c-807-  LWIP_DEBUGF(DHCP_DEBUG | DBG_STATE, ("dhcp_bind(): SN: 0x%08"X32_F"\n", sn_mask.addr));
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/dhcp.c-970-  /* remove IP address from interface */
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/dhcp.c:971:  netif_set_ipaddr(netif, IP_ADDR_ANY);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/dhcp.c-972-  netif_set_gw(netif, IP_ADDR_ANY);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c-80-
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c:81:  netif_set_addr(netif, ipaddr, netmask, gw);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c-82-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c-102-void
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c:103:netif_set_addr(struct netif *netif,struct ip_addr *ipaddr, struct ip_addr *netmask,
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c-104-    struct ip_addr *gw)
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c-105-{
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c:106:  netif_set_ipaddr(netif, ipaddr);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c-107-  netif_set_netmask(netif, netmask);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c-162-void
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c:163:netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr)
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/netif.c-164-{
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/udp.c-525-#ifdef LWIP_UDP_TODO
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/udp.c:526:  /* Nail down local IP for netconn_addr()/getsockname() */
retroarch-1.7.3+dfsg1/wii/libogc/lwip/core/udp.c-527-  if (ip_addr_isany(&pcb->local_ip) && !ip_addr_isany(&pcb->remote_ip)) {
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/netio.c-60-
retroarch-1.7.3+dfsg1/wii/libogc/lwip/netio.c:61:	name.sin_addr.s_addr = inet_addr(path);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/netio.c-62-	name.sin_port = htons(nport);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c-202-
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c:203:static __inline__ struct ip_addr* netbuf_fromaddr(struct netbuf *buf)
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c-204-{
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c-1521-	// setup loopinterface
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c:1522:	IP4_ADDR(&loc_ip, 127, 0, 0, 1);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c:1523:	IP4_ADDR(&mask, 255, 0, 0, 0);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c:1524:	IP4_ADDR(&gw, 127, 0, 0, 1);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c-1525-	pnet = netif_add(&g_hLoopIF, &loc_ip, &mask, &gw, NULL, loopif_init, net_input);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c-1560-
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c:1561:	if ( local_ip != NULL ) loc_ip.s_addr = inet_addr(local_ip);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c:1562:	if ( netmask != NULL ) mask.s_addr = inet_addr(netmask);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c:1563:	if ( gateway != NULL ) gw.s_addr = inet_addr(gateway);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c-1564-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c-1773-
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c:1774:		addr = netbuf_fromaddr(buf);
retroarch-1.7.3+dfsg1/wii/libogc/lwip/network.c-1775-		port = netbuf_fromport(buf);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ipv4/lwip/inet.h-49-
retroarch-1.7.3+dfsg1/wii/libogc/include/ipv4/lwip/inet.h:50:u32_t inet_addr(const char *cp);
retroarch-1.7.3+dfsg1/wii/libogc/include/ipv4/lwip/inet.h-51-s8_t inet_aton(const char *cp, struct in_addr *addr);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ipv4/lwip/ip.h-86-#define	SOF_ACCEPTCONN	(u16_t)0x0002U		/* socket has had listen() */
retroarch-1.7.3+dfsg1/wii/libogc/include/ipv4/lwip/ip.h:87:#define	SOF_REUSEADDR	(u16_t)0x0004U		/* allow local address reuse */
retroarch-1.7.3+dfsg1/wii/libogc/include/ipv4/lwip/ip.h-88-#define	SOF_KEEPALIVE	(u16_t)0x0008U		/* keep connections alive */
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ipv4/lwip/ip_addr.h-116-
retroarch-1.7.3+dfsg1/wii/libogc/include/ipv4/lwip/ip_addr.h:117:#define IP4_ADDR(ipaddr, a,b,c,d) (ipaddr)->addr = htonl(((u32_t)(a & 0xff) << 24) | ((u32_t)(b & 0xff) << 16) | \
retroarch-1.7.3+dfsg1/wii/libogc/include/ipv4/lwip/ip_addr.h-118-                                                         ((u32_t)(c & 0xff) << 8) | (u32_t)(d & 0xff))
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-12-
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:13:#define _sync() asm volatile("sync")
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:14:#define _nop() asm volatile("nop")
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:15:#define ppcsync() asm volatile("sc")
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-16-#define ppchalt() ({					\
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:17:	asm volatile("sync");				\
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-18-	while(1) {							\
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:19:		asm volatile("nop");			\
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:20:		asm volatile("li 3,0");			\
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:21:		asm volatile("nop");			\
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-22-	}									\
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-25-#define mfpvr() ({register u32 _rval; \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:26:		asm volatile("mfpvr %0" : "=r"(_rval)); _rval;})
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-27-
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-28-#define mfdcr(_rn) ({register u32 _rval; \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:29:		asm volatile("mfdcr %0," __stringify(_rn) \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-30-             : "=r" (_rval)); _rval;})
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:31:#define mtdcr(rn, val)  asm volatile("mtdcr " __stringify(rn) ",%0" : : "r" (val))
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-32-
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-33-#define mfmsr()   ({register u32 _rval; \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:34:		asm volatile("mfmsr %0" : "=r" (_rval)); _rval;})
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:35:#define mtmsr(val)  asm volatile("mtmsr %0" : : "r" (val))
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-36-
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-37-#define mfdec()   ({register u32 _rval; \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:38:		asm volatile("mfdec %0" : "=r" (_rval)); _rval;})
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:39:#define mtdec(_val)  asm volatile("mtdec %0" : : "r" (_val))
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-40-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-42-({	register u32 _rval = 0; \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:43:	asm volatile("mfspr %0," __stringify(_rn) \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-44-	: "=r" (_rval));\
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-47-
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:48:#define mtspr(_rn, _val) asm volatile("mtspr " __stringify(_rn) ",%0" : : "r" (_val))
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-49-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-92-#define cntlzw(_val) ({register u32 _rval; \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:93:					  asm volatile("cntlzw %0, %1" : "=r"((_rval)) : "r"((_val))); _rval;})
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-94-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-97-    _msr_value = 0; \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:98:    asm volatile ("mfmsr %0" : "=&r" ((_msr_value)) : "0" ((_msr_value))); \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-99-  } while (0)
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-101-#define _CPU_MSR_SET( _msr_value ) \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:102:{ asm volatile ("mtmsr %0" : "=&r" ((_msr_value)) : "0" ((_msr_value))); }
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-103-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-158-{ register u32 _val = 0; \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:159:	  asm volatile ("mfmsr %0; ori %0,%0,0x2000; mtmsr %0" : \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-160-					"=&r" (_val) : "0" (_val));\
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-164-{ register u32 _val = 0; \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:165:	  asm volatile ("mfmsr %0; rlwinm %0,%0,0,19,17; mtmsr %0" : \
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-166-					"=&r" (_val) : "0" (_val));\
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-203-	u32 x;
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:204:	asm volatile("lwz %0,0(%1) ; sync" : "=r"(x) : "b"(0xc0000000 | addr));
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-205-	return x;
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-220-	u16 x;
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:221:	asm volatile("lhz %0,0(%1) ; sync" : "=r"(x) : "b"(0xc0000000 | addr));
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-222-	return x;
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-232-	u8 x;
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h:233:	asm volatile("lbz %0,0(%1) ; sync" : "=r"(x) : "b"(0xc0000000 | addr));
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/machine/processor.h-234-	return x;
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/audio.h-247-/*!
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/audio.h:248: * \fn u32 AUDIO_GetDMAStartAddr()
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/audio.h-249- * \brief Get the main memory address for the DMA operation.
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/audio.h-252- */
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/audio.h:253:u32 AUDIO_GetDMAStartAddr();
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/audio.h-254-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/card.h-201-#define CARD_SetIconSpeed(stat,n,speed)	((stat)->icon_speed = (u16)(((stat)->icon_fmt&~(CARD_SPEED_MASK<<(2*(n))))|((speed)<<(2*(n)))))
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/card.h:202:#define CARD_SetIconAddr(stat,addr)		((stat)->icon_addr = (u32)(addr))
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/card.h:203:#define CARD_SetCommentAddr(stat,addr)	((stat)->comment_addr = (u32)(addr))
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/card.h-204-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/cast.h-29-
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/cast.h:30:#define __set_gqr(_reg,_val)	asm volatile("mtspr %0,%1" : : "i"(_reg), "b"(_val))
retroarch-1.7.3+dfsg1/wii/libogc/include/ogc/cast.h-31-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/bte/bd_addr.h-50-
retroarch-1.7.3+dfsg1/wii/libogc/include/bte/bd_addr.h:51:#define BD_ADDR(bdaddr, a, b, c, d, e, f) do{ \
retroarch-1.7.3+dfsg1/wii/libogc/include/bte/bd_addr.h-52-                                        (bdaddr)->addr[0] = a; \
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/bte/bte.h-126-s32 BTE_ReadStoredLinkKey(struct linkkey_info *keys,u8 max_cnt,btecallback cb);
retroarch-1.7.3+dfsg1/wii/libogc/include/bte/bte.h:127:s32 BTE_ReadBdAddr(struct bd_addr *bdaddr, btecallback cb);
retroarch-1.7.3+dfsg1/wii/libogc/include/bte/bte.h-128-void (*BTE_SetDisconnectCallback(void (*callback)(struct bd_addr *bdaddr,u8 reason)))(struct bd_addr *bdaddr,u8 reason);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/lwip/netif.h-130-void
retroarch-1.7.3+dfsg1/wii/libogc/include/lwip/netif.h:131:netif_set_addr(struct netif *netif,struct ip_addr *ipaddr, struct ip_addr *netmask,
retroarch-1.7.3+dfsg1/wii/libogc/include/lwip/netif.h-132-    struct ip_addr *gw);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/lwip/netif.h-142-
retroarch-1.7.3+dfsg1/wii/libogc/include/lwip/netif.h:143:void netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr);
retroarch-1.7.3+dfsg1/wii/libogc/include/lwip/netif.h-144-void netif_set_netmask(struct netif *netif, struct ip_addr *netmast);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/network.h-190-#ifndef IP4_ADDR
retroarch-1.7.3+dfsg1/wii/libogc/include/network.h:191:#define IP4_ADDR(ipaddr, a,b,c,d) (ipaddr)->s_addr = htonl(((u32)(a&0xff)<<24)|((u32)(b&0xff)<<16)|((u32)(c&0xff)<<8)|(u32)(d&0xff))
retroarch-1.7.3+dfsg1/wii/libogc/include/network.h-192-#define ip4_addr1(ipaddr) ((u32)(ntohl((ipaddr)->s_addr) >> 24) & 0xff)
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/include/network.h-243-
retroarch-1.7.3+dfsg1/wii/libogc/include/network.h:244:u32 inet_addr(const char *cp);
retroarch-1.7.3+dfsg1/wii/libogc/include/network.h-245-s8 inet_aton(const char *cp, struct in_addr *addr);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.c-482-
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.c:483:u32_t uip_ipaddr(const u8_t *cp)
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.c-484-{
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.h-31-#define	UIP_SOF_ACCEPTCONN	(u16_t)0x0002U		/* socket has had listen() */
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.h:32:#define	UIP_SOF_REUSEADDR	(u16_t)0x0004U		/* allow local address reuse */
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.h-33-#define	UIP_SOF_KEEPALIVE	(u16_t)0x0008U		/* keep connections alive */
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.h-40-
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.h:41:#define IP4_ADDR(ipaddr, a,b,c,d) (ipaddr)->addr = htonl(((u32_t)(a & 0xff) << 24) | ((u32_t)(b & 0xff) << 16) | \
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.h-42-                                                         ((u32_t)(c & 0xff) << 8) | (u32_t)(d & 0xff))
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.h-125-
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.h:126:u32_t uip_ipaddr(const u8_t *cp);
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_ip.h-127-s32_t uip_ipaton(const u8_t *cp,struct in_addr *addr);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c-56-
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c:57:	uip_netif_setaddr(netif,ipaddr,netmask,gw);
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c-58-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c-68-
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c:69:void uip_netif_setaddr(struct uip_netif *netif,struct uip_ip_addr *ipaddr,struct uip_ip_addr *netmask,struct uip_ip_addr *gw)
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c-70-{
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c:71:	uip_netif_setipaddr(netif,ipaddr);
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c-72-	uip_netif_setnetmask(netif,netmask);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c-75-
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c:76:void uip_netif_setipaddr(struct uip_netif *netif,struct uip_ip_addr *ipaddr)
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.c-77-{
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.h-56-void uip_netif_setup(struct uip_netif *netif);
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.h:57:void uip_netif_setaddr(struct uip_netif *netif,struct uip_ip_addr *ipaddr,struct uip_ip_addr *netmask,struct uip_ip_addr *gw);
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.h:58:void uip_netif_setipaddr(struct uip_netif *netif,struct uip_ip_addr *ipaddr);
retroarch-1.7.3+dfsg1/wii/libogc/libdb/uIP/uip_netif.h-59-void uip_netif_setnetmask(struct uip_netif *netif,struct uip_ip_addr *netmask);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libdb/debug.c-632-	} else {
retroarch-1.7.3+dfsg1/wii/libogc/libdb/debug.c:633:		localip.addr = uip_ipaddr((const u8_t*)tcp_localip);
retroarch-1.7.3+dfsg1/wii/libogc/libdb/debug.c:634:		netmask.addr = uip_ipaddr((const u8_t*)tcp_netmask);
retroarch-1.7.3+dfsg1/wii/libogc/libdb/debug.c:635:		gateway.addr = uip_ipaddr((const u8_t*)tcp_gateway);
retroarch-1.7.3+dfsg1/wii/libogc/libdb/debug.c-636-
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libogc/audio.c-227-		__OldStack = NULL;	// davem - use it or lose it
retroarch-1.7.3+dfsg1/wii/libogc/libogc/audio.c:228:							// looks like 3.4 isn't picking up the use from the asm below
retroarch-1.7.3+dfsg1/wii/libogc/libogc/audio.c-229-		__CallbackStack = stack;
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libogc/audio.c-357-
retroarch-1.7.3+dfsg1/wii/libogc/libogc/audio.c:358:u32 AUDIO_GetDMAStartAddr()
retroarch-1.7.3+dfsg1/wii/libogc/libogc/audio.c-359-{
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-34-		wgPipe->U8 = 0x61;				\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:35:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-36-		wgPipe->U32 = (u32)(x);		\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:37:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-38-	} while(0)
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-42-		wgPipe->U8 = 0x08;				\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:43:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-44-		wgPipe->U8 = (u8)(x);			\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:45:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-46-		wgPipe->U32 = (u32)(y);		\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:47:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-48-	} while(0)
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-52-		wgPipe->U8 = 0x10;				\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:53:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-54-		wgPipe->U32 = (u32)((x)&0xffff);		\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:55:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-56-		wgPipe->U32 = (u32)(y);		\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:57:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-58-	} while(0)
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-62-		wgPipe->U8 = 0x10;				\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:63:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-64-		wgPipe->U32 = (u32)(((((n)&0xffff)-1)<<16)|((x)&0xffff));				\
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c:65:		asm volatile ("" ::: "memory" ); \
retroarch-1.7.3+dfsg1/wii/libogc/libogc/gx.c-66-	} while(0)
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/libogc/network_common.c-21- /* inet_addr */
retroarch-1.7.3+dfsg1/wii/libogc/libogc/network_common.c:22: u32_t inet_addr(const char *cp)
retroarch-1.7.3+dfsg1/wii/libogc/libogc/network_common.c-23- {
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c-484-
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c:485:s32 BTE_ReadBdAddr(struct bd_addr *bdaddr, btecallback cb)
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c-486-{
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c-494-    hci_cmd_complete(bte_read_bd_addr_complete);
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c:495:    hci_read_bd_addr();
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c-496-    _CPU_ISR_Restore(level);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c-1140-				if(result==HCI_SUCCESS) {
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c:1141:					hci_read_bd_addr();
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c-1142-				} else
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c-1241-				if(result==HCI_SUCCESS) {
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c:1242:					hci_read_bd_addr();
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/bte.c-1243-				} else
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/hci.c-307-
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/hci.c:308:err_t hci_read_bd_addr(void)
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/hci.c-309-{
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/hci.h-368-err_t hci_reset();
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/hci.h:369:err_t hci_read_bd_addr(void);
retroarch-1.7.3+dfsg1/wii/libogc/lwbt/hci.h-370-err_t hci_set_hc_to_h_fc(void);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/wiiuse/wpad.c-218-    for(i=0; i<CONF_PAD_MAX_ACTIVE /*&& i<WPAD_MAX_WIIMOTES*/; i++) {
retroarch-1.7.3+dfsg1/wii/libogc/wiiuse/wpad.c:219:        BD_ADDR(&(bdaddr),__wpad_devs.active[i].bdaddr[5],__wpad_devs.active[i].bdaddr[4],__wpad_devs.active[i].bdaddr[3],__wpad_devs.active[i].bdaddr[2],__wpad_devs.active[i].bdaddr[1],__wpad_devs.active[i].bdaddr[0]);
retroarch-1.7.3+dfsg1/wii/libogc/wiiuse/wpad.c-220-        if(bd_addr_cmp(pad_addr,&bdaddr) && !(__wpads_used & (1<<i))) {
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/wiiuse/wpad.c-250-      for(i=0;/*__wpads[i] && */i<__wpad_devs.num_registered;i++) {
retroarch-1.7.3+dfsg1/wii/libogc/wiiuse/wpad.c:251:         BD_ADDR(&(bdaddr),__wpad_devs.registered[i].bdaddr[5],__wpad_devs.registered[i].bdaddr[4],__wpad_devs.registered[i].bdaddr[3],__wpad_devs.registered[i].bdaddr[2],__wpad_devs.registered[i].bdaddr[1],__wpad_devs.registered[i].bdaddr[0]);
retroarch-1.7.3+dfsg1/wii/libogc/wiiuse/wpad.c-252-         wiiuse_register(&__wpads_listen[i],&(bdaddr),__wpad_assign_slot);
##############################################
retroarch-1.7.3+dfsg1/wii/libogc/wiiuse/wpad.c-577-        for(i=0;i<__wpad_devs.num_registered;i++) {
retroarch-1.7.3+dfsg1/wii/libogc/wiiuse/wpad.c:578:            BD_ADDR(&(bdaddr),__wpad_devs.registered[i].bdaddr[5],__wpad_devs.registered[i].bdaddr[4],__wpad_devs.registered[i].bdaddr[3],__wpad_devs.registered[i].bdaddr[2],__wpad_devs.registered[i].bdaddr[1],__wpad_devs.registered[i].bdaddr[0]);
retroarch-1.7.3+dfsg1/wii/libogc/wiiuse/wpad.c-579-			if(bd_addr_cmp(offaddr,&bdaddr)) {
##############################################
retroarch-1.7.3+dfsg1/tools/gas-preprocessor.pl-3-# This code is licensed under GPLv2 or later; go to gnu.org to read it
retroarch-1.7.3+dfsg1/tools/gas-preprocessor.pl:4:#  (not that it much matters for an asm preprocessor)
retroarch-1.7.3+dfsg1/tools/gas-preprocessor.pl-5-# usage: set your assembler to be something like "perl gas-preprocessor.pl gcc"
##############################################
retroarch-1.7.3+dfsg1/tools/gas-preprocessor.pl-29-} elsif (grep /\.[sS]$/, @gcc_cmd) {
retroarch-1.7.3+dfsg1/tools/gas-preprocessor.pl:30:    # asm file, just do C preprocessor
retroarch-1.7.3+dfsg1/tools/gas-preprocessor.pl-31-    @preprocess_c_cmd = (@gcc_cmd, "-E");
##############################################
retroarch-1.7.3+dfsg1/tools/gas-preprocessor.pl-471-        }
retroarch-1.7.3+dfsg1/tools/gas-preprocessor.pl:472:        $num_repts = eval($num_repts);
retroarch-1.7.3+dfsg1/tools/gas-preprocessor.pl-473-    } elsif ($line =~ /\.irp\s+([\d\w\.]+)\s*(.*)/) {
##############################################
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py-74-void vulkan_symbol_wrapper_init(PFN_vkGetInstanceProcAddr get_instance_proc_addr);
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py:75:PFN_vkGetInstanceProcAddr vulkan_symbol_wrapper_instance_proc_addr(void);
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py-76-VkBool32 vulkan_symbol_wrapper_load_global_symbols(void);
##############################################
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py-118-
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py:119:PFN_vkGetInstanceProcAddr vulkan_symbol_wrapper_instance_proc_addr(void)
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py-120-{
##############################################
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py-127-{
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py:128:    *ppSymbol = GetInstanceProcAddr(instance, name);
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py-129-    return *ppSymbol != NULL;
##############################################
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py-134-{
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py:135:    *ppSymbol = vkGetDeviceProcAddr(device, name);
retroarch-1.7.3+dfsg1/tools/vulkan_loader_generator.py-136-    return *ppSymbol != NULL;
##############################################
retroarch-1.7.3+dfsg1/pkg/apple/script/build-15-  # http://idevblog.info/mobileprovision-files-structure-and-reading/
retroarch-1.7.3+dfsg1/pkg/apple/script/build:16:  PROVISION_UUID=`script/mobileprovisionParser -f "$PROVISIONING" -o UUID`
retroarch-1.7.3+dfsg1/pkg/apple/script/build-17-  cp "$PWD/$PROVISIONING" ~/Library/MobileDevice/Provisioning\ Profiles/"$PROVISION_UUID".mobileprovision
##############################################
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh-16-for dat_file in $DAT_dir/*.dat ; do
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh:17:   name=`echo "$dat_file" | sed "s/${DAT_dir}\/*//"`
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh:18:   name=`echo "$name" | sed "s/\.dat//"`
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh-19-   ./lua_converter "$lua_RDB_outdir/$name.rdb" dat_converter.lua "$dat_file"
##############################################
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh-32-for dat_file in $DAT_dir/*.dat ; do
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh:33:   name=`echo "$dat_file" | sed "s/${DAT_dir}\/*//"`
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh:34:   name=`echo "$name" | sed "s/\.dat//"`
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh-35-   ./c_converter "$c_RDB_outdir/$name.rdb" "$dat_file"
##############################################
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh-49-for lua_rdb_file in $lua_RDB_outdir/*.rdb ; do
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh:50:   name=`echo "$lua_rdb_file" | sed "s/${lua_RDB_outdir}\/*//"`
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh:51:   name=`echo "$name" | sed "s/\.rdb//"`
retroarch-1.7.3+dfsg1/libretro-db/c_converter_test.sh-52-
##############################################
retroarch-1.7.3+dfsg1/libretro-common/audio/dsp_filters/Makefile-66-ifeq (1,$(use_neon))
retroarch-1.7.3+dfsg1/libretro-common/audio/dsp_filters/Makefile:67:   ASMFLAGS := -INEON/asm 
retroarch-1.7.3+dfsg1/libretro-common/audio/dsp_filters/Makefile-68-   asflags += -mfpu=neon
##############################################
retroarch-1.7.3+dfsg1/libretro-common/include/vulkan/vulkan_symbol_wrapper.h-337-void vulkan_symbol_wrapper_init(PFN_vkGetInstanceProcAddr get_instance_proc_addr);
retroarch-1.7.3+dfsg1/libretro-common/include/vulkan/vulkan_symbol_wrapper.h:338:PFN_vkGetInstanceProcAddr vulkan_symbol_wrapper_instance_proc_addr(void);
retroarch-1.7.3+dfsg1/libretro-common/include/vulkan/vulkan_symbol_wrapper.h-339-VkBool32 vulkan_symbol_wrapper_load_global_symbols(void);
##############################################
retroarch-1.7.3+dfsg1/libretro-common/include/fastcpy.h-22-
retroarch-1.7.3+dfsg1/libretro-common/include/fastcpy.h:23:/* in the future ASM and new c++ features can be added to speed up copying */
retroarch-1.7.3+dfsg1/libretro-common/include/fastcpy.h-24-#include <stdint.h>
##############################################
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-246-
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c:247:static void makeSockaddr(sa_family_t p_family, struct sockaddr *p_dest, void *p_data, size_t p_size)
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-248-{
##############################################
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-338-               size_t l_addrLen = calcAddrLen(AF_PACKET, l_rtaDataSize);
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c:339:               makeSockaddr(AF_PACKET, (struct sockaddr *)l_addr, l_rtaData, l_rtaDataSize);
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-340-               ((struct sockaddr_ll *)l_addr)->sll_ifindex = l_info->ifi_index;
##############################################
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-385-
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c:386:static int interpretAddr(struct nlmsghdr *p_hdr, struct ifaddrs **p_resultList, int p_numLinks)
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-387-{
##############################################
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-450-               size_t l_addrLen = calcAddrLen(l_info->ifa_family, l_rtaDataSize);
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c:451:               makeSockaddr(l_info->ifa_family, (struct sockaddr *)l_addr, l_rtaData, l_rtaDataSize);
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-452-               if(l_info->ifa_family == AF_INET6)
##############################################
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-505-
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c:506:      makeSockaddr(l_entry->ifa_addr->sa_family,
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-507-            (struct sockaddr *)l_addr, l_mask, l_maxPrefix / 8);
##############################################
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-562-         {
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c:563:            if (interpretAddr(l_hdr, p_resultList, p_numLinks) == -1)
retroarch-1.7.3+dfsg1/libretro-common/compat/compat_ifaddrs.c-564-               return -1;
##############################################
retroarch-1.7.3+dfsg1/libretro-common/libco/aarch64.c-24-
retroarch-1.7.3+dfsg1/libretro-common/libco/aarch64.c:25:asm (
retroarch-1.7.3+dfsg1/libretro-common/libco/aarch64.c-26-      ".globl co_switch_aarch64\n"
##############################################
retroarch-1.7.3+dfsg1/libretro-common/libco/aarch64.c-57-
retroarch-1.7.3+dfsg1/libretro-common/libco/aarch64.c:58:/* ASM */
retroarch-1.7.3+dfsg1/libretro-common/libco/aarch64.c-59-void co_switch_aarch64(cothread_t handle, cothread_t current);
##############################################
retroarch-1.7.3+dfsg1/libretro-common/libco/armeabi.c-52-
retroarch-1.7.3+dfsg1/libretro-common/libco/armeabi.c:53:/* ASM */
retroarch-1.7.3+dfsg1/libretro-common/libco/armeabi.c-54-void co_switch_arm(cothread_t handle, cothread_t current);
##############################################
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-110-
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c:111:unsigned int inet_addr(const char *cp)
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-112-{
##############################################
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-158-
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c:159:	addr = inet_addr(cp);
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-160-	if (addr == INADDR_NONE || addr == INADDR_ANY)
##############################################
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-205-   else if (node && isdigit(*node))
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c:206:      in_addr->sin_addr.s_addr = inet_addr(node);
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-207-   else if (node && !isdigit(*node))
##############################################
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-217-      /* TODO/FIXME - In case we ever want to support IPv6 */
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c:218:      in_addr->sin_addr.s_addr = inet_addr(host->h_addr_list[0]);
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-219-#else
##############################################
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-381-{
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c:382:  addr->s_addr = inet_addr(cp);
retroarch-1.7.3+dfsg1/libretro-common/net/net_compat.c-383-  return (addr->s_addr == INADDR_NONE) ? 0 : 1;
##############################################
retroarch-1.7.3+dfsg1/libretro-common/vulkan/vulkan_symbol_wrapper.c-173-
retroarch-1.7.3+dfsg1/libretro-common/vulkan/vulkan_symbol_wrapper.c:174:PFN_vkGetInstanceProcAddr vulkan_symbol_wrapper_instance_proc_addr(void)
retroarch-1.7.3+dfsg1/libretro-common/vulkan/vulkan_symbol_wrapper.c-175-{
##############################################
retroarch-1.7.3+dfsg1/libretro-common/vulkan/vulkan_symbol_wrapper.c-181-{
retroarch-1.7.3+dfsg1/libretro-common/vulkan/vulkan_symbol_wrapper.c:182:    *ppSymbol = GetInstanceProcAddr(instance, name);
retroarch-1.7.3+dfsg1/libretro-common/vulkan/vulkan_symbol_wrapper.c-183-    return *ppSymbol != NULL;
##############################################
retroarch-1.7.3+dfsg1/libretro-common/vulkan/vulkan_symbol_wrapper.c-187-{
retroarch-1.7.3+dfsg1/libretro-common/vulkan/vulkan_symbol_wrapper.c:188:    *ppSymbol = vkGetDeviceProcAddr(device, name);
retroarch-1.7.3+dfsg1/libretro-common/vulkan/vulkan_symbol_wrapper.c-189-    return *ppSymbol != NULL;
##############################################
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-440-
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c:441:/* accept connection @param bd_addr(48), rfcomm_cid (16) */
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-442-extern const hci_cmd_t rfcomm_accept_connection;
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c:443:/* create rfcomm channel: @param bd_addr(48), channel (8) */
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-444-extern const hci_cmd_t rfcomm_create_channel;
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c:445:/* create rfcomm channel: @param bd_addr(48), channel (8), mtu (16), credits (8) */
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-446-extern const hci_cmd_t rfcomm_create_channel_with_initial_credits;
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c:447:/* decline rfcomm disconnect,@param bd_addr(48), rfcomm cid (16), reason(8) */
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-448-extern const hci_cmd_t rfcomm_decline_connection;
##############################################
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-565-
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c:566:void bt_flip_addr(bd_addr_t dest, bd_addr_t src);
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-567-
##############################################
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-576-/* Deprecated - please use more convenient bd_addr_to_str. */
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c:577:void print_bd_addr(bd_addr_t addr);
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-578-
##############################################
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-580-
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c:581:int sscan_bd_addr(uint8_t * addr_string, bd_addr_t addr);
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-582-
##############################################
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-837-
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c:838:static void btpad_queue_hci_read_bd_addr(
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-839-      struct btpad_queue_command *cmd)
##############################################
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-1042-                     btpad_queue_reset();
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c:1043:                     btpad_queue_hci_read_bd_addr(cmd);
retroarch-1.7.3+dfsg1/input/drivers_hid/btstack_hid.c-1044-
##############################################
retroarch-1.7.3+dfsg1/gfx/drivers/psp1_gfx.h-135-   if (!gu_object_stack_depth && !gu_curr_context) \
retroarch-1.7.3+dfsg1/gfx/drivers/psp1_gfx.h:136:      sceGeListUpdateStallAddr(ge_list_executed[0],gu_list->current); \
retroarch-1.7.3+dfsg1/gfx/drivers/psp1_gfx.h-137-}
##############################################
retroarch-1.7.3+dfsg1/gfx/drivers/vulkan.c-1078-   iface->get_device_proc_addr   = vkGetDeviceProcAddr;
retroarch-1.7.3+dfsg1/gfx/drivers/vulkan.c:1079:   iface->get_instance_proc_addr = vulkan_symbol_wrapper_instance_proc_addr();
retroarch-1.7.3+dfsg1/gfx/drivers/vulkan.c-1080-}
##############################################
retroarch-1.7.3+dfsg1/gfx/include/vulkan/vulkan.h-2418-
retroarch-1.7.3+dfsg1/gfx/include/vulkan/vulkan.h:2419:VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(
retroarch-1.7.3+dfsg1/gfx/include/vulkan/vulkan.h-2420-    VkInstance                                  instance,
##############################################
retroarch-1.7.3+dfsg1/gfx/include/vulkan/vulkan.h-2422-
retroarch-1.7.3+dfsg1/gfx/include/vulkan/vulkan.h:2423:VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(
retroarch-1.7.3+dfsg1/gfx/include/vulkan/vulkan.h-2424-    VkDevice                                    device,
##############################################
retroarch-1.7.3+dfsg1/gfx/common/vulkan_common.c-1475-            vk->vk_surface,
retroarch-1.7.3+dfsg1/gfx/common/vulkan_common.c:1476:            vulkan_symbol_wrapper_instance_proc_addr(),
retroarch-1.7.3+dfsg1/gfx/common/vulkan_common.c-1477-            device_extensions,
##############################################
retroarch-1.7.3+dfsg1/gfx/display_servers/dispserv_x11.c-261-	  system(output);
retroarch-1.7.3+dfsg1/gfx/display_servers/dispserv_x11.c:262:	  system("xdotool windowactivate $(xdotool search --class RetroArch)");	/* needs xdotool installed. needed to recaputure window. */
retroarch-1.7.3+dfsg1/gfx/display_servers/dispserv_x11.c-263-       /* variable for old mode */
retroarch-1.7.3+dfsg1/gfx/display_servers/dispserv_x11.c-264-	  sprintf(old_mode,"%s", new_mode);
retroarch-1.7.3+dfsg1/gfx/display_servers/dispserv_x11.c:265:      system("xdotool windowactivate $(xdotool search --class RetroArch)");	/* needs xdotool installed. needed to recaputure window. */
retroarch-1.7.3+dfsg1/gfx/display_servers/dispserv_x11.c-266-                                                                            /* Second run needed as some times it runs to fast to capture first time */
##############################################
retroarch-1.7.3+dfsg1/frontend/drivers/platform_wii.c-38-
retroarch-1.7.3+dfsg1/frontend/drivers/platform_wii.c:39:#define EXECUTE_ADDR ((uint8_t *) 0x91800000)
retroarch-1.7.3+dfsg1/frontend/drivers/platform_wii.c:40:#define BOOTER_ADDR  ((uint8_t *) 0x93000000)
retroarch-1.7.3+dfsg1/frontend/drivers/platform_wii.c:41:#define ARGS_ADDR    ((uint8_t *) 0x93200000)
retroarch-1.7.3+dfsg1/frontend/drivers/platform_wii.c-42-
##############################################
retroarch-1.7.3+dfsg1/frontend/drivers/platform_wiiu.c-186-      char args[];
retroarch-1.7.3+dfsg1/frontend/drivers/platform_wiiu.c:187:   }*param     = getApplicationEndAddr();
retroarch-1.7.3+dfsg1/frontend/drivers/platform_wiiu.c-188-   int len     = 0;
##############################################
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh-153-#for f in *_${platform}.${EXT} ; do
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh:154:for f in `ls -v *_${platform}.${EXT}`; do
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh:155:   name=`echo "$f" | sed "s/\(_libretro_${platform}\|\).${EXT}$//"`
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh-156-   async=0
##############################################
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh-238-      COUNTER=$((COUNTER + 1))
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh:239:      COUNTER_ID=`printf  "%05d" ${COUNTER}`
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh-240-      cp ../retroarch_${platform}.self ../pkg/${platform}/retroarch.vpk/vpk/${name}_libretro.self
##############################################
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh-261-      mv -f ../${name}_libretro.js ../pkg/emscripten/${name}_libretro.js
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh:262:      mv -f ../${name}_libretro.wasm ../pkg/emscripten/${name}_libretro.wasm
retroarch-1.7.3+dfsg1/dist-scripts/dist-cores.sh-263-      if [ $pthread != 0 ] ; then
##############################################
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh-42-   if [  -e $info ] ; then
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh:43:      display_name=`cat $info | lookup "display_name"`
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh:44:      corename=`cat $info | lookup "corename"`
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh:45:      authors=`cat $info | lookup "authors" | sed s/\|/\ -\ /g`
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh:46:      systemname=`cat $info | lookup "systemname"`
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh:47:      license=`cat $info | lookup "license"`
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh-48-      date=`date +%Y%m%d%H%M%S`
##############################################
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh-63-
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh:64:for f in `ls -v *_${platform}.${EXT}`; do
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh:65:   name=`echo "$f" | sed "s/\(_libretro_${platform}\|\).${EXT}$//"`
retroarch-1.7.3+dfsg1/dist-scripts/wiiu-cores.sh-66-   whole_archive=
##############################################
retroarch-1.7.3+dfsg1/dist-scripts/xdk1-cores.sh-11-for f in *_${platform}.lib ; do
retroarch-1.7.3+dfsg1/dist-scripts/xdk1-cores.sh:12:   name=`echo "$f" | sed "s/\(_libretro_${platform}\|\).lib$//"`
retroarch-1.7.3+dfsg1/dist-scripts/xdk1-cores.sh-13-   echo $name
##############################################
retroarch-1.7.3+dfsg1/dist-scripts/xdk360-cores.sh-9-for f in *_${platform}.lib ; do
retroarch-1.7.3+dfsg1/dist-scripts/xdk360-cores.sh:10:   name=`echo "$f" | sed "s/\(_libretro_${platform}\|\).lib$//"`
retroarch-1.7.3+dfsg1/dist-scripts/xdk360-cores.sh-11-   echo $name
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/include/private/lpc.h-49- *	Applies the given window to the data.
retroarch-1.7.3+dfsg1/deps/libFLAC/include/private/lpc.h:50: *  OPT: asm implementation
retroarch-1.7.3+dfsg1/deps/libFLAC/include/private/lpc.h-51- *
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/include/private/lpc.h-205-void FLAC__lpc_restore_signal_wide_asm_ia32(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
retroarch-1.7.3+dfsg1/deps/libFLAC/include/private/lpc.h:206:#    endif /* FLAC__HAS_NASM */
retroarch-1.7.3+dfsg1/deps/libFLAC/include/private/lpc.h-207-#  endif /* FLAC__CPU_IA32 */
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/include/private/lpc.h-215-#  endif
retroarch-1.7.3+dfsg1/deps/libFLAC/include/private/lpc.h:216:#endif /* FLAC__NO_ASM */
retroarch-1.7.3+dfsg1/deps/libFLAC/include/private/lpc.h-217-
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/README-90-If you are building on x86 and want the assembly optimizations, you will
retroarch-1.7.3+dfsg1/deps/libFLAC/README:91:need to have NASM >= 0.98.30 installed according to the specific instructions
retroarch-1.7.3+dfsg1/deps/libFLAC/README-92-below.
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/README-218-
retroarch-1.7.3+dfsg1/deps/libFLAC/README:219:Prerequisite: you must have nasm installed, and nasm.exe must be in
retroarch-1.7.3+dfsg1/deps/libFLAC/README-220-your PATH, or the path to nasm.exe must be added to the list of
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-103-
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c:104:#if !defined FLAC__NO_ASM && (defined FLAC__HAS_NASM || FLAC__HAS_X86INTRIN)
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c:105:	info->use_asm = true; /* we assume a minimum of 80386 with FLAC__CPU_IA32 */
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-106-#if defined FLAC__HAS_NASM
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-169-#else
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c:170:	info->use_asm = false;
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-171-#endif
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-177-{
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c:178:#if !defined FLAC__NO_ASM && FLAC__HAS_X86INTRIN
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-179-	FLAC__bool x86_osxsave = false;
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-181-
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c:182:	info->use_asm = true;
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-183-
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-244-	info->type = FLAC__CPUINFO_TYPE_UNKNOWN;
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c:245:	info->use_asm = false;
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-246-#endif
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-255-	default:
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c:256:		info->use_asm = false;
retroarch-1.7.3+dfsg1/deps/libFLAC/cpu.c-257-		break;
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_avx2.c-1120-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_avx2.c:1121:#endif /* FLAC__NO_ASM */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_avx2.c-1122-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse.c-50- *   old routines: less unaligned loads, more shuffle
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse.c:51: *   these *_old routines are equivalent to the ASM routines in ia32/lpc_asm.nasm
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse.c-52- */
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse.c-452-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse.c:453:#endif /* FLAC__NO_ASM */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse.c-454-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse2.c-936-
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse2.c:937:#if defined FLAC__CPU_IA32 && !defined FLAC__HAS_NASM /* unused for x64; not better than MMX asm */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse2.c-938-
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse2.c-1084-
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse2.c:1085:#endif /* defined FLAC__CPU_IA32 && !defined FLAC__HAS_NASM */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse2.c-1086-
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse2.c-1088-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse2.c:1089:#endif /* FLAC__NO_ASM */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse2.c-1090-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse41.c-1312-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse41.c:1313:#endif /* FLAC__NO_ASM */
retroarch-1.7.3+dfsg1/deps/libFLAC/lpc_intrin_sse41.c-1314-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/stream_decoder.c-378-	FLAC__cpu_info(&decoder->private_->cpuinfo);
retroarch-1.7.3+dfsg1/deps/libFLAC/stream_decoder.c:379:	/* first default to the non-asm routines */
retroarch-1.7.3+dfsg1/deps/libFLAC/stream_decoder.c-380-	decoder->private_->local_lpc_restore_signal = FLAC__lpc_restore_signal;
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/stream_decoder.c-382-	decoder->private_->local_lpc_restore_signal_16bit = FLAC__lpc_restore_signal;
retroarch-1.7.3+dfsg1/deps/libFLAC/stream_decoder.c:383:	/* now override with asm where appropriate */
retroarch-1.7.3+dfsg1/deps/libFLAC/stream_decoder.c-384-#ifndef FLAC__NO_ASM
##############################################
retroarch-1.7.3+dfsg1/deps/libFLAC/stream_decoder.c-399-#if FLAC__HAS_X86INTRIN && ! defined FLAC__INTEGER_ONLY_LIBRARY
retroarch-1.7.3+dfsg1/deps/libFLAC/stream_decoder.c:400:# if defined FLAC__SSE2_SUPPORTED && !defined FLAC__HAS_NASM /* OPT_SSE: not better than MMX asm */
retroarch-1.7.3+dfsg1/deps/libFLAC/stream_decoder.c-401-		if(decoder->private_->cpuinfo.ia32.sse2) {
##############################################
retroarch-1.7.3+dfsg1/deps/pthreads/pthread.h-216-     *
retroarch-1.7.3+dfsg1/deps/pthreads/pthread.h:217:     * _POSIX_THREAD_ATTR_STACKADDR (== -1)
retroarch-1.7.3+dfsg1/deps/pthreads/pthread.h-218-     *                      If == 200112L, you can allocate and control a thread's
##############################################
retroarch-1.7.3+dfsg1/deps/pthreads/pthread.h-588-
retroarch-1.7.3+dfsg1/deps/pthreads/pthread.h:589:   int  pthread_attr_getstackaddr (const pthread_attr_t * attr,
retroarch-1.7.3+dfsg1/deps/pthreads/pthread.h-590-         void **stackaddr);
##############################################
retroarch-1.7.3+dfsg1/deps/pthreads/pthread.h-597-
retroarch-1.7.3+dfsg1/deps/pthreads/pthread.h:598:   int  pthread_attr_setstackaddr (pthread_attr_t * attr,
retroarch-1.7.3+dfsg1/deps/pthreads/pthread.h-599-         void *stackaddr);
##############################################
retroarch-1.7.3+dfsg1/deps/pthreads/pthread_attr.c-180-
retroarch-1.7.3+dfsg1/deps/pthreads/pthread_attr.c:181:int pthread_attr_getstackaddr (const pthread_attr_t * attr, void **stackaddr)
retroarch-1.7.3+dfsg1/deps/pthreads/pthread_attr.c-182-   /*
##############################################
retroarch-1.7.3+dfsg1/deps/pthreads/pthread_attr.c-462-
retroarch-1.7.3+dfsg1/deps/pthreads/pthread_attr.c:463:int pthread_attr_setstackaddr (pthread_attr_t * attr, void *stackaddr)
retroarch-1.7.3+dfsg1/deps/pthreads/pthread_attr.c-464-/*
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-44-#ifndef asm
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:45:#define asm __asm
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-46-#endif
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-47-
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:48:/* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-49-#if defined(__GNUC__) && \
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-737-#define MULADDC_INIT                            \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:738:    __asm   mov     esi, s                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:739:    __asm   mov     edi, d                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:740:    __asm   mov     ecx, c                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:741:    __asm   mov     ebx, b
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-742-
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-743-#define MULADDC_CORE                            \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:744:    __asm   lodsd                               \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:745:    __asm   mul     ebx                         \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:746:    __asm   add     eax, ecx                    \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:747:    __asm   adc     edx, 0                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:748:    __asm   add     eax, [edi]                  \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:749:    __asm   adc     edx, 0                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:750:    __asm   mov     ecx, edx                    \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:751:    __asm   stosd
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-752-
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-754-
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:755:#define EMIT __asm _emit
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-756-
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-821-    EMIT 0x0F  EMIT 0x77                        \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:822:    __asm   mov     c, ecx                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:823:    __asm   mov     d, edi                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:824:    __asm   mov     s, esi                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-825-
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-828-#define MULADDC_STOP                            \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:829:    __asm   mov     c, ecx                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:830:    __asm   mov     d, edi                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:831:    __asm   mov     s, esi                      \
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-832-
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-835-
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h:836:#endif /* MBEDTLS_HAVE_ASM */
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/bn_mul.h-837-
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/check_config.h-658-    defined(MBEDTLS_HAVE_ASM)
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/check_config.h:659:#error "MBEDTLS_HAVE_INT32/MBEDTLS_HAVE_INT64 and MBEDTLS_HAVE_ASM cannot be defined simultaneously"
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/check_config.h:660:#endif /* (MBEDTLS_HAVE_INT32 || MBEDTLS_HAVE_INT64) && MBEDTLS_HAVE_ASM */
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/check_config.h-661-
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/compat-1.3.h-225-#if defined MBEDTLS_HAVE_ASM
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/compat-1.3.h:226:#define POLARSSL_HAVE_ASM MBEDTLS_HAVE_ASM
retroarch-1.7.3+dfsg1/deps/mbedtls/mbedtls/compat-1.3.h-227-#endif
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/aesni.c-39-#ifndef asm
retroarch-1.7.3+dfsg1/deps/mbedtls/aesni.c:40:#define asm __asm
retroarch-1.7.3+dfsg1/deps/mbedtls/aesni.c-41-#endif
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/padlock.c-40-#ifndef asm
retroarch-1.7.3+dfsg1/deps/mbedtls/padlock.c:41:#define asm __asm
retroarch-1.7.3+dfsg1/deps/mbedtls/padlock.c-42-#endif
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-46-#ifndef asm
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:47:#define asm __asm
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-48-#endif
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-82-    unsigned long tsc;
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:83:    __asm   rdtsc
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:84:    __asm   mov  [tsc], eax
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-85-    return( tsc );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-86-}
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:87:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-88-          ( _MSC_VER && _M_IX86 ) || __WATCOMC__ */
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-99-    unsigned long lo, hi;
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:100:    asm volatile( "rdtsc" : "=a" (lo), "=d" (hi) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-101-    return( lo );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-102-}
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:103:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-104-          __GNUC__ && __i386__ */
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-113-    unsigned long lo, hi;
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:114:    asm volatile( "rdtsc" : "=a" (lo), "=d" (hi) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-115-    return( lo | ( hi << 32 ) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-116-}
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:117:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-118-          __GNUC__ && ( __amd64__ || __x86_64__ ) */
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-130-    {
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:131:        asm volatile( "mftbu %0" : "=r" (tbu0) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:132:        asm volatile( "mftb  %0" : "=r" (tbl ) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:133:        asm volatile( "mftbu %0" : "=r" (tbu1) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-134-    }
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-138-}
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:139:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-140-          __GNUC__ && ( __powerpc__ || __ppc__ ) */
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-152-    unsigned long tick;
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:153:    asm volatile( "rdpr %%tick, %0;" : "=&r" (tick) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-154-    return( tick );
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-156-#endif /* __OpenBSD__ */
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:157:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-158-          __GNUC__ && __sparc64__ */
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-167-    unsigned long tick;
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:168:    asm volatile( ".byte 0x83, 0x41, 0x00, 0x00" );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:169:    asm volatile( "mov   %%g1, %0" : "=r" (tick) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-170-    return( tick );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-171-}
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:172:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-173-          __GNUC__ && __sparc__ && !__sparc64__ */
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-182-    unsigned long cc;
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:183:    asm volatile( "rpcc %0" : "=r" (cc) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-184-    return( cc & 0xFFFFFFFF );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-185-}
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:186:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-187-          __GNUC__ && __alpha__ */
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-196-    unsigned long itc;
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:197:    asm volatile( "mov %0 = ar.itc" : "=r" (itc) );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-198-    return( itc );
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-199-}
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c:200:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
retroarch-1.7.3+dfsg1/deps/mbedtls/timing.c-201-          __GNUC__ && __ia64__ */
##############################################
retroarch-1.7.3+dfsg1/deps/mbedtls/version_features.c-37-    "MBEDTLS_HAVE_ASM",
retroarch-1.7.3+dfsg1/deps/mbedtls/version_features.c:38:#endif /* MBEDTLS_HAVE_ASM */
retroarch-1.7.3+dfsg1/deps/mbedtls/version_features.c-39-#if defined(MBEDTLS_NO_UDBL_DIVISION)
##############################################
retroarch-1.7.3+dfsg1/deps/civetweb/civetweb.c-10389-      mg_cry(fc(ctx),
retroarch-1.7.3+dfsg1/deps/civetweb/civetweb.c:10390:        "cannot set socket option SO_REUSEADDR (entry %i)",
retroarch-1.7.3+dfsg1/deps/civetweb/civetweb.c-10391-        portsTotal);
##############################################
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11762-NK_GLOBAL const char nk_proggy_clean_ttf_compressed_data_base85[11980+1] =
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11763:    "7])#######hV0qs'/###[),##/l:$#Q6>##5[n42>c-TH`->>#/e>11NNV=Bv(*:.F?uu#(gRU.o0XGH`$vhLG1hxt9?W`#,5LsCp#-i>.r$<$6pD>Lb';9Crc6tgXmKVeU2cD4Eo3R/"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11764:    "2*>]b(MC;$jPfY.;h^`IWM9<Lh2TlS+f-s$o6Q<BWH`YiU.xfLq$N;$0iR/GX:U(jcW2p/W*q?-qmnUCI;jHSAiFWM.R*kU@C=GH?a9wp8f$e.-4^Qg1)Q-GL(lf(r/7GrRgwV%MS=C#"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11765-    "`8ND>Qo#t'X#(v#Y9w0#1D$CIf;W'#pWUPXOuxXuU(H9M(1<q-UE31#^-V'8IRUo7Qf./L>=Ke$$'5F%)]0^#0X@U.a<r:QLtFsLcL6##lOj)#.Y5<-R&KgLwqJfLgN&;Q?gI^#DY2uL"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11766-    "i@^rMl9t=cWq6##weg>$FBjVQTSDgEKnIS7EM9>ZY9w0#L;>>#Mx&4Mvt//L[MkA#W@lK.N'[0#7RL_&#w+F%HtG9M#XL`N&.,GM4Pg;-<nLENhvx>-VsM.M0rJfLH2eTM`*oJMHRC`N"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11767:    "kfimM2J,W-jXS:)r0wK#@Fge$U>`w'N7G#$#fB#$E^$#:9:hk+eOe--6x)F7*E%?76%^GMHePW-Z5l'&GiF#$956:rS?dA#fiK:)Yr+`&#0j@'DbG&#^$PG.Ll+DNa<XCMKEV*N)LN/N"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11768:    "*b=%Q6pia-Xg8I$<MR&,VdJe$<(7G;Ckl'&hF;;$<_=X(b.RS%%)###MPBuuE1V:v&cX&#2m#(&cV]`k9OhLMbn%s$G2,B$BfD3X*sp5#l,$R#]x_X1xKX%b5U*[r5iMfUo9U`N99hG)"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11769-    "tm+/Us9pG)XPu`<0s-)WTt(gCRxIg(%6sfh=ktMKn3j)<6<b5Sk_/0(^]AaN#(p/L>&VZ>1i%h1S9u5o@YaaW$e+b<TWFn/Z:Oh(Cx2$lNEoN^e)#CFY@@I;BOQ*sRwZtZxRcU7uW6CX"
##############################################
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11773-    "U]W]+fh18.vsai00);D3@4ku5P?DP8aJt+;qUM]=+b'8@;mViBKx0DE[-auGl8:PJ&Dj+M6OC]O^((##]`0i)drT;-7X`=-H3[igUnPG-NZlo.#k@h#=Ork$m>a>$-?Tm$UV(?#P6YY#"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11774:    "'/###xe7q.73rI3*pP/$1>s9)W,JrM7SN]'/4C#v$U`0#V.[0>xQsH$fEmPMgY2u7Kh(G%siIfLSoS+MK2eTM$=5,M8p`A.;_R%#u[K#$x4AG8.kK/HSB==-'Ie/QTtG?-.*^N-4B/ZM"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11775:    "_3YlQC7(p7q)&](`6_c)$/*JL(L-^(]$wIM`dPtOdGA,U3:w2M-0<q-]L_?^)1vw'.,MRsqVr.L;aN&#/EgJ)PBc[-f>+WomX2u7lqM2iEumMTcsF?-aT=Z-97UEnXglEn1K-bnEO`gu"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11776-    "Ft(c%=;Am_Qs@jLooI&NX;]0#j4#F14;gl8-GQpgwhrq8'=l_f-b49'UOqkLu7-##oDY2L(te+Mch&gLYtJ,MEtJfLh'x'M=$CS-ZZ%P]8bZ>#S?YY#%Q&q'3^Fw&?D)UDNrocM3A76/"
##############################################
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11783-    "sj_$%[HK%'F####QRZJ::Y3EGl4'@%FkiAOg#p[##O`gukTfBHagL<LHw%q&OV0##F=6/:chIm0@eCP8X]:kFI%hl8hgO@RcBhS-@Qb$%+m=hPDLg*%K8ln(wcf3/'DW-$.lR?n[nCH-"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11784:    "eXOONTJlh:.RYF%3'p6sq:UIMA945&^HFS87@$EP2iG<-lCO$%c`uKGD3rC$x0BL8aFn--`ke%#HMP'vh1/R&O_J9'um,.<tx[@%wsJk&bUT2`0uMv7gg#qp/ij.L56'hl;.s5CUrxjO"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11785:    "M7-##.l+Au'A&O:-T72L]P`&=;ctp'XScX*rU.>-XTt,%OVU4)S1+R-#dg0/Nn?Ku1^0f$B*P:Rowwm-`0PKjYDDM'3]d39VZHEl4,.j']Pk-M.h^&:0FACm$maq-&sgw0t7/6(^xtk%"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11786:    "LuH88Fj-ekm>GA#_>568x6(OFRl-IZp`&b,_P'$M<Jnq79VsJW/mWS*PUiq76;]/NM_>hLbxfc$mj`,O;&%W2m`Zh:/)Uetw:aJ%]K9h:TcF]u_-Sj9,VK3M.*'&0D[Ca]J9gp8,kAW]"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11787-    "%(?A%R$f<->Zts'^kn=-^@c4%-pY6qI%J%1IGxfLU9CP8cbPlXv);C=b),<2mOvP8up,UVf3839acAWAW-W?#ao/^#%KYo8fRULNd2.>%m]UK:n%r$'sw]J;5pAoO_#2mO3n,'=H5(et"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11788:    "Hg*`+RLgv>=4U8guD$I%D:W>-r5V*%j*W:Kvej.Lp$<M-SGZ':+Q_k+uvOSLiEo(<aD/K<CCc`'Lx>'?;++O'>()jLR-^u68PHm8ZFWe+ej8h:9r6L*0//c&iH&R8pRbA#Kjm%upV1g:"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11789-    "a_#Ur7FuA#(tRh#.Y5K+@?3<-8m0$PEn;J:rh6?I6uG<-`wMU'ircp0LaE_OtlMb&1#6T.#FDKu#1Lw%u%+GM+X'e?YLfjM[VO0MbuFp7;>Q&#WIo)0@F%q7c#4XAXN-U&VB<HFF*qL("
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11790-    "$/V,;(kXZejWO`<[5?\?ewY(*9=%wDc;,u<'9t3W-(H1th3+G]ucQ]kLs7df($/*JL]@*t7Bu_G3_7mp7<iaQjO@.kLg;x3B0lqp7Hf,^Ze7-##@/c58Mo(3;knp0%)A7?-W+eI'o8)b<"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11791:    "nKnw'Ho8C=Y>pqB>0ie&jhZ[?iLR@@_AvA-iQC(=ksRZRVp7`.=+NpBC%rh&3]R:8XDmE5^V8O(x<<aG/1N$#FX$0V5Y6x'aErI3I$7x%E`v<-BY,)%-?Psf*l?%C3.mM(=/M0:JxG'?"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11792:    "7WhH%o'a<-80g0NBxoO(GH<dM]n.+%q@jH?f.UsJ2Ggs&4<-e47&Kl+f//9@`b+?.TeN_&B8Ss?v;^Trk;f#YvJkl&w$]>-+k?'(<S:68tq*WoDfZu';mM?8X[ma8W%*`-=;D.(nc7/;"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11793-    ")g:T1=^J$&BRV(-lTmNB6xqB[@0*o.erM*<SWF]u2=st-*(6v>^](H.aREZSi,#1:[IXaZFOm<-ui#qUq2$##Ri;u75OK#(RtaW-K-F`S+cF]uN`-KMQ%rP/Xri.LRcB##=YL3BgM/3M"
##############################################
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11808-    "b0v=Pjer]$gG&JXDf->'StvU7505l9$AFvgYRI^&<^b68?j#q9QX4SM'RO#&sL1IM.rJfLUAj221]d##DW=m83u5;'bYx,*Sl0hL(W;;$doB&O/TQ:(Z^xBdLjL<Lni;''X.`$#8+1GD"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11809:    ":k$YUWsbn8ogh6rxZ2Z9]%nd+>V#*8U_72Lh+2Q8Cj0i:6hp&$C/:p(HK>T8Y[gHQ4`4)'$Ab(Nof%V'8hL&#<NEdtg(n'=S1A(Q1/I&4([%dM`,Iu'1:_hL>SfD07&6D<fp8dHM7/g+"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11810-    "tlPN9J*rKaPct&?'uBCem^jn%9_K)<,C5K3s=5g&GmJb*[SYq7K;TRLGCsM-$$;S%:Y@r7AK0pprpL<Lrh,q7e/%KWK:50I^+m'vi`3?%Zp+<-d+$L-Sv:@.o19n$s0&39;kn;S%BSq*"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11811-    "$3WoJSCLweV[aZ'MQIjO<7;X-X;&+dMLvu#^UsGEC9WEc[X(wI7#2.(F0jV*eZf<-Qv3J-c+J5AlrB#$p(H68LvEA'q3n0#m,[`*8Ft)FcYgEud]CWfm68,(aLA$@EFTgLXoBq/UPlp7"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11812:    ":d[/;r_ix=:TF`S5H-b<LI&HY(K=h#)]Lk$K14lVfm:x$H<3^Ql<M`$OhapBnkup'D#L$Pb_`N*g]2e;X/Dtg,bsj&K#2[-:iYr'_wgH)NUIR8a1n#S?Yej'h8^58UbZd+^FKD*T@;6A"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11813-    "7aQC[K8d-(v6GI$x:T<&'Gp5Uf>@M.*J:;$-rv29'M]8qMv-tLp,'886iaC=Hb*YJoKJ,(j%K=H`K.v9HggqBIiZu'QvBT.#=)0ukruV&.)3=(^1`o*Pj4<-<aN((^7('#Z0wK#5GX@7"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11814:    "u][`*S^43933A4rl][`*O4CgLEl]v$1Q3AeF37dbXk,.)vj#x'd`;qgbQR%FW,2(?LO=s%Sc68%NP'##Aotl8x=BE#j1UD([3$M(]UI2LX3RpKN@;/#f'f/&_mt&F)XdF<9t4)Qa.*kT"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11815-    "LwQ'(TTB9.xH'>#MJ+gLq9-##@HuZPN0]u:h7.T..G:;$/Usj(T7`Q8tT72LnYl<-qx8;-HV7Q-&Xdx%1a,hC=0u+HlsV>nuIQL-5<N?)NBS)QN*_I,?&)2'IM%L3I)X((e/dl2&8'<M"
##############################################
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11822-    "CdQ*:Ir<($u&)#(&?L9Rg3H)4fiEp^iI9O8KnTj,]H?D*r7'M;PwZ9K0E^k&-cpI;.p/6_vwoFMV<->#%Xi.LxVnrU(4&8/P+:hLSKj$#U%]49t'I:rgMi'FL@a:0Y-uA[39',(vbma*"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11823:    "hU%<-SRF`Tt:542R_VV$p@[p8DV[A,?1839FWdF<TddF<9Ah-6&9tWoDlh]&1SpGMq>Ti1O*H&#(AL8[_P%.M>v^-))qOT*F5Cq0`Ye%+$B6i:7@0IX<N+T+0MlMBPQ*Vj>SsD<U4JHY"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11824-    "8kD2)2fU/M#$e.)T4,_=8hLim[&);?UkK'-x?'(:siIfL<$pFM`i<?%W(mGDHM%>iWP,##P`%/L<eXi:@Z9C.7o=@(pXdAO/NLQ8lPl+HPOQa8wD8=^GlPa8TKI1CjhsCTSLJM'/Wl>-"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11825:    "S(qw%sf/@%#B6;/U7K]uZbi^Oc^2n<bhPmUkMw>%t<)'mEVE''n`WnJra$^TKvX5B>;_aSEK',(hwa0:i4G?.Bci.(X[?b*($,=-n<.Q%`(X=?+@Am*Js0&=3bh8K]mL<LoNs'6,'85`"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11826-    "0?t/'_U59@]ddF<#LdF<eWdF<OuN/45rY<-L@&#+fm>69=Lb,OcZV/);TTm8VI;?%OtJ<(b4mq7M6:u?KRdF<gR@2L=FNU-<b[(9c/ML3m;Z[$oF3g)GAWqpARc=<ROu7cL5l;-[A]%/"
##############################################
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11829-    "?6*C()dOp7:WL,b&3Rg/.cmM9&r^>$(>.Z-I&J(Q0Hd5Q%7Co-b`-c<N(6r@ip+AurK<m86QIth*#v;-OBqi+L7wDE-Ir8K['m+DDSLwK&/.?-V%U_%3:qKNu$_b*B-kp7NaD'QdWQPK"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11830:    "Yq[@>P)hI;*_F]u`Rb[.j8_Q/<&>uu+VsH$sM9TA%?)(vmJ80),P7E>)tjD%2L=-t#fK[%`v=Q8<FfNkgg^oIbah*#8/Qt$F&:K*-(N/'+1vMB,u()-a.VUU*#[e%gAAO(S>WlA2);Sa"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11831:    ">gXm8YB`1d@K#n]76-a$U,mF<fX]idqd)<3,]J7JmW4`6]uks=4-72L(jEk+:bJ0M^q-8Dm_Z?0olP1C9Sa&H[d&c$ooQUj]Exd*3ZM@-WGW2%s',B-_M%>%Ul:#/'xoFM9QX-$.QN'>"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11832:    "[%$Z$uF6pA6Ki2O5:8w*vP1<-1`[G,)-m#>0`P&#eb#.3i)rtB61(o'$?X3B</R90;eZ]%Ncq;-Tl]#F>2Qft^ae_5tKL9MUe9b*sLEQ95C&`=G?@Mj=wh*'3E>=-<)Gt*Iw)'QG:`@I"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11833-    "wOf7&]1i'S01B+Ev/Nac#9S;=;YQpg_6U`*kVY39xK,[/6Aj7:'1Bm-_1EYfa1+o&o4hp7KN_Q(OlIo@S%;jVdn0'1<Vc52=u`3^o-n1'g4v58Hj&6_t7$##?M)c<$bgQ_'SY((-xkA#"
##############################################
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11836-    "i]lR8qQ2oA8wcRCZ^7w/Njh;?.stX?Q1>S1q4Bn$)K1<-rGdO'$Wr.Lc.CG)$/*JL4tNR/,SVO3,aUw'DJN:)Ss;wGn9A32ijw%FL+Z0Fn.U9;reSq)bmI32U==5ALuG&#Vf1398/pVo"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11837:    "1*c-(aY168o<`JsSbk-,1N;$>0:OUas(3:8Z972LSfF8eb=c-;>SPw7.6hn3m`9^Xkn(r.qS[0;T%&Qc=+STRxX'q1BNk3&*eu2;&8q$&x>Q#Q7^Tf+6<(d%ZVmj2bDi%.3L2n+4W'$P"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11838-    "iDDG)g,r%+?,$@?uou5tSe2aN_AQU*<h`e-GI7)?OK2A.d7_c)?wQ5AS@DL3r#7fSkgl6-++D:'A,uq7SvlB$pcpH'q3n0#_%dY#xCpr-l<F0NR@-##FEV6NTF6##$l84N1w?AO>'IAO"
##############################################
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11841-    "w$)F./^n3+rlo+DB;5sIYGNk+i1t-69Jg--0pao7Sm#K)pdHW&;LuDNH@H>#/X-TI(;P>#,Gc>#0Su>#4`1?#8lC?#<xU?#@.i?#D:%@#HF7@#LRI@#P_[@#Tkn@#Xw*A#]-=A#a9OA#"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11842:    "d<F&#*;G##.GY##2Sl##6`($#:l:$#>xL$#B.`$#F:r$#JF.%#NR@%#R_R%#Vke%#Zww%#_-4&#3^Rh%Sflr-k'MS.o?.5/sWel/wpEM0%3'/1)K^f1-d>G21&v(35>V`39V7A4=onx4"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h:11843:    "A1OY5EI0;6Ibgr6M$HS7Q<)58C5w,;WoA*#[%T*#`1g*#d=#+#hI5+#lUG+#pbY+#tnl+#x$),#&1;,#*=M,#.I`,#2Ur,#6b.-#;w[H#iQtA#m^0B#qjBB#uvTB##-hB#'9$C#+E6C#"
retroarch-1.7.3+dfsg1/deps/nuklear/nuklear.h-11844-    "/QHC#3^ZC#7jmC#;v)D#?,<D#C8ND#GDaD#KPsD#O]/E#g1A5#KA*1#gC17#MGd;#8(02#L-d3#rWM4#Hga1#,<w0#T.j<#O#'2#CYN1#qa^:#_4m3#o@/=#eG8=#t8J5#`+78#4uI-#"
##############################################
retroarch-1.7.3+dfsg1/deps/stb/stb_image.h-679-   int res;
retroarch-1.7.3+dfsg1/deps/stb/stb_image.h:680:   __asm {
retroarch-1.7.3+dfsg1/deps/stb/stb_image.h-681-      mov  eax,1
##############################################
retroarch-1.7.3+dfsg1/deps/stb/stb_vorbis.h-1745-   else {
retroarch-1.7.3+dfsg1/deps/stb/stb_vorbis.h:1746:      if (M2.n) __asm int 3;
retroarch-1.7.3+dfsg1/deps/stb/stb_vorbis.h-1747-      mdct_init(&M2, n);
##############################################
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-55-
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:56:static u32 k_read_kaddr(u32* kaddr)
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-57-{
##############################################
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-60-
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:61:static u32 read_kaddr(u32 kaddr)
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-62-{
##############################################
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-65-
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:66:static u32 k_write_kaddr(u32* kaddr, u32 val)
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-67-{
##############################################
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-71-
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:72:static void write_kaddr(u32 kaddr, u32 val)
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-73-{
##############################################
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-155-   if (args->target_kaddr)
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:156:      write_kaddr(args->target_kaddr, args->target_val);
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-157-
##############################################
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-370-   svcControlMemory(&tmp, mch2.alloc_address, 0, mch2.alloc_size, MEMOP_FREE, MEMPERM_DONTCARE);
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:371:   write_kaddr(alloc_address_kaddr + linear_size - 0x3000 + 0x4, alloc_address_kaddr + linear_size - 0x1000);
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-372-   svcControlMemory(&tmp, (u32)fragmented_address, 0x0, fragmented_size, MEMOP_FREE, MEMPERM_DONTCARE);
##############################################
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-464-
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:465:   write_kaddr(0x1F000008, saved_vram_value);
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-466-}
##############################################
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-493-   {
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:494:      u32 PID_kaddr = read_kaddr(CURRENT_KPROCESS) + (isNew3DS ? 0xBC : (kver > SYSTEM_VERSION(2, 40, 0)) ? 0xB4 : 0xAC);
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:495:      u32 old_PID = read_kaddr(PID_kaddr);
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:496:      write_kaddr(PID_kaddr, 0);
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-497-      srvExit();
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-498-      srvInit();
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c:499:      write_kaddr(PID_kaddr, old_PID);
retroarch-1.7.3+dfsg1/ctr/ctr_svchax.c-500-
##############################################
retroarch-1.7.3+dfsg1/ctr/ctr_system.c-124-   if (__system_retAddr)
retroarch-1.7.3+dfsg1/ctr/ctr_system.c:125:      __system_retAddr();
retroarch-1.7.3+dfsg1/ctr/ctr_system.c-126-
##############################################
retroarch-1.7.3+dfsg1/cores/libretro-ffmpeg/Makefile-110-   OSXVER = `sw_vers -productVersion | cut -d. -f 2`
retroarch-1.7.3+dfsg1/cores/libretro-ffmpeg/Makefile:111:   OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
retroarch-1.7.3+dfsg1/cores/libretro-ffmpeg/Makefile-112-   fpic += -mmacosx-version-min=10.1
##############################################
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2273-               case CHEEVOS_VAR_TYPE_DELTA_MEM:
retroarch-1.7.3+dfsg1/cheevos/cheevos.c:2274:                  cheevos_var_patch_addr(&cond->source,
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2275-                        cheevos_locals.console_id);
##############################################
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2289-               case CHEEVOS_VAR_TYPE_DELTA_MEM:
retroarch-1.7.3+dfsg1/cheevos/cheevos.c:2290:                  cheevos_var_patch_addr(&cond->target,
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2291-                        cheevos_locals.console_id);
##############################################
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2326-            case CHEEVOS_VAR_TYPE_DELTA_MEM:
retroarch-1.7.3+dfsg1/cheevos/cheevos.c:2327:               cheevos_var_patch_addr(&cond->source,
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2328-                     cheevos_locals.console_id);
##############################################
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2340-            case CHEEVOS_VAR_TYPE_DELTA_MEM:
retroarch-1.7.3+dfsg1/cheevos/cheevos.c:2341:               cheevos_var_patch_addr(&cond->target,
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2342-                     cheevos_locals.console_id);
##############################################
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2370-         case CHEEVOS_VAR_TYPE_DELTA_MEM:
retroarch-1.7.3+dfsg1/cheevos/cheevos.c:2371:            cheevos_var_patch_addr(&term->var, cheevos_locals.console_id);
retroarch-1.7.3+dfsg1/cheevos/cheevos.c-2372-#ifdef CHEEVOS_DUMP_ADDRS
##############################################
retroarch-1.7.3+dfsg1/cheevos/var.c-160-
retroarch-1.7.3+dfsg1/cheevos/var.c:161:void cheevos_var_patch_addr(cheevos_var_t* var, cheevos_console_t console)
retroarch-1.7.3+dfsg1/cheevos/var.c-162-{
##############################################
retroarch-1.7.3+dfsg1/cheevos/var.h-70-void cheevos_var_parse(cheevos_var_t* var, const char** memaddr);
retroarch-1.7.3+dfsg1/cheevos/var.h:71:void cheevos_var_patch_addr(cheevos_var_t* var, cheevos_console_t console);
retroarch-1.7.3+dfsg1/cheevos/var.h-72-
##############################################
retroarch-1.7.3+dfsg1/bootstrap/vita/threading.c-23-
retroarch-1.7.3+dfsg1/bootstrap/vita/threading.c:24:#define TLS_REENT_THID_PTR(thid)	sceKernelGetThreadTLSAddr(thid, 0x88)
retroarch-1.7.3+dfsg1/bootstrap/vita/threading.c:25:#define TLS_REENT_PTR				sceKernelGetTLSAddr(0x88)
retroarch-1.7.3+dfsg1/bootstrap/vita/threading.c-26-
##############################################
retroarch-1.7.3+dfsg1/audio/librsound.c-237-
retroarch-1.7.3+dfsg1/audio/librsound.c:238:      addr.sin_addr.s_addr = inet_addr(host->h_addr_list[0]);
retroarch-1.7.3+dfsg1/audio/librsound.c-239-   }
retroarch-1.7.3+dfsg1/audio/librsound.c-240-   else
retroarch-1.7.3+dfsg1/audio/librsound.c:241:      addr.sin_addr.s_addr = inet_addr(rd->host);
retroarch-1.7.3+dfsg1/audio/librsound.c-242-