/external/libvncserver/common/ |
D | d3des.c | 110 static void cookey(register unsigned long *raw1) in cookey() argument 117 for( i = 0; i < 16; i++, raw1++ ) { in cookey() 118 raw0 = raw1++; in cookey() 121 *cook |= (*raw1 & 0x00fc0000L) >> 10; in cookey() 122 *cook++ |= (*raw1 & 0x00000fc0L) >> 6; in cookey() 125 *cook |= (*raw1 & 0x0003f000L) >> 4; in cookey() 126 *cook++ |= (*raw1 & 0x0000003fL); in cookey()
|
/external/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 249 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/libweave/third_party/chromium/base/memory/ |
D | ref_counted_unittest.cc | 298 ScopedRefPtrCountBase *raw1 = new ScopedRefPtrCountBase(); in TEST() local 299 scoped_refptr<ScopedRefPtrCountBase> p1(raw1); in TEST() 331 ScopedRefPtrCountBase *raw1 = new ScopedRefPtrCountBase(); in TEST() local 332 scoped_refptr<ScopedRefPtrCountBase> p1(raw1); in TEST() 401 ScopedRefPtrCountDerived *raw1 = new ScopedRefPtrCountDerived(); in TEST() local 402 scoped_refptr<ScopedRefPtrCountDerived> p1(raw1); in TEST() 415 EXPECT_EQ(raw1, p2.get()); in TEST()
|
/external/llvm/test/Transforms/SROA/ |
D | alignment.ll | 104 %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/libchrome/base/memory/ |
D | ref_counted_unittest.cc | 309 ScopedRefPtrCountBase *raw1 = new ScopedRefPtrCountBase(); in TEST() local 310 scoped_refptr<ScopedRefPtrCountBase> p1(raw1); in TEST() 342 ScopedRefPtrCountBase *raw1 = new ScopedRefPtrCountBase(); in TEST() local 343 scoped_refptr<ScopedRefPtrCountBase> p1(raw1); in TEST() 412 ScopedRefPtrCountDerived *raw1 = new ScopedRefPtrCountDerived(); in TEST() local 413 scoped_refptr<ScopedRefPtrCountDerived> p1(raw1); in TEST() 426 EXPECT_EQ(raw1, p2.get()); in TEST()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 826 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTrip() local 827 tz->getOffset(startTime, FALSE, raw1, dst1, status); in TestVTimeZoneRoundTrip() 832 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTrip() 916 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTripPartial() local 917 tz->getOffset(startTime, FALSE, raw1, dst1, status); in TestVTimeZoneRoundTripPartial() 922 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTripPartial() 1009 int32_t raw1, dst1; in TestVTimeZoneSimpleWrite() local 1011 vtz_new->getOffset(time, FALSE, raw1, dst1, status); in TestVTimeZoneSimpleWrite() 1013 if (raw0 != raw1 || dst0 != dst1) { in TestVTimeZoneSimpleWrite() 1181 int32_t raw0, dst0, raw1, dst1; in TestGetSimpleRules() local [all …]
|
/external/libvncserver/webclients/novnc/include/ |
D | des.js | 138 raw0, raw1, rawi, KnLi; 173 raw1 = kn[rawi++]; 176 keys[KnLi] |= (raw1 & 0x00fc0000) >>> 10; 177 keys[KnLi] |= (raw1 & 0x00000fc0) >>> 6; 181 keys[KnLi] |= (raw1 & 0x0003f000) >>> 4; 182 keys[KnLi] |= (raw1 & 0x0000003f);
|
/external/icu/icu4c/source/i18n/ |
D | basictz.cpp | 46 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local 47 getOffset(start, FALSE, raw1, dst1, status); in hasEquivalentTransitions() 56 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions() 62 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
|
D | tzgnames.cpp | 730 int32_t raw1, sav1; in formatGenericNonLocationName() local 736 goldenZone->getOffset(date + raw + sav, TRUE, raw1, sav1, status); in formatGenericNonLocationName() 739 if (raw != raw1 || sav != sav1) { in formatGenericNonLocationName()
|
/external/elfutils/src/ |
D | elfcmp.c | 570 char *raw1 = NULL; in main() local 577 raw1 = elf_rawfile (elf1, &size1); in main() 578 if (raw1 == NULL ) in main() 634 if (unlikely (memcmp (raw1 + last, raw2 + last, in main()
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 567 void pr4781(unsigned long *raw1) { 572 for( i = 0; i < 16; i++, raw1++ ) { 573 raw0 = raw1++;
|