Home
last modified time | relevance | path

Searched refs:raw1 (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
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()
/external/libaom/libaom/examples/
Dscalable_encoder.c126 aom_image_t raw0, raw1; in main() local
178 if (!aom_img_alloc(&raw1, AOM_IMG_FMT_I420, info.frame_width, in main()
260 aom_img_read(&raw1, infile1); in main()
267 encode_frame(&codec, &raw1, frame_count++, flags, outfile); in main()
283 aom_img_free(&raw1); in main()
/external/llvm/test/Transforms/SROA/
Dalignment.ll104 %raw1 = getelementptr inbounds [18 x i8], [18 x i8]* %a, i32 0, i32 0
105 %ptr1 = bitcast i8* %raw1 to double*
133 %raw1 = getelementptr inbounds [16 x i8], [16 x i8]* %a, i32 0, i32 0
134 %ptr1 = bitcast i8* %raw1 to double*
153 %raw1 = getelementptr inbounds [16 x i8], [16 x i8]* %a, i32 0, i32 0
154 %ptr1 = bitcast i8* %raw1 to double*
158 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %raw1, i8* %out, i32 16, i32 0, i1 false)
168 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %out, i8* %raw1, i32 16, i32 0, i1 false)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SROA/
Dalignment.ll113 %raw1 = getelementptr inbounds [18 x i8], [18 x i8]* %a, i32 0, i32 0
114 %ptr1 = bitcast i8* %raw1 to double*
142 %raw1 = getelementptr inbounds [16 x i8], [16 x i8]* %a, i32 0, i32 0
143 %ptr1 = bitcast i8* %raw1 to double*
162 %raw1 = getelementptr inbounds [16 x i8], [16 x i8]* %a, i32 0, i32 0
163 %ptr1 = bitcast i8* %raw1 to double*
167 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %raw1, i8* %out, i32 16, i1 false)
177 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %out, i8* %raw1, i32 16, i1 false)
/external/libchrome/base/memory/
Dref_counted_unittest.cc404 ScopedRefPtrCountBase *raw1 = new ScopedRefPtrCountBase(); in TEST() local
405 scoped_refptr<ScopedRefPtrCountBase> p1(raw1); in TEST()
458 ScopedRefPtrCountBase *raw1 = new ScopedRefPtrCountBase(); in TEST() local
459 scoped_refptr<ScopedRefPtrCountBase> p1(raw1); in TEST()
528 ScopedRefPtrCountDerived *raw1 = new ScopedRefPtrCountDerived(); in TEST() local
529 scoped_refptr<ScopedRefPtrCountDerived> p1(raw1); in TEST()
542 EXPECT_EQ(raw1, p2.get()); in TEST()
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp829 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTrip() local
830 tz->getOffset(startTime, FALSE, raw1, dst1, status); in TestVTimeZoneRoundTrip()
835 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTrip()
919 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTripPartial() local
920 tz->getOffset(startTime, FALSE, raw1, dst1, status); in TestVTimeZoneRoundTripPartial()
925 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTripPartial()
1012 int32_t raw1, dst1; in TestVTimeZoneSimpleWrite() local
1014 vtz_new->getOffset(time, FALSE, raw1, dst1, status); in TestVTimeZoneSimpleWrite()
1016 if (raw0 != raw1 || dst0 != dst1) { in TestVTimeZoneSimpleWrite()
1184 int32_t raw0, dst0, raw1, dst1; in TestGetSimpleRules() local
[all …]
/external/icu/icu4c/source/i18n/
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()
Dtzgnames.cpp707 int32_t raw1, sav1; in formatGenericNonLocationName() local
713 goldenZone->getOffset(date + raw + sav, TRUE, raw1, sav1, status); in formatGenericNonLocationName()
716 if (raw != raw1 || sav != sav1) { in formatGenericNonLocationName()
/external/elfutils/src/
Delfcmp.c586 char *raw1 = NULL; in main() local
593 raw1 = elf_rawfile (elf1, &size1); in main()
594 if (raw1 == NULL ) in main()
650 if (unlikely (memcmp (raw1 + last, raw2 + last, in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DStandardCodes.java1245 … TreeMap<String, Map<LstrField, String>> raw1 = new TreeMap<String, Map<LstrField, String>>();
1246 rawLstreg.put(key1, raw1); in rawLstreg.put() argument
1252 raw1.put(key2, raw2); in raw1.put()
/external/clang/test/Analysis/
Dmisc-ps.m567 void pr4781(unsigned long *raw1) {
572 for( i = 0; i < 16; i++, raw1++ ) {
573 raw0 = raw1++;
/external/tensorflow/tensorflow/python/kernel_tests/
Darray_ops_test.py763 raw1 = np.array([[1, 2, 4, 5], [5, 6, 7, 8], [9, 10, 11, 12]])
764 checker2 = StridedSliceChecker(self, raw1)