Home
last modified time | relevance | path

Searched refs:s1 (Results 1 – 12 of 12) 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
106 OI_INT OI_MemCmp(void const *s1, void const *s2, OI_UINT32 n);
146 OI_INT OI_Strcmp(OI_CHAR const *s1,
159 OI_INT OI_Strncmp(OI_CHAR const *s1,
178 OI_INT OI_StrcmpInsensitive(OI_CHAR const *s1,
194 OI_INT OI_StrncmpInsensitive(OI_CHAR const *s1,
/system/bt/stack/smp/
Daes.c573 uint_8t s1[N_BLOCK], r; local
574 copy_and_key( s1, in, ctx->ksch );
579 mix_sub_columns( s1 );
580 add_round_key( s1, ctx->ksch + r * N_BLOCK);
584 mix_sub_columns( s2, s1 );
585 copy_and_key( s1, s2, ctx->ksch + r * N_BLOCK);
588 shift_sub_rows( s1 );
589 copy_and_key( out, s1, ctx->ksch + r * N_BLOCK );
624 uint_8t s1[N_BLOCK], r; local
625 copy_and_key( s1, in, ctx->ksch + ctx->rnd * N_BLOCK );
[all …]
/system/core/base/include/base/
Dlogging.h147 #define CHECK_STROP(s1, s2, sense) \ argument
148 if (UNLIKELY((strcmp(s1, s2) == 0) != sense)) \
150 << "\"" << s1 << "\"" \
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
205 if (::android::base::kEnableDChecks) CHECK_STREQ(s1, s2)
206 #define DCHECK_STRNE(s1, s2) \ argument
207 if (::android::base::kEnableDChecks) CHECK_STRNE(s1, s2)
/system/keymaster/
Dandroid_keymaster_utils.cpp37 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
41 result |= *s1++ ^ *s2++; in memcmp_s()
/system/core/toolbox/upstream-netbsd/lib/libc/gen/
Dhumanize_number.c51 int b, r, s1, s2, sign; in humanize_number() local
150 s1 = b / 10; in humanize_number()
153 sign * s1, localeconv()->decimal_point, s2, in humanize_number()
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_utils.h48 const uint8_t* s1 = static_cast<const uint8_t*>(p1); in memcmp_s() local
52 result |= *s1++ ^ *s2++; in memcmp_s()
/system/core/libutils/
DUnicode.cpp206 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16() argument
212 d = (int)(ch = *s1++) - (int)*s2++; in strcmp16()
220 int strncmp16(const char16_t *s1, const char16_t *s2, size_t n) in strncmp16() argument
226 d = (int)(ch = *s1++) - (int)*s2++; in strncmp16()
287 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16() argument
289 const char16_t* e1 = s1+n1; in strzcmp16()
292 while (s1 < e1 && s2 < e2) { in strzcmp16()
293 const int d = (int)*s1++ - (int)*s2++; in strzcmp16()
302 ? ((int)*s1 - 0) in strzcmp16()
/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
74 W[t] = W[t-16] + s0 + W[t-7] + s1; in SHA256_Transform()
90 uint32_t s1 = ror(E, 6) ^ ror(E, 11) ^ ror(E, 25); in SHA256_Transform() local
92 uint32_t t1 = H + s1 + ch + K[t] + W[t]; in SHA256_Transform()
Dp256_ec.c882 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add() local
894 felem_mul(s1, y1, z2z2z2); in point_add()
903 felem_diff(r, s2, s1); in point_add()
915 felem_mul(tmp, s1, j); in point_add()
929 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add_or_double_vartime() local
942 felem_mul(s1, y1, z2z2z2); in point_add_or_double_vartime()
952 felem_diff(r, s2, s1); in point_add_or_double_vartime()
969 felem_mul(tmp, s1, j); in point_add_or_double_vartime()
/system/core/include/utils/
DUnicode.h27 int strncmp16(const char16_t *s1, const char16_t *s2, size_t n);
40 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2);
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp84 int s1 = scratches.obtain(); in load() local
85 LDRB(AL, s1, addr.reg, immed12_pre(0)); // R in load()
87 ORR(AL, 0, s1, s1, reg_imm(s0, LSL, 8)); in load()
89 ORR(AL, 0, s.reg, s1, reg_imm(s0, LSL, 16)); in load()
/system/core/toolbox/
Dnewfs_msdos.c757 const char *s1, *s2; in check_mounted()
764 s1 = fname; in check_mounted()
765 if (!strncmp(s1, _PATH_DEV, len)) in check_mounted()
766 s1 += len; in check_mounted()
767 r = S_ISCHR(mode) && s1 != fname && *s1 == 'r'; in check_mounted()
772 if ((r && s2 != mp->f_mntfromname && !strcmp(s1 + 1, s2)) || !strcmp(s1, s2)) in check_mounted()