Home
last modified time | relevance | path

Searched defs:pad_buffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/
H A Daddressing.hpp165 T *pad_buffer, in fill_pointer_array()
194 T *pad_buffer, in fill_pointer_array_generic_kernel()
H A Daddressing.cpp43 auto pad_buffer = reinterpret_cast<char *>(pad_buffer_raw); in fill_pointer_array() local
102 auto pad_buffer = reinterpret_cast<char *>(pad_buffer_raw); in fill_pointer_array_generic_kernel() local
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Difwitool.c1027 static void pad_buffer(struct buffer *b, size_t size) in pad_buffer() function