Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 99) sorted by relevance

1234

/f-stack/freebsd/contrib/ck/include/spinlock/
H A Danderson.h43 unsigned int position; member
65 slots[0].position = 0; in ck_spinlock_anderson_init()
68 slots[i].position = i; in ck_spinlock_anderson_init()
93 unsigned int position; in ck_spinlock_anderson_locked() local
118 if (position == UINT_MAX) in ck_spinlock_anderson_lock()
121 next = position + 1; in ck_spinlock_anderson_lock()
125 position %= count; in ck_spinlock_anderson_lock()
128 position &= lock->mask; in ck_spinlock_anderson_lock()
153 unsigned int position; in ck_spinlock_anderson_unlock() local
159 position = (slot->position + 1) & lock->mask; in ck_spinlock_anderson_unlock()
[all …]
H A Dticket.h89 CK_SPINLOCK_TICKET_TYPE request, position; in ck_spinlock_ticket_locked() local
96 return request != position; in ck_spinlock_ticket_locked()
111 while (request != position) { in ck_spinlock_ticket_lock()
134 while (request != position) { in ck_spinlock_ticket_lock_pb()
157 if (position != request) in ck_spinlock_ticket_trylock()
193 unsigned int position; member
204 ticket->position = 0; in ck_spinlock_ticket_init()
245 unsigned int request, position; in ck_spinlock_ticket_lock_pb() local
250 position = ck_pr_load_uint(&ticket->position); in ck_spinlock_ticket_lock_pb()
251 if (position == request) in ck_spinlock_ticket_lock_pb()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.h157 if (position->pass == 0) { in index_alpha()
159 if (position->slice == 0) { in index_alpha()
162 position->index - 1; /* all but the previous */ in index_alpha()
167 position->slice * instance->segment_length + in index_alpha()
168 position->index - 1; in index_alpha()
172 ((position->index == 0) ? (-1) : 0); in index_alpha()
198 if (position->pass != 0) { in index_alpha()
281 argon2_position_t position);
283 argon2_position_t position);
285 argon2_position_t position);
[all …]
H A Dargon2-fill-block-ssse3.c109 if (instance != NULL && position != NULL) { in generate_addresses()
110 input_block.v[0] = position->pass; in generate_addresses()
111 input_block.v[1] = position->lane; in generate_addresses()
112 input_block.v[2] = position->slice; in generate_addresses()
144 argon2_position_t position) in fill_segment_ssse3() argument
161 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) { in fill_segment_ssse3()
173 if ((0 == position.pass) && (0 == position.slice)) { in fill_segment_ssse3()
213 if ((position.pass == 0) && (position.slice == 0)) { in fill_segment_ssse3()
215 ref_lane = position.lane; in fill_segment_ssse3()
221 position.index = i; in fill_segment_ssse3()
[all …]
H A Dargon2-fill-block-avx512f.c115 if (instance != NULL && position != NULL) { in generate_addresses()
116 input_block.v[0] = position->pass; in generate_addresses()
117 input_block.v[1] = position->lane; in generate_addresses()
118 input_block.v[2] = position->slice; in generate_addresses()
150 argon2_position_t position) in fill_segment_avx512f() argument
167 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) { in fill_segment_avx512f()
179 if ((0 == position.pass) && (0 == position.slice)) { in fill_segment_avx512f()
219 if ((position.pass == 0) && (position.slice == 0)) { in fill_segment_avx512f()
221 ref_lane = position.lane; in fill_segment_avx512f()
227 position.index = i; in fill_segment_avx512f()
[all …]
H A Dargon2-fill-block-avx2.c110 if (instance != NULL && position != NULL) { in generate_addresses()
111 input_block.v[0] = position->pass; in generate_addresses()
112 input_block.v[1] = position->lane; in generate_addresses()
113 input_block.v[2] = position->slice; in generate_addresses()
145 argon2_position_t position) in fill_segment_avx2() argument
162 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) { in fill_segment_avx2()
174 if ((0 == position.pass) && (0 == position.slice)) { in fill_segment_avx2()
214 if ((position.pass == 0) && (position.slice == 0)) { in fill_segment_avx2()
216 ref_lane = position.lane; in fill_segment_avx2()
222 position.index = i; in fill_segment_avx2()
[all …]
H A Dargon2-fill-block-ref.c121 if (instance != NULL && position != NULL) { in generate_addresses()
122 input_block.v[0] = position->pass; in generate_addresses()
123 input_block.v[1] = position->lane; in generate_addresses()
124 input_block.v[2] = position->slice; in generate_addresses()
160 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) { in fill_segment_ref()
172 if ((0 == position.pass) && (0 == position.slice)) { in fill_segment_ref()
177 curr_offset = position.lane * instance->lane_length + in fill_segment_ref()
209 if ((position.pass == 0) && (position.slice == 0)) { in fill_segment_ref()
211 ref_lane = position.lane; in fill_segment_ref()
217 position.index = i; in fill_segment_ref()
[all …]
H A Dargon2-core.c223 argon2_position_t position; in fill_memory_blocks() local
231 position.pass = pass; in fill_memory_blocks()
233 position.slice = (uint8_t) s; in fill_memory_blocks()
235 position.lane = l; in fill_memory_blocks()
236 position.index = 0; in fill_memory_blocks()
237 fill_segment(instance, position); in fill_memory_blocks()
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js367 opts.position = { my: opts.position, at: opts.position };
739 position = { variable
772 position = { variable
801 position = pluginCalculations.position;
805 position = this.reposition.offset(target, position, container);
834 if(offset && position.adjusted.left) { position.left += offset.left; }
835 if(offset && position.adjusted.top) { position.top += offset.top; }
1868 position: { property
2342 position = { },
2379 return position;
[all …]
H A Djquery.qtip.css14 position: absolute;
32 position: relative;
41 position: relative;
53 position: absolute;
175 background-position: -82px 0;
191 background-position: -102px 0;
215 background-position: -42px 0;
231 background-position: -2px 0;
577 /* Opera bug #357 - Incorrect tip position
586 position: absolute;
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c136 size_t position = 0; in FSE_buildDTable_internal() local
143 size_t const uPosition = (position + (u * step)) & tableMask; in FSE_buildDTable_internal()
146 position = (position + (unroll * step)) & tableMask; in FSE_buildDTable_internal()
148 assert(position == 0); in FSE_buildDTable_internal()
153 U32 s, position = 0; in FSE_buildDTable_internal() local
157 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
158 position = (position + step) & tableMask; in FSE_buildDTable_internal()
159 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_internal()
161 …if (position!=0) return ERROR(GENERIC); /* position must reach all cells once, otherwise normali… in FSE_buildDTable_internal()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rss.h76 uint32_t position; in fls() local
82 for (i = (x >> 1), position = 0; i != 0; ++position) in fls()
85 return position + 1; in fls()
/f-stack/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx_mcdi.c196 size_t pfxsize, size_t position) in sfc_efx_mcdi_do_log() argument
204 if (position + word_str_space >= in sfc_efx_mcdi_do_log()
209 buffer[position] = '\0'; in sfc_efx_mcdi_do_log()
212 position = pfxsize; in sfc_efx_mcdi_do_log()
214 position += snprintf(buffer + position, in sfc_efx_mcdi_do_log()
215 SFC_MCDI_LOG_BUF_SIZE - position, in sfc_efx_mcdi_do_log()
219 return position; in sfc_efx_mcdi_do_log()
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dresistive-adc-touch.txt7 position measurement and optional pressure.
12 represent the relative position on the "x" and "y" axes.
18 used if the ADC device also measures pressure besides position.
20 will only report position.
H A Dedt-ft5x06.yaml75 description: Same as offset, but applies only to the horizontal position.
82 description: Same as offset, but applies only to the vertical position.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst40 …then the position of the entry is returned, otherwise (i.e., lookup miss) a negative value is retu…
53 readers continue to use the position even after the entry is deleted.
61 mirrors the hash in terms of number of entries and position of each entry,
103 …g is set. The application should free the position after all the readers have stopped referencing …
150 If signature was stored there, we compare its key against the one provided and return the position
161 and the key to be added is inserted in its position.
178 the position of the key is not freed. It is the responsibility of the user to free the position aft…
179 …ot referencing the position anymore. User can configure integrated RCU QSBR or use external RCU me…
287 * Delete flow: Delete the flow key from the hash. If the returned position is valid,
291 …t till the readers are not referencing the position returned during add/delete flow and then free …
[all …]
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_pci.c67 size_t position; in efx_pci_config_find_next_ext_cap() local
75 position = *offsetp; in efx_pci_config_find_next_ext_cap()
78 rc = efx_pci_config_next_ext_cap(espcp, epop, &position); in efx_pci_config_find_next_ext_cap()
86 rc = epop->epo_config_readd(espcp, position + in efx_pci_config_find_next_ext_cap()
96 *offsetp = position; in efx_pci_config_find_next_ext_cap()
/f-stack/dpdk/lib/librte_reorder/
H A Drte_reorder.c320 uint32_t offset, position; in rte_reorder_insert() local
363 position = (order_buf->head + offset) & order_buf->mask; in rte_reorder_insert()
364 order_buf->entries[position] = mbuf; in rte_reorder_insert()
373 position = (order_buf->head + offset) & order_buf->mask; in rte_reorder_insert()
374 order_buf->entries[position] = mbuf; in rte_reorder_insert()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c112 { U32 position = 0; in FSE_buildCTable_wksp() local
118 tableSymbol[position] = (FSE_FUNCTION_TYPE)symbol; in FSE_buildCTable_wksp()
119 position = (position + step) & tableMask; in FSE_buildCTable_wksp()
120 while (position > highThreshold) in FSE_buildCTable_wksp()
121 position = (position + step) & tableMask; /* Low proba area */ in FSE_buildCTable_wksp()
124 assert(position==0); /* Must have initialized all positions */ in FSE_buildCTable_wksp()
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dti-syscon-reset.txt35 Cell #2 : bit position of the reset in the reset
39 Cell #4 : bit position of the reset in the reset
43 Cell #6 : bit position of the reset in the
/f-stack/dpdk/lib/librte_hash/
H A Drte_hash.h405 rte_hash_get_key_with_position(const struct rte_hash *h, const int32_t position,
436 const int32_t position);
/f-stack/dpdk/doc/guides/tools/
H A Dtestregex.rst20 * Matching results (rule id, position, length), for each job.
22 * Matching results in absolute location (rule id, position , length),
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c443 size_t position = 0; in ZSTD_buildFSETable_body() local
450 size_t const uPosition = (position + (u * step)) & tableMask; in ZSTD_buildFSETable_body()
453 position = (position + (unroll * step)) & tableMask; in ZSTD_buildFSETable_body()
455 assert(position == 0); in ZSTD_buildFSETable_body()
460 U32 s, position = 0; in ZSTD_buildFSETable_body() local
465 tableDecode[position].baseValue = s; in ZSTD_buildFSETable_body()
466 position = (position + step) & tableMask; in ZSTD_buildFSETable_body()
467 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable_body()
469 …assert(position == 0); /* position must reach all cells once, otherwise normalizedCounter is incor… in ZSTD_buildFSETable_body()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Daxentia,tse850-pcm5142.txt32 The 'loop1' gpio pin controlls two relays, which are either in loop position,
34 position, meaning that the signal is passed through the 'Sum' mixer. Similarly
/f-stack/freebsd/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_2d_sensor.txt10 RMI4 Function 11 and Function 12 are for 2D touch position sensing.
37 disable reporing absolute position data.

1234