Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h234 location_iterator location_end() const { in location_end() function
240 return make_range(location_begin(), location_end()); in locations()