Searched defs:SSize (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
H A Dsource.pass.cpp40 const std::size_t SSize = StrEnd(Expect) - Expect; local
41 assert(Size == SSize);
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
H A Dsource.pass.cpp45 const std::size_t SSize = StrEnd(Expect) - Expect; local
46 assert(Size == SSize);
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h284 /// @param SSize Number of elements in sib.
286 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, argument
288 Sib.copy(*this, 0, SSize, Count);
295 /// @param SSize Number of elements in sib.
297 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, argument
299 Sib.moveRight(0, Count, SSize);
307 /// @param SSize Number of elements in sib.
310 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { argument
313 unsigned Count = std::min(std::min(unsigned(Add), SSize), N - Size);
314 Sib.transferToRightSib(SSize, *thi
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntervalMap.h263 /// @param SSize Number of elements in sib.
265 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, argument
267 Sib.copy(*this, 0, SSize, Count);
274 /// @param SSize Number of elements in sib.
276 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, argument
278 Sib.moveRight(0, Count, SSize);
286 /// @param SSize Number of elements in sib.
289 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { argument
292 unsigned Count = std::min(std::min(unsigned(Add), SSize), N - Size);
293 Sib.transferToRightSib(SSize, *thi
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp168 uint64_t SSize = SI->getSize(); local
169 if ((Addr >= SAddr) && (Addr < SAddr + SSize))

Completed in 681 milliseconds