Home | History | Annotate | Download | only in tzcode

Lines Matching refs:u_t

357     } u_t;
359 register u_t * up;
361 up = (u_t *) calloc(1, sizeof *up);
365 u_t u;
366 register u_t * const up = &u;