HomeSort by relevance Sort by last modified time
    Searched refs:halfMask (Results 1 - 8 of 8) 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/swiftshader/third_party/llvm-subzero/lib/Support/
ConvertUTF.cpp 61 static const UTF32 halfMask = 0x3FFUL;
157 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
578 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
  /external/unicode/
ConvertUTF.c 50 static const UTF32 halfMask = 0x3FFUL;
100 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
409 *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...]
  /external/valgrind/VEX/priv/
guest_amd64_helpers.c 82 const Long halfMask = 0xFFFFFFFFLL;
85 u0 = u & halfMask;
87 v0 = v & halfMask;
91 w1 = t & halfMask;
100 const ULong halfMask = 0xFFFFFFFFULL;
103 u0 = u & halfMask;
105 v0 = v & halfMask;
109 w1 = t & halfMask;
    [all...]

Completed in 186 milliseconds