Searched refs:last (Results 76 - 100 of 999) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/dig/lib/isc/
H A Dresult.c29 unsigned int last; member in struct:resulttable
125 table->last = base + nresults - 1;
169 if (result >= table->base && result <= table->last) {
H A Dbase32.c141 unsigned int last; local
147 last = (unsigned int)(s - ctx->base);
152 if (last > 32)
153 last -= 33;
158 if (last != 32 && ctx->seen_32 != 0)
164 if (last == 32 && !ctx->pad)
172 if (last == 32 && ctx->seen_32 == 0)
206 ctx->val[ctx->digits++] = (last == 32) ? 0 : last;
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_vma_resource.c46 uint64_t last)
53 if (VMA_RES_LAST(node) >= start && VMA_RES_START(node) <= last)
61 uint64_t last)
67 if (VMA_RES_LAST(node) >= start && VMA_RES_START(node) <= last)
371 u64 last = offset + size - 1; local
376 i915_vma_resource_color_adjust_range(vm, &offset, &last);
377 node = vma_res_itree_iter_first(&vm->pending_unbind, offset, last);
384 node = vma_res_itree_iter_next(node, offset, last);
457 u64 last = offset + size - 1; local
463 i915_vma_resource_color_adjust_range(vm, &offset, &last);
45 vma_res_itree_iter_first(struct rb_root_cached *root, uint64_t start, uint64_t last) argument
60 vma_res_itree_iter_next(struct i915_vma_resource *node, uint64_t start, uint64_t last) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dreggroups.h56 or NULL when the last group is reached. */
58 struct reggroup *last);
/openbsd-current/games/sail/
H A Dpl_5.c52 char buf[60], last = '\0'; local
76 if (last == 't') {
80 last = 't';
90 last = 'b';
103 if (last == '0') {
107 last = '0';
/openbsd-current/usr.bin/mandoc/
H A Deqn.h59 struct eqn_box *last; /* Last child node. */ member in struct:eqn_box
H A Dtbl_data.c64 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next;
72 * are beyond the last column of the table as a whole.
76 if (dp->layout->last->col + 1 < dp->opts->cols) {
81 dp->layout->last->next = cp;
82 cp->col = dp->layout->last->col + 1;
83 dp->layout->last = cp;
142 if (dp->last == NULL)
145 dp->last->next = dat;
146 dp->last
[all...]
H A Dtbl.h76 struct tbl_cell *last; /* Rightmost layout cell. */ member in struct:tbl_row
118 struct tbl_dat *last; /* Rightmost data cell. */ member in struct:tbl_span
/openbsd-current/usr.bin/tmux/
H A Dcmd-select-window.c72 .name = "last-window",
73 .alias = "last",
93 int next, previous, last, activity; local
101 last = (cmd_get_entry(self) == &cmd_last_window_entry);
103 last = 1;
105 if (next || previous || last) {
119 cmdq_error(item, "no last window");
133 cmdq_error(item, "no last window");
/openbsd-current/usr.bin/vi/vi/
H A Dv_sentence.c159 * the buffer is in line mode, and the ending position is the last
198 int last; local
242 for (last = 0;;) {
248 last = 1;
256 last = 0;
263 if (!last || --cnt != 0) {
264 last = 0;
315 last = 0;
318 last = 1;
321 last
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Doptree_for.t26 6 <{> enteriter(next->8 last->b redo->7) KS/DEF
40 6 <{> enteriter(next->8 last->b redo->7) KS/DEF
61 5 <{> enteriter(next->7 last->a redo->6) KS/DEF
74 5 <{> enteriter(next->7 last->a redo->6) KS/DEF
95 7 <{> enteriter(next->9 last->c redo->8) KS
110 7 <{> enteriter(next->9 last->c redo->8) KS
129 5 <{> enteriter(next->7 last->a redo->6)[$var:1460,1463] KS/LVINTRO
142 5 <{> enteriter(next->7 last->a redo->6)[$var:1460,1463] KS/LVINTRO
163 7 <{> enteriter(next->9 last->c redo->8) KS/OURINTR
178 7 <{> enteriter(next->9 last
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist.h73 Iterator /*last*/) {
164 /// ilist_sentinel, which holds pointers to the first and last nodes in the
285 // [first, last) into position.
287 void transfer(iterator position, iplist_impl &L2, iterator first, iterator last) { argument
288 if (position == last)
292 this->transferNodesFromList(L2, first, last);
294 base_list_type::splice(position, L2, first, last);
304 iterator erase(iterator first, iterator last) { argument
305 while (first != last)
307 return last;
325 insert(iterator where, InIt first, InIt last) argument
335 iterator last = first; ++last; local
339 splice(iterator where, iplist_impl &L2, iterator first, iterator last) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dfini.c49 name last; member in struct:_name_root_
57 name last; member in struct:_name_alpha_
230 void testname (bool nested, int indent, name first, name last);
231 void testnames (bool nested, int indent, int len, name first, name last);
264 names[i].last = (name) &names[i];
267 names_alpha.last = (name) &names_alpha;
405 n = names_alpha.last;
530 testname (FALSE, do_names ? 10 : 6, names[len].first, names[len].last);
596 testnames (FALSE, 6, len, names[len].first, names[len].last);
627 testname (bool nested, int indent, name first, name last) argument
701 testnames(bool nested, int indent, int len, name first, name last) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinfback.c267 code last; /* parent table entry */ local
281 state->last = 0;
290 /* Inflate until end of block marked as last */
295 if (state->last) {
301 state->last = BITS(1);
306 state->last ? " (last)" : ""));
312 state->last ? " (last)" : ""));
317 state->last
[all...]
/openbsd-current/lib/libz/
H A Dinfback.c253 code last; /* parent table entry */ local
267 state->last = 0;
276 /* Inflate until end of block marked as last */
281 if (state->last) {
287 state->last = BITS(1);
292 state->last ? " (last)" : ""));
298 state->last ? " (last)" : ""));
303 state->last
[all...]
/openbsd-current/sys/lib/libz/
H A Dinfback.c253 code last; /* parent table entry */ local
267 state->last = 0;
276 /* Inflate until end of block marked as last */
281 if (state->last) {
287 state->last = BITS(1);
292 state->last ? " (last)" : ""));
298 state->last ? " (last)" : ""));
303 state->last
[all...]
/openbsd-current/gnu/gcc/libgomp/config/posix/
H A Dbar.c73 gomp_barrier_wait_end (gomp_barrier_t *bar, bool last) argument
77 if (last)
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D101-standard_typemap_locations.t28 $max = $i, last if $stl[$i] =~ /\Q$updir\E/;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Drt119311.t10 # When a die/last/goto/exit unwinds the stack, it can trigger a DESTROY
47 { foo(sub { my $o = bless {}, 'Foo'; last }) }
48 is $_, "ok", 'last triggering DESTROY that calls outer sub';
91 { bar(sub { last }) }
92 is $_, "ok", 'last triggering DESTROY that calls current sub';
147 { my $o = bless {}, 'Foomat'; last LAST }
151 is $_, "ok", 'last triggering DESTROY that calls outer format';
219 LAST: { local $block = sub { last LAST }; write }
220 is $_, "ok", 'last triggering DESTROY directly inside format';
H A Dwhile.t20 # test "last" command
24 last if /vt100/;
54 # test "last" command
59 if (/vt100/) {last line;}
118 last WHILE if $i == 4;
129 last if $i > 17;
173 last;
192 is($context, undef, "last statement in while block has 'void' context");
204 is($context, "", "last statement in block has 'scalar' context");
/openbsd-current/usr.bin/mail/
H A Dcmd2.c292 int *ip, last; local
294 last = 0;
300 last = *ip;
302 if (last != 0) {
303 dot = &message[last-1];
304 last = first(0, MDELETED);
305 if (last != 0) {
306 dot = &message[last-1];
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/
H A Didentify-dependencies20 while (<$fh>) { last if /^---INC---/ }
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D16_handle.t88 last;
92 last;
98 last;
101 last;
/openbsd-current/lib/libc/arch/mips64/string/
H A Dstrrchr.S46 dsubu v0, a0, 1 # save address of last match
/openbsd-current/gnu/usr.bin/perl/t/win32/
H A Dsignal.t49 last SKIP;

Completed in 389 milliseconds

1234567891011>>