OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sword
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h
31
typedef int32_t
SWord
;
41
typedef int64_t
SWord
;
56
typedef llvm::ELF::Elf32_Sword
Sword
;
75
typedef llvm::ELF::Elf64_Sword
Sword
;
/ndk/sources/host-tools/ndk-depends/
ndk-depends.cc
381
typedef int32_t
Sword
;
419
typedef int32_t
Sword
;
461
typedef typename ELF::
Sword
Sword
;
478
// Read an ELF::
Sword
at a given position.
479
Sword
GetSwordAt(off_t pos) {
480
return static_cast<
Sword
>(GetWordAt(pos));
[
all
...]
Completed in 37 milliseconds