OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlagV
(Results
1 - 2
of
2
) sorted by null
/external/vixl/test/aarch32/
test-utils-aarch32.cc
184
static char
FlagV
(uint32_t flags) { return (flags & VFlag) ? 'V' : 'v'; }
195
FlagV
(expected),
199
FlagV
(result));
/external/vixl/test/aarch64/
test-utils-aarch64.cc
223
static char
FlagV
(uint32_t flags) { return (flags & VFlag) ? 'V' : 'v'; }
234
FlagV
(expected),
238
FlagV
(result));
Completed in 3116 milliseconds