Home
last modified time | relevance | path

Searched defs:current_ptr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp726 const void* current_ptr, in process_static_type_above_dst()
772 const void* current_ptr, in process_static_type_below_dst()
839 const void* current_ptr, in search_below_dst()
1012 const void* current_ptr, in search_below_dst()
1089 const void* current_ptr, in search_below_dst()
1159 const void* current_ptr, in search_above_dst()
1233 const void* current_ptr, in search_above_dst()
1248 const void* current_ptr, in search_above_dst()
1263 const void* current_ptr, in search_above_dst()
1283 const void* current_ptr, in search_below_dst()
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dprivate_typeinfo.cpp976 const void* current_ptr, in process_static_type_above_dst()
1022 const void* current_ptr, in process_static_type_below_dst()
1089 const void* current_ptr, in search_below_dst()
1262 const void* current_ptr, in search_below_dst()
1339 const void* current_ptr, in search_below_dst()
1409 const void* current_ptr, in search_above_dst()
1483 const void* current_ptr, in search_above_dst()
1498 const void* current_ptr, in search_above_dst()
1513 const void* current_ptr, in search_above_dst()
1534 const void* current_ptr, in search_below_dst()
/aosp_15_r20/external/coreboot/src/soc/amd/common/pi/
H A Dimage.c31 uint8_t *current_ptr = (uint8_t *)start_address; in amd_find_image() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dfb_storage.h106 const uint8_t* current_ptr = in Read() local
/aosp_15_r20/external/rust/android-crates-io/crates/buddy_system_allocator/src/
Dframe.rs153 let mut current_ptr = start_frame; in dealloc_power_of_two() localVariable
Dlib.rs168 let mut current_ptr = ptr.as_ptr() as usize; in dealloc() localVariable