Home
last modified time | relevance | path

Searched refs:oldest_index (Results 1 – 6 of 6) sorted by relevance

/external/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc1184 int oldest_index = -1;
1195 oldest_index = i;
1200 ABSL_RAW_CHECK(oldest_index >= 0, "Corrupt cache");
1201 base_internal::LowLevelAlloc::Free(line->name[oldest_index]);
1202 line->pc[oldest_index] = pc;
1203 line->name[oldest_index] = CopyString(name);
1204 line->age[oldest_index] = 0;
1205 return line->name[oldest_index];
/external/webrtc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc1184 int oldest_index = -1;
1195 oldest_index = i;
1200 ABSL_RAW_CHECK(oldest_index >= 0, "Corrupt cache");
1201 base_internal::LowLevelAlloc::Free(line->name[oldest_index]);
1202 line->pc[oldest_index] = pc;
1203 line->name[oldest_index] = CopyString(name);
1204 line->age[oldest_index] = 0;
1205 return line->name[oldest_index];
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc1198 int oldest_index = -1;
1209 oldest_index = i;
1214 ABSL_RAW_CHECK(oldest_index >= 0, "Corrupt cache");
1215 base_internal::LowLevelAlloc::Free(line->name[oldest_index]);
1216 line->pc[oldest_index] = pc;
1217 line->name[oldest_index] = CopyString(name);
1218 line->age[oldest_index] = 0;
1219 return line->name[oldest_index];
/external/libtextclassifier/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc1198 int oldest_index = -1;
1209 oldest_index = i;
1214 ABSL_RAW_CHECK(oldest_index >= 0, "Corrupt cache");
1215 base_internal::LowLevelAlloc::Free(line->name[oldest_index]);
1216 line->pc[oldest_index] = pc;
1217 line->name[oldest_index] = CopyString(name);
1218 line->age[oldest_index] = 0;
1219 return line->name[oldest_index];
/external/openscreen/third_party/abseil/src/absl/debugging/
Dsymbolize_elf.inc1198 int oldest_index = -1;
1209 oldest_index = i;
1214 ABSL_RAW_CHECK(oldest_index >= 0, "Corrupt cache");
1215 base_internal::LowLevelAlloc::Free(line->name[oldest_index]);
1216 line->pc[oldest_index] = pc;
1217 line->name[oldest_index] = CopyString(name);
1218 line->age[oldest_index] = 0;
1219 return line->name[oldest_index];
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c554 unsigned oldest_age = ~0u, oldest_index = ~0u; in find_oldest_drawpixels_cache_entry() local
562 oldest_index = i; in find_oldest_drawpixels_cache_entry()
566 assert(oldest_index != ~0u); in find_oldest_drawpixels_cache_entry()
568 return &st->drawpix_cache.entries[oldest_index]; in find_oldest_drawpixels_cache_entry()