OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:N64
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/test/include/test/
SFMT-params.h
57
/**
N64
is the size of internal state array when regarded as an array
59
#define
N64
(N * 2)
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h
26
enum class ABI { Unknown, O32, N32,
N64
, EABI };
37
static MipsABIInfo
N64
() { return MipsABIInfo(ABI::
N64
); }
45
bool IsN64() const { return ThisABI == ABI::
N64
; }
Completed in 65 milliseconds