Home
last modified time | relevance | path

Searched defs:halfShift (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3convertutf.h123 #define halfShift ((UTF32)10) macro
/external/llvm/lib/Support/
DConvertUTF.c55 static const int halfShift = 10; /* used for shifting by 10 bits */ variable
/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c152 UWord halfShift = sizeof(UWord)==4 ? 16 : 32; in umulHW() local