| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_table.lua | 208 table.insert(a, 10); table.insert(a, 2, 20); 209 table.insert(a, 1, -1); table.insert(a, 40); 210 table.insert(a, #a+1, 50) 211 table.insert(a, 2, -2) 230 table.insert(a, 1, 10); table.insert(a, 1, 20); table.insert(a, 1, -1) 236 table.insert(a, 3, 'a') 237 table.insert(a, 'b')
|
| H A D | tst.return_large.zcp | 21 table.insert(ret, basestring)
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_hs.c | 532 const void *insert; in ck_hs_marshal() local 538 insert = key; in ck_hs_marshal() 541 return insert; in ck_hs_marshal() 660 ck_pr_store_ptr(first, insert); in ck_hs_fas() 664 ck_pr_store_ptr(slot, insert); in ck_hs_fas() 734 ck_pr_store_ptr(first, insert); in ck_hs_apply() 745 ck_pr_store_ptr(slot, insert); in ck_hs_apply() 782 ck_pr_store_ptr(first, insert); in ck_hs_set() 800 ck_pr_store_ptr(slot, insert); in ck_hs_set() 842 ck_pr_store_ptr(first, insert); in ck_hs_put_internal() [all …]
|
| H A D | ck_rhs.c | 809 const void *insert; in ck_rhs_marshal() local 814 insert = key; in ck_rhs_marshal() 817 return insert; in ck_rhs_marshal() 910 const void *object, *insert; in ck_rhs_put_robin_hood() local 925 insert = key; in ck_rhs_put_robin_hood() 1076 const void *insert; in ck_rhs_fas() local 1090 insert = ck_rhs_marshal(hs->mode, key, h); in ck_rhs_fas() 1137 const void *insert; in ck_rhs_apply() local 1242 const void *insert; in ck_rhs_set() local 1259 insert = ck_rhs_marshal(hs->mode, key, h); in ck_rhs_set() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | max8925_battery.txt | 9 - no-insert-detect: whether support insert detect 17 no-insert-detect = <0>;
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_rbtree.h | 40 ngx_rbtree_insert_pt insert; member 48 (tree)->insert = i
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.set_props.zcp | 33 table.insert(largeprop, "aaaaaaaa") 36 table.insert(largeprop, "b") 43 table.insert(largepropname, "aaaaaaaa")
|
| H A D | tst.snapshot_simple.zcp | 23 table.insert(snaps, s)
|
| H A D | tst.bookmark.create.zcp | 23 table.insert(books, s)
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/docs/source/ |
| H A D | conf.py | 22 sys.path.insert(0, os.path.abspath('../..'))
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.c | 408 s->insert = 0; 437 s->insert = s->lookahead; 1037 s->insert = 0; 1214 s->insert = 0; 1541 if (s->lookahead + s->insert >= MIN_MATCH) { 1542 uInt str = s->strstart - s->insert; 1548 while (s->insert) { 1555 s->insert--; 1763 s->insert += MIN(used, s->w_size - s->insert); 2121 s->insert = 0; [all …]
|
| H A D | deflate.h | 253 uInt insert; /* bytes at end of window left to insert */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | nau8825.txt | 69 - nuvoton,jack-insert-debounce: number from 0 to 7 that sets debounce time to 2^(n+2) ms 99 nuvoton,jack-insert-debounce = <7>;
|
| H A D | qcom,msm8916-wcd-analog.txt | 16 "mbhc_ins_rem_det1" - jack insert removal detect interrupt 1. 19 "mbhc_ins_rem_det" - jack insert removal detect interrupt.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | max8925.txt | 62 no-insert-detect = <0>;
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | efd_lib.rst | 211 given maximum number of flows, a function is called to insert a flow key 234 The EFD function to insert a key or update a key to a new value is 237 before, or will insert the <key,value> pair if this key has not been inserted 239 ``EFD_UPDATE_WARN_GROUP_FULL (1)`` if the operation is insert, and the 294 insert, lookup and group rebalancing in the EFD library. 347 The insert function will brute force search for all possible values for the 370 faster and much simpler than the slower insert procedure (inserts are 395 Typically, and to minimize insert time with an increasing number of keys,
|
| H A D | reorder_lib.rst | 44 On an insert call, valid mbufs are inserted directly into the Order buffer and 57 sequence number, and we need to insert an early mbuf with 565 sequence number.
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_rx.c | 35 __in boolean_t insert); 568 __in boolean_t insert) in efx_rx_scale_mode_set() argument 648 type, insert)) != 0) in efx_rx_scale_mode_set() 1240 __in boolean_t insert) in siena_rx_scale_mode_set() argument 1251 EFX_RX_LFSR_HASH(enp, insert); in siena_rx_scale_mode_set() 1255 EFX_RX_TOEPLITZ_IPV4_HASH(enp, insert, in siena_rx_scale_mode_set()
|
| H A D | ef10_rx.c | 442 __in boolean_t insert) in ef10_rx_scale_mode_set() argument 447 EFSYS_ASSERT3U(insert, ==, B_TRUE); in ef10_rx_scale_mode_set() 450 insert == B_FALSE) { in ef10_rx_scale_mode_set()
|
| H A D | rhead_rx.c | 130 __in boolean_t insert) in rhead_rx_scale_mode_set() argument 134 rc = ef10_rx_scale_mode_set(enp, rss_context, alg, type, insert); in rhead_rx_scale_mode_set()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | synopsys-dw-mshc-common.yaml | 39 insert event. The default value is 0.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | ph.h | 202 a_attr void a_prefix##insert(a_ph_type *ph, a_type *phn); \ 240 a_prefix##insert(a_ph_type *ph, a_type *phn) { \
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 166 * VLAN insert strip 337 * TX: calculate and insert CRC 476 DPDK application offloads VLAN insert/strip to improve performance. The BNXT PMD 477 supports hardware-based VLAN insert/strip offload for both single and double 505 The BNXT PMD supports the VLAN insert offload per-packet basis. The application 512 // enable VLAN insert offload 515 if (mbuf->ol_flags && PKT_TX_QINQ) // case-1: insert VLAN to single-tagged packet 517 else if (mbuf->ol_flags && PKT_TX_VLAN) // case-2: insert VLAN to untagged packet 548 When enabled, the BNXT PMD configures hardware to insert IEEE 1588 timestamps to
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | mmp2-brownstone.dts | 185 no-insert-detect = <0>;
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.c | 210 int insert; in add_completion() local 213 insert = instance->completion_insert; in add_completion() 214 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion() 235 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion() 256 user_service->message_available_pos = insert; in add_completion() 258 instance->completion_insert = ++insert; in add_completion()
|