Searched refs:INT16_MIN (Results 26 - 32 of 32) sorted by relevance

12

/external/bison/src/
H A Dscan-skel.c105 #ifndef INT16_MIN
106 #define INT16_MIN (-32767-1) macro
H A Dscan-code.c105 #ifndef INT16_MIN
106 #define INT16_MIN (-32767-1) macro
H A Dscan-gram.c105 #ifndef INT16_MIN
106 #define INT16_MIN (-32767-1) macro
/external/libpcap/
H A Dscanner.c84 #ifndef INT16_MIN
85 #define INT16_MIN (-32767-1) macro
/external/skia/src/core/
H A DSkDraw.cpp1462 (fx >> 16) < INT_MIN - (INT16_MIN + 0 /*UINT16_MIN*/) ||
1464 (fy >> 16) < INT_MIN - (INT16_MIN + 0 /*UINT16_MIN*/)) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c661 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
/external/bison/
H A Dconfigure14212 int16_t a2min = INT16_MIN;

Completed in 365 milliseconds

12