HomeSort by: relevance | last modified time | path
    Searched defs:last (Results 1 - 25 of 296) 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/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_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_bsd.cc 103 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local in function:__sanitizer::MemoryMappingLayout::Next
104 if (data_.current >= 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;
  /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 */
memmove.S 93 bdz- last /* Dec cnt, and branch if just */
101 last: label
103 stwu %r7, 4(%r8) /* ... store last word */
160 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;
  /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;
  /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...]
  /src/games/backgammon/common_source/
one.c 44 static int last(void);
54 max = (*offptr < 0 ? 7 : last());
130 last(void) function in typeref:typename:int
  /src/lib/libc/db/btree/
bt_overflow.c 66 * A single DBT is written to each chain, so a lot of space on the last page
142 PAGE *h, *last; local in function:__ovfl_put
155 last = NULL;
160 for (;; p = (char *)p + plen, last = h) {
172 if (last) {
173 last->nextpg = h->pgno;
174 mpool_put(t->bt_mp, last, MPOOL_DIRTY);
  /src/sys/arch/arm/arm32/
arm11_pmc.c 119 uint32_t last; local in function:delay
126 last = arm11_pmc_ccnt_read();
139 delta += (last + (counts_per_wrap - cur));
141 delta += (cur - last);
143 last = cur;
cortex_pmc.c 86 uint32_t last; local in function:delay
96 last = armreg_pmccntr_read();
112 delta += (cur + (counts_per_wrap - last));
114 delta += (cur - last);
116 last = cur;
  /src/sys/arch/evbmips/ingenic/
clock.c 145 uint32_t cur, last, delta, usecs; local in function:delay
147 last = readreg(JZ_OST_CNT_LO);
167 delta += (cur - last);
169 last = cur;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
evergreen_smc.h 52 uint8_t last; member in struct:SMC_Evergreen_MCRegisters
  /src/usr.sbin/altq/altqstat/
qdisc_jobs.c 83 struct class_stats *sp, *lp, *new, *last, *tmp; local in function:jobs_stat_loop
93 last = &stats2[0];
97 last[i].class_handle = JOBS_NULLCLASS_HANDLE;
113 lp = &last[i];
166 tmp = last;
167 last = new;
qdisc_priq.c 55 struct priq_classstats *sp, *lp, *new, *last, *tmp; local in function:priq_stat_loop
65 last = &stats2[0];
69 last[i].class_handle = PRIQ_NULLCLASS_HANDLE;
84 lp = &last[i];
113 tmp = last;
114 last = new;
  /src/sys/net/
raw_usrreq.c 72 struct socket *last; local in function:raw_input
74 last = NULL;
96 if (last != NULL) {
100 sbappendaddr(&last->so_rcv, src, n, NULL) == 0)
103 soroverflow(last);
105 sorwakeup(last);
107 last = rp->rcb_socket;
109 if (last != NULL) {
110 if (sbappendaddr(&last->so_rcv, src, m, NULL) == 0) {
112 soroverflow(last);
    [all...]
  /src/sbin/gpt/
create.c 74 off_t last = gpt_last(gpt); local in function:create
103 gpt_create_pmbr_part(mbr->mbr_part, last, active);
112 if (gpt_create(gpt, last, parts, primary_only) == -1)
  /src/games/dab/
box.h 58 last = 4, enumerator in enum:BOX::EDGE
79 static const POINT edges[BOX::last];
81 static const POINT corners[BOX::last];
83 static const int syms[BOX::last];
  /src/lib/libutil/
getdiskrawname.c 88 char *last, *p; local in function:calc_zvol_name
92 for (p = strtok_r(copyname, "/", &last); p;
93 p = strtok_r(NULL, "/", &last)) {
  /src/libexec/talkd/
table.c 73 TABLE_ENTRY *last; member in struct:table_entry
174 ptr->next->last = ptr;
175 ptr->last = NIL;
228 else if (ptr->last != NIL)
229 ptr->last->next = ptr->next;
231 ptr->next->last = ptr->last;

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>