Home
last modified time | relevance | path

Searched defs:aligned_pos (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Daligned_malloc.cc74 uintptr_t aligned_pos = GetRightAlign(align_start_pos, alignment); in AlignedMalloc() local
91 uintptr_t aligned_pos = reinterpret_cast<uintptr_t>(mem_block); in AlignedFree() local
/external/skqp/modules/sksg/src/
DSkSGText.cpp66 const auto aligned_pos = this->alignedPosition(bounds.width()); in onRevalidate() local
72 const auto aligned_pos = this->alignedPosition(this->bounds().width()); in onDraw() local
/external/skia/modules/sksg/src/
DSkSGText.cpp66 const auto aligned_pos = this->alignedPosition(bounds.width()); in onRevalidate() local
72 const auto aligned_pos = this->alignedPosition(this->bounds().width()); in onDraw() local
/external/u-boot/drivers/mtd/nand/
Dnand_base.c1333 int datafrag_len, eccfrag_len, aligned_len, aligned_pos; in nand_read_subpage() local