Searched refs:offsetValue (Results 1 – 3 of 3) sorted by relevance
695 private boolean isInOffsetWindowOrDirect(int offsetValue, int a){ in isInOffsetWindowOrDirect() argument696 …return (a & UConverterConstants.UNSIGNED_INT_MASK)<=(offsetValue & UConverterConstants.UNSIGNED_IN… in isInOffsetWindowOrDirect()697 …((a & UConverterConstants.UNSIGNED_INT_MASK)>=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK… in isInOffsetWindowOrDirect()
477 dataList += [struct.pack(dataFormat, offsetValue) for offsetValue in offsetArray]
2326 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() local2332 offset->setInitializer(offsetValue); in GenerateClass()2339 offset = new llvm::GlobalVariable(TheModule, offsetValue->getType(), in GenerateClass()2340 false, llvm::GlobalValue::ExternalLinkage, offsetValue, Name); in GenerateClass()