===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
arduino-1.5.6.2+sdfsg2/libraries/SD/src/utility/Sd2Card.cpp-49-/** nop to tune soft SPI timing */
arduino-1.5.6.2+sdfsg2/libraries/SD/src/utility/Sd2Card.cpp:50:#define nop asm volatile ("nop\n\t")
arduino-1.5.6.2+sdfsg2/libraries/SD/src/utility/Sd2Card.cpp-51-//------------------------------------------------------------------------------
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Scheduler/src/Scheduler.cpp-52-static void __attribute__((naked)) __attribute__((noinline)) coopTaskStart(void) {
arduino-1.5.6.2+sdfsg2/libraries/Scheduler/src/Scheduler.cpp:53:	asm (
arduino-1.5.6.2+sdfsg2/libraries/Scheduler/src/Scheduler.cpp-54-		"mov   r0, r5;"
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Scheduler/src/Scheduler.cpp-64-static void __attribute__((naked)) __attribute__((noinline)) coopDoYield(CoopTask* curTask) {
arduino-1.5.6.2+sdfsg2/libraries/Scheduler/src/Scheduler.cpp:65:	asm (
arduino-1.5.6.2+sdfsg2/libraries/Scheduler/src/Scheduler.cpp-66-		"mov   r12, sp;"
##############################################
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/Usb.cpp-568-	// Assign new address to the device
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/Usb.cpp:569:	rcode = setAddr(0, 0, bAddress);
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/Usb.cpp-570-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/Usb.cpp-687- */
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/Usb.cpp:688:uint32_t USBHost::setAddr(uint32_t oldaddr, uint32_t ep, uint32_t newaddr)
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/Usb.cpp-689-{
##############################################
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/adk.cpp-130-	// Assign new address to the device
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/adk.cpp:131:	rcode = pUsb->setAddr(0, 0, bAddress);
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/adk.cpp-132-	if (rcode)
##############################################
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/Usb.h-206-		uint32_t getStrDescr(uint32_t addr, uint32_t ep, uint32_t nbytes, uint8_t index, uint16_t langid, uint8_t* dataptr);
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/Usb.h:207:		uint32_t setAddr(uint32_t oldaddr, uint32_t ep, uint32_t newaddr);
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/Usb.h-208-		uint32_t setConf(uint32_t addr, uint32_t ep, uint32_t conf_value);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/hidboot.h-320-	// Assign new address to the device
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/hidboot.h:321:	rcode = pUsb->setAddr(0, 0, bAddress);
arduino-1.5.6.2+sdfsg2/libraries/USBHost/src/hidboot.h-322-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Robot_Control/src/Squawk.h-122-ISR(TIMER1_COMPA_vect, ISR_NAKED) { \
arduino-1.5.6.2+sdfsg2/libraries/Robot_Control/src/Squawk.h:123:  asm volatile( \
arduino-1.5.6.2+sdfsg2/libraries/Robot_Control/src/Squawk.h-124-    "push r2                                          " "\n\t" \
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Robot_Control/src/Squawk.h-256-    : \
arduino-1.5.6.2+sdfsg2/libraries/Robot_Control/src/Squawk.h:257:    : [reg] "M" _SFR_MEM_ADDR(TARGET_REGISTER), \
arduino-1.5.6.2+sdfsg2/libraries/Robot_Control/src/Squawk.h-258-      [mul] "M" (sizeof(Oscillator)), \
##############################################
arduino-1.5.6.2+sdfsg2/libraries/GSM/src/GSM3SoftSerial.cpp-254-
arduino-1.5.6.2+sdfsg2/libraries/GSM/src/GSM3SoftSerial.cpp:255:  asm volatile("sbiw    %0, 0x01 \n\t"
arduino-1.5.6.2+sdfsg2/libraries/GSM/src/GSM3SoftSerial.cpp-256-    "ldi %1, 0xFF \n\t"
##############################################
arduino-1.5.6.2+sdfsg2/libraries/GSM/src/GSM3SoftSerial.cpp-319-// (courtesy of Arduino forum user *etracer*)
arduino-1.5.6.2+sdfsg2/libraries/GSM/src/GSM3SoftSerial.cpp:320:  asm volatile(
arduino-1.5.6.2+sdfsg2/libraries/GSM/src/GSM3SoftSerial.cpp-321-    "push r18 \n\t"
##############################################
arduino-1.5.6.2+sdfsg2/libraries/GSM/src/GSM3SoftSerial.cpp-448-// Restore the registers that the compiler misses
arduino-1.5.6.2+sdfsg2/libraries/GSM/src/GSM3SoftSerial.cpp:449:  asm volatile(
arduino-1.5.6.2+sdfsg2/libraries/GSM/src/GSM3SoftSerial.cpp-450-    "pop r27 \n\t"
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-119-
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js:120:  // `$.zepto.fragment` takes a html string and an optional tag name
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-121-  // to generate DOM nodes nodes from the given html string.
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-153-
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js:154:  // `$.zepto.Z` swaps out the prototype of the given `dom` array
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js:155:  // of nodes with `$.fn` and thus supplying all the Zepto functions
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-156-  // to the array. Note that `__proto__` is not supported on Internet
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-164-
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js:165:  // `$.zepto.isZ` should return `true` if the given object is a Zepto
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-166-  // collection. This method can be overriden in plugins.
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-170-
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js:171:  // `$.zepto.init` is Zepto's counterpart to jQuery's `$.fn.init` and
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-172-  // takes a CSS selector and an optional context (and handles various
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-247-
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js:248:  // `$.zepto.qsa` is Zepto's CSS selector implementation which
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-249-  // uses `document.querySelectorAll` and optimizes for some special cases, like `#id`.
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-856-
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js:857:  // Export internal API functions in the `$.zepto` namespace
arduino-1.5.6.2+sdfsg2/libraries/Bridge/examples/TemperatureWebPanel/www/zepto.js-858-  zepto.uniq = uniq
##############################################
arduino-1.5.6.2+sdfsg2/libraries/Ethernet/src/Dhcp.cpp-138-    memset(buffer, 0, 32);
arduino-1.5.6.2+sdfsg2/libraries/Ethernet/src/Dhcp.cpp:139:    IPAddress dest_addr( 255, 255, 255, 255 ); // Broadcast address
arduino-1.5.6.2+sdfsg2/libraries/Ethernet/src/Dhcp.cpp-140-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/src/utility/spi_drv.cpp-17-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/src/utility/spi_drv.cpp:18:#define DELAY_SPI(X) { int ii=0; do { asm volatile("nop"); } while (++ii < (X*F_CPU/16000000)); }
arduino-1.5.6.2+sdfsg2/libraries/WiFi/src/utility/spi_drv.cpp-19-#define DELAY_TRANSFER() DELAY_SPI(10)
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-85-/* Returns the physical address of a PnSEG (n=1,2) address */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:86:#define PHYSADDR(a)	(((unsigned long)(a)) & 0x1fffffff)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-87-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-90- */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:91:#define P1SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P1SEG))
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:92:#define P2SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P2SEG))
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:93:#define P3SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG))
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:94:#define P4SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P4SEG))
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-95-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-96-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:97:#define cached(addr) P1SEGADDR(addr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:98:#define uncached(addr) P2SEGADDR(addr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:99:#define physaddr(addr) PHYSADDR(addr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-100-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/lwip_setup.c-111-        if (cfg->dhcp_enabled) {
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/lwip_setup.c:112:                IP4_ADDR(&gw, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/lwip_setup.c:113:                IP4_ADDR(&ipaddr, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/lwip_setup.c:114:                IP4_ADDR(&netmask, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/lwip_setup.c-115-        }
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/ard_spi.c-573-					{ 	    			
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/ard_spi.c:574:    	    			netif_set_ipaddr(nif, &lwip_addr);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/ard_spi.c-575-    	    			break;
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/ard_spi.c-1034-    uint8_t mac[WL_MAC_ADDR_LENGTH];
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/ard_spi.c:1035:    if (wl_get_mac_addr(mac) != WL_SUCCESS) {
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/ard_spi.c-1036-            RETURN_ERR_REPLY(recv, reply, count);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/cmd_wl.c-204-        INFO_SPI("nif:%p lwip_addr=0x%x\n", nif, lwip_addr.addr);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/cmd_wl.c:205:        netif_set_ipaddr(nif, &lwip_addr);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/cmd_wl.c-206-        /* Netmask */
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/cmd_wl.c-442-        /* print mac address */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/cmd_wl.c:443:        if (wl_get_mac_addr(mac) != WL_SUCCESS) {
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/cmd_wl.c-444-                printk("failed to get mac address\n");
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/netif/wlif.c-137-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/netif/wlif.c:138:	if (wl_get_mac_addr(netif->hwaddr) != WL_SUCCESS)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/netif/wlif.c-139-		return ERR_IF;
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/etharp.h-159-void etharp_tmr(void);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/etharp.h:160:s8_t etharp_find_addr(struct netif *netif, struct ip_addr *ipaddr,
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/etharp.h-161-         struct eth_addr **eth_ret, struct ip_addr **ip_ret);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h-177-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h:178:err_t             netconn_getaddr (struct netconn *conn,
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h-179-                                   struct ip_addr *addr,
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h-181-                                   u8_t local);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h:182:#define netconn_peer(c,i,p) netconn_getaddr(c,i,p,0)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h:183:#define netconn_addr(c,i,p) netconn_getaddr(c,i,p,1)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h-184-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h-76-#define netbuf_len(buf)              ((buf)->p->tot_len)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h:77:#define netbuf_fromaddr(buf)         ((buf)->addr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h-78-#define netbuf_fromport(buf)         ((buf)->port)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h-79-#if LWIP_NETBUF_RECVINFO
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h:80:#define netbuf_destaddr(buf)         ((buf)->toaddr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h-81-#define netbuf_destport(buf)         ((buf)->toport)
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netifapi.h-82-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netifapi.h:83:err_t netifapi_netif_set_addr  ( struct netif *netif,
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netifapi.h-84-                                 struct ip_addr *ipaddr,
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h-215-void
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h:216:netif_set_addr(struct netif *netif,struct ip_addr *ipaddr, struct ip_addr *netmask,
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h-217-    struct ip_addr *gw);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h-227-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h:228:void netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h-229-void netif_set_netmask(struct netif *netif, struct ip_addr *netmask);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api_msg.h-144-void do_write           ( struct api_msg_msg *msg);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api_msg.h:145:void do_getaddr         ( struct api_msg_msg *msg);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api_msg.h-146-void do_close           ( struct api_msg_msg *msg);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip.h-99-#define SOF_ACCEPTCONN  (u16_t)0x0002U    /* socket has had listen() */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip.h:100:#define SOF_REUSEADDR   (u16_t)0x0004U    /* allow local address reuse */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip.h-101-#define SOF_KEEPALIVE   (u16_t)0x0008U    /* keep connections alive */
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet.h-52-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet.h:53:u32_t inet_addr(const char *cp);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet.h-54-int inet_aton(const char *cp, struct in_addr *addr);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_addr.h-116-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_addr.h:117:#define IP4_ADDR(ipaddr, a,b,c,d) \
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_addr.h-118-        (ipaddr)->addr = htonl(((u32_t)((a) & 0xff) << 24) | \
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/etharp.c-545-s8_t
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/etharp.c:546:etharp_find_addr(struct netif *netif, struct ip_addr *ipaddr,
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/etharp.c-547-         struct eth_addr **eth_ret, struct ip_addr **ip_ret)
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-139-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:140:  netif_set_addr(netif, ipaddr, netmask, gw);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-141-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-179-void
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:180:netif_set_addr(struct netif *netif, struct ip_addr *ipaddr, struct ip_addr *netmask,
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-181-    struct ip_addr *gw)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-182-{
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:183:  netif_set_ipaddr(netif, ipaddr);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-184-  netif_set_netmask(netif, netmask);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-266- *
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:267: * @note call netif_set_addr() if you also want to change netmask and
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-268- * default gateway
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-270-void
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:271:netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-272-{
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-328- *
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:329: * @note call netif_set_addr() if you also want to change ip address and netmask
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-330- */
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-348- *
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:349: * @note call netif_set_addr() if you also want to change ip address and
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-350- * default gateway
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c-695-#ifdef LWIP_UDP_TODO
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c:696:  /* Nail down local IP for netconn_addr()/getsockname() */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c-697-  if (ip_addr_isany(&pcb->local_ip) && !ip_addr_isany(&pcb->remote_ip)) {
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-175-  /* remove IP address from interface */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c:176:  netif_set_ipaddr(netif, IP_ADDR_ANY);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-177-  netif_set_gw(netif, IP_ADDR_ANY);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-953-  LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_bind(): IP: 0x%08"X32_F"\n", dhcp->offered_ip_addr.addr));
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c:954:  netif_set_ipaddr(netif, &dhcp->offered_ip_addr);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-955-  LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_bind(): SN: 0x%08"X32_F"\n", sn_mask.addr));
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-1184-  /* remove IP address from interface */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c:1185:  netif_set_ipaddr(netif, IP_ADDR_ANY);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-1186-  netif_set_gw(netif, IP_ADDR_ANY);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c-88-#ifndef DNS_SERVER_ADDRESS
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c:89:#define DNS_SERVER_ADDRESS        inet_addr("208.67.222.222") /* resolver1.opendns.com */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c-90-#endif
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c-972-   * already have this address cached? */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c:973:  if (((addr->addr = inet_addr(hostname)) != INADDR_NONE) ||
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c-974-      ((addr->addr = dns_lookup(hostname)) != INADDR_NONE)) {
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-103-#ifndef LWIP_AUTOIP_CREATE_SEED_ADDR
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:104:#define LWIP_AUTOIP_CREATE_SEED_ADDR(netif) \
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-105-  htonl(AUTOIP_RANGE_START + ((u32_t)(((u8_t)(netif->hwaddr[4])) | \
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-112-/* creates a pseudo random LL IP-Address for a network interface */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:113:static void autoip_create_addr(struct netif *netif, struct ip_addr *ipaddr);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-114-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-175-static void
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:176:autoip_create_addr(struct netif *netif, struct ip_addr *ipaddr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-177-{
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-181-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:182:  u32_t addr = ntohl(LWIP_AUTOIP_CREATE_SEED_ADDR(netif));
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-183-  addr += netif->autoip->tried_llipaddr;
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-197-  LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE,
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:198:    ("autoip_create_addr(): tried_llipaddr=%"U16_F", 0x%08"X32_F"\n",
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-199-    (u16_t)(netif->autoip->tried_llipaddr), (u32_t)(ipaddr->addr)));
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-242-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:243:  IP4_ADDR(&sn_mask, 255, 255, 0, 0);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:244:  IP4_ADDR(&gw_addr, 0, 0, 0, 0);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-245-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:246:  netif_set_ipaddr(netif, &autoip->llipaddr);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-247-  netif_set_netmask(netif, &sn_mask);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-302-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:303:  autoip_create_addr(netif, &(autoip->llipaddr));
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-304-  autoip->tried_llipaddr++;
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c-116-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c:117:  IP4_ADDR(&allsystems, 224, 0, 0, 1);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c:118:  IP4_ADDR(&allrouters, 224, 0, 0, 2);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c-119-}
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet.c-62-u32_t
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet.c:63:inet_addr(const char *cp)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet.c-64-{
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h-1050- */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h:1051:wl_err_t wl_get_mac_addr(uint8_t* buf);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h-1052-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h-1215-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h:1216:        wl_get_mac_addr(mac_addr);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h-1217-        ip_stack_set_mac_address(mac_addr);
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-85-/* Returns the physical address of a PnSEG (n=1,2) address */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:86:#define PHYSADDR(a)	(((unsigned long)(a)) & 0x1fffffff)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-87-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-90- */
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:91:#define P1SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P1SEG))
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:92:#define P2SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P2SEG))
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:93:#define P3SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG))
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:94:#define P4SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P4SEG))
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-95-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-96-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:97:#define cached(addr) P1SEGADDR(addr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:98:#define uncached(addr) P2SEGADDR(addr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:99:#define physaddr(addr) PHYSADDR(addr)
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-100-
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/ard_utils.h-65-
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/ard_utils.h:66:#define DELAY_450NS asm volatile("nop")
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/ard_utils.h-67-#define DELAY_1uS  DELAY_450NS; DELAY_450NS;
##############################################
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/main.c-317-	{
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/main.c:318:		IP4_ADDR(&gw, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/main.c:319:		IP4_ADDR(&ipaddr, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/main.c:320:		IP4_ADDR(&netmask, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/libraries/WiFi/extras/wifiHD/src/main.c-321-			
##############################################
arduino-1.5.6.2+sdfsg2/build/create_reference.pl-87-  print "$page\n" if $verbose;
arduino-1.5.6.2+sdfsg2/build/create_reference.pl:88:  my $original_text = `curl $CURL_OPTIONS $url`;
arduino-1.5.6.2+sdfsg2/build/create_reference.pl-89-  die "** Unable to download $url **\n" if $? or ! $original_text;
##############################################
arduino-1.5.6.2+sdfsg2/core/preproc.pl-180-    print "updating PApplet with PGraphics api changes\n";
arduino-1.5.6.2+sdfsg2/core/preproc.pl:181:    `mv $basedir/PApplet.new $basedir/PApplet.java`;
arduino-1.5.6.2+sdfsg2/core/preproc.pl-182-} else {
##############################################
arduino-1.5.6.2+sdfsg2/core/preproc.pl-184-    #print "no changes to applet\n";
arduino-1.5.6.2+sdfsg2/core/preproc.pl:185:    `rm -f $basedir/PApplet.new`;
arduino-1.5.6.2+sdfsg2/core/preproc.pl-186-}
##############################################
arduino-1.5.6.2+sdfsg2/core/src/processing/core/PApplet.java-2319-    } else {
arduino-1.5.6.2+sdfsg2/core/src/processing/core/PApplet.java:2320:      System.err.println("param() only works inside a web browser");
arduino-1.5.6.2+sdfsg2/core/src/processing/core/PApplet.java-2321-    }
##############################################
arduino-1.5.6.2+sdfsg2/core/methods/demo/PApplet.java-2289-    } else {
arduino-1.5.6.2+sdfsg2/core/methods/demo/PApplet.java:2290:      System.err.println("param() only works inside a web browser");
arduino-1.5.6.2+sdfsg2/core/methods/demo/PApplet.java-2291-    }
##############################################
arduino-1.5.6.2+sdfsg2/core/preproc/demo/PApplet.java-2006-    } else {
arduino-1.5.6.2+sdfsg2/core/preproc/demo/PApplet.java:2007:      System.err.println("param() only works inside a web browser");
arduino-1.5.6.2+sdfsg2/core/preproc/demo/PApplet.java-2008-    }
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-309-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:310:  __ASM volatile ("cpsie i");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-311-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-320-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:321:  __ASM volatile ("cpsid i");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-322-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-334-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:335:  __ASM volatile ("MRS %0, control" : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-336-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-347-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:348:  __ASM volatile ("MSR control, %0" : : "r" (control) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-349-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-361-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:362:  __ASM volatile ("MRS %0, ipsr" : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-363-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-376-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:377:  __ASM volatile ("MRS %0, apsr" : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-378-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-391-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:392:  __ASM volatile ("MRS %0, xpsr" : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-393-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-406-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:407:  __ASM volatile ("MRS %0, psp\n"  : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-408-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-419-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:420:  __ASM volatile ("MSR psp, %0\n" : : "r" (topOfProcStack) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-421-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-433-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:434:  __ASM volatile ("MRS %0, msp\n" : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-435-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-446-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:447:  __ASM volatile ("MSR msp, %0\n" : : "r" (topOfMainStack) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-448-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-460-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:461:  __ASM volatile ("MRS %0, primask" : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-462-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-473-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:474:  __ASM volatile ("MSR primask, %0" : : "r" (priMask) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-475-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-486-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:487:  __ASM volatile ("cpsie f");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-488-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-497-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:498:  __ASM volatile ("cpsid f");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-499-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-511-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:512:  __ASM volatile ("MRS %0, basepri_max" : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-513-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-524-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:525:  __ASM volatile ("MSR basepri, %0" : : "r" (value) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-526-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-538-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:539:  __ASM volatile ("MRS %0, faultmask" : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-540-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-551-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:552:  __ASM volatile ("MSR faultmask, %0" : : "r" (faultMask) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-553-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-570-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:571:  __ASM volatile ("VMRS %0, fpscr" : "=r" (result) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-572-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-587-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h:588:  __ASM volatile ("VMSR fpscr, %0" : : "r" (fpscr) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmFunc.h-589-#endif
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h-82-#if   defined ( __CC_ARM )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h:83:  #define __ASM            __asm                                      /*!< asm keyword for ARM Compiler          */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h-84-  #define __INLINE         __inline                                   /*!< inline keyword for ARM Compiler       */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h-86-#elif defined ( __ICCARM__ )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h:87:  #define __ASM           __asm                                       /*!< asm keyword for IAR Compiler          */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h-88-  #define __INLINE        inline                                      /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h-90-#elif defined ( __GNUC__ )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h:91:  #define __ASM            __asm                                      /*!< asm keyword for GNU Compiler          */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h-92-  #define __INLINE         inline                                     /*!< inline keyword for GNU Compiler       */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h-94-#elif defined ( __TASKING__ )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h:95:  #define __ASM            __asm                                      /*!< asm keyword for TASKING Compiler      */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm3.h-96-  #define __INLINE         inline                                     /*!< inline keyword for TASKING Compiler   */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h-82-#if   defined ( __CC_ARM )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h:83:  #define __ASM            __asm                                      /*!< asm keyword for ARM Compiler          */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h-84-  #define __INLINE         __inline                                   /*!< inline keyword for ARM Compiler       */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h-86-#elif defined ( __ICCARM__ )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h:87:  #define __ASM           __asm                                       /*!< asm keyword for IAR Compiler          */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h-88-  #define __INLINE        inline                                      /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h-90-#elif defined ( __GNUC__ )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h:91:  #define __ASM            __asm                                      /*!< asm keyword for GNU Compiler          */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h-92-  #define __INLINE         inline                                     /*!< inline keyword for GNU Compiler       */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h-94-#elif defined ( __TASKING__ )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h:95:  #define __ASM            __asm                                      /*!< asm keyword for TASKING Compiler      */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm0.h-96-  #define __INLINE         inline                                     /*!< inline keyword for TASKING Compiler   */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h-83-#if   defined ( __CC_ARM )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h:84:  #define __ASM            __asm                                      /*!< asm keyword for ARM Compiler          */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h-85-  #define __INLINE         __inline                                   /*!< inline keyword for ARM Compiler       */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h-87-#elif defined ( __ICCARM__ )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h:88:  #define __ASM           __asm                                       /*!< asm keyword for IAR Compiler          */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h-89-  #define __INLINE        inline                                      /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h-91-#elif defined ( __GNUC__ )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h:92:  #define __ASM            __asm                                      /*!< asm keyword for GNU Compiler          */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h-93-  #define __INLINE         inline                                     /*!< inline keyword for GNU Compiler       */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h-95-#elif defined ( __TASKING__ )
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h:96:  #define __ASM            __asm                                      /*!< asm keyword for TASKING Compiler      */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4.h-97-  #define __INLINE         inline                                     /*!< inline keyword for TASKING Compiler   */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-197-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:198:  __ASM volatile ("sadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-199-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-205-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:206:  __ASM volatile ("qadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-207-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-213-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:214:  __ASM volatile ("shadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-215-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-221-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:222:  __ASM volatile ("uadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-223-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-229-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:230:  __ASM volatile ("uqadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-231-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-237-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:238:  __ASM volatile ("uhadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-239-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-246-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:247:  __ASM volatile ("ssub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-248-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-254-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:255:  __ASM volatile ("qsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-256-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-262-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:263:  __ASM volatile ("shsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-264-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-270-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:271:  __ASM volatile ("usub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-272-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-278-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:279:  __ASM volatile ("uqsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-280-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-286-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:287:  __ASM volatile ("uhsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-288-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-295-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:296:  __ASM volatile ("sadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-297-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-303-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:304:  __ASM volatile ("qadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-305-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-311-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:312:  __ASM volatile ("shadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-313-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-319-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:320:  __ASM volatile ("uadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-321-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-327-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:328:  __ASM volatile ("uqadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-329-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-335-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:336:  __ASM volatile ("uhadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-337-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-343-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:344:  __ASM volatile ("ssub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-345-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-351-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:352:  __ASM volatile ("qsub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-353-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-359-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:360:  __ASM volatile ("shsub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-361-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-367-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:368:  __ASM volatile ("usub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-369-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-375-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:376:  __ASM volatile ("uqsub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-377-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-383-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:384:  __ASM volatile ("uhsub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-385-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-391-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:392:  __ASM volatile ("sasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-393-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-399-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:400:  __ASM volatile ("qasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-401-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-407-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:408:  __ASM volatile ("shasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-409-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-415-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:416:  __ASM volatile ("uasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-417-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-423-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:424:  __ASM volatile ("uqasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-425-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-431-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:432:  __ASM volatile ("uhasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-433-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-439-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:440:  __ASM volatile ("ssax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-441-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-447-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:448:  __ASM volatile ("qsax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-449-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-455-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:456:  __ASM volatile ("shsax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-457-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-463-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:464:  __ASM volatile ("usax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-465-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-471-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:472:  __ASM volatile ("uqsax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-473-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-479-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:480:  __ASM volatile ("uhsax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-481-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-487-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:488:  __ASM volatile ("usad8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-489-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-495-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:496:  __ASM volatile ("usada8 %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-497-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-502-  uint32_t __RES, __ARG1 = (ARG1); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:503:  __ASM ("ssat16 %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-504-  __RES; \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-509-  uint32_t __RES, __ARG1 = (ARG1); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:510:  __ASM ("usat16 %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-511-  __RES; \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-517-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:518:  __ASM volatile ("uxtb16 %0, %1" : "=r" (result) : "r" (op1));
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-519-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-525-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:526:  __ASM volatile ("uxtab16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-527-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-533-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:534:  __ASM volatile ("sxtb16 %0, %1" : "=r" (result) : "r" (op1));
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-535-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-541-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:542:  __ASM volatile ("sxtab16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-543-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-549-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:550:  __ASM volatile ("smuad %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-551-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-557-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:558:  __ASM volatile ("smuadx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-559-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-565-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:566:  __ASM volatile ("smlad %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-567-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-573-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:574:  __ASM volatile ("smladx %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-575-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-580-  uint32_t __ARG1 = (ARG1), __ARG2 = (ARG2), __ARG3_H = (uint32_t)((uint64_t)(ARG3) >> 32), __ARG3_L = (uint32_t)((uint64_t)(ARG3) & 0xFFFFFFFFUL); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:581:  __ASM volatile ("smlald %0, %1, %2, %3" : "=r" (__ARG3_L), "=r" (__ARG3_H) : "r" (__ARG1), "r" (__ARG2), "0" (__ARG3_L), "1" (__ARG3_H) ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-582-  (uint64_t)(((uint64_t)__ARG3_H << 32) | __ARG3_L); \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-587-  uint32_t __ARG1 = (ARG1), __ARG2 = (ARG2), __ARG3_H = (uint32_t)((uint64_t)(ARG3) >> 32), __ARG3_L = (uint32_t)((uint64_t)(ARG3) & 0xFFFFFFFFUL); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:588:  __ASM volatile ("smlaldx %0, %1, %2, %3" : "=r" (__ARG3_L), "=r" (__ARG3_H) : "r" (__ARG1), "r" (__ARG2), "0" (__ARG3_L), "1" (__ARG3_H) ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-589-  (uint64_t)(((uint64_t)__ARG3_H << 32) | __ARG3_L); \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-595-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:596:  __ASM volatile ("smusd %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-597-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-603-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:604:  __ASM volatile ("smusdx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-605-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-611-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:612:  __ASM volatile ("smlsd %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-613-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-619-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:620:  __ASM volatile ("smlsdx %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-621-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-626-  uint32_t __ARG1 = (ARG1), __ARG2 = (ARG2), __ARG3_H = (uint32_t)((ARG3) >> 32), __ARG3_L = (uint32_t)((ARG3) & 0xFFFFFFFFUL); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:627:  __ASM volatile ("smlsld %0, %1, %2, %3" : "=r" (__ARG3_L), "=r" (__ARG3_H) : "r" (__ARG1), "r" (__ARG2), "0" (__ARG3_L), "1" (__ARG3_H) ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-628-  (uint64_t)(((uint64_t)__ARG3_H << 32) | __ARG3_L); \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-633-  uint32_t __ARG1 = (ARG1), __ARG2 = (ARG2), __ARG3_H = (uint32_t)((ARG3) >> 32), __ARG3_L = (uint32_t)((ARG3) & 0xFFFFFFFFUL); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:634:  __ASM volatile ("smlsldx %0, %1, %2, %3" : "=r" (__ARG3_L), "=r" (__ARG3_H) : "r" (__ARG1), "r" (__ARG2), "0" (__ARG3_L), "1" (__ARG3_H) ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-635-  (uint64_t)(((uint64_t)__ARG3_H << 32) | __ARG3_L); \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-641-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:642:  __ASM volatile ("sel %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-643-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-649-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:650:  __ASM volatile ("qadd %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-651-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-657-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:658:  __ASM volatile ("qsub %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-659-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-664-  uint32_t __RES, __ARG1 = (ARG1), __ARG2 = (ARG2); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:665:  __ASM ("pkhbt %0, %1, %2, lsl %3" : "=r" (__RES) :  "r" (__ARG1), "r" (__ARG2), "I" (ARG3)  ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-666-  __RES; \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-672-  if (ARG3 == 0) \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:673:    __ASM ("pkhtb %0, %1, %2" : "=r" (__RES) :  "r" (__ARG1), "r" (__ARG2)  ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-674-  else	\
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h:675:    __ASM ("pkhtb %0, %1, %2, asr %3" : "=r" (__RES) :  "r" (__ARG1), "r" (__ARG2), "I" (ARG3)  ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cm4_simd.h-676-  __RES; \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-113- */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:114:static __INLINE __ASM uint32_t __REV16(uint32_t value)
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-115-{
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-127- */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:128:static __INLINE __ASM int32_t __REVSH(int32_t value)
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-129-{
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-270-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:271:  __ASM volatile ("nop");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-272-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-281-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:282:  __ASM volatile ("wfi");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-283-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-292-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:293:  __ASM volatile ("wfe");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-294-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-302-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:303:  __ASM volatile ("sev");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-304-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-314-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:315:  __ASM volatile ("isb");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-316-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-325-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:326:  __ASM volatile ("dsb");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-327-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-336-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:337:  __ASM volatile ("dmb");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-338-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-351-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:352:  __ASM volatile ("rev %0, %1" : "=r" (result) : "r" (value) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-353-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-367-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:368:  __ASM volatile ("rev16 %0, %1" : "=r" (result) : "r" (value) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-369-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-383-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:384:  __ASM volatile ("revsh %0, %1" : "=r" (result) : "r" (value) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-385-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-401-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:402:   __ASM volatile ("rbit %0, %1" : "=r" (result) : "r" (value) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-403-   return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-417-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:418:   __ASM volatile ("ldrexb %0, [%1]" : "=r" (result) : "r" (addr) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-419-   return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-433-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:434:   __ASM volatile ("ldrexh %0, [%1]" : "=r" (result) : "r" (addr) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-435-   return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-449-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:450:   __ASM volatile ("ldrex %0, [%1]" : "=r" (result) : "r" (addr) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-451-   return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-467-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:468:   __ASM volatile ("strexb %0, %2, [%1]" : "=r" (result) : "r" (addr), "r" (value) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-469-   return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-485-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:486:   __ASM volatile ("strexh %0, %2, [%1]" : "=r" (result) : "r" (addr), "r" (value) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-487-   return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-503-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:504:   __ASM volatile ("strex %0, %2, [%1]" : "=r" (result) : "r" (addr), "r" (value) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-505-   return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-515-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:516:  __ASM volatile ("clrex");
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-517-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-530-  uint32_t __RES, __ARG1 = (ARG1); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:531:  __ASM ("ssat %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-532-  __RES; \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-546-  uint32_t __RES, __ARG1 = (ARG1); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:547:  __ASM ("usat %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-548-  __RES; \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-562-  
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h:563:  __ASM volatile ("clz %0, %1" : "=r" (result) : "r" (value) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/Include/core_cmInstr.h-564-  return(result);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/ARMCMx.ld-160-  } >ram
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/ARMCMx.ld:161:  __cs3_region_init_ram = LOADADDR (.data);
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/ARMCMx.ld-162-  __cs3_region_init_size_ram = _edata - __cs3_region_start_ram;
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/ARMCMx.ld-160-  } >ram
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/ARMCMx.ld:161:  __cs3_region_init_ram = LOADADDR (.data);
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/ARMCMx.ld-162-  __cs3_region_init_size_ram = _edata - __cs3_region_start_ram;
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_smc.h-40-#define REG_SMC_IMR               (0x400E0014U) /**< \brief (SMC) SMC NFC Interrupt Mask Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_smc.h:41:#define REG_SMC_ADDR              (0x400E0018U) /**< \brief (SMC) SMC NFC Address Cycle Zero Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_smc.h-42-#define REG_SMC_BANK              (0x400E001CU) /**< \brief (SMC) SMC Bank Address Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_smc.h-114-#define REG_SMC_IMR      (*(RoReg*)0x400E0014U) /**< \brief (SMC) SMC NFC Interrupt Mask Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_smc.h:115:#define REG_SMC_ADDR     (*(RwReg*)0x400E0018U) /**< \brief (SMC) SMC NFC Address Cycle Zero Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_smc.h-116-#define REG_SMC_BANK     (*(RwReg*)0x400E001CU) /**< \brief (SMC) SMC Bank Address Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-143-#define EMAC_RBQP_ADDR_Msk (0x3fffffffu << EMAC_RBQP_ADDR_Pos) /**< \brief (EMAC_RBQP) Receive buffer queue pointer address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h:144:#define EMAC_RBQP_ADDR(value) ((EMAC_RBQP_ADDR_Msk & ((value) << EMAC_RBQP_ADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-145-/* -------- EMAC_TBQP : (EMAC Offset: 0x1C) Transmit Buffer Queue Pointer Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-147-#define EMAC_TBQP_ADDR_Msk (0x3fffffffu << EMAC_TBQP_ADDR_Pos) /**< \brief (EMAC_TBQP) Transmit buffer queue pointer address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h:148:#define EMAC_TBQP_ADDR(value) ((EMAC_TBQP_ADDR_Msk & ((value) << EMAC_TBQP_ADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-149-/* -------- EMAC_RSR : (EMAC Offset: 0x20) Receive Status Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-310-#define EMAC_HRB_ADDR_Msk (0xffffffffu << EMAC_HRB_ADDR_Pos) /**< \brief (EMAC_HRB)  */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h:311:#define EMAC_HRB_ADDR(value) ((EMAC_HRB_ADDR_Msk & ((value) << EMAC_HRB_ADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-312-/* -------- EMAC_HRT : (EMAC Offset: 0x94) Hash Register Top [63:32] Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-314-#define EMAC_HRT_ADDR_Msk (0xffffffffu << EMAC_HRT_ADDR_Pos) /**< \brief (EMAC_HRT)  */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h:315:#define EMAC_HRT_ADDR(value) ((EMAC_HRT_ADDR_Msk & ((value) << EMAC_HRT_ADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-316-/* -------- EMAC_SAxB : (EMAC Offset: N/A) Specific Address 1 Bottom Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-318-#define EMAC_SAxB_ADDR_Msk (0xffffffffu << EMAC_SAxB_ADDR_Pos) /**< \brief (EMAC_SAxB)  */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h:319:#define EMAC_SAxB_ADDR(value) ((EMAC_SAxB_ADDR_Msk & ((value) << EMAC_SAxB_ADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-320-/* -------- EMAC_SAxT : (EMAC Offset: N/A) Specific Address 1 Top Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-322-#define EMAC_SAxT_ADDR_Msk (0xffffu << EMAC_SAxT_ADDR_Pos) /**< \brief (EMAC_SAxT)  */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h:323:#define EMAC_SAxT_ADDR(value) ((EMAC_SAxT_ADDR_Msk & ((value) << EMAC_SAxT_ADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h-324-/* -------- EMAC_TID : (EMAC Offset: 0xB8) Type ID Checking Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_dmac.h-253-#define DMAC_SADDR_SADDR_Msk (0xffffffffu << DMAC_SADDR_SADDR_Pos) /**< \brief (DMAC_SADDR) Channel x Source Address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_dmac.h:254:#define DMAC_SADDR_SADDR(value) ((DMAC_SADDR_SADDR_Msk & ((value) << DMAC_SADDR_SADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_dmac.h-255-/* -------- DMAC_DADDR : (DMAC Offset: N/A) DMAC Channel Destination Address Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_dmac.h-257-#define DMAC_DADDR_DADDR_Msk (0xffffffffu << DMAC_DADDR_DADDR_Pos) /**< \brief (DMAC_DADDR) Channel x Destination Address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_dmac.h:258:#define DMAC_DADDR_DADDR(value) ((DMAC_DADDR_DADDR_Msk & ((value) << DMAC_DADDR_DADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/component/component_dmac.h-259-/* -------- DMAC_DSCR : (DMAC Offset: N/A) DMAC Channel Descriptor Address Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h-493-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:494:#define IFLASH0_ADDR    (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h-495-#if defined IFLASH0_SIZE
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:496:#define IFLASH1_ADDR    (IFLASH0_ADDR+IFLASH0_SIZE) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h-497-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:498:#define IROM_ADDR       (0x00100000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:499:#define IRAM0_ADDR      (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:500:#define IRAM1_ADDR      (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:501:#define NFC_RAM_ADDR    (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:502:#define UOTGHS_RAM_ADDR (0x20180000u) /**< USB On-The-Go Interface RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:503:#define EBI_CS0_ADDR    (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:504:#define EBI_CS1_ADDR    (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:505:#define EBI_CS2_ADDR    (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:506:#define EBI_CS3_ADDR    (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:507:#define EBI_CS4_ADDR    (0x64000000u) /**< EBI Chip Select 4 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:508:#define EBI_CS5_ADDR    (0x65000000u) /**< EBI Chip Select 5 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:509:#define EBI_CS6_ADDR    (0x66000000u) /**< EBI Chip Select 6 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h:510:#define EBI_CS7_ADDR    (0x67000000u) /**< EBI Chip Select 7 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8c.h-511-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h-533-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:534:#define IFLASH0_ADDR    (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h-535-#if defined IFLASH0_SIZE
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:536:#define IFLASH1_ADDR    (IFLASH0_ADDR+IFLASH0_SIZE) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h-537-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:538:#define IROM_ADDR       (0x00100000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:539:#define IRAM0_ADDR      (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:540:#define IRAM1_ADDR      (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:541:#define NFC_RAM_ADDR    (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:542:#define UOTGHS_RAM_ADDR (0x20180000u) /**< USB On-The-Go Interface RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:543:#define EBI_CS0_ADDR    (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:544:#define EBI_CS1_ADDR    (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:545:#define EBI_CS2_ADDR    (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:546:#define EBI_CS3_ADDR    (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:547:#define EBI_CS4_ADDR    (0x64000000u) /**< EBI Chip Select 4 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:548:#define EBI_CS5_ADDR    (0x65000000u) /**< EBI Chip Select 5 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:549:#define EBI_CS6_ADDR    (0x66000000u) /**< EBI Chip Select 6 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:550:#define EBI_CS7_ADDR    (0x67000000u) /**< EBI Chip Select 7 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h-551-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h-558-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:559:#define IFLASH0_ADDR    (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h-560-#if defined IFLASH0_SIZE
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:561:#define IFLASH1_ADDR    (IFLASH0_ADDR+IFLASH0_SIZE) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h-562-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:563:#define IROM_ADDR       (0x00100000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:564:#define IRAM0_ADDR      (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:565:#define IRAM1_ADDR      (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:566:#define NFC_RAM_ADDR    (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:567:#define UOTGHS_RAM_ADDR (0x20180000u) /**< USB On-The-Go Interface RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:568:#define EBI_CS0_ADDR    (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:569:#define EBI_CS1_ADDR    (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:570:#define EBI_CS2_ADDR    (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:571:#define EBI_CS3_ADDR    (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:572:#define EBI_CS4_ADDR    (0x64000000u) /**< EBI Chip Select 4 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:573:#define EBI_CS5_ADDR    (0x65000000u) /**< EBI Chip Select 5 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:574:#define EBI_CS6_ADDR    (0x66000000u) /**< EBI Chip Select 6 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h:575:#define EBI_CS7_ADDR    (0x67000000u) /**< EBI Chip Select 7 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8h.h-576-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h-493-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:494:#define IFLASH0_ADDR    (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h-495-#if defined IFLASH0_SIZE
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:496:#define IFLASH1_ADDR    (IFLASH0_ADDR+IFLASH0_SIZE) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h-497-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:498:#define IROM_ADDR       (0x00100000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:499:#define IRAM0_ADDR      (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:500:#define IRAM1_ADDR      (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:501:#define NFC_RAM_ADDR    (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:502:#define UOTGHS_RAM_ADDR (0x20180000u) /**< USB On-The-Go Interface RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:503:#define EBI_CS0_ADDR    (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:504:#define EBI_CS1_ADDR    (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:505:#define EBI_CS2_ADDR    (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:506:#define EBI_CS3_ADDR    (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:507:#define EBI_CS4_ADDR    (0x64000000u) /**< EBI Chip Select 4 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:508:#define EBI_CS5_ADDR    (0x65000000u) /**< EBI Chip Select 5 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:509:#define EBI_CS6_ADDR    (0x66000000u) /**< EBI Chip Select 6 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h:510:#define EBI_CS7_ADDR    (0x67000000u) /**< EBI Chip Select 7 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4c.h-511-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h-533-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:534:#define IFLASH0_ADDR    (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h-535-#if defined IFLASH0_SIZE
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:536:#define IFLASH1_ADDR    (IFLASH0_ADDR+IFLASH0_SIZE) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h-537-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:538:#define IROM_ADDR       (0x00100000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:539:#define IRAM0_ADDR      (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:540:#define IRAM1_ADDR      (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:541:#define NFC_RAM_ADDR    (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:542:#define UOTGHS_RAM_ADDR (0x20180000u) /**< USB On-The-Go Interface RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:543:#define EBI_CS0_ADDR    (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:544:#define EBI_CS1_ADDR    (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:545:#define EBI_CS2_ADDR    (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:546:#define EBI_CS3_ADDR    (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:547:#define EBI_CS4_ADDR    (0x64000000u) /**< EBI Chip Select 4 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:548:#define EBI_CS5_ADDR    (0x65000000u) /**< EBI Chip Select 5 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:549:#define EBI_CS6_ADDR    (0x66000000u) /**< EBI Chip Select 6 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h:550:#define EBI_CS7_ADDR    (0x67000000u) /**< EBI Chip Select 7 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x4e.h-551-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h-486-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:487:#define IFLASH0_ADDR    (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h-488-#if defined IFLASH0_SIZE
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:489:#define IFLASH1_ADDR    (IFLASH0_ADDR+IFLASH0_SIZE) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h-490-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:491:#define IROM_ADDR       (0x00100000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:492:#define IRAM0_ADDR      (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:493:#define IRAM1_ADDR      (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:494:#define NFC_RAM_ADDR    (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:495:#define UOTGHS_RAM_ADDR (0x20180000u) /**< USB On-The-Go Interface RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:496:#define EBI_CS0_ADDR    (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:497:#define EBI_CS1_ADDR    (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:498:#define EBI_CS2_ADDR    (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:499:#define EBI_CS3_ADDR    (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:500:#define EBI_CS4_ADDR    (0x64000000u) /**< EBI Chip Select 4 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:501:#define EBI_CS5_ADDR    (0x65000000u) /**< EBI Chip Select 5 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:502:#define EBI_CS6_ADDR    (0x66000000u) /**< EBI Chip Select 6 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h:503:#define EBI_CS7_ADDR    (0x67000000u) /**< EBI Chip Select 7 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a4c.h-504-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h-486-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:487:#define IFLASH0_ADDR    (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h-488-#if defined IFLASH0_SIZE
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:489:#define IFLASH1_ADDR    (IFLASH0_ADDR+IFLASH0_SIZE) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h-490-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:491:#define IROM_ADDR       (0x00100000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:492:#define IRAM0_ADDR      (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:493:#define IRAM1_ADDR      (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:494:#define NFC_RAM_ADDR    (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:495:#define UOTGHS_RAM_ADDR (0x20180000u) /**< USB On-The-Go Interface RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:496:#define EBI_CS0_ADDR    (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:497:#define EBI_CS1_ADDR    (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:498:#define EBI_CS2_ADDR    (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:499:#define EBI_CS3_ADDR    (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:500:#define EBI_CS4_ADDR    (0x64000000u) /**< EBI Chip Select 4 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:501:#define EBI_CS5_ADDR    (0x65000000u) /**< EBI Chip Select 5 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:502:#define EBI_CS6_ADDR    (0x66000000u) /**< EBI Chip Select 6 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h:503:#define EBI_CS7_ADDR    (0x67000000u) /**< EBI Chip Select 7 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3xa/include/sam3a8c.h-504-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4c.h-472-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4c.h:473:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4c.h:474:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4c.h:475:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4c.h:476:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4c.h:477:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4c.h:478:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4c.h:479:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4c.h-480-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/instance/instance_udp.h-36-#define REG_UDP_GLB_STAT          (0x40034004U) /**< \brief (UDP) Global State Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/instance/instance_udp.h:37:#define REG_UDP_FADDR             (0x40034008U) /**< \brief (UDP) Function Address Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/instance/instance_udp.h-38-#define REG_UDP_IER               (0x40034010U) /**< \brief (UDP) Interrupt Enable Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/instance/instance_udp.h-49-#define REG_UDP_GLB_STAT (*(RwReg*)0x40034004U) /**< \brief (UDP) Global State Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/instance/instance_udp.h:50:#define REG_UDP_FADDR    (*(RwReg*)0x40034008U) /**< \brief (UDP) Function Address Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/instance/instance_udp.h-51-#define REG_UDP_IER      (*(WoReg*)0x40034010U) /**< \brief (UDP) Interrupt Enable Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1b.h-447-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1b.h:448:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1b.h:449:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1b.h:450:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1b.h:451:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1b.h:452:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1b.h:453:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1b.h:454:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1b.h-455-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2a.h-421-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2a.h:422:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2a.h:423:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2a.h:424:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2a.h:425:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2a.h:426:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2a.h:427:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2a.h:428:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2a.h-429-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1c.h-472-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1c.h:473:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1c.h:474:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1c.h:475:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1c.h:476:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1c.h:477:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1c.h:478:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1c.h:479:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1c.h-480-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4a.h-421-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4a.h:422:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4a.h:423:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4a.h:424:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4a.h:425:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4a.h:426:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4a.h:427:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4a.h:428:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4a.h-429-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2c.h-472-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2c.h:473:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2c.h:474:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2c.h:475:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2c.h:476:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2c.h:477:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2c.h:478:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2c.h:479:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2c.h-480-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1a.h-421-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1a.h:422:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1a.h:423:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1a.h:424:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1a.h:425:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1a.h:426:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1a.h:427:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1a.h:428:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s1a.h-429-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4b.h-447-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4b.h:448:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4b.h:449:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4b.h:450:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4b.h:451:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4b.h:452:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4b.h:453:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4b.h:454:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s4b.h-455-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2b.h-447-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2b.h:448:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2b.h:449:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2b.h:450:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2b.h:451:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2b.h:452:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2b.h:453:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2b.h:454:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3s/include/sam3s2b.h-455-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/instance/instance_smc.h-40-#define REG_SMC_IMR               (0x400E0014U) /**< \brief (SMC) SMC NFC Interrupt Mask Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/instance/instance_smc.h:41:#define REG_SMC_ADDR              (0x400E0018U) /**< \brief (SMC) SMC NFC Address Cycle Zero Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/instance/instance_smc.h-42-#define REG_SMC_BANK              (0x400E001CU) /**< \brief (SMC) SMC Bank Address Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/instance/instance_smc.h-94-#define REG_SMC_IMR      (*(RoReg*)0x400E0014U) /**< \brief (SMC) SMC NFC Interrupt Mask Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/instance/instance_smc.h:95:#define REG_SMC_ADDR     (*(RwReg*)0x400E0018U) /**< \brief (SMC) SMC NFC Address Cycle Zero Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/instance/instance_smc.h-96-#define REG_SMC_BANK     (*(RwReg*)0x400E001CU) /**< \brief (SMC) SMC Bank Address Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1e.h-457-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1e.h:458:#define IFLASH0_ADDR   (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1e.h:459:#define IROM_ADDR      (0x00180000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1e.h:460:#define IRAM0_ADDR     (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1e.h:461:#define IRAM1_ADDR     (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1e.h:462:#define NFC_RAM_ADDR   (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1e.h:463:#define UDPHS_RAM_ADDR (0x20180000u) /**< USB High Speed Device Port RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1e.h-464-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2e.h-457-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2e.h:458:#define IFLASH0_ADDR   (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2e.h:459:#define IROM_ADDR      (0x00180000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2e.h:460:#define IRAM0_ADDR     (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2e.h:461:#define IRAM1_ADDR     (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2e.h:462:#define NFC_RAM_ADDR   (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2e.h:463:#define UDPHS_RAM_ADDR (0x20180000u) /**< USB High Speed Device Port RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2e.h-464-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/component/component_udphs.h-83-#define UDPHS_CTRL_DEV_ADDR_Msk (0x7fu << UDPHS_CTRL_DEV_ADDR_Pos) /**< \brief (UDPHS_CTRL) UDPHS Address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/component/component_udphs.h:84:#define UDPHS_CTRL_DEV_ADDR(value) ((UDPHS_CTRL_DEV_ADDR_Msk & ((value) << UDPHS_CTRL_DEV_ADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/component/component_udphs.h-85-#define UDPHS_CTRL_FADDR_EN (0x1u << 7) /**< \brief (UDPHS_CTRL) Function Address Enable */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/component/component_dmac.h-199-#define DMAC_SADDR_SADDR_Msk (0xffffffffu << DMAC_SADDR_SADDR_Pos) /**< \brief (DMAC_SADDR) Channel x Source Address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/component/component_dmac.h:200:#define DMAC_SADDR_SADDR(value) ((DMAC_SADDR_SADDR_Msk & ((value) << DMAC_SADDR_SADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/component/component_dmac.h-201-/* -------- DMAC_DADDR : (DMAC Offset: N/A) DMAC Channel Destination Address Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/component/component_dmac.h-203-#define DMAC_DADDR_DADDR_Msk (0xffffffffu << DMAC_DADDR_DADDR_Pos) /**< \brief (DMAC_DADDR) Channel x Destination Address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/component/component_dmac.h:204:#define DMAC_DADDR_DADDR(value) ((DMAC_DADDR_DADDR_Msk & ((value) << DMAC_DADDR_DADDR_Pos)))
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/component/component_dmac.h-205-/* -------- DMAC_DSCR : (DMAC Offset: N/A) DMAC Channel Descriptor Address Register -------- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4e.h-461-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4e.h:462:#define IFLASH0_ADDR   (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4e.h:463:#define IFLASH1_ADDR   (0x00100000u) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4e.h:464:#define IROM_ADDR      (0x00180000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4e.h:465:#define IRAM0_ADDR     (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4e.h:466:#define IRAM1_ADDR     (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4e.h:467:#define NFC_RAM_ADDR   (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4e.h:468:#define UDPHS_RAM_ADDR (0x20180000u) /**< USB High Speed Device Port RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4e.h-469-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1c.h-443-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1c.h:444:#define IFLASH0_ADDR   (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1c.h:445:#define IROM_ADDR      (0x00180000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1c.h:446:#define IRAM0_ADDR     (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1c.h:447:#define IRAM1_ADDR     (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1c.h:448:#define NFC_RAM_ADDR   (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1c.h:449:#define UDPHS_RAM_ADDR (0x20180000u) /**< USB High Speed Device Port RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u1c.h-450-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2c.h-443-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2c.h:444:#define IFLASH0_ADDR   (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2c.h:445:#define IROM_ADDR      (0x00180000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2c.h:446:#define IRAM0_ADDR     (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2c.h:447:#define IRAM1_ADDR     (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2c.h:448:#define NFC_RAM_ADDR   (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2c.h:449:#define UDPHS_RAM_ADDR (0x20180000u) /**< USB High Speed Device Port RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u2c.h-450-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4c.h-447-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4c.h:448:#define IFLASH0_ADDR   (0x00080000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4c.h:449:#define IFLASH1_ADDR   (0x00100000u) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4c.h:450:#define IROM_ADDR      (0x00180000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4c.h:451:#define IRAM0_ADDR     (0x20000000u) /**< Internal RAM 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4c.h:452:#define IRAM1_ADDR     (0x20080000u) /**< Internal RAM 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4c.h:453:#define NFC_RAM_ADDR   (0x20100000u) /**< NAND Flash Controller RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4c.h:454:#define UDPHS_RAM_ADDR (0x20180000u) /**< USB High Speed Device Port RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3u/include/sam3u4c.h-455-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h-481-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h:482:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h:483:#define IFLASH0_ADDR (0x00400000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h:484:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h:485:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h:486:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h:487:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h:488:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h:489:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8c.h-490-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/instance/instance_udp.h-36-#define REG_UDP_GLB_STAT          (0x40034004U) /**< \brief (UDP) Global State Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/instance/instance_udp.h:37:#define REG_UDP_FADDR             (0x40034008U) /**< \brief (UDP) Function Address Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/instance/instance_udp.h-38-#define REG_UDP_IER               (0x40034010U) /**< \brief (UDP) Interrupt Enable Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/instance/instance_udp.h-49-#define REG_UDP_GLB_STAT (*(RwReg*)0x40034004U) /**< \brief (UDP) Global State Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/instance/instance_udp.h:50:#define REG_UDP_FADDR    (*(RwReg*)0x40034008U) /**< \brief (UDP) Function Address Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/instance/instance_udp.h-51-#define REG_UDP_IER      (*(WoReg*)0x40034010U) /**< \brief (UDP) Interrupt Enable Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h-453-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h:454:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h:455:#define IFLASH0_ADDR (0x00400000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h:456:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h-457-#if defined IFLASH0_SIZE
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h:458:#define IFLASH1_ADDR (IFLASH0_ADDR+IFLASH0_SIZE) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h-459-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h:460:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h:461:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h:462:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h:463:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h:464:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8b.h-465-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h-486-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h:487:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h:488:#define IFLASH0_ADDR (0x00400000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h:489:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h-490-#if defined IFLASH0_SIZE
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h:491:#define IFLASH1_ADDR (IFLASH0_ADDR+IFLASH0_SIZE) /**< Internal Flash 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h-492-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h:493:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h:494:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h:495:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h:496:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h:497:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3sd8c.h-498-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h-448-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h:449:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h:450:#define IFLASH0_ADDR (0x00400000u) /**< Internal Flash 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h:451:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h:452:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h:453:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h:454:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h:455:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h:456:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3sd8/include/sam3s8b.h-457-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4b.h-395-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4b.h:396:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4b.h:397:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4b.h:398:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4b.h-399-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1a.h-389-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1a.h:390:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1a.h:391:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1a.h:392:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1a.h-393-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1b.h-395-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1b.h:396:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1b.h:397:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1b.h:398:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1b.h-399-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0b.h-395-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0b.h:396:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0b.h:397:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0b.h:398:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0b.h-399-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0a.h-389-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0a.h:390:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0a.h:391:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0a.h:392:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0a.h-393-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2a.h-389-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2a.h:390:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2a.h:391:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2a.h:392:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2a.h-393-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00b.h-395-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00b.h:396:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00b.h:397:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00b.h:398:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00b.h-399-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0c.h-413-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0c.h:414:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0c.h:415:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0c.h:416:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n0c.h-417-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2b.h-395-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2b.h:396:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2b.h:397:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2b.h:398:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2b.h-399-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00a.h-389-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00a.h:390:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00a.h:391:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00a.h:392:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n00a.h-393-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2c.h-413-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2c.h:414:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2c.h:415:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2c.h:416:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n2c.h-417-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4a.h-389-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4a.h:390:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4a.h:391:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4a.h:392:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4a.h-393-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1c.h-413-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1c.h:414:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1c.h:415:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1c.h:416:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n1c.h-417-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4c.h-413-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4c.h:414:#define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4c.h:415:#define IROM_ADDR   (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4c.h:416:#define IRAM_ADDR   (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam3n/include/sam3n4c.h-417-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/instance/instance_udp.h-36-#define REG_UDP_GLB_STAT          (0x40034004U) /**< \brief (UDP) Global State Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/instance/instance_udp.h:37:#define REG_UDP_FADDR             (0x40034008U) /**< \brief (UDP) Function Address Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/instance/instance_udp.h-38-#define REG_UDP_IER               (0x40034010U) /**< \brief (UDP) Interrupt Enable Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/instance/instance_udp.h-49-#define REG_UDP_GLB_STAT (*(RwReg*)0x40034004U) /**< \brief (UDP) Global State Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/instance/instance_udp.h:50:#define REG_UDP_FADDR    (*(RwReg*)0x40034008U) /**< \brief (UDP) Function Address Register */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/instance/instance_udp.h-51-#define REG_UDP_IER      (*(WoReg*)0x40034010U) /**< \brief (UDP) Interrupt Enable Register */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8b.h-467-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8b.h:468:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8b.h:469:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8b.h:470:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8b.h:471:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8b.h:472:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8b.h:473:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8b.h:474:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8b.h-475-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16c.h-474-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16c.h:475:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16c.h:476:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16c.h:477:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16c.h:478:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16c.h:479:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16c.h:480:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16c.h:481:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16c.h-482-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8c.h-474-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8c.h:475:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8c.h:476:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8c.h:477:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8c.h:478:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8c.h:479:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8c.h:480:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8c.h:481:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s8c.h-482-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16b.h-467-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16b.h:468:#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16b.h:469:#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16b.h:470:#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16b.h:471:#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16b.h:472:#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16b.h:473:#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16b.h:474:#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/CMSIS/Device/ATMEL/sam4s/include/sam4s16b.h-475-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/libsam/include/emac.h-67-#define EMAC_RXD_UNIHASH      (1ul << 29) /**< Unicast hash match */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/libsam/include/emac.h:68:#define EMAC_RXD_EXTADDR      (1ul << 28) /**< External address match */
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/libsam/include/emac.h-69-#define EMAC_RXD_ADDR1        (1ul << 26) /**< Address 1 match */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/libsam/build_gcc/gcc.mk-60-# ---------------------------------------------------------------------------------------
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/libsam/build_gcc/gcc.mk:61:# ASM Flags
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/system/libsam/build_gcc/gcc.mk-62-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/variants/arduino_due_x/build_gcc/gcc.mk-79-# ---------------------------------------------------------------------------------------
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/variants/arduino_due_x/build_gcc/gcc.mk:80:# ASM Flags
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/variants/arduino_due_x/build_gcc/gcc.mk-81-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/cores/arduino/wiring.h-68-    uint32_t n = usec * (VARIANT_MCK / 3000000);
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/cores/arduino/wiring.h:69:    asm volatile(
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/cores/arduino/wiring.h-70-        "L_%=_delayMicroseconds:"       "\n\t"
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/makefile-232-
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/makefile:233:# Place -D or -U options here for ASM sources
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/makefile-234-ADEFS  = -DF_CPU=$(F_CPU)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/makefile-515-# Change the build target to build a HEX file or a library.
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/makefile:516:build: elf hex eep lss sym asm
arduino-1.5.6.2+sdfsg2/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/makefile-517-#build: lib
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168.c-289-#else
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168.c:290:	asm volatile("nop\n\t");
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168.c-291-#endif
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168.c-587-#endif
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168.c:588:				asm volatile(
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168.c-589-					 "clr	r17		\n\t"	//page_word_count
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/lilypad/src/ATmegaBOOT.c-253-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/lilypad/src/ATmegaBOOT.c:254:    asm volatile("nop\n\t");
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/lilypad/src/ATmegaBOOT.c-255-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/lilypad/src/ATmegaBOOT.c-509-		    while(bit_is_set(EECR,EEPE));			//Wait for previous EEPROM writes to complete
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/lilypad/src/ATmegaBOOT.c:510:		    asm volatile(
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/lilypad/src/ATmegaBOOT.c-511-				 "clr	r17		\n\t"	//page_word_count
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Makefile-217-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Makefile:218:# Place -D or -U options here for ASM sources
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Makefile-219-ADEFS  = -DF_CPU=$(F_CPU)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Makefile-206-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Makefile:207:# Place -D or -U options here for ASM sources
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Makefile-208-ADEFS  = -DF_CPU=$(F_CPU)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega8/Makefile-45-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega8/Makefile:46:all: $(PROGRAM).elf lst text asm size
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega8/Makefile-47-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT.c-135-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT.c:136:  asm volatile("nop\n\t");
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT.c-137-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT.c-306-					while(bit_is_set(EECR,EEWE));			//Wait for previous EEPROM writes to complete
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT.c:307:					asm volatile(
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT.c-308-							 "clr	r17		\n\t"	//page_word_count
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/caterina/Makefile-213-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/caterina/Makefile:214:# Place -D or -U options here for ASM sources
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/caterina/Makefile-215-ADEFS  = -DF_CPU=$(F_CPU)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega8.lst-41-  // cli();
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega8.lst:42:  asm volatile ("clr __zero_reg__");
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega8.lst-43-#ifdef __AVR_ATmega8__
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot.c-281-  // cli();
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot.c:282:  asm volatile ("clr __zero_reg__");
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot.c-283-#ifdef __AVR_ATmega8__
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot.c-524-      [ch] "r" (ch),
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot.c:525:      [uartPort] "I" (_SFR_IO_ADDR(UART_PORT)),
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot.c-526-      [uartBit] "I" (UART_TX_BIT)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot.c-562-      [bitCnt] "d" (9),
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot.c:563:      [uartPin] "I" (_SFR_IO_ADDR(UART_PIN)),
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/optiboot.c-564-      [uartBit] "I" (UART_RX_BIT)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-219-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:220:        : "i" (_SFR_IO_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-221-          "r" ((uint8_t)__BOOT_PAGE_FILL),       \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-236-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:237:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-238-          "r" ((uint8_t)__BOOT_PAGE_FILL),       \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-255-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:256:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-257-          "r" ((uint8_t)__BOOT_PAGE_FILL),       \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-274-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:275:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:276:          "i" (_SFR_MEM_ADDR(RAMPZ)),            \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-277-          "r" ((uint8_t)__BOOT_PAGE_FILL),       \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-294-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:295:        : "i" (_SFR_IO_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:296:          "i" (_SFR_IO_ADDR(RAMPZ)),            \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-297-          "r" ((uint8_t)__BOOT_PAGE_FILL),       \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-310-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:311:        : "i" (_SFR_IO_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-312-          "r" ((uint8_t)__BOOT_PAGE_ERASE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-324-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:325:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-326-          "r" ((uint8_t)__BOOT_PAGE_ERASE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-339-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:340:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-341-          "r" ((uint8_t)__BOOT_PAGE_ERASE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-354-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:355:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:356:          "i" (_SFR_MEM_ADDR(RAMPZ)),            \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-357-          "r" ((uint8_t)__BOOT_PAGE_ERASE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-370-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:371:        : "i" (_SFR_IO_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:372:          "i" (_SFR_IO_ADDR(RAMPZ)),            \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-373-          "r" ((uint8_t)__BOOT_PAGE_ERASE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-385-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:386:        : "i" (_SFR_IO_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-387-          "r" ((uint8_t)__BOOT_PAGE_WRITE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-398-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:399:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-400-          "r" ((uint8_t)__BOOT_PAGE_WRITE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-413-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:414:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-415-          "r" ((uint8_t)__BOOT_PAGE_WRITE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-428-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:429:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:430:          "i" (_SFR_MEM_ADDR(RAMPZ)),            \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-431-          "r" ((uint8_t)__BOOT_PAGE_WRITE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-444-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:445:        : "i" (_SFR_IO_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:446:          "i" (_SFR_IO_ADDR(RAMPZ)),            \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-447-          "r" ((uint8_t)__BOOT_PAGE_WRITE),      \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-459-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:460:        : "i" (_SFR_IO_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-461-          "r" ((uint8_t)__BOOT_RWW_ENABLE)       \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-471-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:472:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-473-          "r" ((uint8_t)__BOOT_RWW_ENABLE)       \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-485-        :                                        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:486:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-487-          "r" ((uint8_t)__BOOT_RWW_ENABLE)       \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-518-        :                                                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:519:        : "i" (_SFR_IO_ADDR(__SPM_REG)),                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-520-          "r" ((uint8_t)__BOOT_LOCK_BITS_SET),             \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-536-        :                                                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:537:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-538-          "r" ((uint8_t)__BOOT_LOCK_BITS_SET),             \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-556-        :                                                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:557:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-558-          "r" ((uint8_t)__BOOT_LOCK_BITS_SET),             \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-625-        : "=r" (__result)                                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:626:        : "i" (_SFR_IO_ADDR(__SPM_REG)),                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-627-          "r" ((uint8_t)__BOOT_LOCK_BITS_SET),             \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-643-        : "=r" (__result)                                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:644:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),                  \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-645-          "r" ((uint8_t)__BOOT_LOCK_BITS_SET),             \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-673-        : "=r" (__result)                       \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:674:        : "i" (_SFR_IO_ADDR(__SPM_REG)),        \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-675-          "r" ((uint8_t) __BOOT_SIGROW_READ),   \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-689-        : "=r" (__result)                       \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h:690:        : "i" (_SFR_MEM_ADDR(__SPM_REG)),       \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/optiboot/boot.h-691-          "r" ((uint8_t) __BOOT_SIGROW_READ),   \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/bt/ATmegaBOOT_168.c-266-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/bt/ATmegaBOOT_168.c:267:    asm volatile("nop\n\t");
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/bt/ATmegaBOOT_168.c-268-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/bt/ATmegaBOOT_168.c-583-		    while(bit_is_set(EECR,EEPE));			//Wait for previous EEPROM writes to complete
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/bt/ATmegaBOOT_168.c:584:		    asm volatile(
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/bt/ATmegaBOOT_168.c-585-				 "clr	r17		\n\t"	//page_word_count
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-435-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:436:	asm volatile ( ".set __stack, %0" :: "i" (RAMEND) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-437-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-439-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:440:	asm volatile ( "ldi	16, %0" :: "i" (RAMEND >> 8) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:441:	asm volatile ( "out %0,16" :: "i" (AVR_STACK_POINTER_HI_ADDR) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-442-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:443:	asm volatile ( "ldi	16, %0" :: "i" (RAMEND & 0x0ff) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:444:	asm volatile ( "out %0,16" :: "i" (AVR_STACK_POINTER_LO_ADDR) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-445-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:446:	asm volatile ( "clr __zero_reg__" );									// GCC depends on register r1 set to 0
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:447:	asm volatile ( "out %0, __zero_reg__" :: "I" (_SFR_IO_ADDR(SREG)) );	// set SREG to 0
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:448:	asm volatile ( "jmp main");												// jump to main()
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-449-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-514-			{
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:515:				asm volatile(
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-516-						"clr	r30		\n\t"
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-553-	//*	some chips dont set the stack properly
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:554:	asm volatile ( ".set __stack, %0" :: "i" (RAMEND) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:555:	asm volatile ( "ldi	16, %0" :: "i" (RAMEND >> 8) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:556:	asm volatile ( "out %0,16" :: "i" (AVR_STACK_POINTER_HI_ADDR) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:557:	asm volatile ( "ldi	16, %0" :: "i" (RAMEND & 0x0ff) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:558:	asm volatile ( "out %0,16" :: "i" (AVR_STACK_POINTER_LO_ADDR) );
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-559-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-622-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:623:	asm volatile ("nop");			// wait until port has changed
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-624-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-1160-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:1161:	asm volatile ("nop");			// wait until port has changed
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-1162-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-1170-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:1171:	asm volatile(
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-1172-			"clr	r30		\n\t"
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-1175-			);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c:1176://	asm volatile ( "push r1" "\n\t"		// Jump to Reset vector in Application Section
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c-1177-//					"push r1" "\n\t"
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp-166-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp:167:  asm volatile("sbiw    %0, 0x01 \n\t"
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp-168-    "ldi %1, 0xFF \n\t"
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp-204-// (courtesy of Arduino forum user *etracer*)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp:205:  asm volatile(
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp-206-    "push r18 \n\t"
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp-264-// Restore the registers that the compiler misses
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp:265:  asm volatile(
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp-266-    "pop r27 \n\t"
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/makefile-197-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/makefile:198:# Place -D or -U options here for ASM sources
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/makefile-199-ADEFS  = -DF_CPU=$(F_CPU)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/makefile-216-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/makefile:217:# Place -D or -U options here for ASM sources
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/makefile-218-ADEFS  = -DF_CPU=$(F_CPU)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/makefile-499-# Change the build target to build a HEX file or a library.
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/makefile:500:build: elf hex eep lss sym asm
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/makefile-501-#build: lib
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-85-/* Returns the physical address of a PnSEG (n=1,2) address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:86:#define PHYSADDR(a)	(((unsigned long)(a)) & 0x1fffffff)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-87-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-90- */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:91:#define P1SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P1SEG))
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:92:#define P2SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P2SEG))
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:93:#define P3SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG))
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:94:#define P4SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P4SEG))
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-95-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-96-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:97:#define cached(addr) P1SEGADDR(addr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:98:#define uncached(addr) P2SEGADDR(addr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:99:#define physaddr(addr) PHYSADDR(addr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-100-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/lwip_setup.c-111-        if (cfg->dhcp_enabled) {
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/lwip_setup.c:112:                IP4_ADDR(&gw, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/lwip_setup.c:113:                IP4_ADDR(&ipaddr, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/lwip_setup.c:114:                IP4_ADDR(&netmask, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/lwip_setup.c-115-        }
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_spi.c-573-					{ 	    			
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_spi.c:574:    	    			netif_set_ipaddr(nif, &lwip_addr);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_spi.c-575-    	    			break;
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_spi.c-1034-    uint8_t mac[WL_MAC_ADDR_LENGTH];
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_spi.c:1035:    if (wl_get_mac_addr(mac) != WL_SUCCESS) {
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_spi.c-1036-            RETURN_ERR_REPLY(recv, reply, count);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/cmd_wl.c-204-        INFO_SPI("nif:%p lwip_addr=0x%x\n", nif, lwip_addr.addr);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/cmd_wl.c:205:        netif_set_ipaddr(nif, &lwip_addr);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/cmd_wl.c-206-        /* Netmask */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/cmd_wl.c-442-        /* print mac address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/cmd_wl.c:443:        if (wl_get_mac_addr(mac) != WL_SUCCESS) {
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/cmd_wl.c-444-                printk("failed to get mac address\n");
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/netif/wlif.c-137-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/netif/wlif.c:138:	if (wl_get_mac_addr(netif->hwaddr) != WL_SUCCESS)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/netif/wlif.c-139-		return ERR_IF;
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/etharp.h-159-void etharp_tmr(void);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/etharp.h:160:s8_t etharp_find_addr(struct netif *netif, struct ip_addr *ipaddr,
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/etharp.h-161-         struct eth_addr **eth_ret, struct ip_addr **ip_ret);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h-177-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h:178:err_t             netconn_getaddr (struct netconn *conn,
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h-179-                                   struct ip_addr *addr,
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h-181-                                   u8_t local);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h:182:#define netconn_peer(c,i,p) netconn_getaddr(c,i,p,0)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h:183:#define netconn_addr(c,i,p) netconn_getaddr(c,i,p,1)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h-184-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h-76-#define netbuf_len(buf)              ((buf)->p->tot_len)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h:77:#define netbuf_fromaddr(buf)         ((buf)->addr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h-78-#define netbuf_fromport(buf)         ((buf)->port)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h-79-#if LWIP_NETBUF_RECVINFO
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h:80:#define netbuf_destaddr(buf)         ((buf)->toaddr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h-81-#define netbuf_destport(buf)         ((buf)->toport)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netifapi.h-82-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netifapi.h:83:err_t netifapi_netif_set_addr  ( struct netif *netif,
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netifapi.h-84-                                 struct ip_addr *ipaddr,
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h-215-void
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h:216:netif_set_addr(struct netif *netif,struct ip_addr *ipaddr, struct ip_addr *netmask,
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h-217-    struct ip_addr *gw);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h-227-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h:228:void netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h-229-void netif_set_netmask(struct netif *netif, struct ip_addr *netmask);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api_msg.h-144-void do_write           ( struct api_msg_msg *msg);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api_msg.h:145:void do_getaddr         ( struct api_msg_msg *msg);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api_msg.h-146-void do_close           ( struct api_msg_msg *msg);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip.h-99-#define SOF_ACCEPTCONN  (u16_t)0x0002U    /* socket has had listen() */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip.h:100:#define SOF_REUSEADDR   (u16_t)0x0004U    /* allow local address reuse */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip.h-101-#define SOF_KEEPALIVE   (u16_t)0x0008U    /* keep connections alive */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet.h-52-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet.h:53:u32_t inet_addr(const char *cp);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet.h-54-int inet_aton(const char *cp, struct in_addr *addr);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_addr.h-116-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_addr.h:117:#define IP4_ADDR(ipaddr, a,b,c,d) \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_addr.h-118-        (ipaddr)->addr = htonl(((u32_t)((a) & 0xff) << 24) | \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/etharp.c-545-s8_t
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/etharp.c:546:etharp_find_addr(struct netif *netif, struct ip_addr *ipaddr,
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/etharp.c-547-         struct eth_addr **eth_ret, struct ip_addr **ip_ret)
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-139-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:140:  netif_set_addr(netif, ipaddr, netmask, gw);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-141-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-179-void
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:180:netif_set_addr(struct netif *netif, struct ip_addr *ipaddr, struct ip_addr *netmask,
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-181-    struct ip_addr *gw)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-182-{
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:183:  netif_set_ipaddr(netif, ipaddr);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-184-  netif_set_netmask(netif, netmask);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-266- *
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:267: * @note call netif_set_addr() if you also want to change netmask and
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-268- * default gateway
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-270-void
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:271:netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-272-{
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-328- *
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:329: * @note call netif_set_addr() if you also want to change ip address and netmask
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-330- */
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-348- *
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:349: * @note call netif_set_addr() if you also want to change ip address and
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c-350- * default gateway
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c-695-#ifdef LWIP_UDP_TODO
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c:696:  /* Nail down local IP for netconn_addr()/getsockname() */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c-697-  if (ip_addr_isany(&pcb->local_ip) && !ip_addr_isany(&pcb->remote_ip)) {
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-175-  /* remove IP address from interface */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c:176:  netif_set_ipaddr(netif, IP_ADDR_ANY);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-177-  netif_set_gw(netif, IP_ADDR_ANY);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-953-  LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_bind(): IP: 0x%08"X32_F"\n", dhcp->offered_ip_addr.addr));
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c:954:  netif_set_ipaddr(netif, &dhcp->offered_ip_addr);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-955-  LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_bind(): SN: 0x%08"X32_F"\n", sn_mask.addr));
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-1184-  /* remove IP address from interface */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c:1185:  netif_set_ipaddr(netif, IP_ADDR_ANY);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c-1186-  netif_set_gw(netif, IP_ADDR_ANY);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c-88-#ifndef DNS_SERVER_ADDRESS
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c:89:#define DNS_SERVER_ADDRESS        inet_addr("208.67.222.222") /* resolver1.opendns.com */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c-90-#endif
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c-972-   * already have this address cached? */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c:973:  if (((addr->addr = inet_addr(hostname)) != INADDR_NONE) ||
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c-974-      ((addr->addr = dns_lookup(hostname)) != INADDR_NONE)) {
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-103-#ifndef LWIP_AUTOIP_CREATE_SEED_ADDR
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:104:#define LWIP_AUTOIP_CREATE_SEED_ADDR(netif) \
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-105-  htonl(AUTOIP_RANGE_START + ((u32_t)(((u8_t)(netif->hwaddr[4])) | \
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-112-/* creates a pseudo random LL IP-Address for a network interface */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:113:static void autoip_create_addr(struct netif *netif, struct ip_addr *ipaddr);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-114-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-175-static void
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:176:autoip_create_addr(struct netif *netif, struct ip_addr *ipaddr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-177-{
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-181-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:182:  u32_t addr = ntohl(LWIP_AUTOIP_CREATE_SEED_ADDR(netif));
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-183-  addr += netif->autoip->tried_llipaddr;
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-197-  LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE,
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:198:    ("autoip_create_addr(): tried_llipaddr=%"U16_F", 0x%08"X32_F"\n",
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-199-    (u16_t)(netif->autoip->tried_llipaddr), (u32_t)(ipaddr->addr)));
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-242-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:243:  IP4_ADDR(&sn_mask, 255, 255, 0, 0);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:244:  IP4_ADDR(&gw_addr, 0, 0, 0, 0);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-245-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:246:  netif_set_ipaddr(netif, &autoip->llipaddr);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-247-  netif_set_netmask(netif, &sn_mask);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-302-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:303:  autoip_create_addr(netif, &(autoip->llipaddr));
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c-304-  autoip->tried_llipaddr++;
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c-116-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c:117:  IP4_ADDR(&allsystems, 224, 0, 0, 1);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c:118:  IP4_ADDR(&allrouters, 224, 0, 0, 2);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c-119-}
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet.c-62-u32_t
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet.c:63:inet_addr(const char *cp)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet.c-64-{
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h-1050- */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h:1051:wl_err_t wl_get_mac_addr(uint8_t* buf);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h-1052-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h-1215-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h:1216:        wl_get_mac_addr(mac_addr);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h-1217-        ip_stack_set_mac_address(mac_addr);
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-85-/* Returns the physical address of a PnSEG (n=1,2) address */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:86:#define PHYSADDR(a)	(((unsigned long)(a)) & 0x1fffffff)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-87-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-90- */
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:91:#define P1SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P1SEG))
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:92:#define P2SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P2SEG))
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:93:#define P3SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG))
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:94:#define P4SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P4SEG))
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-95-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-96-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:97:#define cached(addr) P1SEGADDR(addr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:98:#define uncached(addr) P2SEGADDR(addr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h:99:#define physaddr(addr) PHYSADDR(addr)
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h-100-
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_utils.h-65-
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_utils.h:66:#define DELAY_450NS asm volatile("nop")
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_utils.h-67-#define DELAY_1uS  DELAY_450NS; DELAY_450NS;
##############################################
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/main.c-317-	{
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/main.c:318:		IP4_ADDR(&gw, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/main.c:319:		IP4_ADDR(&ipaddr, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/main.c:320:		IP4_ADDR(&netmask, 0,0,0,0);
arduino-1.5.6.2+sdfsg2/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/main.c-321-			
##############################################
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-141-+
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch:142:+  // `$.zepto.fragment` takes a html string and an optional tag name
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-143-+  // to generate DOM nodes nodes from the given html string.
##############################################
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-175-+
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch:176:+  // `$.zepto.Z` swaps out the prototype of the given `dom` array
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch:177:+  // of nodes with `$.fn` and thus supplying all the Zepto functions
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-178-+  // to the array. Note that `__proto__` is not supported on Internet
##############################################
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-186-+
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch:187:+  // `$.zepto.isZ` should return `true` if the given object is a Zepto
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-188-+  // collection. This method can be overriden in plugins.
##############################################
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-192-+
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch:193:+  // `$.zepto.init` is Zepto's counterpart to jQuery's `$.fn.init` and
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-194-+  // takes a CSS selector and an optional context (and handles various
##############################################
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-269-+
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch:270:+  // `$.zepto.qsa` is Zepto's CSS selector implementation which
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-271-+  // uses `document.querySelectorAll` and optimizes for some special cases, like `#id`.
##############################################
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-878-+
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch:879:+  // Export internal API functions in the `$.zepto` namespace
arduino-1.5.6.2+sdfsg2/debian/patches/zepto_js.patch-880-+  zepto.uniq = uniq