HomeSort by relevance Sort by last modified time
    Searched full:alignedpos (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/system_wrappers/source/
aligned_malloc.cc 86 uintptr_t alignedPos = (alignStartPos + alignment - 1) & ~(alignment - 1);
88 // alignedPos is the address sought for.
89 returnValue->alignedBuffer = (void*)alignedPos;
93 uintptr_t headerPos = alignedPos;
108 uintptr_t alignedPos = (uintptr_t)memBlock;
109 uintptr_t headerPos = alignedPos - sizeof(uintptr_t);

Completed in 605 milliseconds