Home
last modified time | relevance | path

Searched refs:previous_tail (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/
Drecording_simple_memory_allocator.cc74 const uint8_t* previous_tail = tail(); in AllocateFromTail() local
77 used_bytes_ += previous_tail - tail(); in AllocateFromTail()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2093 exec_node *previous_tail = NULL; in do_hir() local
2113 if (previous_tail == instructions->get_tail_raw()) { in do_hir()
2124 previous_tail = instructions->get_tail_raw(); in do_hir()