Searched refs:frame_bottom (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/include/lldb/Expression/ |
D | Materializer.h | 35 lldb::addr_t frame_bottom); 102 lldb::addr_t frame_bottom, Status &err) = 0;
|
/external/llvm-project/lldb/source/Expression/ |
D | Materializer.cpp | 192 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument 241 frame_bottom != LLDB_INVALID_ADDRESS && location >= frame_bottom && in Dematerialize() 596 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument 840 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument 915 !(address >= frame_bottom && address < frame_top)); in Dematerialize() 1106 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument 1239 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument 1395 lldb::addr_t frame_bottom, in Dematerialize() argument 1428 frame_bottom, error); in Dematerialize()
|
/external/libaom/libaom/av1/common/ |
D | cdef.c | 187 int frame_top, frame_left, frame_bottom, frame_right; in av1_cdef_frame() local 204 frame_bottom = (mi_row + MI_SIZE_64X64 == mi_params->mi_rows) ? 1 : 0; in av1_cdef_frame() 206 frame_bottom = 1; in av1_cdef_frame() 342 if (frame_bottom) { in av1_cdef_frame()
|