/nrf52832-nimble/rt-thread/tools/ |
H A D | keil.py | 73 if name.find('.cpp') != -1: 75 elif name.find('.c') != -1: 77 elif name.find('.s') != -1: 79 elif name.find('.S') != -1: 106 if name.find('.cpp') != -1: 108 elif name.find('.c') != -1: 110 elif name.find('.s') != -1: 112 elif name.find('.S') != -1: 150 if name.find('.cpp') != -1: 152 elif name.find('.c') != -1: [all …]
|
H A D | cdk.py | 107 IncludePath = tree.find('BuildConfigs/BuildConfig/Compiler/IncludePath') 109 IncludePath = tree.find('BuildConfigs/BuildConfig/Asm/IncludePath') 112 Define = tree.find('BuildConfigs/BuildConfig/Compiler/Define') 115 CC_Misc = tree.find('BuildConfigs/BuildConfig/Compiler/OtherFlags') 118 LK_Misc = tree.find('BuildConfigs/BuildConfig/Linker/OtherFlags')
|
H A D | mkdist.py | 102 if line.find('RTT_ROOT') != -1: 103 if line.find('sys.path') != -1: 118 if line.find('RTT_ROOT') != -1: 120 if line.find('default') != -1 and found: 121 position = line.find('default') 136 if line.find('RTT_ROOT') != -1: 138 if line.find('../libraries') != -1 and found: 139 position = line.find('../libraries')
|
H A D | gcc.py | 56 if line.find('_NEWLIB_VERSION') != -1 and line.find('"') != -1: 63 if line.find('_NEWLIB_VERSION') != -1 and line.find('"') != -1:
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | finsh_var.c | 63 /* can't find variable */ in finsh_var_delete() 81 /* can't find variable */ in finsh_var_lookup() 127 /* find in sysvar list */ in finsh_sysvar_lookup() 140 /* can't find variable */ in finsh_sysvar_lookup()
|
H A D | finsh_heap.c | 60 /* find the first fit block */ in finsh_heap_allocate() 69 /* find the first fit block */ in finsh_heap_allocate() 121 /* find the first fit block */ in finsh_heap_gc() 157 /* find out insert point */ in finsh_block_insert() 239 /* find out the previous header */ in finsh_block_merge()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/ |
H A D | Makefile | 39 SRCS = $(shell find $(OSAL_PATH) -maxdepth 1 -name '*.c') 40 SRCS += $(shell find $(OSAL_PATH) -maxdepth 1 -name '*.cc') 46 TEST_SRCS = $(shell find . -maxdepth 1 -name '*.c') 47 TEST_SRCS += $(shell find . -maxdepth 1 -name '*.cc')
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_buf.h | 88 /** find the page buffer, move to link list head if found */ 95 /** find the page buffer (not affect the reference counter) */ 98 /** find the page buffer from #start (not affect the reference counter) */ 128 /** find free dirty group slot */ 131 /** find the dirty group slot */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_find.c | 35 * \brief find objects under dir 266 * Find the first object 288 * Find the next object. 317 * Rewind a find object process. 320 * start find object process. 333 * Close Find Object.
|
H A D | uffs_blockinfo.c | 263 * \brief find a block cache with given block number 286 * \brief Find a cached block in cache pool, 288 * if the block does not cached already, find a non-used cache. 307 //can't find block from cache, need to find a free(unlocked) cache in uffs_BlockInfoGet()
|
H A D | uffs_public.c | 84 * \brief given a page, search the block to find 105 if (!uffs_Assert(TAG_IS_GOOD(tag_old), "try to find a invalid page ?")) in uffs_FindBestPageInBlock() 127 * \brief find a valid page with given page_id 130 * \param[in] page_id page_id to be find 201 * find first free page from 'pageFrom'
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | configure.ac | 213 [AC_MSG_ERROR([can not find a lexer generator (such as lex or flex)])]) 224 [AC_MSG_ERROR([can not find a parser generator (such as yacc or bison)])])) 234 [AC_MSG_ERROR([can not find gperf])]) 315 [AC_MSG_ERROR([could not find curses headers (frontends: mconf/nconf)])], 332 [AC_MSG_ERROR([could not find curses library (frontends: mconf/nconf)])], 362 [AC_MSG_ERROR([could not find libpanel library (frontend: nconf)])], 373 [AC_MSG_ERROR([could not find libmenu library (frontend: nconf)])], 392 [AC_MSG_ERROR([could not find GTK+ headers and/or libraries (frontend: gconf)])], 409 [AC_MSG_ERROR([could not find Qt5 headers and/or libraries (frontend: qconf)])], 425 [AC_MSG_ERROR([could not find moc (frontend: qconf)])],
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_mib2_tcp.c | 223 /* find tcp_pcb with requested ips and ports */ in tcp_ConnTable_get_cell_value() 266 /* iterate over all possible OIDs to find the next one */ in tcp_ConnTable_get_next_cell_instance_and_value() 296 /* did we find a next one? */ in tcp_ConnTable_get_next_cell_instance_and_value() 353 /* find tcp_pcb with requested ip and port*/ in tcp_ConnectionTable_get_cell_value() 389 /* iterate over all possible OIDs to find the next one */ in tcp_ConnectionTable_get_next_cell_instance_and_value() 410 /* did we find a next one? */ in tcp_ConnectionTable_get_next_cell_instance_and_value() 454 /* find tcp_pcb with requested ip and port*/ in tcp_ListenerTable_get_cell_value() 482 /* iterate over all possible OIDs to find the next one */ in tcp_ListenerTable_get_next_cell_instance_and_value() 497 /* did we find a next one? */ in tcp_ListenerTable_get_next_cell_instance_and_value()
|
H A D | snmp_mib2_udp.c | 147 /* find udp_pcb with requested ip and port*/ in udp_endpointTable_get_cell_value() 180 /* iterate over all possible OIDs to find the next one */ in udp_endpointTable_get_next_cell_instance_and_value() 201 /* did we find a next one? */ in udp_endpointTable_get_next_cell_instance_and_value() 262 /* find udp_pcb with requested ip and port*/ in udp_Table_get_cell_value() 288 /* iterate over all possible OIDs to find the next one */ in udp_Table_get_next_cell_instance_and_value() 304 /* did we find a next one? */ in udp_Table_get_next_cell_instance_and_value()
|
H A D | snmp_mib2_ip.c | 264 /* find netif with requested ip */ in ip_AddrTable_get_cell_value() 286 /* iterate over all possible OIDs to find the next one */ in ip_AddrTable_get_next_cell_instance_and_value() 295 /* did we find a next one? */ in ip_AddrTable_get_next_cell_instance_and_value() 415 /* find netif with requested route */ in ip_RouteTable_get_cell_value() 447 /* iterate over all possible OIDs to find the next one */ in ip_RouteTable_get_next_cell_instance_and_value() 459 /* did we find a next one? */ in ip_RouteTable_get_next_cell_instance_and_value() 531 /* find requested entry */ in ip_NetToMediaTable_get_cell_value() 559 /* iterate over all possible OIDs to find the next one */ in ip_NetToMediaTable_get_next_cell_instance_and_value() 576 /* did we find a next one? */ in ip_NetToMediaTable_get_next_cell_instance_and_value()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_mib2_tcp.c | 216 /* find tcp_pcb with requested ips and ports */ in tcp_ConnTable_get_cell_value() 259 /* iterate over all possible OIDs to find the next one */ in tcp_ConnTable_get_next_cell_instance_and_value() 289 /* did we find a next one? */ in tcp_ConnTable_get_next_cell_instance_and_value() 346 /* find tcp_pcb with requested ip and port*/ in tcp_ConnectionTable_get_cell_value() 382 /* iterate over all possible OIDs to find the next one */ in tcp_ConnectionTable_get_next_cell_instance_and_value() 403 /* did we find a next one? */ in tcp_ConnectionTable_get_next_cell_instance_and_value() 447 /* find tcp_pcb with requested ip and port*/ in tcp_ListenerTable_get_cell_value() 475 /* iterate over all possible OIDs to find the next one */ in tcp_ListenerTable_get_next_cell_instance_and_value() 490 /* did we find a next one? */ in tcp_ListenerTable_get_next_cell_instance_and_value()
|
H A D | snmp_mib2_udp.c | 139 /* find udp_pcb with requested ip and port*/ in udp_endpointTable_get_cell_value() 172 /* iterate over all possible OIDs to find the next one */ in udp_endpointTable_get_next_cell_instance_and_value() 193 /* did we find a next one? */ in udp_endpointTable_get_next_cell_instance_and_value() 254 /* find udp_pcb with requested ip and port*/ in udp_Table_get_cell_value() 280 /* iterate over all possible OIDs to find the next one */ in udp_Table_get_next_cell_instance_and_value() 296 /* did we find a next one? */ in udp_Table_get_next_cell_instance_and_value()
|
H A D | snmp_mib2_ip.c | 264 /* find netif with requested ip */ in ip_AddrTable_get_cell_value() 289 /* iterate over all possible OIDs to find the next one */ in ip_AddrTable_get_next_cell_instance_and_value() 301 /* did we find a next one? */ in ip_AddrTable_get_next_cell_instance_and_value() 421 /* find netif with requested route */ in ip_RouteTable_get_cell_value() 456 /* iterate over all possible OIDs to find the next one */ in ip_RouteTable_get_next_cell_instance_and_value() 471 /* did we find a next one? */ in ip_RouteTable_get_next_cell_instance_and_value() 543 /* find requested entry */ in ip_NetToMediaTable_get_cell_value() 571 /* iterate over all possible OIDs to find the next one */ in ip_NetToMediaTable_get_next_cell_instance_and_value() 588 /* did we find a next one? */ in ip_NetToMediaTable_get_next_cell_instance_and_value()
|
/nrf52832-nimble/rt-thread/components/vmm/ |
H A D | vmm_iomap.c | 23 /* find virtual address according to name */ 37 /* find virtual address according to physcal address */
|
/nrf52832-nimble/rt-thread/examples/ymodem/ |
H A D | echo.c | 47 rt_kprintf("could not find idev\n"); in rym_cat_vcom() 52 rt_kprintf("could not find odev\n"); in rym_cat_vcom()
|
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | dfs_fs.c | 43 /* find out an empty filesystem type entry */ in dfs_register() 239 /* find out the specific filesystem */ in dfs_mount() 251 /* can't find filesystem */ in dfs_mount() 287 * if it is unmounted yet, find out an empty entry */ in dfs_mount() 446 /* find the file system operations */ in dfs_mkfs() 457 /* find file system operation */ in dfs_mkfs()
|
/nrf52832-nimble/rt-thread/components/net/lwip_dhcpd/ |
H A D | dhcp_server_raw.c | 133 * Find a dhcp client node by mac address 157 * Find a dhcp client node by ip address 181 * Find a dhcp client node by ip address 216 * Find a dhcp client node by ip address 274 * find option from buffer. 276 * @param buf The buffer to find option 278 * @param option Which option to find
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | nd6.c | 232 /* Find the cache entry corresponding to this na. */ in nd6_input() 517 /* find cache entry for this prefix. */ in nd6_input() 615 /* Find dest address in cache */ in nd6_input() 1155 /* First, try to find an empty entry. */ in nd6_new_neighbor_cache_entry() 1164 /* Next, try to find a Stale entry. */ in nd6_new_neighbor_cache_entry() 1173 /* Next, try to find a Probe entry. */ in nd6_new_neighbor_cache_entry() 1182 /* Next, try to find a Delayed entry. */ in nd6_new_neighbor_cache_entry() 1191 /* Next, try to find the oldest reachable entry. */ in nd6_new_neighbor_cache_entry() 1208 /* Next, find oldest incomplete entry without queued packets. */ in nd6_new_neighbor_cache_entry() 1227 /* Next, find oldest incomplete entry with queued packets. */ in nd6_new_neighbor_cache_entry() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | nd6.c | 251 * all. As a side effect, find a free slot. Note that we cannot use in nd6_process_autoconfig_prefix() 382 /* Find the cache entry corresponding to this na. */ in nd6_input() 731 /* find cache entry for this prefix. */ in nd6_input() 850 /* Find dest address in cache */ in nd6_input() 1429 /* First, try to find an empty entry. */ in nd6_new_neighbor_cache_entry() 1438 /* Next, try to find a Stale entry. */ in nd6_new_neighbor_cache_entry() 1447 /* Next, try to find a Probe entry. */ in nd6_new_neighbor_cache_entry() 1456 /* Next, try to find a Delayed entry. */ in nd6_new_neighbor_cache_entry() 1465 /* Next, try to find the oldest reachable entry. */ in nd6_new_neighbor_cache_entry() 1482 /* Next, find oldest incomplete entry without queued packets. */ in nd6_new_neighbor_cache_entry() [all …]
|
/nrf52832-nimble/rt-thread/components/utilities/zmodem/ |
H A D | zstart.c | 85 rt_kprintf("%s not find\r\n",device_name); in rz() 107 rt_kprintf("%s not find\r\n",device_name); in FINSH_FUNCTION_EXPORT()
|