HomeSort by relevance Sort by last modified time
    Searched refs:halfMask (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 125 #define halfMask ((UTF32)0x3FFUL)
  /external/llvm/lib/Support/
ConvertUTF.c 59 static const UTF32 halfMask = 0x3FFUL;
157 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
578 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 91 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
392 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 151 UWord halfMask = sizeof(UWord)==4 ? (UWord)0xFFFF
154 u0 = u & halfMask;
156 v0 = v & halfMask;
160 w1 = t & halfMask;
    [all...]

Completed in 1211 milliseconds