/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/tracer_pkt/tracer_pkt_event/ |
D | format | 11 field:uint32_t cc2; offset:16; size:4; signed:0; 14 print fmt: "CC - 0x%08x:0x%08x:0x%08x, ID - %d", REC->cc1, REC->cc2, REC->cc3, REC->id
|
/external/strace/tests/ |
D | ioctl_v4l2.c | 39 #define cc2(arg) ((unsigned int) (unsigned char) ((unsigned int) (arg) >> 16)) macro 195 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 199 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2() 223 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 227 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2() 293 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 297 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2() 351 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 356 cc0(sf_magic), cc1(sf_magic), cc2(sf_magic), in dprint_ioctl_v4l2() 962 cc2(p_v4l2_frmivalenum->pixel_format), in main()
|
/external/strace/tests-m32/ |
D | ioctl_v4l2.c | 39 #define cc2(arg) ((unsigned int) (unsigned char) ((unsigned int) (arg) >> 16)) macro 195 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 199 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2() 223 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 227 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2() 293 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 297 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2() 351 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 356 cc0(sf_magic), cc1(sf_magic), cc2(sf_magic), in dprint_ioctl_v4l2() 962 cc2(p_v4l2_frmivalenum->pixel_format), in main()
|
/external/strace/tests-mx32/ |
D | ioctl_v4l2.c | 39 #define cc2(arg) ((unsigned int) (unsigned char) ((unsigned int) (arg) >> 16)) macro 195 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 199 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2() 223 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 227 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2() 293 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 297 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic), in dprint_ioctl_v4l2() 351 cc0(magic), cc1(magic), cc2(magic), cc3(magic)); in dprint_ioctl_v4l2() 356 cc0(sf_magic), cc1(sf_magic), cc2(sf_magic), in dprint_ioctl_v4l2() 962 cc2(p_v4l2_frmivalenum->pixel_format), in main()
|
/external/v8/src/ |
D | uri.cc | 261 void EncodePair(uc16 cc1, uc16 cc2, std::vector<uint8_t>* buffer) { in EncodePair() argument 264 unibrow::Utf8::Encode(s, unibrow::Utf16::CombineSurrogatePair(cc1, cc2), in EncodePair() 289 uc16 cc2 = uri->Get(k); in Encode() local 290 if (unibrow::Utf16::IsTrailSurrogate(cc2)) { in Encode() 291 EncodePair(cc1, cc2, &buffer); in Encode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | bug-vopc-commute.ll | 32 %cc2 = icmp eq i32 %d2.i, 0 33 br i1 %cc2, label %ENDIF62, label %IF63
|
D | i1-copy-from-loop.ll | 28 %cc2 = fcmp oge float %v, 0.0 29 br i1 %cc2, label %end.loop, label %for.end
|
D | collapse-endcf.ll | 157 %cc2 = icmp eq i32 %tmp, 2 158 br i1 %cc2, label %bb.inner.then, label %bb.outer.end
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | bug-vopc-commute.ll | 34 %cc2 = icmp eq i32 %d2.i, 0 35 br i1 %cc2, label %ENDIF62, label %IF63
|
/external/libvpx/libvpx/vpx_dsp/ |
D | ssim.c | 67 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable 81 c2 = (cc2 * count * count) >> 12; in similarity() 221 const int64_t c2 = (cc2 * n * n) >> 12; in ssimv_similarity() 252 const int64_t c2 = (cc2 * n * n) >> 12; in ssimv_similarity2()
|
/external/libaom/libaom/aom_dsp/ |
D | ssim.c | 69 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable 83 c2 = (cc2 * count * count) >> 12; in similarity() 212 const int64_t c2 = (cc2 * n * n) >> 12; in ssimv_similarity() 243 const int64_t c2 = (cc2 * n * n) >> 12; in ssimv_similarity2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | ifcvt-iter-indbr.ll | 51 %cc2 = icmp ne i32 %a2, 42 52 br i1 %cc2, label %cc2t, label %bb1
|
/external/llvm/test/CodeGen/ARM/ |
D | ifcvt-iter-indbr.ll | 50 %cc2 = icmp ne i32 %a2, 42 51 br i1 %cc2, label %cc2t, label %bb1
|
D | swifterror.ll | 173 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) { 218 %cmp = fcmp ogt float %cc2, 1.000000e+00
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StructurizeCFG/AMDGPU/ |
D | uniform-regions.ll | 65 %cc2 = icmp eq i32 %v, 0 66 br i1 %cc2, label %end.loop, label %for.end
|
/external/libyuv/files/source/ |
D | compare.cc | 245 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable 276 const int64 c2 = (cc2 * count * count) >> 12; in Ssim8x8_C()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | compare.cc | 316 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable 347 const int64_t c2 = (cc2 * count * count) >> 12; in Ssim8x8_C()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | compare.cc | 270 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable 299 const int64 c2 = (cc2 * count * count) >> 12; in Ssim8x8_C()
|
/external/syzkaller/sys/linux/ |
D | tty.txt | 118 cc2 int8 133 cc2 int8
|
/external/libvpx/libvpx/tools/ |
D | tiny_ssim.c | 24 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable 235 c2 = (cc2 * count * count) >> 12; in similarity()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | swifterror.ll | 153 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) { 193 %cmp = fcmp ogt float %cc2, 1.000000e+00
|
/external/llvm/test/CodeGen/X86/ |
D | swifterror.ll | 155 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) { 197 %cmp = fcmp ogt float %cc2, 1.000000e+00
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | swifterror.ll | 153 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) { 194 %cmp = fcmp ogt float %cc2, 1.000000e+00
|
/external/llvm/test/CodeGen/AArch64/ |
D | swifterror.ll | 161 define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float %cc2) { 204 %cmp = fcmp ogt float %cc2, 1.000000e+00
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.cpp | 998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff() local 999 if(cc1 != cc2) { in computeDiff()
|