/system/bt/embdrv/sbc/decoder/include/ |
D | oi_string.h | 61 #define OI_MemCmp(s1, s2, n) memcmp((s1), (s2), (n)) argument 65 #define OI_Strcmp(s1, s2) strcmp((s1), (s2)) argument 66 #define OI_Strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
|
/system/core/base/include/base/ |
D | logging.h | 147 #define CHECK_STROP(s1, s2, sense) \ argument 154 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true) argument 155 #define CHECK_STRNE(s1, s2) CHECK_STROP(s1, s2, false) argument 204 #define DCHECK_STREQ(s1, s2) \ argument 206 #define DCHECK_STRNE(s1, s2) \ argument
|
/system/keymaster/ |
D | android_keymaster_utils.cpp | 37 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
|
/system/core/libmincrypt/ |
D | sha256.c | 73 uint32_t s1 = ror(W[t-2], 17) ^ ror(W[t-2], 19) ^ shr(W[t-2], 10); in SHA256_Transform() local 90 uint32_t s1 = ror(E, 6) ^ ror(E, 11) ^ ror(E, 25); in SHA256_Transform() local
|
D | p256_ec.c | 882 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add() local 929 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add_or_double_vartime() local
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper_utils.h | 48 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
|
/system/bt/stack/smp/ |
D | aes.c | 573 uint_8t s1[N_BLOCK], r; local 624 uint_8t s1[N_BLOCK], r; local 694 { uint_8t s1[N_BLOCK], r, rc = 1; local 748 uint_8t s1[N_BLOCK], r, rc = 0x6c; local 815 uint_8t s1[N_BLOCK], r, rc = 1; local 896 uint_8t s1[N_BLOCK], r, rc = 0x80; local
|
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
D | humanize_number.c | 51 int b, r, s1, s2, sign; in humanize_number() local
|
/system/core/libutils/ |
D | Unicode.cpp | 210 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16() 224 int strncmp16(const char16_t *s1, const char16_t *s2, size_t n) in strncmp16() 291 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16()
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 84 int s1 = scratches.obtain(); in load() local
|