Home
last modified time | relevance | path

Searched defs:loop_size (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/byteset/
Dscalar.rs28 let loop_size = cmp::min(LOOP_SIZE, haystack.len()); in inv_memchr() localVariable
68 let loop_size = cmp::min(LOOP_SIZE, haystack.len()); in inv_memrchr() localVariable
/aosp_15_r20/system/core/storaged/tests/
H A Dstoraged_test.cpp48 int loop_size = 100; in write_and_pause() local
342 int loop_size = 100; in TEST() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_lpfuncs.c809 int loop_size; in ixheaacd_eld_dec_windowing() local
1019 WORD32 loop_size; in ixheaacd_eld_dec_windowing_32bit() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A Dbatch_norm_kernel.cpp98 const int64_t loop_size = image_size - (image_size % Vec::size()); in batch_norm_cpu_contiguous_impl() local
150 const int64_t loop_size = n_channel - (n_channel % Vec::size()); in batch_norm_cpu_channels_last_impl() local
631 const int64_t loop_size = n_channel - (n_channel % Vec::size()); in batch_norm_cpu_backward_channels_last_impl() local
740 const int64_t loop_size = image_size - (image_size % bVec::size()); in batch_norm_cpu_contiguous_impl() local
803 const int64_t loop_size = n_channel - (n_channel % bVec::size()); in batch_norm_cpu_channels_last_impl() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_peeling.cpp593 CodeMetrics loop_size; in ProcessFunction() local
626 CodeMetrics* loop_size) { in ProcessLoop()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.cpp593 CodeMetrics loop_size; in ProcessFunction() local
626 CodeMetrics* loop_size) { in ProcessLoop()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_peeling.cpp593 CodeMetrics loop_size; in ProcessFunction() local
626 CodeMetrics* loop_size) { in ProcessLoop()
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_linker.c162 int32_t loop_size = offset - sample_loop_begin; in agx_fast_link() local
/aosp_15_r20/external/webrtc/common_audio/signal_processing/
H A Dmin_max_operations_mips.c26 size_t i, loop_size; in WebRtcSpl_MaxAbsValueW16_mips() local
/aosp_15_r20/external/autotest/client/bin/
H A Djob.py769 def partition(self, device, loop_size=0, mountpoint=None): argument
786 def filesystem(self, device, mountpoint=None, loop_size=0): argument
H A Dpartition.py377 def __init__(self, job, device, loop_size=0, mountpoint=None): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMemoryAccess.cuh244 static constexpr int loop_size = thread_work_size() / vec_size; member