Home
last modified time | relevance | path

Searched refs:raw1 (Results 1 - 11 of 11) sorted by relevance

/third_party/cJSON/tests/
H A Dcompare_tests.c138 cJSON *raw1 = NULL; in cjson_compare_should_compare_raw() local
141 raw1 = cJSON_Parse("\"[true, false]\""); in cjson_compare_should_compare_raw()
142 TEST_ASSERT_NOT_NULL(raw1); in cjson_compare_should_compare_raw()
146 raw1->type = cJSON_Raw; in cjson_compare_should_compare_raw()
149 TEST_ASSERT_TRUE(cJSON_Compare(raw1, raw2, true)); in cjson_compare_should_compare_raw()
150 TEST_ASSERT_TRUE(cJSON_Compare(raw1, raw2, false)); in cjson_compare_should_compare_raw()
152 cJSON_Delete(raw1); in cjson_compare_should_compare_raw()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Ddes-internal.c249 static void cookey(const u32 *raw1, u32 *keyout) in cookey() argument
257 for (i = 0; i < 16; i++, raw1++) { in cookey()
258 raw0 = raw1++; in cookey()
261 *cook |= (*raw1 & 0x00fc0000L) >> 10; in cookey()
262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6; in cookey()
265 *cook |= (*raw1 & 0x0003f000L) >> 4; in cookey()
266 *cook++ |= (*raw1 & 0x0000003fL); in cookey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Ddes-internal.c249 static void cookey(const u32 *raw1, u32 *keyout) in cookey() argument
257 for (i = 0; i < 16; i++, raw1++) { in cookey()
258 raw0 = raw1++; in cookey()
261 *cook |= (*raw1 & 0x00fc0000L) >> 10; in cookey()
262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6; in cookey()
265 *cook |= (*raw1 & 0x0003f000L) >> 4; in cookey()
266 *cook++ |= (*raw1 & 0x0000003fL); in cookey()
/third_party/icu/icu4c/source/i18n/
H A Dbasictz.cpp48 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local
49 getOffset(start, false, raw1, dst1, status); in hasEquivalentTransitions()
58 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions()
64 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
H A Dtzgnames.cpp710 int32_t raw1, sav1; in formatGenericNonLocationName() local
716 goldenZone->getOffset(date + raw + sav, true, raw1, sav1, status); in formatGenericNonLocationName()
719 if (raw != raw1 || sav != sav1) { in formatGenericNonLocationName()
/third_party/node/deps/icu-small/source/i18n/
H A Dbasictz.cpp48 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local
49 getOffset(start, false, raw1, dst1, status); in hasEquivalentTransitions()
58 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions()
64 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
H A Dtzgnames.cpp710 int32_t raw1, sav1; in formatGenericNonLocationName() local
716 goldenZone->getOffset(date + raw + sav, true, raw1, sav1, status); in formatGenericNonLocationName()
719 if (raw != raw1 || sav != sav1) { in formatGenericNonLocationName()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbasictz.cpp48 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local
49 getOffset(start, FALSE, raw1, dst1, status); in hasEquivalentTransitions()
58 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions()
64 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
H A Dtzgnames.cpp713 int32_t raw1, sav1; in formatGenericNonLocationName() local
719 goldenZone->getOffset(date + raw + sav, TRUE, raw1, sav1, status); in formatGenericNonLocationName()
722 if (raw != raw1 || sav != sav1) { in formatGenericNonLocationName()
/third_party/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp825 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTrip() local
826 tz->getOffset(startTime, false, raw1, dst1, status); in TestVTimeZoneRoundTrip()
831 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTrip()
915 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTripPartial() local
916 tz->getOffset(startTime, false, raw1, dst1, status); in TestVTimeZoneRoundTripPartial()
921 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTripPartial()
1008 int32_t raw1, dst1; in TestVTimeZoneSimpleWrite() local
1010 vtz_new->getOffset(time, false, raw1, dst1, status); in TestVTimeZoneSimpleWrite()
1012 if (raw0 != raw1 || dst0 != dst1) { in TestVTimeZoneSimpleWrite()
1180 int32_t raw0, dst0, raw1, dst in TestGetSimpleRules() local
2533 int32_t raw1, raw2, dst1, dst2; hasEquivalentTransitions() local
[all...]
/third_party/elfutils/src/
H A Delfcmp.c585 char *raw1 = NULL; in main() local
592 raw1 = elf_rawfile (elf1, &size1); in main()
593 if (raw1 == NULL ) in main()
649 if (unlikely (memcmp (raw1 + last, raw2 + last, in main()

Completed in 15 milliseconds