Searched defs:GET2 (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_intmodedep.h61 #undef GET2 macro
187 the expression in the 8-bit GET2 macro is treated by gcc as a signed
193 #define GET2(a,n) (unsigned int)(((a)[n] << 8) | (a)[(n)+1]) macro
198 #define GET2(a,n) a[n] macro

Completed in 56 milliseconds