Searched refs:previous (Results 26 - 50 of 137) sorted by relevance

123456

/freebsd-current/sys/contrib/ck/src/
H A Dck_rhs.c403 struct ck_rhs_map *map, *previous; local
405 previous = hs->map;
411 ck_rhs_map_destroy(hs->m, previous, true);
418 struct ck_rhs_map *previous; local
420 previous = hs->map;
421 return ck_rhs_reset_size(hs, previous->capacity);
498 const void *previous, *prev_saved; local
513 prev_saved = previous = ck_rhs_entry(map, k);
514 if (previous == CK_RHS_EMPTY)
519 previous
1069 ck_rhs_fas(struct ck_rhs *hs, unsigned long h, const void *key, void **previous) argument
1235 ck_rhs_set(struct ck_rhs *hs, unsigned long h, const void *key, void **previous) argument
[all...]
H A Dck_ht.c659 struct ck_ht_entry *bucket, *previous; local
675 previous = &map->entries[k];
677 if (previous->key == CK_HT_KEY_EMPTY || previous->key == CK_HT_KEY_TOMBSTONE)
685 key = ck_ht_entry_key(previous);
686 key_length = ck_ht_entry_key_length(previous);
690 h.value = previous->hash;
696 h.value = previous->hash;
698 table->h(&h, &previous->key, sizeof(previous
[all...]
H A Dck_epoch.c199 struct ck_epoch_ref *previous; local
205 * from the previous epoch generation.
211 previous = &record->local.bucket[(i + 1) &
213 if (previous->count > 0)
/freebsd-current/libexec/bootpd/
H A Dhash.c151 * Hopefully, this function is better than the previous one which returned
242 hash_member *previous = NULL;
269 previous = memberptr;
275 previous->next = memberptr = memberptr->next;
283 previous = memberptr;
236 hash_member *previous = NULL; local
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-assign.mk22 # operator '=' overwrites the previous value, therefore the variable LAST ends
106 # If the command fails, the variable keeps its previous value.
107 @${SH_ERR::=previous}
113 APPEND.prev= previous
120 .if ${APPEND.var} != "previous indirect \${:Unot expanded}"
128 VAR= previous
162 # Existing variables are updated in their previous scope, and environment
191 # Existing variables are updated in their previous scope, and environment
H A Ddep-colon-bug-cross-file.mk41 # expect+1: warning: using previous script for "all" defined here
/freebsd-current/contrib/lua/src/
H A Dlfunc.c71 uv->u.open.previous = prev;
73 next->u.open.previous = &uv->u.open.next;
184 *uv->u.open.previous = uv->u.open.next;
186 uv->u.open.next->u.open.previous = uv->u.open.previous;
H A Dldo.c85 struct lua_longjmp *previous; member in struct:lua_longjmp
142 lj.previous = L->errorJmp; /* chain new error handler */
147 L->errorJmp = lj.previous; /* restore old error handler */
172 for (ci = L->ci; ci != NULL; ci = ci->previous) {
189 for (ci = L->ci; ci != NULL; ci = ci->previous) {
280 for (ci = L->ci; ci != NULL; ci = ci->previous) {
294 ** previous size, and half of its entries are empty.)
402 if (isLua(ci = ci->previous))
416 tm = luaT_gettmbyobj(L, s2v(func), TM_CALL); /* (after previous GC) */
481 ** number of results to proper place, and returns to previous cal
[all...]
H A Dlbaselib.c225 int previous = lua_gc(L, o, p); local
226 checkvalres(previous);
227 lua_pushinteger(L, previous);
328 lua_pop(L, 1); /* remove 'env' if not used by previous call */
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp541 // This dimention depends on one of previous ones; can't be the outermost
543 bounds_info_internalXX_template<T> *previous = local
548 // 'previous' loop
552 bbounds.lb0 + bbounds.lb1 * previous->span_smallest;
554 bbounds.lb0 + bbounds.lb1 * previous->span_biggest;
567 bbounds.ub0 + bbounds.ub1 * previous->span_smallest;
569 bbounds.ub0 + bbounds.ub1 * previous->span_biggest;
605 // This dimention depends on one of previous ones; can't be the outermost
607 bounds_info_internalXX_template<T> *previous = local
612 // 'previous' loo
710 bounds_info_internalXX_template<T> *previous = local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp166 sptr diff = v - previous;
168 previous = v;
179 uptr previous = 0; member in class:__sanitizer::SLeb128Encoder
197 previous += diff;
198 return previous;
207 uptr previous = 0; member in class:__sanitizer::SLeb128Decoder
/freebsd-current/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h189 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *previous) argument
192 return ck_pr_cas_64_value(target, (uint64_t)compare, (uint64_t)set, previous);
/freebsd-current/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h195 T previous = 0; \
202 : "=&r" (previous), \
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldo.c148 struct lua_longjmp *previous; member in struct:lua_longjmp
212 lj.previous = L->errorJmp; /* chain new error handler */
217 L->errorJmp = lj.previous; /* restore old error handler */
231 for (ci = L->ci; ci != NULL; ci = ci->previous) {
280 for (ci = L->ci; ci != NULL; ci = ci->previous) {
330 if (isLua(ci->previous) &&
331 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) {
366 func = restorestack(L, funcr); /* previous call may change stack */
421 func = restorestack(L, funcr); /* previous call can change stack */
455 L->oldpc = ci->previous
[all...]
H A Dlcode.c39 Instruction *previous; local
42 previous = &fs->f->code[fs->pc-1];
43 if (GET_OPCODE(*previous) == OP_LOADNIL) {
44 int pfrom = GETARG_A(*previous);
45 int pl = pfrom + GETARG_B(*previous);
50 SETARG_A(*previous, from);
51 SETARG_B(*previous, l - from);
611 fs->pc--; /* remove previous OP_NOT */
/freebsd-current/share/examples/ipfw/
H A Dchange_rules.sh38 # If no answer is received in 30 seconds, the previous
43 # the previous ones will be copied to ${firewall_script}.{date}. Mail
148 The new rules are now installed. The previous rules have been preserved in
/freebsd-current/lib/libdevstat/
H A Ddevstat.h169 struct devstat *previous,
H A Ddevstat.c51 compute_stats(struct devstat *current, struct devstat *previous,
697 * any previous selections are erased and
1176 compute_stats(struct devstat *current, struct devstat *previous, argument
1183 return(devstat_compute_statistics(current, previous, etime,
1222 (current->field[(index)] - (previous ? previous->field[(index)] : 0))
1226 (previous ? &previous->field : NULL))
1229 devstat_compute_statistics(struct devstat *current, struct devstat *previous, argument
/freebsd-current/lib/libc/amd64/string/
H A Dstpcpy.S159 movdqu %xmm0, 16(%rsi, %rdi, 1) # write back previous iteraion
168 movdqu %xmm2, (%rsi, %rdi, 1) # write back previous iteraion
H A Dmemrchr.S143 2: test %r8d, %r8d # match in previous chunk?
144 cmovnz %r8d, %eax # if yes, overwrite previous chunks
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_screen.c701 encode_cell(char *target, ARG_SLIMIT(limit) CARG_CH_T source, CARG_CH_T previous) argument
709 int previous_pair = GetPair(*previous);
712 if ((previous->attr != source->attr) || (previous_pair != source_pair)) {
715 previous->attr,
721 if (previous->ext_color != source->ext_color) {
762 if (AttrOfD(previous) != AttrOfD(source)) {
765 AttrOfD(previous),
767 GetPair(previous));
H A Dlib_color.c563 colorpair_t previous; local
574 previous = sp->_color_pairs[pair];
604 if (isDefaultColor(FORE_OF(previous))
605 || isDefaultColor(BACK_OF(previous)))
646 if ((FORE_OF(previous) != 0
647 || BACK_OF(previous) != 0)
648 && !isSamePair(previous, result)) {
/freebsd-current/sys/dev/ofw/
H A Dofw_standard.c84 static int ofw_std_nextprop(ofw_t ofw, phandle_t package, const char *previous,
356 ofw_std_nextprop(ofw_t ofw, phandle_t package, const char *previous, char *buf, argument
364 cell_t previous; member in struct:__anon436
374 args.previous = (cell_t)previous;
/freebsd-current/sys/powerpc/ofw/
H A Dofw_real.c91 static int ofw_real_nextprop(ofw_t, phandle_t package, const char *previous,
622 ofw_real_nextprop(ofw_t ofw, phandle_t package, const char *previous, argument
631 cell_t previous; member in struct:__anon5939
643 args.previous = IN(ofw_real_map(previous, (previous != NULL) ? (strlen(previous) + 1) : 0));
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c166 struct links_entry *previous; member in struct:links_entry
1067 if (le->previous != NULL)
1068 le->previous->next = le->next;
1070 le->next->previous = le->previous;
1088 cpio->links_head->previous = le;
1090 le->previous = NULL;

Completed in 329 milliseconds

123456