Home
last modified time | relevance | path

Searched refs:uarg (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dsys-types.h18 struct uarg;
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-types.h18 struct uarg;
/openbsd/gnu/gcc/gcc/config/
H A Dfp-bit.c1352 USItype uarg;
1363 uarg = (-arg_a);
1366 uarg = arg_a;
1368 in.fraction.ll = uarg;
1369 shift = clzusi (uarg) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
/openbsd/sys/kern/
H A Dsysv_sem.c236 union semun arg, *uarg = SCARG(uap, arg); in sys___semctl() local
248 if ((error = copyin(uarg, &arg, sizeof(union semun)))) in sys___semctl()
255 DPRINTF(("call to semctl(%d, %d, %d, %p)\n", semid, semnum, cmd, uarg)); in sys___semctl()