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

  /external/boringssl/src/crypto/
cpu-arm.c 143 static const unsigned long kNEON = 1 << 12;
144 if ((hwcap & kNEON) == 0) {
162 static const unsigned long kNEON = 1 << 1;
168 if ((hwcap & kNEON) == 0) {
  /external/webp/src/dsp/
dsp.h 88 kNEON,

Completed in 43 milliseconds