Home
last modified time | relevance | path

Searched defs:d1 (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Duuid.h25 #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/
Dmisc.c657 ULong d0, d1; local
660 #define d1 word1(&d) macro
730 ULong d0, d1; local
733 #define d1 word1(&d) macro
/bionic/tests/headers/posix/
Dtgmath_h.c45 double d1, d2, d3; in tgmath_h() local
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dqsort.c120 size_t d1, d2; in qsort_r() local
/bionic/tests/
Dstdio_test.cpp978 double d1; in TEST() member