Home
last modified time | relevance | path

Searched defs:x (Results 1 – 8 of 8) sorted by relevance

/string/
A Dendian.h39 # define htobe16(x) __bswap_16 (x) argument
41 # define be16toh(x) __bswap_16 (x) argument
44 # define htobe32(x) __bswap_32 (x) argument
46 # define be32toh(x) __bswap_32 (x) argument
49 # define htobe64(x) __bswap_64 (x) argument
51 # define be64toh(x) __bswap_64 (x) argument
56 # define htole16(x) __bswap_16 (x) argument
58 # define le16toh(x) __bswap_16 (x) argument
61 # define htole32(x) __bswap_32 (x) argument
63 # define le32toh(x) __bswap_32 (x) argument
[all …]
A Dbyteswap.h32 #define bswap_16(x) __bswap_16 (x) argument
35 #define bswap_32(x) __bswap_32 (x) argument
38 #define bswap_64(x) __bswap_64 (x) argument
A Dffsll.c28 unsigned long long int x = i & -i; in ffsll() local
A Dffs.c40 unsigned int x = i & -i; in __ffs() local
A Dtestcopy.c45 int x; in do_test() local
A Dtest-string.h66 #define GL(x) _##x argument
67 #define GLRO(x) _##x argument
A Dmemcmp.c205 op_t x; in memcmp_not_common_alignment() local
A Dtester.c1188 const char *x = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; in test_memcpy() local
1225 const char *x = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; in test_mempcpy() local

Completed in 17 milliseconds