Searched refs:uarg (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | sys-types.h | 18 struct uarg;
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-types.h | 18 struct uarg;
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | fp-bit.c | 1352 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 D | sysv_sem.c | 236 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()
|