OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headp
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/allocator/
rosalloc.h
161
Slot**
headp
= reinterpret_cast<Slot**>(&head_);
local
163
Slot* old_head = *
headp
;
177
*
headp
= old_head_next;
196
Slot**
headp
= reinterpret_cast<Slot**>(&head_);
local
198
Slot* old_head = *
headp
;
204
*
headp
= slot;
213
*
headp
= slot;
235
Slot**
headp
= reinterpret_cast<Slot**>(&head_);
local
237
Slot* old_head = *
headp
;
240
*
headp
= list->Head()
[
all
...]
/hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp
63
struct simplehead *
headp
;
variable in typeref:struct:simplehead
/external/valgrind/helgrind/
libhb_core.c
[
all
...]
Completed in 96 milliseconds