Home
last modified time | relevance | path

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

/third_party/mtdev/src/
Dmatch.c50 #define GET2(m, row, col) ((m[col] >> (row)) & 1U) macro
/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h194 #define GET2(a,n) (unsigned int)(((a)[n] << 8) | (a)[(n)+1]) macro
199 #define GET2(a,n) a[n] macro