Searched refs:curr_offset (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dref.c95 uint32_t prev_offset, curr_offset; local
133 curr_offset = position.lane * instance->lane_length +
136 if (0 == curr_offset % instance->lane_length) {
138 prev_offset = curr_offset + instance->lane_length - 1;
141 prev_offset = curr_offset - 1;
145 ++i, ++curr_offset, ++prev_offset) {
147 if (curr_offset % instance->lane_length == 1) {
148 prev_offset = curr_offset - 1;
180 curr_block = instance->memory + curr_offset;
H A Dopt.c179 uint32_t prev_offset, curr_offset; local
222 curr_offset = position.lane * instance->lane_length +
225 if (0 == curr_offset % instance->lane_length) {
227 prev_offset = curr_offset + instance->lane_length - 1;
230 prev_offset = curr_offset - 1;
236 ++i, ++curr_offset, ++prev_offset) {
238 if (curr_offset % instance->lane_length == 1) {
239 prev_offset = curr_offset - 1;
271 curr_block = instance->memory + curr_offset;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-fill-block-avx2.c149 uint32_t prev_offset, curr_offset; local
179 curr_offset = position.lane * instance->lane_length +
182 if (0 == curr_offset % instance->lane_length) {
184 prev_offset = curr_offset + instance->lane_length - 1;
187 prev_offset = curr_offset - 1;
194 ++i, ++curr_offset, ++prev_offset) {
196 if (curr_offset % instance->lane_length == 1) {
197 prev_offset = curr_offset - 1;
229 curr_block = instance->region->memory + curr_offset;
H A Dargon2-fill-block-avx512f.c154 uint32_t prev_offset, curr_offset; local
184 curr_offset = position.lane * instance->lane_length +
187 if (0 == curr_offset % instance->lane_length) {
189 prev_offset = curr_offset + instance->lane_length - 1;
192 prev_offset = curr_offset - 1;
199 ++i, ++curr_offset, ++prev_offset) {
201 if (curr_offset % instance->lane_length == 1) {
202 prev_offset = curr_offset - 1;
234 curr_block = instance->region->memory + curr_offset;
H A Dargon2-fill-block-ref.c150 uint32_t prev_offset, curr_offset; local
177 curr_offset = position.lane * instance->lane_length +
180 if (0 == curr_offset % instance->lane_length) {
182 prev_offset = curr_offset + instance->lane_length - 1;
185 prev_offset = curr_offset - 1;
189 ++i, ++curr_offset, ++prev_offset) {
191 if (curr_offset % instance->lane_length == 1) {
192 prev_offset = curr_offset - 1;
224 curr_block = instance->region->memory + curr_offset;
H A Dargon2-fill-block-ssse3.c148 uint32_t prev_offset, curr_offset; local
178 curr_offset = position.lane * instance->lane_length +
181 if (0 == curr_offset % instance->lane_length) {
183 prev_offset = curr_offset + instance->lane_length - 1;
186 prev_offset = curr_offset - 1;
193 ++i, ++curr_offset, ++prev_offset) {
195 if (curr_offset % instance->lane_length == 1) {
196 prev_offset = curr_offset - 1;
228 curr_block = instance->region->memory + curr_offset;
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_bounce.c106 long curr_offset; local
147 if ((curr_offset = vstream_ftell(state->dst)) < 0)
183 RECIPIENT_ASSIGN(&recipient, curr_offset,
H A Dcleanup_milter.c769 off_t curr_offset; /* offset after found record */ local
857 #define GET_NEXT_TEXT_OR_PTR_RECORD(rec_type, state, buf, curr_offset, quit) \
864 msg_info("%s: read: %ld: %.*s", myname, (long) curr_offset, \
879 if ((curr_offset = vstream_ftell(state->dst)) < 0) {
885 if (curr_offset == state->append_hdr_pt_offset)
889 GET_NEXT_TEXT_OR_PTR_RECORD(rec_type, state, buf, curr_offset,
900 ptr_offset = curr_offset;
934 curr_offset = CLEANUP_FIND_HEADER_NOTFOUND;
965 curr_offset = ptr_offset;
973 header_label : "(none)", rec_type, (long) curr_offset);
1701 off_t curr_offset; local
2436 off_t curr_offset; local
[all...]
/netbsd-current/sys/uvm/
H A Duvm_device.c385 off_t curr_offset; local
425 curr_offset = entry->offset + (vaddr - entry->start);
434 for (lcv = 0 ; lcv < npages ; lcv++, curr_offset += PAGE_SIZE,
442 mdpgno = cdev_mmap(device, curr_offset, access_type);
/netbsd-current/sys/external/bsd/drm2/drm/
H A Ddrm_gem_cma_helper.c188 off_t curr_offset; local
198 curr_offset = entry->offset + (vaddr - entry->start);
202 for (lcv = 0; lcv < npages; lcv++, curr_offset += PAGE_SIZE,
210 curr_offset, access_type, BUS_DMA_PREFETCHABLE);
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c316 long curr_offset; local
380 if ((curr_offset = vstream_ftell(message->fp)) < 0)
382 if (curr_offset == message->data_offset && curr_offset > 0) {
385 curr_offset += message->data_size;
395 /* Need to update curr_offset after pointer jump. */
405 rec_type, (long) curr_offset);
440 recipient_list_add(&message->rcpt_list, curr_offset,
465 if (curr_offset > message->data_offset) {
745 message->tflags_offset = curr_offset;
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c338 long curr_offset; local
420 if ((curr_offset = vstream_ftell(message->fp)) < 0)
422 if (curr_offset == message->data_offset && curr_offset > 0) {
425 curr_offset += message->data_size;
435 /* Need to update curr_offset after pointer jump. */
445 rec_type, (long) curr_offset);
480 recipient_list_add(&message->rcpt_list, curr_offset,
505 if (curr_offset > message->data_offset) {
786 message->tflags_offset = curr_offset;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlra-eliminations.c398 poly_int64 offset, curr_offset;
411 if (poly_int_rtx_p (XEXP (x, 1), &curr_offset)
412 && known_eq (curr_offset, -offset))
397 poly_int64 offset, curr_offset; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlra-eliminations.cc397 poly_int64 offset, curr_offset;
410 if (poly_int_rtx_p (XEXP (x, 1), &curr_offset)
411 && known_eq (curr_offset, -offset))
396 poly_int64 offset, curr_offset; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c4954 rtx curr_base_reg, curr_offset;
4958 &curr_base_reg, &curr_offset)
4960 || !CONST_INT_P (curr_offset))
4964 last_offset = INTVAL (curr_offset);
4971 if (INTVAL (curr_offset) != last_offset)
4943 rtx curr_base_reg, curr_offset; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc4989 rtx curr_base_reg, curr_offset;
4993 &curr_base_reg, &curr_offset)
4995 || !CONST_INT_P (curr_offset))
4999 last_offset = INTVAL (curr_offset);
5006 if (INTVAL (curr_offset) != last_offset)
4978 rtx curr_base_reg, curr_offset; local

Completed in 461 milliseconds