Searched defs:SignExtend (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/layout/
H A DLigatureSubstProc.cpp21 #define SignExtend(v,m) (((v) & SignBit(m))? ((v) | ExtendedComplement(m)): (v)) macro
79 const le_int16 *offsetTable = (const le_int16 *)((char *) &ligatureSubstitutionHeader->stHeader + 2 * SignExtend(offset, lafComponentOffsetMask));
H A DLigatureSubstProc2.cpp21 #define SignExtend(v,m) (((v) & SignBit(m))? ((v) | ExtendedComplement(m)): (v)) macro
83 i += SWAPW(componentTable[LE_GET_GLYPH(glyphStorage[componentGlyph]) + (SignExtend(offset, lafComponentOffsetMask))]);
/external/llvm/lib/IR/
H A DCore.cpp628 LLVMBool SignExtend) {
629 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), N, SignExtend != 0));
627 LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, LLVMBool SignExtend) argument

Completed in 128 milliseconds