/third_party/python/Lib/test/ |
H A D | test_crypt.py | 31 cr2 = crypt.crypt('mypassword', cr) 32 self.assertEqual(cr2, cr) 35 cr2 = crypt.crypt('mypassword', cr) 36 self.assertEqual(cr2, cr) 50 cr2 = crypt.crypt('assword', cr) 51 self.assertEqual(cr2, cr) 78 cr2 = crypt.crypt('mypassword', cr) 79 self.assertEqual(cr2, cr) 91 cr2 = crypt.crypt('mypassword', cr) 92 self.assertEqual(cr2, c [all...] |
/third_party/skia/gm/ |
H A D | offsetimagefilter.cpp | 158 SkIRect cr2 = SkIRect::MakeXYWH(40, 0, 40, 40); variable 160 const SkRect r2 = SkRect::Make(cr2); 200 this->doDraw(canvas, r, SkImageFilters::Offset(40, 0, nullptr, &cr2), &cr2, &r); 204 this->doDraw(canvas, r, SkImageFilters::Offset(40, 0, nullptr, &cr2), &cr2, &r2);
|
/third_party/musl/arch/i386/bits/ |
H A D | signal.h | 67 unsigned long oldmask, cr2; member 72 unsigned long oldmask, cr2; member
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | smallft.c | 175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; in dradf4() local 213 cr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3]; in dradf4() 222 tr1=cr2+cr4; in dradf4() 223 tr4=cr4-cr2; in dradf4() 693 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; in dradb3() local 703 cr2=cc[t5]+(taur*tr2); in dradb3() 706 ch[t1+t0]=cr2-ci3; in dradb3() 707 ch[t1+t2]=cr2+ci3; in dradb3() 731 cr2=cc[t7-1]+(taur*tr2); in dradb3() 738 dr2=cr2 in dradb3() 755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; dradb4() local [all...] |
/third_party/ltp/testcases/kernel/kvm/include/ |
H A D | kvm_x86_svm.h | 137 uint64_t cr2; member
|
H A D | kvm_x86.h | 167 unsigned long cr0, cr2, cr3, cr4; member
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | kvm_pagefault01.c | 39 if (buf.cr2 == (uintptr_t)userdata) { in handle_page_fault()
|
H A D | bootstrap_x86_64.S | 300 mov %cr2, %rax
|
H A D | bootstrap_x86.S | 193 mov %cr2, %eax
|
/third_party/musl/arch/x32/bits/ |
H A D | signal.h | 76 unsigned long long err, trapno, oldmask, cr2; member
|
/third_party/musl/arch/x86_64/bits/ |
H A D | signal.h | 76 unsigned long err, trapno, oldmask, cr2; member
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | register-s390.h | 34 V(cr0) V(cr1) V(cr2) V(cr3) V(cr4) V(cr5) V(cr6) V(cr7) \
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | register-arm.h | 54 V(cr0) V(cr1) V(cr2) V(cr3) V(cr4) V(cr5) V(cr6) V(cr7) \
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | register-ppc.h | 59 V(cr0) V(cr1) V(cr2) V(cr3) V(cr4) V(cr5) V(cr6) V(cr7) \
|
/third_party/node/deps/v8/src/libsampler/ |
H A D | sampler.cc | 138 uint32_t cr2;
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
H A D | mod.rs | 27 pub cr2: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
H A D | mod.rs | 115 pub cr2: ::c_ulong,
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 126 #define CR2 cr2 188 #define CR2 %cr2
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 10244 __uint64_t cr2; [all...] |