Searched defs:c1 (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcscasecmp.c | 36 wchar_t c1, c2; in wcscasecmp() local
|
D | wcsncasecmp.c | 36 wchar_t c1, c2; in wcsncasecmp() local
|
/bionic/linker/ |
D | linker_utils.cpp | 35 char c1 = in_ptr[1]; in normalize_path() local
|
/bionic/libc/kernel/uapi/linux/ |
D | binder.h | 22 #define B_PACK_CHARS(c1,c2,c3,c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/bionic/libc/kernel/uapi/linux/android/ |
D | binder.h | 24 #define B_PACK_CHARS(c1,c2,c3,c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/bionic/tests/ |
D | string_test.cpp | 832 int c1 = 'A'; in TEST() local 854 int c1 = rand() & mask; in TEST() local
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 1580 int c1, in samesets()
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 875 int c1, c2; in _dnsPacket_isEqualDomainName() local
|