Home
last modified time | relevance | path

Searched refs:intValue (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp63 …const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(m_options->getOption(kFlagsOpti… in processOptions() local
64 if (intValue) in processOptions()
66 image->setFlags(intValue->getValue()); in processOptions()
92 const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(value); in processSectionOptions() local
93 if (intValue) in processSectionOptions()
96 imageSection->setFlags(intValue->getValue()); in processSectionOptions()
108 const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(value); in processSectionOptions() local
109 if (intValue) in processSectionOptions()
112 if (intValue->getValue() < EncoreBootImage::BOOT_IMAGE_MINIMUM_SECTION_ALIGNMENT) in processSectionOptions()
117 imageSection->setAlignment(intValue->getValue()); in processSectionOptions()
[all …]
H A DBootImageGenerator.cpp69 …const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(m_options->getOption(kDriveTagO… in processDriveTagOption() local
70 if (intValue) in processDriveTagOption()
72 image->setDriveTag(intValue->getValue()); in processDriveTagOption()
H A Delftosb.cpp427 uint32_t intValue = strtoul(value, NULL, 0); in parseIntValue() local
443 intValue *= multiplier; in parseIntValue()
444 return intValue; in parseIntValue()
H A DConversionController.cpp271 SizedIntegerValue * intValue = dynamic_cast<SizedIntegerValue*>(value); in processConstants() local
272 if (!intValue) in processConstants()
283 m_context.setVariable(ident, intValue->getValue(), intValue->getWordSize()); in processConstants()
1108 SizedIntegerValue intValue(intNode->getValue(), intNode->getSize()); in createSourceFromNode() local
1109 source = new PatternSource(intValue); in createSourceFromNode()
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Deval.c549 off = intValue(offset); in eval_data_expression()
550 len = intValue(length); in eval_data_expression()
681 len = intValue(length); in eval_data_expression()
936 val = (uint8_t)intValue(arg); in eval_data_expression()
969 val = (uint16_t)intValue(arg); in eval_data_expression()
1003 val = (uint32_t)intValue(arg); in eval_data_expression()
1136 b = intValue(base); in eval_data_expression()
1141 w = intValue(width); in eval_data_expression()
1308 w = intValue(width); in eval_data_expression()
1612 result = createInt(intValue(arg)); in eval_numeric_expression()
[all …]
H A Dreduce.c440 off = intValue(offset); in reduce_data_expression()
449 len = intValue(length); in reduce_data_expression()
502 len = intValue(length); in reduce_data_expression()
904 r = intValue(relay); in reduce_data_expression()
H A Doptions.c684 assert(intValue(scode) != 0); in add_option_data()
706 if (intValue(scode) == intValue(code)) in add_option_data()
H A Ddata.h229 int64_t intValue(const struct element *e);
H A Ddata.c388 intValue(const struct element *e) in intValue() function
1129 result = createInt(intValue(e)); in copy()
H A Dprint.c1035 snprintf(buf, sizeof(buf), "%lld", (long long)intValue(expr)); in print_numeric_expression()
1108 snprintf(buf, sizeof(buf), "%lld", (long long)intValue(arg)); in print_numeric_expression()
H A Dparse.c5277 (intValue(code) != 43)) in config_vendor_option_space()
5543 child = createInt(intValue(value) / 2); in config_preferred_lifetime()
5546 child = createInt(intValue(value) * 4 / 5); in config_preferred_lifetime()
H A Dconfparse.c4304 if (intValue(elem) == option->code) in parse_option_local_dir()
4355 if (intValue(elem) == option->code) in parse_option_define_dir()
/netbsd-src/external/gpl3/gdb/dist/gdb/stubs/
H A Dsparc-stub.c524 hexToInt(char **ptr, int *intValue) in hexToInt() argument
529 *intValue = 0; in hexToInt()
537 *intValue = (*intValue << 4) | hexValue; in hexToInt()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/stubs/
H A Di386-stub.c716 hexToInt (char **ptr, int *intValue) in hexToInt() argument
721 *intValue = 0; in hexToInt()
728 *intValue = (*intValue << 4) | hexValue; in hexToInt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h42 uint32_t intValue() const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptToken.h54 uint32_t intValue() const;
H A DResourceScriptToken.cpp48 uint32_t RCToken::intValue() const { in intValue() function in RCToken
H A Dllvm-rc.cpp621 outs() << "; int value = " << Token.intValue(); in doRc()
H A DResourceScriptStmt.h35 : Val(Token.intValue()), Long(Token.isLongInt()) {} in RCInt()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d2483 Expression intValue(dinteger_t i) in getProperty()
2600 case Tfloat32: return intValue(target.FloatProperties.dig); in getProperty()
2603 case Tfloat64: return intValue(target.DoubleProperties.dig); in getProperty()
2606 case Tfloat80: return intValue(target.RealProperties.dig); in getProperty()
2632 case Tfloat32: return intValue(target.FloatProperties.mant_dig); in getProperty()
2635 case Tfloat64: return intValue(target.DoubleProperties.mant_dig); in getProperty()
2638 case Tfloat80: return intValue(target.RealProperties.mant_dig); in getProperty()
2648 case Tfloat32: return intValue(target.FloatProperties.max_10_exp); in getProperty()
2651 case Tfloat64: return intValue(target.DoubleProperties.max_10_exp); in getProperty()
2654 case Tfloat80: return intValue(target.RealProperties.max_10_exp); in getProperty()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d2956 uint intValue;
2958 ulong intValue;
3311 es.intValue = swapEndian(es.intValue);
3317 uint intValue = *cast(const uint*) &val;
3319 ulong intValue = *cast(const ulong*) & val;
3321 intValue = swapEndian(intValue);
3322 return ctfeBytes(intValue);
3333 es.intValue = swapEndian(es.intValue);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbitmanip.d2271 uint intValue;
2273 ulong intValue;
2610 es.intValue = swapEndian(es.intValue);
2624 es.intValue = swapEndian(es.intValue);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp2037 llvm::Value *intValue = atomics.convertRValueToInt(rvalue); in EmitAtomicStore() local
2042 intValue = Builder.CreateIntCast( in EmitAtomicStore()
2043 intValue, addr.getElementType(), /*isSigned=*/false); in EmitAtomicStore()
2044 llvm::StoreInst *store = Builder.CreateStore(intValue, addr); in EmitAtomicStore()