Home
last modified time | relevance | path

Searched refs:location_end (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc244 int32_t location_end = ReadUShort(end_index + location * end_offset); in SearchUShort() local
246 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchUShort()
248 if (key <= location_end) in SearchUShort()
300 int32_t location_end = ReadULongAsInt(end_index + location * end_offset); in SearchULong() local
302 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchULong()
304 if (key <= location_end) in SearchULong()
/external/google-breakpad/src/processor/
Dstackwalker_x86.cc455 uint32_t location_end = last_frame->context.esp + in GetCallerByWindowsFrameInfo() local
458 for (uint32_t location = location_end + fp_search_bytes; in GetCallerByWindowsFrameInfo()
459 location >= location_end; in GetCallerByWindowsFrameInfo()
/external/llvm/include/llvm/Object/
DStackMapParser.h226 location_iterator location_end() const { in location_end() function
232 return make_range(location_begin(), location_end()); in locations()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h227 location_iterator location_end() const { in location_end() function
233 return make_range(location_begin(), location_end()); in locations()