Searched defs:d0 (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | uuid.h | 25 #define GUID_INIT(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument 29 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) argument
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | misc.c | 661 ULong d0, d1; local 663 #define d0 word0(&d) macro 734 ULong d0, d1; local 736 #define d0 word0(&d) macro
|
D | dtoa.c | 78 (d0, mode, ndigits, decpt, sign, rve) in dtoa() argument
|