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

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3convertutf.h125 #define halfMask ((UTF32)0x3FFUL) macro
/external/llvm/lib/Support/
H A DConvertUTF.c59 static const UTF32 halfMask = 0x3FFUL; variable
157 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
578 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c151 UWord halfMask = sizeof(UWord)==4 ? (UWord)0xFFFF local
154 u0 = u & halfMask;
156 v0 = v & halfMask;
160 w1 = t & halfMask;

Completed in 1064 milliseconds