Searched refs:k1 (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/arch-mips/include/machine/
H A Dregdef.h86 #define k1 $27 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h93 #define k1 $27 macro
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dmisc.c465 int i, k1, n, n1; local
470 k1 = b->k;
473 k1++;
474 b1 = Balloc(k1);
484 k1 = 32 - k;
488 z = *x++ >> k1;
494 k1 = 16 - k;
498 z = *x++ >> k1;
H A Dstrtodg.c186 int bdif, e, j, k, k1, nb, rv; local
275 k1 = k - 1;
276 if (k1 > 0 && !lostbits)
277 lostbits = any_on(b, k1);
281 carry = b->x[k1>>kshift] & (1 << (k1 & kmask));
/bionic/libc/kernel/uapi/linux/
H A Dpkt_sched.h554 __u32 k1; member in struct:tc_netem_gemodel

Completed in 245 milliseconds