Home
last modified time | relevance | path

Searched defs:block_count (Results 1 – 25 of 124) sorted by relevance

12345

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dgpu_launch_config.h119 int block_count = -1; member
136 const int block_count = in GetGpuLaunchConfig() local
162 int block_count = 0; in GetGpuLaunchConfig() local
197 int block_count = 0; in GetGpuLaunchConfigFixedBlockSize() local
222 dim3 block_count = dim3(0, 0, 0); member
299 int block_count = 0; in GetGpu3DLaunchConfig() local
/aosp_15_r20/trusty/user/app/storage/rpmb_dev/
Drpmb_dev.c144 uint16_t block_count = s->cmd_count; in rpmb_dev_data_write() local
223 uint16_t block_count; in rpmb_dev_data_read() local
312 uint16_t block_count = 0; in rpmb_dev_process_cmd() local
/aosp_15_r20/system/core/trusty/utils/rpmb_dev/
H A Drpmb_dev.c162 uint16_t block_count = s->cmd_count; in rpmb_dev_data_write() local
217 uint16_t block_count; in rpmb_dev_data_read() local
298 uint16_t block_count = 0; in rpmb_dev_process_cmd() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_urllib.py776 def hooktester(block_count, block_read_size, file_size, count_holder=[0]): argument
791 def hooktester(block_count, block_read_size, file_size, _report=report): argument
804 def hooktester(block_count, block_read_size, file_size, _report=report): argument
818 def hooktester(block_count, block_read_size, file_size, _report=report): argument
/aosp_15_r20/external/flashrom/
H A Derasure_layout.c29 size_t block_count = 0; in calculate_block_count() local
113 const size_t block_count = calculate_block_count(flashctx->chip, eraser_idx); in create_erase_layout() local
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dbit_vector.cc427 uint32_t block_count = BlockCount(size); in FromSortedIndexVector() local
459 auto block_count = BlockCount(max_idx + 1); in FromUnsortedIndexVector() local
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_device.c227 uint32_t block_count, in merge_extension_names()
266 uint32_t block_count = 0; in vn_device_fix_create_info() local
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dblock_files.cc306 bool BlockFiles::CreateBlock(FileType block_type, int block_count, in CreateBlock()
516 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) { in FileForNewBlock()
/aosp_15_r20/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DStandard_Suite.py222 class block_count(aetools.NProperty): class
285 block_count = block_count variable
/aosp_15_r20/system/update_engine/payload_generator/
H A Draw_filesystem.cc31 uint64_t block_count) { in Create()
H A Dfake_filesystem.cc23 FakeFilesystem::FakeFilesystem(uint64_t block_size, uint64_t block_count) in FakeFilesystem()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dadjust_saturation_op_gpu.cu.cc37 const int block_count = in operator ()() local
H A Dadjust_hue_op_gpu.cu.cc36 const int block_count = in operator ()() local
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dblocking_segmented_queue.h56 size_t block_count() { in block_count() function
H A Dsegmented_queue.h70 size_t block_count() { in block_count() function
/aosp_15_r20/packages/modules/Virtualization/tests/authfs/benchmarks/src/
Dmeasure_io.cpp43 const int block_count = file_size_mb * kNumBytesPerMB / kBlockSizeBytes; in main() local
/aosp_15_r20/external/flashrom/include/
H A Derasure_layout.h31 size_t block_count; member
/aosp_15_r20/trusty/user/app/storage/
Dblock_device.h57 data_block_t block_count; member
Dblock_device_tipc.c116 uint16_t block_count; member
289 uint32_t block_count, in block_device_tipc_init_dev_rpmb()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_ra_validate.c84 unsigned block_count; member
700 unsigned half_size, unsigned block_count, bool shared_ra) in ir3_ra_validate()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_nir.h63 uint32_t block_count; member
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_index.cpp41 size_t block_count = count_index_blocks(indices); in index_Tensor_out() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddevice_description.cc144 int64_t *block_count) { in CalculateDimensionality()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dram_file_block_cache_test.cc186 const uint32 block_count = 256; in TEST() local
287 const uint32 block_count = 2; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dlaunch_dimensions.cc131 int64_t block_count = in CalculateLaunchDimensions() local

12345