Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.c634 unsigned char hi = GET_HI(from); \
687 *(*toP)++ = (((lo & 0x3) << 4) | ((GET_HI(from) & 0x3) << 2) \
709 && (GET_HI(fromLim - 2) & 0xF8) == 0xD8) { \
714 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
723 #define GET_HI(ptr) ((unsigned char)(ptr)[1]) macro
730 #undef GET_HI macro
734 #define GET_HI(ptr) ((unsigned char)(ptr)[0]) macro
741 #undef GET_HI macro
/third_party/python/Modules/expat/
H A Dxmltok.c631 unsigned char hi = GET_HI(from); \
684 *(*toP)++ = (((lo & 0x3) << 4) | ((GET_HI(from) & 0x3) << 2) \
706 && (GET_HI(fromLim - 2) & 0xF8) == 0xD8) { \
711 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
720 #define GET_HI(ptr) ((unsigned char)(ptr)[1]) macro
727 #undef GET_HI macro
731 #define GET_HI(ptr) ((unsigned char)(ptr)[0]) macro
738 #undef GET_HI macro

Completed in 6 milliseconds