Home
last modified time | relevance | path

Searched defs:word_size (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__random/
H A Dsubtract_with_carry_engine.h84 static _LIBCPP_CONSTEXPR const size_t word_size = __w; variable
H A Dmersenne_twister_engine.h108 static _LIBCPP_CONSTEXPR const size_t word_size = __w; variable
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp66 const size_t word_size = 4; in Resolve() local
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp135 const size_t word_size = 4; in Resolve() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp290 const uint32_t word_size = process->GetAddressByteSize(); in DoLoadImage() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp170 static const size_t word_size = 4U; variable
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py990 def build_auxv_dict(self, endian, word_size, auxv_data): argument