HomeSort by relevance Sort by last modified time
    Searched full:location_end (Results 1 - 3 of 3) sorted by null

  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc 186 int32_t location_end = ReadUShort(end_index + location * end_offset); local
188 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end);
190 if (key <= location_end) {
242 int32_t location_end = ReadULongAsInt(end_index + location * end_offset); local
244 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end);
246 if (key <= location_end) {
  /external/llvm/include/llvm/Object/
StackMapParser.h 227 location_iterator location_end() const { function in class:llvm::StackMapV1Parser::LocationKind::RecordAccessor
233 return make_range(location_begin(), location_end());
  /external/google-breakpad/src/processor/
stackwalker_x86.cc 455 uint32_t location_end = last_frame->context.esp + local
458 for (uint32_t location = location_end + fp_search_bytes;
459 location >= location_end;

Completed in 182 milliseconds