Home
last modified time | relevance | path

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

/external/libcxxabi/src/
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()
/external/cronet/third_party/libc++abi/src/src/
Dprivate_typeinfo.cpp933 const void* current_ptr, in process_static_type_above_dst()
979 const void* current_ptr, in process_static_type_below_dst()
1046 const void* current_ptr, in search_below_dst()
1219 const void* current_ptr, in search_below_dst()
1296 const void* current_ptr, in search_below_dst()
1366 const void* current_ptr, in search_above_dst()
1440 const void* current_ptr, in search_above_dst()
1455 const void* current_ptr, in search_above_dst()
1470 const void* current_ptr, in search_above_dst()
1490 const void* current_ptr, in search_below_dst()
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dfb_storage.h106 const uint8_t* current_ptr = in Read() local
/external/rust/crates/buddy_system_allocator/src/
Dframe.rs152 let mut current_ptr = start_frame; in dealloc_power_of_two() localVariable
Dlib.rs156 let mut current_ptr = ptr.as_ptr() as usize; in dealloc() localVariable