Home
last modified time | relevance | path

Searched full:items (Results 1 – 25 of 59) sorted by relevance

123

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-diff20 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 Dzutil.c216 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 Dzutil.h268 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 Dhid.h110 /* 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 Dsconsui.py206 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 Dgenconf.py20 for (opt, value) in options.items():
H A Dutils.py35 The other items in the list will be strings.
H A Dbuilding.py97 _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 Dsnmp_mib2_tcp.c314 /* 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 Dsnmp_mib2_udp.c105 /* 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 Dsnmp_mib2_tcp.c307 /* 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 Dsnmp_mib2_udp.c97 /* 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 Dsyscfg.yml92 # 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 Ddlelf.c143 /* 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 Dhmac_prng.h105 * @warning NIST SP 800-90A specifies 3 items as seed material during
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dcan.h96 struct rt_can_filter_item *items; member
H A Dspi.h136 /* number of lines in qspi data stage, the other configuration items are in parent */
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dqspi_core.c21 /* copy configuration items */ in rt_qspi_configure()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/
H A Dlist.h130 * items in a list* _list_ with it's head at _head_ and link _item_
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_sched.c75 * 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 Dchecklist.c175 /* draw a box around the list items */ in dialog_checklist()
H A Dmenubox.c238 /* draw a box around the menu items */ in dialog_menu()
/nrf52832-nimble/rt-thread/src/
H A Dobject.c26 * define object_info for the number of rt_object_container items.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c32 "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 Dtinycrypt.rst150 * NIST SP 800-90A requires three items as seed material in the initialization

123