Home
last modified time | relevance | path

Searched refs:rounded_size (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dallocate_transient_arrays.cc187 const std::size_t rounded_size = in TransientArraySize() local
189 return rounded_size; in TransientArraySize()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc344 uptr rounded_size = RoundUpTo(Max(size, kChunkHeader2Size), alignment); in Allocate() local
345 uptr needed_size = rounded_size + rz_size; in Allocate()
/external/ImageMagick/coders/
Dpsd.c3352 rounded_size, in WritePSDLayersInternal() local
3507 rounded_size=size+1; in WritePSDLayersInternal()
3509 rounded_size=size; in WritePSDLayersInternal()
3510 (void) WritePSDSize(psd_info,image,rounded_size,size_offset); in WritePSDLayersInternal()