Home
last modified time | relevance | path

Searched defs:blocks2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dfind_loops_test.cc140 const int blocks2[] = {2, 3}; in TEST_F() local
166 const int blocks2[] = {2, 3}; in TEST_F() local
190 const int blocks2[] = {3, 4}; in TEST_F() local
213 const int blocks2[] = {2, 3, 4, 5}; in TEST_F() local
237 const int blocks2[] = {2, 3, 5}; in TEST_F() local
260 const int blocks2[] = {2, 3, 4, 5, 8}; in TEST_F() local
289 const int blocks2[] = {2, 3}; in TEST_F() local
331 const int blocks2[] = {2, 3, 6}; in TEST_F() local
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DHeapDiskTest.java219 RegularFile blocks2 = RegularFile.create(-2, disk); in testFullDisk_doesNotAllocatePartiallyWhenTooManyBlocksRequested() local
/aosp_15_r20/trusty/user/app/storage/test/block_host_test/
Dblock_test.c664 data_block_t blocks2[], in allocate_2_transactions_test_etc()
725 data_block_t blocks2[], in free_test_etc()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dlayer_norm_kernel.cu1235 const dim3 blocks2((N + threads2.x - 1) / threads2.x, part_size, 1); in LayerNormBackwardKernelImplInternal() local