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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 125 #define halfMask ((UTF32)0x3FFUL)
  /external/google-breakpad/src/common/
convert_UTF.c 66 static const UTF32 halfMask = 0x3FFUL;
120 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
416 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
  /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/coregrind/m_replacemalloc/
vg_replace_malloc.c 160 UWord halfMask = sizeof(UWord)==4 ? (UWord)0xFFFF
163 u0 = u & halfMask;
165 v0 = v & halfMask;
169 w1 = t & halfMask;
    [all...]

Completed in 159 milliseconds