HomeSort by: relevance | last modified time | path
    Searched refs:u_next (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
bdiv_q_1.c 44 mp_limb_t c, h, l, u, u_next, dummy; local
62 u_next = up[i];
63 u = ((u >> shift) | (u_next << (GMP_NUMB_BITS-shift))) & GMP_NUMB_MASK;
72 u = u_next;
  /src/usr.bin/xlint/lint2/
lint2.h 160 struct usym *u_next; /* next usage */ member in struct:usym
176 usym_t **h_lusym; /* points to u_next of last usage info */
read.c 583 hte->h_lusym = &usym->u_next;
1159 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_next) {
1225 *usymp = usym->u_next;
1226 if (hte->h_lusym == &usym->u_next)
1228 usym->u_next = NULL;
1230 nhte->h_lusym = &usym->u_next;
1232 usymp = &usym->u_next;

Completed in 50 milliseconds