Searched refs:last (Results 276 - 300 of 999) sorted by relevance

<<11121314151617181920>>

/openbsd-current/sbin/unwind/libunbound/validator/
H A Dval_neg.h75 /** last in lru (least recently used element) */
76 struct val_neg_data* last; member in struct:val_neg_cache
/openbsd-current/usr.sbin/unbound/dnstap/
H A Ddtstream.h76 struct dt_msg_entry* first, *last; member in struct:dt_msg_queue
/openbsd-current/usr.sbin/unbound/validator/
H A Dval_neg.h75 /** last in lru (least recently used element) */
76 struct val_neg_data* last; member in struct:val_neg_cache
/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Daddrtree.h87 /** last node in LRU list, last candidate to go */
88 struct addrnode *last; member in struct:addrtree
/openbsd-current/usr.bin/vi/common/
H A Dsearch.c282 size_t coff, last, len; local
379 * line character by character until find the last acceptable
384 last = match[0].rm_so++;
406 if (!LF_ISSET(SEARCH_EOL) && last >= len)
409 rm->cno = last;
H A Dmsg.c344 recno_t last; local
434 if (db_last(sp, &last))
436 if (last == 0) {
442 (unsigned long)lno, (unsigned long)last,
443 (unsigned long)(lno * 100) / last);
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dsort.t69 last unless ($disorder eq "Instability");
88 last;
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dreg_email.t76 while (<DATA>) { last if /^__DATA__/ }
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Dconcise-xs.t58 diag ("$name is of type $m"), last if $buf =~ $matchers{$m};
/openbsd-current/usr.sbin/makefs/
H A Dwalk.c68 fsnode *first, *cur, *prev, *last; local
89 prev = last = cur;
91 last = first = prev = NULL;
122 if (cur == last) {
/openbsd-current/lib/libcurses/trace/
H A Dvisbuf.c307 int last = len - 1; local
312 last = j - 1;
319 for (j = first; j <= last; ++j) {
371 first = last + 1;
/openbsd-current/lib/libcurses/tinfo/
H A Ddb_iterator.c66 char *last = my_blob + strlen(my_blob); local
67 if (last != my_blob)
68 *last++ = NCURSES_PATHSEP;
69 _nc_STRCPY(last, text, limit);
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h178 /// Return the last line entry if the line table isn't empty.
180 /// \returns An optional line entry with the last line entry if the line
182 std::optional<LineEntry> last() const { function in class:llvm::gsym::LineTable
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dgetppid.t97 last;
H A Dtry.t106 last;
127 is($warnings, "", 'No warnings emitted by next/last/redo inside try');
133 last LOOP_L;
154 is($warnings, "", 'No warnings emitted by next/last/redo LABEL inside try');
322 finally { $finally_invoked++; "last value" }
H A Dgoto.t76 # note that this scope-hopping differs from last & next,
124 last;
159 last;
382 last;
385 last;
400 last;
420 last;
435 last;
790 last;
/openbsd-current/usr.bin/make/
H A Dtargequiv.c50 GNode *first, *last; member in struct:equiv_list
104 e->last = gn;
129 if (e->last != e->first)
130 e->last->next = e->first;
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Dlog_accum.in10 # names of the first and last commit directories in a temporary file.
427 last if ($log_lines[0] ne "");
431 last if ($log_lines[$#log_lines] ne "");
448 last if (! -e "$LOG_FILE.$i.$id"); # the next available one
450 last if ($#text == -1); # nothing in this file, use it
451 last if (join(" ", @log_lines) eq join(" ", @text)); # it's the same log message as another
464 # Check whether this is the last directory. If not, quit.
467 print STDERR "Checking current dir against last dir.\n";
473 print STDERR sprintf("Current directory %s is not last directory %s.\n", $cvsroot . "/" .$files[0], $_);
478 print STDERR sprintf("Current directory %s is last director
[all...]
/openbsd-current/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c204 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST; local
206 pre_ce = last = NULL;
224 last = temp;
229 * Remember the last entry after which we
232 pre_ce = last;
247 last = CE;
250 for (temp = TAILQ_NEXT(last, rr_ll); temp != NULL;
261 if (last != NULL)
262 TAILQ_INSERT_AFTER(&node->head, last, ST, rr_ll);
265 last
[all...]
/openbsd-current/games/worms/
H A Dworms.c175 int CO, LI, last, bottom, ch, length, number, trail; local
240 last = CO - 1;
324 } else if (x == last) {
/openbsd-current/gnu/usr.bin/perl/dist/XSLoader/t/
H A DXSLoader.t14 last;
68 last SKIP;
205 last;
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_execlists_submission.c318 * prio >= max(0, last);
835 * Sentinels are supposed to be the last request so they flush
1282 struct i915_request *last, * const *active; local
1293 * where it got up to last time, and through RING_TAIL we tell the CS
1312 * If the queue is higher priority than the last
1321 while ((last = *active) && completed(last))
1324 if (last) {
1325 if (need_preempt(engine, last)) {
1327 "preempting last
2052 post_process_csb(struct i915_request **port, struct i915_request **last) argument
4098 struct i915_request *rq, *last; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcfgrtl.c233 delete_insn_chain_and_edges (first, last)
234 rtx first, last;
238 if (INSN_P (last)
239 && BLOCK_FOR_INSN (last)
240 && BLOCK_FOR_INSN (last)->end == last)
242 delete_insn_chain (first, last);
244 purge_dead_edges (BLOCK_FOR_INSN (last));
830 /* Return last loop_beg note appearing after INSN, before start of next
842 rtx last
835 rtx last = insn; local
1396 rtx before = NULL_RTX, after = NULL_RTX, insns, tmp, last; local
1611 rtx last; local
[all...]
/openbsd-current/usr.bin/m4/
H A Dgnum4.c56 } *first, *last; variable in typeref:struct:path_entry
82 if (last) {
83 last->next = n;
84 last = n;
87 last = first = n;
335 * rule: don't allow a NULL-match at the last match
/openbsd-current/usr.bin/mandoc/
H A Dterm_ps.c62 #define PS_BACKSP (1 << 3) /* last character was backspace */
70 char last; /* last non-backspace seen */ member in struct:termp_ps
71 enum termfont lastf; /* last set font */
81 size_t lastwidth; /* page width before last ll */
86 size_t pdflastpg; /* byte of last page mark */
785 * At the end of the file, do one last showpage. This is the
792 assert('\0' == p->ps->last);
1038 * "partial close" because we don't check the last-char buffer
1057 /* If we have a `last' cha
[all...]

Completed in 314 milliseconds

<<11121314151617181920>>