Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 10 of 10) sorted by relevance

/system/bt/embdrv/sbc/decoder/include/
Doi_string.h61 #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/
Dlogging.h147 #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/
Dandroid_keymaster_utils.cpp37 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
/system/core/libmincrypt/
Dsha256.c73 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
Dp256_ec.c882 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/
Dgatekeeper_utils.h48 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
/system/bt/stack/smp/
Daes.c573 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/
Dhumanize_number.c51 int b, r, s1, s2, sign; in humanize_number() local
/system/core/libutils/
DUnicode.cpp210 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/
Dload_store.cpp84 int s1 = scratches.obtain(); in load() local