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

  /external/icu4c/layout/
LigatureSubstProc.cpp 21 #define SignExtend(v,m) (((v) & SignBit(m))? ((v) | ExtendedComplement(m)): (v))
79 const le_int16 *offsetTable = (const le_int16 *)((char *) &ligatureSubstitutionHeader->stHeader + 2 * SignExtend(offset, lafComponentOffsetMask));
  /external/llvm/include/llvm-c/
Core.h 572 LLVMBool SignExtend);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 564 LLVMBool SignExtend) {
565 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), N, SignExtend != 0));
    [all...]

Completed in 56 milliseconds