OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Alignment64
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h
229
ULONG
Alignment64
;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
433
uint64_t
Alignment64
= Section.getAlignment();
434
unsigned Alignment = (unsigned)
Alignment64
& 0xffffffffL;
527
uint64_t
Alignment64
= Section.getAlignment();
530
unsigned Alignment = (unsigned)
Alignment64
& 0xffffffffL;
656
uint64_t
Alignment64
= Section.getAlignment();
658
unsigned Alignment = (unsigned)
Alignment64
& 0xffffffffL;
[
all
...]
Completed in 63 milliseconds