Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc186 int32_t location_end = ReadUShort(end_index + location * end_offset); in SearchUShort() local
188 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchUShort()
190 if (key <= location_end) { in SearchUShort()
242 int32_t location_end = ReadULongAsInt(end_index + location * end_offset); in SearchULong() local
244 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchULong()
246 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()