/toolchain/binutils/binutils-2.25/cpu/ |
ip2k.opc | 494 long offsetvalue; 503 offsetvalue = value & 0x7F; 508 if (offsetvalue == 0) 511 (*info->fprintf_func) (info->stream, "$%lx%s", offsetvalue, "(DP)"); 518 if (offsetvalue == 0) 521 (*info->fprintf_func) (info->stream, "$%lx%s", offsetvalue,"(SP)");
|
/toolchain/binutils/binutils-2.25/opcodes/ |
ip2k-dis.c | 75 long offsetvalue; 84 offsetvalue = value & 0x7F; 89 if (offsetvalue == 0) 92 (*info->fprintf_func) (info->stream, "$%lx%s", offsetvalue, "(DP)"); 99 if (offsetvalue == 0) 102 (*info->fprintf_func) (info->stream, "$%lx%s", offsetvalue,"(SP)"); 74 long offsetvalue; local 91 (*info->fprintf_func) (info->stream, "$%lx%s", offsetvalue, "(DP)"); local 101 (*info->fprintf_func) (info->stream, "$%lx%s", offsetvalue,"(SP)"); local
|
/external/llvm/lib/MC/ |
MCObjectStreamer.cpp | 421 int64_t OffsetValue; 422 if (!Offset.evaluateAsAbsolute(OffsetValue)) 435 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc));
|
/external/deqp/modules/gles31/functional/ |
es31fShaderMultisampleInterpolationTests.cpp | [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
E_B_L_C_.py | 477 dataList += [struct.pack(dataFormat, offsetValue) for offsetValue in offsetArray]
|
/external/icu/icu4c/source/i18n/unicode/ |
plurfmt.h | 91 * pluralStyle = [offsetValue] (selector '{' message '}')+ 92 * offsetValue = "offset:" number
|
/external/messageformat/java/com/ibm/icu/simple/ |
PluralFormat.java | 79 * pluralStyle = [offsetValue] (selector '{' message '}')+ 80 * offsetValue = "offset:" number
|
/external/llvm/include/llvm/IR/ |
IRBuilder.h | [all...] |
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetSCSU.java | 695 private boolean isInOffsetWindowOrDirect(int offsetValue, int a){ 696 return (a & UConverterConstants.UNSIGNED_INT_MASK)<=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK)+0x7f & 697 ((a & UConverterConstants.UNSIGNED_INT_MASK)>=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK) || [all...] |
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGObjCGNU.cpp | [all...] |
CGCall.cpp | [all...] |
CodeGenFunction.h | [all...] |
CGBuiltin.cpp | 626 Value *OffsetValue = 633 EmitAlignmentAssumption(PtrValue, Alignment, OffsetValue); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralFormat.java | 81 * pluralStyle = [offsetValue] (selector '{' message '}')+ 82 * offsetValue = "offset:" number [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralFormat.java | 80 * pluralStyle = [offsetValue] (selector '{' message '}')+ 81 * offsetValue = "offset:" number [all...] |
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | [all...] |