HomeSort by: relevance | last modified time | path
    Searched defs:last (Results 1 - 25 of 1412) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
npde.h 8 bool last; member in struct:nvbios_npdeT
image.h 10 bool last; member in struct:nvbios_image
pcir.h 13 bool last; member in struct:nvbios_pcirT
  /src/external/gpl3/gdb.old/dist/sim/igen/
filter_host.c 29 const char *last = filename; local
34 last = p;
36 return last;
  /src/external/gpl3/gdb/dist/sim/igen/
filter_host.c 29 const char *last = filename; local
34 last = p;
36 return last;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_solaris.cc 34 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local
35 if (data_.current >= last) return false;
sanitizer_procmaps_linux.cc 35 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local
36 if (data_.current >= last) return false;
38 (char *)internal_memchr(data_.current, '\n', last - data_.current);
40 next_line = last;
  /src/external/bsd/blocklist/bin/
state.h 45 time_t last; member in struct:dbinfo
  /src/external/bsd/tmux/dist/compat/
memmem.c 41 const char *cur, *last; local
57 /* the last position where its possible to find "s" in "l" */
58 last = cl + l_len - s_len;
60 for (cur = cl; cur <= last; cur++)
  /src/sys/arch/hpc/stand/libsa/
strtok.cpp 46 static char *last; local
48 if (s == NULL && (s = last) == NULL)
62 last = NULL;
80 last = s;
  /src/external/bsd/ipf/dist/lib/
printdstl_live.c 28 int printed, last; local
64 last = 0;
67 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
69 last = 1;
printhash_live.c 24 int last, printed; local
51 last = 0;
55 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
57 last = 1;
63 if (last == 0)
printpool_live.c 24 int printed, last; local
50 last = 0;
54 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
56 last = 1;
  /src/external/gpl3/binutils/dist/binutils/
bfdtest1.c 35 bfd *last, *next; local
51 for (count = 0, last = bfd_openr_next_archived_file (archive, NULL);
52 last;
53 last = next)
55 next = bfd_openr_next_archived_file (archive, last);
56 if (next == last)
58 bfd_close (last);
62 for (last = bfd_openr_next_archived_file (archive, NULL);
63 last;
64 last = next
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
bfdtest1.c 35 bfd *last, *next; local
51 for (count = 0, last = bfd_openr_next_archived_file (archive, NULL);
52 last;
53 last = next)
55 next = bfd_openr_next_archived_file (archive, last);
56 if (next == last)
58 bfd_close (last);
62 for (last = bfd_openr_next_archived_file (archive, NULL);
63 last;
64 last = next
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_linux.cpp 34 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local
35 if (data_.current >= last) return false;
37 (char *)internal_memchr(data_.current, '\n', last - data_.current);
39 next_line = last;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_linux.cpp 34 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local
35 if (data_.current >= last) return false;
37 (char *)internal_memchr(data_.current, '\n', last - data_.current);
39 next_line = last;
sanitizer_procmaps_solaris.cpp 35 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local
36 if (data_.current >= last) return false;
  /src/external/mit/libuv/dist/src/
thread-common.c 86 int last; local
114 last = (--b->out == 0);
115 if (last)
119 return last;
  /src/common/lib/libc/arch/powerpc/string/
memcpy.S 118 bdz- last /* Dec ctr and exit loop if no */
127 last: label
129 stwu %r7, 4(%r8) /* Store last word */
  /src/sys/arch/mips/mips/
mips3_clock.c 64 uint32_t cur, last, delta, usecs; local
66 last = mips3_cp0_count_read();
87 delta += (cur - last);
89 last = cur;
  /src/external/apache2/llvm/dist/llvm/utils/
bisect 36 last = None variable
50 print("Last good count: %d" % start)
bisect-skip-count 18 # Examine bisect.out to look for "Last good skip" and "Last good
20 # 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
72 print("Last good skip: %d" % start)
95 print("Last good count: %d" % start)
  /src/external/bsd/openldap/dist/libraries/libldap/
account_usability.c 59 char *last; local
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zle.c 48 uchar_t *last = src + (256 - n); local
49 while (src < MIN(last, s_end) && src[0] == 0)
53 uchar_t *last = src + n; local
56 while (src < MIN(last, s_end) - 1 && (src[0] | src[1]))

Completed in 51 milliseconds

1 2 3 4 5 6 7 8 91011>>