Searched defs:location_start (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Dstackwalker.h134 bool ScanForReturnAddress(InstructionType location_start, argument
144 return ScanForReturnAddress(location_start, location_found, ip_found,
148 // Scan the stack starting at location_start, looking for an address
158 bool ScanForReturnAddress(InstructionType location_start, argument
162 for (InstructionType location = location_start;
163 location <= location_start + searchwords * sizeof(InstructionType);
/external/google-breakpad/src/processor/
H A Dstackwalker_x86.cc376 uint32_t location_start = last_frame->context.esp; local
379 || !ScanForReturnAddress(location_start, &location, &eip,
420 uint32_t location_start = dictionary[".raSearchStart"] + 4; local
423 && ScanForReturnAddress(location_start, &location, &eip,
430 offset = location - location_start;
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc180 int32_t location_start = ReadUShort(start_index + location * start_offset); local
181 if (key < location_start) {
188 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end);
210 int32_t location_start = ReadUShort(start_index + location * start_offset); local
211 if (key < location_start) {
214 } else if (key > location_start) {
235 int32_t location_start = ReadULongAsInt(start_index local
237 if (key < location_start) {
244 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end);

Completed in 197 milliseconds