Searched refs:location_start (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/google_breakpad/processor/ |
D | stackwalker.h | 144 bool ScanForReturnAddress(InstructionType location_start, in ScanForReturnAddress() argument 154 return ScanForReturnAddress(location_start, location_found, ip_found, in ScanForReturnAddress() 168 bool ScanForReturnAddress(InstructionType location_start, in ScanForReturnAddress() argument 172 for (InstructionType location = location_start; in ScanForReturnAddress() 173 location <= location_start + searchwords * sizeof(InstructionType); in ScanForReturnAddress()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 238 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort() local 239 if (key < location_start) { in SearchUShort() 246 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchUShort() 267 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort() local 268 if (key == location_start) in SearchUShort() 271 if (key < location_start) { in SearchUShort() 293 int32_t location_start = ReadULongAsInt(start_index in SearchULong() local 295 if (key < location_start) { in SearchULong() 302 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchULong()
|
/external/google-breakpad/src/processor/ |
D | stackwalker_x86.cc | 386 uint32_t location_start = last_frame->context.esp; in GetCallerByWindowsFrameInfo() local 389 || !ScanForReturnAddress(location_start, &location, &eip, in GetCallerByWindowsFrameInfo() 430 uint32_t location_start = dictionary[".raSearchStart"] + 4; in GetCallerByWindowsFrameInfo() local 433 && ScanForReturnAddress(location_start, &location, &eip, in GetCallerByWindowsFrameInfo() 440 offset = location - location_start; in GetCallerByWindowsFrameInfo()
|
/external/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 422 unsigned location_start = VARYING_SLOT_VAR0; in compute_variable_location_slot() local 427 location_start = VERT_ATTRIB_GENERIC0; in compute_variable_location_slot() 432 location_start = VARYING_SLOT_PATCH0; in compute_variable_location_slot() 436 location_start = FRAG_RESULT_DATA0; in compute_variable_location_slot() 442 return var->data.location - location_start; in compute_variable_location_slot()
|