Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dprepacked_cache.cc96 const std::ptrdiff_t new_bytes = AllocateBuffers(packed_matrix); in Get() local
97 EjectUntilRoomFor(new_bytes); in Get()
100 buffers_bytes_ += new_bytes; in Get()
104 void PrepackedCache::EjectUntilRoomFor(std::ptrdiff_t new_bytes) { in EjectUntilRoomFor() argument
107 while (!cache_.empty() && buffers_bytes_ + new_bytes > max_buffers_bytes_) { in EjectUntilRoomFor()
A Dprepacked_cache.h131 void EjectUntilRoomFor(std::ptrdiff_t new_bytes);
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.c391 FT_Byte* new_bytes = NULL; in cff_index_get_pointers() local
405 ( !pool || !FT_ALLOC( new_bytes, in cff_index_get_pointers()
428 t[0] = new_bytes + cur_offset; in cff_index_get_pointers()
445 t[n] = new_bytes + next_offset + extra; in cff_index_get_pointers()
461 *pool = new_bytes; in cff_index_get_pointers()

Completed in 24 milliseconds