Searched defs:s1 (Results 1 - 25 of 850) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Dyaffs_tagscompat.c379 const yaffs_Spare * s0, const yaffs_Spare * s1)
383 s0->tagByte0 != s1->tagByte0 ||
384 s0->tagByte1 != s1->tagByte1 ||
385 s0->tagByte2 != s1->tagByte2 ||
386 s0->tagByte3 != s1->tagByte3 ||
387 s0->tagByte4 != s1->tagByte4 ||
388 s0->tagByte5 != s1->tagByte5 ||
389 s0->tagByte6 != s1->tagByte6 ||
390 s0->tagByte7 != s1->tagByte7 ||
391 s0->ecc1[0] != s1
378 yaffs_VerifyCompare(const __u8 * d0, const __u8 * d1, const yaffs_Spare * s0, const yaffs_Spare * s1) argument
[all...]
/external/zopfli/src/zopfli/
H A Dzlib_container.c32 unsigned s1 = 1; local
39 s1 += (*data++);
40 s2 += s1;
43 s1 %= 65521;
47 return (s2 << 16) | s1;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2038 unsigned s1 = adler & 0xffff; local
2048 s1 += (*data++);
2049 s2 += s1;
2052 s1 %= 65521;
2056 return (s2 << 16) | s1;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; local
459 s1 = sd;
468 Re [k2] = c1 * ak - s1 * bk;
469 Im [k2] = s1 * ak + c1 * bk;
476 ak = c1 - (cd * c1 + sd * s1);
477 s1 = sd * c1 - cd * s1 + s1;
478 c1 = 2.0 - (ak * ak + s1 * s1);
[all...]
/external/webrtc/src/modules/audio_processing/test/testsupport/metrics/
H A Dvideo_metrics.cc23 static bool LessForFrameResultValue (const FrameResult& s1, argument
25 return s1.value < s2.value;
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_helpers_unittest.cc23 std::string s1, s2; local
24 v1.ToString(&s1);
26 ASSERT_EQ(s1, "5,");
29 v1.ToString(&s1);
30 ASSERT_EQ(s1, s2);
38 std::string s1, s2; local
39 v1.ToString(&s1);
41 ASSERT_EQ(s1, "3.5,");
44 v1.ToString(&s1);
45 ASSERT_EQ(s1, s
54 std::string s1, s2, s3; local
[all...]
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc23 static bool LessForFrameResultValue (const FrameResult& s1, argument
25 return s1.value < s2.value;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
88 s1 = GETU32(ct + 4) ^ rk[1];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
143 PUTU32(pt + 4, s1);
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
35 s1 = GETU32(pt + 4) ^ rk[1];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
90 PUTU32(ct + 4, s1);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c5598 const u8 *s1, *s2; local
5602 s1 = nl80211_get_ie((u8 *) (res->res[i] + 1),
5605 if (s1 == NULL || s2 == NULL || s1[1] != s2[1] ||
5606 os_memcmp(s1, s2, 2 + s1[1]) != 0)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c305 int os_memcmp(const void *s1, const void *s2, size_t n) argument
307 const unsigned char *p1 = s1, *p2 = s2;
347 int os_strcasecmp(const char *s1, const char *s2) argument
353 return os_strcmp(s1, s2);
357 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
363 return os_strncmp(s1, s2, n);
393 int os_strcmp(const char *s1, const char *s2) argument
395 while (*s1 == *s2) {
396 if (*s1 == '\0')
398 s1
406 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]
H A Dos_none.c147 int os_memcmp(const void *s1, const void *s2, size_t n) argument
165 int os_strcasecmp(const char *s1, const char *s2) argument
171 return os_strcmp(s1, s2);
175 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
181 return os_strncmp(s1, s2, n);
197 int os_strcmp(const char *s1, const char *s2) argument
203 int os_strncmp(const char *s1, const char *s2, size_t n) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c108 static int word_eq(char *s1, char *s2) argument
115 c1 = *s1++;
H A Dwps_upnp_ssdp.c38 static int token_eq(const char *s1, const char *s2) argument
45 c1 = *s1++;
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
88 s1 = GETU32(ct + 4) ^ rk[1];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
143 PUTU32(pt + 4, s1);
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
35 s1 = GETU32(pt + 4) ^ rk[1];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
90 PUTU32(ct + 4, s1);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c5598 const u8 *s1, *s2; local
5602 s1 = nl80211_get_ie((u8 *) (res->res[i] + 1),
5605 if (s1 == NULL || s2 == NULL || s1[1] != s2[1] ||
5606 os_memcmp(s1, s2, 2 + s1[1]) != 0)
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c305 int os_memcmp(const void *s1, const void *s2, size_t n) argument
307 const unsigned char *p1 = s1, *p2 = s2;
347 int os_strcasecmp(const char *s1, const char *s2) argument
353 return os_strcmp(s1, s2);
357 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
363 return os_strncmp(s1, s2, n);
393 int os_strcmp(const char *s1, const char *s2) argument
395 while (*s1 == *s2) {
396 if (*s1 == '\0')
398 s1
406 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]
H A Dos_none.c147 int os_memcmp(const void *s1, const void *s2, size_t n) argument
165 int os_strcasecmp(const char *s1, const char *s2) argument
171 return os_strcmp(s1, s2);
175 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
181 return os_strncmp(s1, s2, n);
197 int os_strcmp(const char *s1, const char *s2) argument
203 int os_strncmp(const char *s1, const char *s2, size_t n) argument
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c108 static int word_eq(char *s1, char *s2) argument
115 c1 = *s1++;
H A Dwps_upnp_ssdp.c38 static int token_eq(const char *s1, const char *s2) argument
45 c1 = *s1++;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
88 s1 = GETU32(ct + 4) ^ rk[1];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
143 PUTU32(pt + 4, s1);
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
35 s1 = GETU32(pt + 4) ^ rk[1];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
90 PUTU32(ct + 4, s1);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c5598 const u8 *s1, *s2; local
5602 s1 = nl80211_get_ie((u8 *) (res->res[i] + 1),
5605 if (s1 == NULL || s2 == NULL || s1[1] != s2[1] ||
5606 os_memcmp(s1, s2, 2 + s1[1]) != 0)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_internal.c305 int os_memcmp(const void *s1, const void *s2, size_t n) argument
307 const unsigned char *p1 = s1, *p2 = s2;
347 int os_strcasecmp(const char *s1, const char *s2) argument
353 return os_strcmp(s1, s2);
357 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
363 return os_strncmp(s1, s2, n);
393 int os_strcmp(const char *s1, const char *s2) argument
395 while (*s1 == *s2) {
396 if (*s1 == '\0')
398 s1
406 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]

Completed in 240 milliseconds

1234567891011>>