/external/llvm-project/mlir/test/Conversion/SCFToGPU/ |
D | no_blocks_no_threads.mlir | 2 …ffine-for-to-gpu="gpu-block-dims=1 gpu-thread-dims=0" %s | FileCheck --check-prefix=CHECK-BLOCKS %s 5 // CHECK-BLOCKS-LABEL: @one_d_loop 14 // CHECK-BLOCKS-NEXT: %{{.*}} = constant 0 : index 15 // CHECK-BLOCKS-NEXT: %{{.*}} = constant 42 : index 16 // CHECK-BLOCKS-NEXT: %[[BOUND:.*]] = subi %{{.*}}, %{{.*}} : index 17 // CHECK-BLOCKS-NEXT: %{{.*}} = constant 1 : index 18 // CHECK-BLOCKS-NEXT: %[[ONE:.*]] = constant 1 : index 21 …// CHECK-BLOCKS-NEXT: gpu.launch blocks(%[[B0:.*]], %[[B1:.*]], %[[B2:.*]]) in (%{{.*}} = %[[BOUND… 25 // CHECK-BLOCKS-NEXT: %[[INDEX:.*]] = addi %{{.*}}, %[[B0]] 26 // CHECK-BLOCKS-NEXT: load %{{.*}}[%[[INDEX]]] [all …]
|
/external/f2fs-tools/tools/ |
D | check_f2fs.c | 30 #define BLOCKS (2 * BLOCK) macro 32 int buf[BLOCKS]; 68 printf("\tWrite to the %dkB ... \n", BLOCKS / 1024); in test_atomic_write() 69 written = write(db, buf, BLOCKS); in test_atomic_write() 70 if (written != BLOCKS) { in test_atomic_write() 100 printf("\tWrite to the %dkB ... \n", BLOCKS / 1024); in test_bad_write_call() 102 if (written != BLOCKS) in test_bad_write_call() 130 memset(buf, 0xff, BLOCKS); in main()
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | SanitizersTest.java | 55 assertEquals("", Sanitizers.BLOCKS.sanitize(null)); in testBlockElements() 58 Sanitizers.BLOCKS.sanitize("Hello, World!")); in testBlockElements() 61 Sanitizers.BLOCKS.sanitize("Hello, <b>World</b>!")); in testBlockElements() 64 Sanitizers.BLOCKS.sanitize( in testBlockElements() 70 PolicyFactory s = Sanitizers.BLOCKS.and(Sanitizers.FORMATTING); in testBlockAndFormattingElements() 71 PolicyFactory r1 = Sanitizers.BLOCKS.and(Sanitizers.FORMATTING) in testBlockAndFormattingElements() 72 .and(Sanitizers.BLOCKS); in testBlockAndFormattingElements() 73 PolicyFactory r2 = Sanitizers.BLOCKS.and(Sanitizers.FORMATTING) in testBlockAndFormattingElements() 88 .and(Sanitizers.BLOCKS).and(Sanitizers.STYLES).and(Sanitizers.LINKS); in testStylesAndFormatting() 276 .and(Sanitizers.BLOCKS) in testSkipIfEmptyUnionsProperly()
|
/external/clang/test/OpenMP/ |
D | for_lastprivate_codegen.cpp | 27 #elif defined(BLOCKS) in SS() 50 #elif defined(BLOCKS) in SS() 83 #elif defined(BLOCKS) in SST() 106 #elif defined(BLOCKS) in SST() 299 #elif defined(BLOCKS) in main()
|
D | parallel_private_codegen.cpp | 33 #elif defined(BLOCKS) in SS() 60 #elif defined(BLOCKS) in SST() 171 #elif defined(BLOCKS) in main()
|
D | parallel_reduction_codegen.cpp | 35 #elif defined(BLOCKS) in SS() 62 #elif defined(BLOCKS) in SST() 203 #elif defined(BLOCKS) in main()
|
D | for_linear_codegen.cpp | 42 #elif defined(BLOCKS) in SS() 75 #elif defined(BLOCKS) in SST() 224 #elif defined(BLOCKS) in main()
|
D | parallel_firstprivate_codegen.cpp | 41 #elif defined(BLOCKS) in SS() 68 #elif defined(BLOCKS) in SST() 208 #elif defined(BLOCKS) in main()
|
D | parallel_for_linear_codegen.cpp | 89 #elif defined(BLOCKS) in main()
|
D | single_private_codegen.cpp | 82 #elif defined(BLOCKS) in main()
|
/external/llvm-project/clang/test/OpenMP/ |
D | for_lastprivate_codegen.cpp | 63 #elif defined(BLOCKS) in SS() 86 #elif defined(BLOCKS) in SS() 119 #elif defined(BLOCKS) in SST() 142 #elif defined(BLOCKS) in SST() 354 #elif defined(BLOCKS) in main()
|
D | parallel_private_codegen.cpp | 53 #elif defined(BLOCKS) in SS() 80 #elif defined(BLOCKS) in SST() 191 #elif defined(BLOCKS) in main()
|
D | parallel_reduction_codegen.cpp | 41 #elif defined(BLOCKS) in SS() 68 #elif defined(BLOCKS) in SST() 217 #elif defined(BLOCKS) in main()
|
D | for_linear_codegen.cpp | 61 #elif defined(BLOCKS) in SS() 94 #elif defined(BLOCKS) in SST() 245 #elif defined(BLOCKS) in main()
|
D | parallel_firstprivate_codegen.cpp | 71 #elif defined(BLOCKS) in SS() 98 #elif defined(BLOCKS) in SST() 238 #elif defined(BLOCKS) in main()
|
D | parallel_for_linear_codegen.cpp | 96 #elif defined(BLOCKS) in main()
|
D | single_private_codegen.cpp | 88 #elif defined(BLOCKS) in main()
|
/external/freetype/src/gzip/ |
D | inflate.c | 20 BLOCKS, /* decompressing blocks */ enumerator 61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD; in inflateReset() 191 z->state->mode = BLOCKS; in inflate() 222 case BLOCKS: in inflate()
|
/external/ltp/testcases/kernel/fs/quota_remount/ |
D | quota_remount_test01.sh | 106 BLOCKS=`quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'` 117 if [ $BLOCKS -eq $NEWBLOCKS ]; then
|
/external/e2fsprogs/tests/d_fallocate_blkmap/ |
D | expect | 25 BLOCKS: 37 BLOCKS:
|
/external/e2fsprogs/tests/d_special_files/ |
D | expect | 26 BLOCKS: 51 BLOCKS:
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | Sanitizers.java | 65 public static final PolicyFactory BLOCKS = new HtmlPolicyBuilder() field in Sanitizers
|
/external/e2fsprogs/tests/f_convert_bmap_sparse/ |
D | expect.1 | 11 BLOCKS:
|
/external/e2fsprogs/tests/f_convert_bmap/ |
D | expect.1 | 13 BLOCKS:
|
/external/e2fsprogs/tests/f_convert_bmap_and_extent/ |
D | expect.1 | 13 BLOCKS:
|