OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headerPos
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
aligned_malloc.cc
93
uintptr_t
headerPos
= alignedPos;
94
headerPos
-= sizeof(uintptr_t);
95
void* headerPtr = (void*)
headerPos
;
109
uintptr_t
headerPos
= alignedPos - sizeof(uintptr_t);
112
uintptr_t* headerPtr = (uintptr_t*)
headerPos
;
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java
449
int
headerPos
= getHeaderPosition(position);
450
RowInfo row = mRowInfo.get(
headerPos
);
Completed in 366 milliseconds