Home
last modified time | relevance | path

Searched refs:BLOCKS (Results 1 – 25 of 97) sorted by relevance

1234

/external/llvm-project/mlir/test/Conversion/SCFToGPU/
Dno_blocks_no_threads.mlir2 …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/
Dcheck_f2fs.c30 #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/
DSanitizersTest.java55 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/
Dfor_lastprivate_codegen.cpp27 #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()
Dparallel_private_codegen.cpp33 #elif defined(BLOCKS) in SS()
60 #elif defined(BLOCKS) in SST()
171 #elif defined(BLOCKS) in main()
Dparallel_reduction_codegen.cpp35 #elif defined(BLOCKS) in SS()
62 #elif defined(BLOCKS) in SST()
203 #elif defined(BLOCKS) in main()
Dfor_linear_codegen.cpp42 #elif defined(BLOCKS) in SS()
75 #elif defined(BLOCKS) in SST()
224 #elif defined(BLOCKS) in main()
Dparallel_firstprivate_codegen.cpp41 #elif defined(BLOCKS) in SS()
68 #elif defined(BLOCKS) in SST()
208 #elif defined(BLOCKS) in main()
Dparallel_for_linear_codegen.cpp89 #elif defined(BLOCKS) in main()
Dsingle_private_codegen.cpp82 #elif defined(BLOCKS) in main()
/external/llvm-project/clang/test/OpenMP/
Dfor_lastprivate_codegen.cpp63 #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()
Dparallel_private_codegen.cpp53 #elif defined(BLOCKS) in SS()
80 #elif defined(BLOCKS) in SST()
191 #elif defined(BLOCKS) in main()
Dparallel_reduction_codegen.cpp41 #elif defined(BLOCKS) in SS()
68 #elif defined(BLOCKS) in SST()
217 #elif defined(BLOCKS) in main()
Dfor_linear_codegen.cpp61 #elif defined(BLOCKS) in SS()
94 #elif defined(BLOCKS) in SST()
245 #elif defined(BLOCKS) in main()
Dparallel_firstprivate_codegen.cpp71 #elif defined(BLOCKS) in SS()
98 #elif defined(BLOCKS) in SST()
238 #elif defined(BLOCKS) in main()
Dparallel_for_linear_codegen.cpp96 #elif defined(BLOCKS) in main()
Dsingle_private_codegen.cpp88 #elif defined(BLOCKS) in main()
/external/freetype/src/gzip/
Dinflate.c20 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/
Dquota_remount_test01.sh106 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/
Dexpect25 BLOCKS:
37 BLOCKS:
/external/e2fsprogs/tests/d_special_files/
Dexpect26 BLOCKS:
51 BLOCKS:
/external/owasp/sanitizer/src/main/org/owasp/html/
DSanitizers.java65 public static final PolicyFactory BLOCKS = new HtmlPolicyBuilder() field in Sanitizers
/external/e2fsprogs/tests/f_convert_bmap_sparse/
Dexpect.111 BLOCKS:
/external/e2fsprogs/tests/f_convert_bmap/
Dexpect.113 BLOCKS:
/external/e2fsprogs/tests/f_convert_bmap_and_extent/
Dexpect.113 BLOCKS:

1234