Home
last modified time | relevance | path

Searched defs:halfMask (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3convertutf.h125 #define halfMask ((UTF32)0x3FFUL) macro
/external/google-breakpad/src/common/
Dconvert_UTF.c66 static const UTF32 halfMask = 0x3FFUL; variable
/external/llvm/lib/Support/
DConvertUTF.c59 static const UTF32 halfMask = 0x3FFUL; variable
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c160 UWord halfMask = sizeof(UWord)==4 ? (UWord)0xFFFF in umulHW() local
/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c82 const Long halfMask = 0xFFFFFFFFLL; in mullS64() local
100 const ULong halfMask = 0xFFFFFFFFULL; in mullU64() local