HomeSort by: relevance | last modified time | path
    Searched defs:last (Results 1 - 25 of 888) 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
npde.h 8 bool last; member in struct:nvbios_npdeT
npde.h 8 bool last; member in struct:nvbios_npdeT
image.h 10 bool last; member in struct:nvbios_image
image.h 10 bool last; member in struct:nvbios_image
image.h 10 bool last; member in struct:nvbios_image
pcir.h 13 bool last; member in struct:nvbios_pcirT
pcir.h 13 bool last; member in struct:nvbios_pcirT
  /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 in function:__sanitizer::MemoryMappingLayout::Next
35 if (data_.current >= last) return false;
sanitizer_procmaps_solaris.cc 34 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local in function:__sanitizer::MemoryMappingLayout::Next
35 if (data_.current >= last) return false;
sanitizer_procmaps_solaris.cc 34 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local in function:__sanitizer::MemoryMappingLayout::Next
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 in function:__sanitizer::MemoryMappingLayout::Next
36 if (data_.current >= last) return false;
38 (char *)internal_memchr(data_.current, '\n', last - data_.current);
40 next_line = last;
sanitizer_procmaps_linux.cc 35 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local in function:__sanitizer::MemoryMappingLayout::Next
36 if (data_.current >= last) return false;
38 (char *)internal_memchr(data_.current, '\n', last - data_.current);
40 next_line = last;
sanitizer_procmaps_linux.cc 35 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local in function:__sanitizer::MemoryMappingLayout::Next
36 if (data_.current >= last) return false;
38 (char *)internal_memchr(data_.current, '\n', last - data_.current);
40 next_line = last;
  /src/sys/arch/hpc/stand/libsa/
strtok.cpp 46 static char *last; local in function:strtok
48 if (s == NULL && (s = last) == NULL)
62 last = NULL;
80 last = s;
strtok.cpp 46 static char *last; local in function:strtok
48 if (s == NULL && (s = last) == NULL)
62 last = NULL;
80 last = s;
strtok.cpp 46 static char *last; local in function:strtok
48 if (s == NULL && (s = last) == NULL)
62 last = NULL;
80 last = s;
  /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 */
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 in function:mips3_delay
66 last = mips3_cp0_count_read();
87 delta += (cur - last);
89 last = cur;
mips3_clock.c 64 uint32_t cur, last, delta, usecs; local in function:mips3_delay
66 last = mips3_cp0_count_read();
87 delta += (cur - last);
89 last = cur;
  /src/tests/lib/libc/gen/
t_randomid.c 41 uint32_t last[65536]; variable in typeref:typename:uint32_t[65536]
56 memset(last, 0, sizeof(last));
64 if (last[id] > 0) {
65 diff = n - last[id];
69 printf("id %5d: last call at %9"PRIu32
73 id, last[id], n, diff, lowest);
83 last[id] = n;
t_randomid.c 41 uint32_t last[65536]; variable in typeref:typename:uint32_t[65536]
56 memset(last, 0, sizeof(last));
64 if (last[id] > 0) {
65 diff = n - last[id];
69 printf("id %5d: last call at %9"PRIu32
73 id, last[id], n, diff, lowest);
83 last[id] = n;
  /src/lib/libcurses/
insdelln.c 71 int y, i, last; local in function:winsdelln
98 last = win->maxy - 1;
103 last = win->scr_b;
105 for (y = last - nlines; y >= win->cury; --y) {
133 for (y = last; y >= win->cury; --y)
142 last = win->maxy;
147 last = win->scr_b + 1;
149 for (y = win->cury; y < last - nlines; y++) {
162 for (y = last - nlines; y < last; y++
    [all...]
insdelln.c 71 int y, i, last; local in function:winsdelln
98 last = win->maxy - 1;
103 last = win->scr_b;
105 for (y = last - nlines; y >= win->cury; --y) {
133 for (y = last; y >= win->cury; --y)
142 last = win->maxy;
147 last = win->scr_b + 1;
149 for (y = win->cury; y < last - nlines; y++) {
162 for (y = last - nlines; y < last; y++
    [all...]

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>