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

1234567891011>>

/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/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc28 static bool LessForFrameResultValue(const FrameResult& s1, argument
30 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_scan.c707 const u8 *s1, *s2; local
711 s1 = get_ie((u8 *) (res->res[i] + 1),
714 if (s1 == NULL || s2 == NULL || s1[1] != s2[1] ||
715 os_memcmp(s1, s2, 2 + s1[1]) != 0)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c313 int os_memcmp(const void *s1, const void *s2, size_t n) argument
315 const unsigned char *p1 = s1, *p2 = s2;
355 int os_strcasecmp(const char *s1, const char *s2) argument
361 return os_strcmp(s1, s2);
365 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
371 return os_strncmp(s1, s2, n);
401 int os_strcmp(const char *s1, const char *s2) argument
403 while (*s1 == *s2) {
404 if (*s1 == '\0')
406 s1
414 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]
H A Dos_none.c153 int os_memcmp(const void *s1, const void *s2, size_t n) argument
171 int os_strcasecmp(const char *s1, const char *s2) argument
177 return os_strcmp(s1, s2);
181 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
187 return os_strncmp(s1, s2, n);
203 int os_strcmp(const char *s1, const char *s2) argument
209 int os_strncmp(const char *s1, const char *s2, size_t n) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c98 static int word_eq(char *s1, char *s2) argument
105 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_scan.c707 const u8 *s1, *s2; local
711 s1 = get_ie((u8 *) (res->res[i] + 1),
714 if (s1 == NULL || s2 == NULL || s1[1] != s2[1] ||
715 os_memcmp(s1, s2, 2 + s1[1]) != 0)
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c313 int os_memcmp(const void *s1, const void *s2, size_t n) argument
315 const unsigned char *p1 = s1, *p2 = s2;
355 int os_strcasecmp(const char *s1, const char *s2) argument
361 return os_strcmp(s1, s2);
365 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
371 return os_strncmp(s1, s2, n);
401 int os_strcmp(const char *s1, const char *s2) argument
403 while (*s1 == *s2) {
404 if (*s1 == '\0')
406 s1
414 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]
H A Dos_none.c153 int os_memcmp(const void *s1, const void *s2, size_t n) argument
171 int os_strcasecmp(const char *s1, const char *s2) argument
177 return os_strcmp(s1, s2);
181 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
187 return os_strncmp(s1, s2, n);
203 int os_strcmp(const char *s1, const char *s2) argument
209 int os_strncmp(const char *s1, const char *s2, size_t n) argument
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c98 static int word_eq(char *s1, char *s2) argument
105 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_scan.c707 const u8 *s1, *s2; local
711 s1 = get_ie((u8 *) (res->res[i] + 1),
714 if (s1 == NULL || s2 == NULL || s1[1] != s2[1] ||
715 os_memcmp(s1, s2, 2 + s1[1]) != 0)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_internal.c313 int os_memcmp(const void *s1, const void *s2, size_t n) argument
315 const unsigned char *p1 = s1, *p2 = s2;
355 int os_strcasecmp(const char *s1, const char *s2) argument
361 return os_strcmp(s1, s2);
365 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
371 return os_strncmp(s1, s2, n);
401 int os_strcmp(const char *s1, const char *s2) argument
403 while (*s1 == *s2) {
404 if (*s1 == '\0')
406 s1
414 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]
H A Dos_none.c153 int os_memcmp(const void *s1, const void *s2, size_t n) argument
171 int os_strcasecmp(const char *s1, const char *s2) argument
177 return os_strcmp(s1, s2);
181 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
187 return os_strncmp(s1, s2, n);
203 int os_strcmp(const char *s1, const char *s2) argument
209 int os_strncmp(const char *s1, const char *s2, size_t n) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c98 static int word_eq(char *s1, char *s2) argument
105 c1 = *s1++;
H A Dwps_upnp_ssdp.c38 static int token_eq(const char *s1, const char *s2) argument
45 c1 = *s1++;
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface_unittest.cc370 bool CompareStreamCollections(StreamCollectionInterface* s1, argument
372 if (s1 == nullptr || s2 == nullptr || s1->count() != s2->count()) {
376 for (size_t i = 0; i != s1->count(); ++i) {
377 if (s1->at(i)->label() != s2->at(i)->label()) {
380 webrtc::AudioTrackVector audio_tracks1 = s1->at(i)->GetAudioTracks();
382 webrtc::VideoTrackVector video_tracks1 = s1->at(i)->GetVideoTracks();

Completed in 378 milliseconds

1234567891011>>