/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | cppDeepNest.frag | 2 #if 3 #if 4 #if 5 #if 6 #if 7 #if 8 #if 9 #if 10 #if 11 #if [all …]
|
/external/deqp-deps/glslang/Test/ |
D | cppDeepNest.frag | 2 #if 3 #if 4 #if 5 #if 6 #if 7 #if 8 #if 9 #if 10 #if 11 #if [all …]
|
/external/libaom/libaom/third_party/fastfeat/ |
D | fast_9.c | 29 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 51 if( p[pixel[0]] > cb) in aom_fast9_corner_score() 52 if( p[pixel[1]] > cb) in aom_fast9_corner_score() 53 if( p[pixel[2]] > cb) in aom_fast9_corner_score() 54 if( p[pixel[3]] > cb) in aom_fast9_corner_score() 55 if( p[pixel[4]] > cb) in aom_fast9_corner_score() 56 if( p[pixel[5]] > cb) in aom_fast9_corner_score() 57 if( p[pixel[6]] > cb) in aom_fast9_corner_score() 58 if( p[pixel[7]] > cb) in aom_fast9_corner_score() 59 if( p[pixel[8]] > cb) in aom_fast9_corner_score() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkExtensionFunctions.inl | 8 if (extName == "VK_KHR_surface") 17 if (extName == "VK_KHR_swapchain") 19 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"… 22 if (extName == "VK_KHR_display") 33 if (extName == "VK_KHR_display_swapchain") 37 if (extName == "VK_KHR_sampler_mirror_clamp_to_edge") 41 if (extName == "VK_KHR_dynamic_rendering") 45 if (extName == "VK_KHR_multiview") 49 if (extName == "VK_KHR_get_physical_device_properties2") 60 if (extName == "VK_KHR_device_group") [all …]
|
/external/compiler-rt/test/builtins/Unit/ |
D | clzsi2_test.c | 26 if (x != expected) in test__clzsi2() 36 // if (test__clzsi2(0x00000000, 32)) // undefined in main() 38 if (test__clzsi2(0x00800000, 8)) in main() 40 if (test__clzsi2(0x01000000, 7)) in main() 42 if (test__clzsi2(0x02000000, 6)) in main() 44 if (test__clzsi2(0x03000000, 6)) in main() 46 if (test__clzsi2(0x04000000, 5)) in main() 48 if (test__clzsi2(0x05000000, 5)) in main() 50 if (test__clzsi2(0x06000000, 5)) in main() 52 if (test__clzsi2(0x07000000, 5)) in main() [all …]
|
D | ctzsi2_test.c | 26 if (x != expected) in test__ctzsi2() 36 // if (test__ctzsi2(0x00000000, 32)) // undefined in main() 38 if (test__ctzsi2(0x00000001, 0)) in main() 40 if (test__ctzsi2(0x00000002, 1)) in main() 42 if (test__ctzsi2(0x00000003, 0)) in main() 44 if (test__ctzsi2(0x00000004, 2)) in main() 46 if (test__ctzsi2(0x00000005, 0)) in main() 48 if (test__ctzsi2(0x00000006, 1)) in main() 50 if (test__ctzsi2(0x00000007, 0)) in main() 52 if (test__ctzsi2(0x00000008, 3)) in main() [all …]
|
/external/strace/ |
D | config.h.in | 6 /* Define if building universal (internal helper macro) */ 33 /* Define to 1 if you want OABI support on ARM EABI. */ 39 /* Define to 1 if you have the `accept4' function. */ 42 /* Define to 1 if you have the <asm/cachectl.h> header file. */ 45 /* Define to 1 if you have the <asm/guarded_storage.h> header file. */ 48 /* Define to 1 if you have the <asm/sigcontext.h> header file. */ 51 /* Define to 1 if you have the <asm/sysmips.h> header file. */ 54 /* Define to 1 if you have the `be64toh' function. */ 57 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ 60 /* Define to 1 if you have the declaration of `BTRFS_COMPRESS_LZO', and to 0 [all …]
|
D | config.h | 7 /* Define if building universal (internal helper macro) */ 34 /* Define to 1 if you want OABI support on ARM EABI. */ 40 /* Define to 1 if you have the `accept4' function. */ 43 /* Define to 1 if you have the <asm/cachectl.h> header file. */ 46 /* Define to 1 if you have the <asm/guarded_storage.h> header file. */ 49 /* Define to 1 if you have the <asm/sigcontext.h> header file. */ 52 /* Define to 1 if you have the <asm/sysmips.h> header file. */ 55 /* Define to 1 if you have the `be64toh' function. */ 58 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ 61 /* Define to 1 if you have the declaration of `BTRFS_COMPRESS_LZO', and to 0 [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | UnicodeCaseFold.cpp | 17 if (C < 0x0041) in foldCharSimple() 20 if (C <= 0x005a) in foldCharSimple() 23 if (C == 0x00b5) in foldCharSimple() 25 if (C < 0x00c0) in foldCharSimple() 28 if (C <= 0x00d6) in foldCharSimple() 30 if (C < 0x00d8) in foldCharSimple() 33 if (C <= 0x00de) in foldCharSimple() 35 if (C < 0x0100) in foldCharSimple() 38 if (C <= 0x012e) in foldCharSimple() 40 if (C < 0x0132) in foldCharSimple() [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | merge-cond-stores-2.ll | 41 br i1 %tobool, label %if.end, label %if.then 43 if.then: ; preds = %entry 46 br label %if.end 48 if.end: ; preds = %entry, %if.then 49 %1 = phi i32 [ %0, %entry ], [ %or, %if.then ] 52 br i1 %tobool2, label %if.end5, label %if.then3 54 if.then3: ; preds = %if.end 57 br label %if.end5 59 if.end5: ; preds = %if.end, %if.then3 60 %2 = phi i32 [ %1, %if.end ], [ %or4, %if.then3 ] [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-07-16-CoalescerBug.ll | 15 br i1 undef, label %if.else, label %if.then91 17 if.then91: ; preds = %entry 18 br label %if.end96 20 if.else: ; preds = %entry 21 br label %if.end96 23 if.end96: ; preds = %if.else, %if.then91 24 br i1 undef, label %lor.lhs.false, label %if.then105 26 lor.lhs.false: ; preds = %if.end96 27 br i1 undef, label %if.else139, label %if.then105 29 if.then105: ; preds = %lor.lhs.false, %if.end96 [all …]
|
D | 2009-07-06-TwoAddrAssert.ll | 17 br i1 undef, label %if.then, label %while.cond 19 if.then: ; preds = %sw.bb6 26 br i1 undef, label %if.then15, label %if.end16 28 if.then15: ; preds = %while.end 31 if.end16: ; preds = %while.end 32 br i1 undef, label %lor.lhs.false, label %if.then21 34 lor.lhs.false: ; preds = %if.end16 35 br i1 undef, label %if.end22, label %if.then21 37 if.then21: ; preds = %lor.lhs.false, %if.end16 40 if.end22: ; preds = %lor.lhs.false [all …]
|
/external/python/cpython3/ |
D | pyconfig.h.in | 8 /* Define if building universal (internal helper macro) */ 15 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want 32 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM 36 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most 40 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the 44 /* Define if --enable-ipv6 is specified */ 50 /* Define to 1 if your system stores words within floats with the most 54 /* Define if flock needs to be linked with bsd library. */ 57 /* Define if getpgrp() must be called as getpgrp(0). */ 60 /* Define to 1 if you have the `accept4' function. */ [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | Commands.h | 33 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 45 #if CC_Startup 48 #if CC_Shutdown 53 #if CC_SelfTest 56 #if CC_IncrementalSelfTest 59 #if CC_GetTestResult 64 #if CC_StartAuthSession 67 #if CC_PolicyRestart 72 #if CC_Create 75 #if CC_Load [all …]
|
/external/libyuv/files/source/ |
D | convert_from_argb.cc | 40 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444() 43 if (height < 0) { in ARGBToI444() 49 if (src_stride_argb == width * 4 && dst_stride_y == width && in ARGBToI444() 55 #if defined(HAS_ARGBTOUV444ROW_SSSE3) in ARGBToI444() 56 if (TestCpuFlag(kCpuHasSSSE3)) { in ARGBToI444() 58 if (IS_ALIGNED(width, 16)) { in ARGBToI444() 63 #if defined(HAS_ARGBTOUV444ROW_NEON) in ARGBToI444() 64 if (TestCpuFlag(kCpuHasNEON)) { in ARGBToI444() 66 if (IS_ALIGNED(width, 8)) { in ARGBToI444() 71 #if defined(HAS_ARGBTOUV444ROW_MSA) in ARGBToI444() [all …]
|
/external/python/cpython2/ |
D | pyconfig.h.in | 8 /* Define if building universal (internal helper macro) */ 11 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want 15 /* Define this if you have AtheOS threads. */ 18 /* Define this if you have BeOS threads. */ 21 /* Define if you have the Mach cthreads package */ 24 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM 28 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most 32 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the 36 /* Define if --enable-ipv6 is specified */ 39 /* Define if flock needs to be linked with bsd library. */ [all …]
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_from_argb.cc | 40 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444() 43 if (height < 0) { in ARGBToI444() 49 if (src_stride_argb == width * 4 && dst_stride_y == width && in ARGBToI444() 55 #if defined(HAS_ARGBTOUV444ROW_SSSE3) in ARGBToI444() 56 if (TestCpuFlag(kCpuHasSSSE3)) { in ARGBToI444() 58 if (IS_ALIGNED(width, 16)) { in ARGBToI444() 63 #if defined(HAS_ARGBTOUV444ROW_NEON) in ARGBToI444() 64 if (TestCpuFlag(kCpuHasNEON)) { in ARGBToI444() 66 if (IS_ALIGNED(width, 8)) { in ARGBToI444() 71 #if defined(HAS_ARGBTOUV444ROW_MMI) in ARGBToI444() [all …]
|
/external/ImageMagick/config/ |
D | config.h.in | 3 /* Define if building universal (internal helper macro) */ 6 /* Define if you have AUTOTRACE library */ 9 /* Define if coders and filters are to be built as modules. */ 12 /* Define if you have the bzip2 library */ 15 /* Define if you have CAIRO library */ 21 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 34 /* Define if you have DJVU library */ 40 /* Define if you have Display Postscript */ 49 /* Define if you have FFTW library */ 55 /* Define if you have FLIF library */ [all …]
|
/external/ImageMagick/MagickWand/ |
D | convert.c | 106 if (output == (FILE *) NULL) in ConcatenateImages() 116 if (input == (FILE *) NULL) in ConcatenateImages() 122 if (fputc((char) c,output) != c) in ConcatenateImages() 402 " -matte store matte channel if the image has one\n" in ConvertUsage() 542 if (image_info->debug != MagickFalse) in ConvertImageCommand() 545 if (argc == 2) in ConvertImageCommand() 548 if ((LocaleCompare("version",option+1) == 0) || in ConvertImageCommand() 555 if (argc < 3) in ConvertImageCommand() 571 if (status == MagickFalse) in ConvertImageCommand() 574 if ((argc > 2) && (LocaleCompare("-concatenate",argv[1]) == 0)) in ConvertImageCommand() [all …]
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 9 /* Define if building universal (internal helper macro) */ 16 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want 33 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM 37 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most 41 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the 45 /* Define if --enable-ipv6 is specified */ 51 /* Define to 1 if your system stores words within floats with the most 55 /* Define if flock needs to be linked with bsd library. */ 58 /* Define if getpgrp() must be called as getpgrp(0). */ 61 /* Define to 1 if you have the `accept4' function. */ [all …]
|
/external/python/cpython3/android/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 9 /* Define if building universal (internal helper macro) */ 16 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want 33 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM 37 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most 41 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the 45 /* Define if --enable-ipv6 is specified */ 51 /* Define to 1 if your system stores words within floats with the most 55 /* Define if flock needs to be linked with bsd library. */ 58 /* Define if getpgrp() must be called as getpgrp(0). */ 61 /* Define to 1 if you have the `accept4' function. */ [all …]
|
/external/python/cpython3/android/linux_x86_64/pyconfig/ |
D | pyconfig.h | 9 /* Define if building universal (internal helper macro) */ 16 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want 33 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM 37 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most 41 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the 45 /* Define if --enable-ipv6 is specified */ 51 /* Define to 1 if your system stores words within floats with the most 55 /* Define if flock needs to be linked with bsd library. */ 58 /* Define if getpgrp() must be called as getpgrp(0). */ 61 /* Define to 1 if you have the `accept4' function. */ [all …]
|
/external/deqp-deps/amber/src/ |
D | type_parser.cc | 30 if (data.empty()) in Parse() 33 // See if this is a custom glsl string format. in Parse() 34 if (data.find('/', 0) != std::string::npos) in Parse() 37 // Walk the string backwards. This means we'll know if it's pack and we'll in Parse() 42 if (next_pos == std::string::npos) { in Parse() 43 if (cur_pos != std::string::npos) { in Parse() 44 if (!ProcessChunk(data.substr(0, cur_pos + 1))) in Parse() 50 if (!ProcessChunk(data.substr(next_pos + 1, cur_pos - next_pos))) in Parse() 56 if (pieces_.empty()) in Parse() 60 if (pack_size_ == 0 && pieces_.size() == 1 && in Parse() [all …]
|
/external/selinux/libsemanage/src/ |
D | semanageswig_python_exception.i | 4 if (result < 0) { 12 if (result < 0) { 20 if (result < 0) { 28 if (result < 0) { 36 if (result < 0) { 44 if (result < 0) { 52 if (result < 0) { 60 if (result < 0) { 68 if (result < 0) { 76 if (result < 0) { [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from_argb.cc | 40 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444() 43 if (height < 0) { in ARGBToI444() 49 if (src_stride_argb == width * 4 && dst_stride_y == width && in ARGBToI444() 55 #if defined(HAS_ARGBTOUV444ROW_SSSE3) in ARGBToI444() 56 if (TestCpuFlag(kCpuHasSSSE3)) { in ARGBToI444() 58 if (IS_ALIGNED(width, 16)) { in ARGBToI444() 63 #if defined(HAS_ARGBTOUV444ROW_NEON) in ARGBToI444() 64 if (TestCpuFlag(kCpuHasNEON)) { in ARGBToI444() 66 if (IS_ALIGNED(width, 8)) { in ARGBToI444() 71 #if defined(HAS_ARGBTOUV444ROW_MSA) in ARGBToI444() [all …]
|