Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dallocator.cc91 bool need_offset = in AllocateBytesAvoidingAliasingWith() local
93 return static_cast<char*>(p) + (need_offset ? (kMinPeriod / 2) : 0); in AllocateBytesAvoidingAliasingWith()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy_ld.py875 need_offset = not (base == self.prev_base and offset == self.prev_offset + 1)
882 dest = dest << 1 | need_offset
885 if need_offset:

Completed in 10 milliseconds