OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:S16
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/ADT/
StringRefTest.cpp
423
int16_t
S16
;
435
bool S16Success = StringRef(Signed[i].Str).getAsInteger(0,
S16
);
438
EXPECT_EQ(
S16
, Signed[i].Expected);
/art/runtime/arch/arm/
registers_arm.h
73
S16
= 16,
Completed in 156 milliseconds