Home
last modified time | relevance | path

Searched refs:kHMaxInt (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h101 const int16_t kHMaxInt = INT16_C(0x7fff); member
102 const int16_t kHMinInt = -kHMaxInt - 1;
H A Dlogic-aarch64.cc4926 if (value >= kHMaxInt) {
4927 return kHMaxInt;

Completed in 11 milliseconds