HomeSort by relevance Sort by last modified time
    Searched refs:FlagN (Results 1 - 2 of 2) sorted by null

  /external/vixl/test/aarch32/
test-utils-aarch32.cc 175 static char FlagN(uint32_t flags) { return (flags & NFlag) ? 'N' : 'n'; }
192 FlagN(expected),
196 FlagN(result),
  /external/vixl/test/aarch64/
test-utils-aarch64.cc 214 static char FlagN(uint32_t flags) { return (flags & NFlag) ? 'N' : 'n'; }
231 FlagN(expected),
235 FlagN(result),

Completed in 174 milliseconds