Searched refs:last (Results 251 - 275 of 999) sorted by relevance

<<11121314151617181920>>

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_vm.c231 * @updates: last vm update that is waited for
333 bo_va->it.last = 0;
490 soffset, tmp->bo, tmp->it.start, tmp->it.last);
497 if (bo_va->it.start || bo_va->it.last) {
507 tmp->it.last = bo_va->it.last;
514 bo_va->it.last = 0;
523 bo_va->it.last = eoffset;
725 * @pe_end: last PTE to handle
966 nptes = bo_va->it.last
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dstt.h95 ffesttTokenItem last; member in struct:_ffest_token_list_
185 ffelexToken last);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error3.C30 virtual const T last() const = 0;
60 virtual const T last() const;
/openbsd-current/lib/libskey/
H A Dput.c373 char *last; local
382 if ((word = strtok_r(i == 0 ? input : NULL, " ", &last)) == NULL)
/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D162_proxy_auth.t58 last unless @socket_pairs;
H A D161_basic_auth.t58 last unless @socket_pairs;
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Dterse.t82 last LOOP if $_ % 2;
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunittcpreuse.c172 /** check snipping off the last element of the LRU with total elements */
234 struct waiting_tcp* first, struct waiting_tcp* last, size_t total)
240 if(last) unit_assert(outnet->tcp_wait_last == last && !last->next_waiting);
306 /* last element should be gone */
360 struct waiting_tcp* first, struct waiting_tcp* last, size_t total)
366 if(last) unit_assert(reuse->write_wait_last == last && !last
233 check_waiting_tcp_list(struct outside_network* outnet, struct waiting_tcp* first, struct waiting_tcp* last, size_t total) argument
359 check_reuse_write_wait(struct reuse_tcp* reuse, struct waiting_tcp* first, struct waiting_tcp* last, size_t total) argument
[all...]
/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Daddrtree.c138 tree->last = NULL;
168 if (!node->next) { /* it is the last as well */
170 tree->last = NULL;
175 } else if (node == tree->last) { /* but not the first */
176 tree->last = node->prev;
177 tree->last->next = NULL;
192 tree->last->next = node;
193 node->prev = tree->last;
195 tree->last = node;
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/t/
H A Dnntp_ipv6.t67 last;
H A Dpop3_ipv6.t65 last;
H A Dsmtp_ipv6.t65 last;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dargs.t75 sub local2 { local $_[0]; last L }
77 pass("last to label");
H A Dsselect.t129 last UTF8TEST;
137 last;
/openbsd-current/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp35 const char *last) {
37 if (first != last) {
40 if (t1 != last) {
44 for (++t1; t1 != last && std::isdigit(*t1); ++t1)
46 if (t1 != last && *t1 == '_')
52 for (; t1 != last && std::isdigit(*t1); ++t1)
54 if (t1 == last)
55 first = last;
34 parse_discriminator(const char *first, const char *last) argument
/openbsd-current/sys/arch/mips64/mips64/
H A Ddb_machdep.c425 int tlbno, last, check, pid; local
438 last = ci->ci_hw.tlbsize;
439 for (tlbno = 0; tlbno < last; tlbno++) {
441 for (check = tlbno + 1; check < last; check++) {
466 last = tlbno + count;
467 if (last > ci->ci_hw.tlbsize)
468 last = ci->ci_hw.tlbsize;
472 for (; tlbno < last; tlbno++) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dhppa-tdep.h183 struct unwind_table_entry *cache; /* Pointer to last entry we found */
184 int last; /* Index of last entry */ member in struct:hppa_unwind_info
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dhash.c532 struct strtab_hash_entry *last;
599 table->last = NULL;
683 tab->last->next = entry;
684 tab->last = entry;
531 struct strtab_hash_entry *last; member in struct:bfd_strtab_hash
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drcparse.h14 struct rcdata_item *last; member in struct:__anon4312::__anon4313
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dhash.c546 struct strtab_hash_entry *last;
609 table->last = NULL;
689 tab->last->next = entry;
690 tab->last = entry;
544 struct strtab_hash_entry *last; member in struct:bfd_strtab_hash
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dbuffer.h19 struct buffer_data *last; member in struct:buffer
/openbsd-current/lib/libedit/
H A Dchared.h89 wchar_t *last; member in struct:c_kill_t
H A Dhist.h49 wchar_t *last; /* The last character */ member in struct:el_history_t
/openbsd-current/gnu/usr.bin/perl/t/lib/
H A Dcygwin.t71 last;
/openbsd-current/gnu/llvm/llvm/utils/
H A Dbisect-skip-count20 # result. Incrementing the last good count by one or decrementing the
21 # last good skip by one should produce a failure.
54 last = None variable

Completed in 298 milliseconds

<<11121314151617181920>>