/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-diff | 20 Added and removed items are shown with a leading plus or minus, respectively. 21 Changed items show the old and new values on a single line. 38 # returns a dictionary of name/value pairs for config items in the file 103 # print items in a but not b (accumulate, sort and print) 113 # print items that changed (accumulate, sort, and print) 125 # now print items in b but not in a 126 # (items from b that were in a were removed above)
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | zutil.c | 216 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 219 ulg bsize = (ulg)items*size; in zcalloc() 275 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 278 return _halloc((long)items, size); in zcalloc() 296 extern voidp calloc OF((uInt items, uInt size)); 300 voidpf zcalloc (opaque, items, size) in zcalloc() argument 302 unsigned items; 305 if (opaque) items += size - size; /* make compiler happy */ 306 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : 307 (voidpf)calloc(items, size);
|
H A D | zutil.h | 268 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); 271 #define ZALLOC(strm, items, size) \ argument 272 (*((strm)->zalloc))((strm)->opaque, (items), (size))
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/ |
H A D | hid.h | 110 /* HID Report Items */ 112 /* Main Items */ 119 /* Local Items */ 124 /* Global Items */ 203 /* Short items: size is 0, 1, 2 or 3 specifying 0, 1, 2 or 4 (four) bytes */ 206 /* Main items */ 213 /* Global items */ 227 /* Local items */
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | sconsui.py | 206 items = line.split('=') 207 if items[0] == 'RTTRoot': 208 self.RTTRoot.set_path(items[1]) 209 elif items[0] == 'BSPRoot': 210 self.BSPRoot.set_path(items[1]) 211 elif items[0] == 'compiler': 212 compiler = items[1] 214 self.CompilersPath[items[0]].set_path(items[1])
|
H A D | genconf.py | 20 for (opt, value) in options.items():
|
H A D | utils.py | 35 The other items in the list will be strings.
|
H A D | building.py | 97 _e = dict([(k, str(v)) for k, v in env.items()]) 320 env["ENV"].update(x for x in os.environ.items() if x[0].startswith("CCC_"))
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_mib2_tcp.c | 314 /* all items except tcpConnectionState and tcpConnectionProcess are declared as not-accessible */ in tcp_ConnectionTable_get_cell_value_core() 426 /* all items except tcpListenerProcess are declared as not-accessible */ in tcp_ListenerTable_get_cell_value_core() 540 /* all items except tcpConnectionState and tcpConnectionProcess are declared as not-accessible */ 549 /* all items except tcpListenerProcess are declared as not-accessible */
|
H A D | snmp_mib2_udp.c | 105 /* all items except udpEndpointProcess are declared as not-accessible */ in udp_endpointTable_get_cell_value_core() 335 /* all items except udpEndpointProcess are declared as not-accessible */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_mib2_tcp.c | 307 /* all items except tcpConnectionState and tcpConnectionProcess are declared as not-accessible */ in tcp_ConnectionTable_get_cell_value_core() 419 /* all items except tcpListenerProcess are declared as not-accessible */ in tcp_ListenerTable_get_cell_value_core() 531 /* all items except tcpConnectionState and tcpConnectionProcess are declared as not-accessible */ 540 /* all items except tcpListenerProcess are declared as not-accessible */
|
H A D | snmp_mib2_udp.c | 97 /* all items except udpEndpointProcess are declared as not-accessible */ in udp_endpointTable_get_cell_value_core() 325 /* all items except udpEndpointProcess are declared as not-accessible */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 92 # Configuration items for the number of duplicate advertisers and the 141 scheduled items will be at least this far apart
|
/nrf52832-nimble/rt-thread/components/libc/libdl/ |
H A D | dlelf.c | 143 /* relocate every items */ in dlmodule_load_shared_object() 357 /* relocate every items */ in dlmodule_load_relocated_object()
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | hmac_prng.h | 105 * @warning NIST SP 800-90A specifies 3 items as seed material during
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | can.h | 96 struct rt_can_filter_item *items; member
|
H A D | spi.h | 136 /* number of lines in qspi data stage, the other configuration items are in parent */
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | qspi_core.c | 21 /* copy configuration items */ in rt_qspi_configure()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/ |
H A D | list.h | 130 * items in a list* _list_ with it's head at _head_ and link _item_
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_sched.c | 75 * schedule items can end and start at the same time. 106 * item. We only care about connection schedule items 1207 * Run the BLE scheduler. Iterate through all items on the schedule queue.
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/ |
H A D | checklist.c | 175 /* draw a box around the list items */ in dialog_checklist()
|
H A D | menubox.c | 238 /* draw a box around the menu items */ in dialog_menu()
|
/nrf52832-nimble/rt-thread/src/ |
H A D | object.c | 26 * define object_info for the number of rt_object_container items.
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/ |
H A D | mconf.c | 32 "Menu items beginning with following braces represent features that\n" 55 " through all visible items which use that hotkey.\n"
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 150 * NIST SP 800-90A requires three items as seed material in the initialization
|