/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
pr13082-3a.d | 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
|
pr13082-3b.d | 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
|
pr13082-4a.d | 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
|
pr13082-4b.d | 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
|
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 37 llvm::Value *CodeGenModule::getBuiltinLibFunction(const FunctionDecl *FD, 59 /// Emit the conversions required to turn the given value into an 61 static Value *EmitToInt(CodeGenFunction &CGF, llvm::Value *V, 72 static Value *EmitFromInt(CodeGenFunction &CGF, llvm::Value *V, 85 static Value *MakeBinaryAtomicValue(CodeGenFunction &CGF, 94 llvm::Value *DestPtr = CGF.EmitScalarExpr(E->getArg(0)); 102 llvm::Value *Args[2]; 108 llvm::Value *Result [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOAArch64.h | 119 // Check if this a vector op to get the correct shift value. 168 // Verify addend value. 184 assert(isInt<33>(Addend) && "Invalid page reloc value."); 216 // Check if this a vector op to get the correct shift value. 281 RelocationValueRef Value( 286 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); 288 RE.Addend = Value.Offset; 292 processGOTRelocation(RE, Value, Stubs); 294 if (Value.SymbolName) 295 addRelocationForSymbol(RE, Value.SymbolName) [all...] |
/build/kati/ |
func.h | 28 void (*func)(const vector<Value*>& args, Evaluator* ev, string* s);
|
/external/elfutils/tests/ |
run-readelf-test1.sh | 34 Offset Type Value Name 38 Offset Type Value Name
|
/external/jsilver/src/com/google/clearsilver/jsilver/values/ |
NumberValue.java | 22 * A simple numeric value. 24 * @see Value 26 class NumberValue extends Value { 28 private final int value; field in class:NumberValue 30 public NumberValue(int value, EscapeMode escapeMode, boolean partiallyEscaped) { 32 this.value = value; 37 return value != 0; 42 return Integer.toString(value); 47 return value; [all...] |
/external/libchrome/base/json/ |
json_file_value_serializer.cc | 27 bool JSONFileValueSerializer::Serialize(const base::Value& root) { 32 const base::Value& root) { 36 bool JSONFileValueSerializer::SerializeInternal(const base::Value& root, 104 scoped_ptr<base::Value> JSONFileValueDeserializer::Deserialize(
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 51 uint16_t Form; // Form for this value. 52 ValueType Value; // Contains all data for the form. 61 /// \brief extracts a value in data at offset *offset_ptr. 70 return Value.data != nullptr && Value.data == (const uint8_t*)Value.cstr; 73 /// getAsFoo functions below return the extracted value as Foo if only
|
/external/llvm/lib/Analysis/ |
InlineCost.cpp | 87 DenseMap<Value *, Constant *> SimplifiedValues; 91 DenseMap<Value *, Value *> SROAArgValues; 96 DenseMap<Value *, int> SROAArgCosts; 99 DenseMap<Value *, std::pair<Value *, APInt> > ConstantOffsetPtrs; 102 bool isAllocaDerivedArg(Value *V); 103 bool lookupSROAArgAndCost(Value *V, Value *&Arg, 104 DenseMap<Value *, int>::iterator &CostIt) [all...] |
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64ExternalSymbolizer.h | 32 int64_t Value, uint64_t Address, bool IsBranch,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCAsmInfo.h | 37 void setUseIntegratedAssembler(bool Value) override;
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARC.h | 50 /// so if it's such a call and the return value has users, replace them with the 51 /// argument value. 54 Value *OldArg = cast<CallInst>(CI)->getArgOperand(0); 59 // Replace the return value with the argument.
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ComboDialog.h | 21 UString Value;
|
/external/protobuf/src/google/protobuf/stubs/ |
map-util.h | 43 // If the key is present in the map then the value associated with that 44 // key is returned, otherwise the value passed as a default is returned. 49 const typename Collection::value_type::second_type& value) { 52 return value; 58 // If the key is present a const pointer to the associated value is returned, 72 // If the key is present a const pointer to the associated value is returned, 75 // to a NULL value. 87 // Change the value associated with a particular key in a map or hash_map. 88 // If the key is not present in the map the key and value are inserted, 89 // otherwise the value is updated to be a copy of the value provided [all...] |
/external/v8/src/ |
checks.h | 13 class Value;
|
i18n.h | 55 const v8::WeakCallbackData<v8::Value, void>& data); 79 const v8::WeakCallbackData<v8::Value, void>& data); 102 const v8::WeakCallbackData<v8::Value, void>& data); 125 const v8::WeakCallbackData<v8::Value, void>& data);
|
locked-queue-inl.h | 17 Record value; member in struct:v8::internal::LockedQueue::Node 37 cur_node = cur_node->next.Value(); 47 n->value = record; 62 Node* const next_node = head_->next.Value(); 64 *record = next_node->value; 75 return head_->next.Value() == nullptr; 82 Node* const next_node = head_->next.Value(); 84 *record = next_node->value;
|
/external/webrtc/webrtc/system_wrappers/include/ |
atomic32.h | 26 // align the 32 bit value correctly (on a 32 bit boundary), so as long as you're 38 int32_t operator+=(int32_t value); 39 int32_t operator-=(int32_t value); 41 // Sets the value atomically to new_value if the value equals compare value. 44 int32_t Value() {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_TransformQuant_LumaDC.c | 57 * Return Value: 73 OMX_S32 Value; 124 Value = (armAbs((m2[j][i]/* + 1*/) / 2) * MF + Two_f) >> QbitsPlusOne; 125 pSrcDst[j * 4 + i] = (OMX_S16)((m2[j][i] < 0) ? -Value : Value);
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSInvariant.cpp | 78 for (llvm::Value &Arg : F.args()) { 103 * Follow def->use chains rooted at Value through calculations 104 * "based on" Value (see the "based on" definition at 110 bool markInvariantUserLoads(llvm::Value *Value) { 112 for (llvm::Use &Use : Value->uses()) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
meta.hpp | 30 enum { x = ( BOOST_MPL_AUX_VALUE_WKND(T1)::value == BOOST_MPL_AUX_VALUE_WKND(T2)::value ) }; 32 BOOST_STATIC_CONSTANT(bool, value = x); 34 typedef mpl::bool_<value> type; 38 BOOST_STATIC_CONSTANT(bool, value = ( 39 BOOST_MPL_AUX_VALUE_WKND(T1)::value 40 == BOOST_MPL_AUX_VALUE_WKND(T2)::value 44 BOOST_MPL_AUX_VALUE_WKND(T1)::value 45 == BOOST_MPL_AUX_VALUE_WKND(T2)::value 52 // ct_switch4<Value,Case0Val,Case1Val,Case2Val,Case0Type,Case1Type,Case2Type,DefaultType>::typ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdipluscolor.h | 42 ARGB Value; 203 Color(): Value(0xFF000000) {} 204 Color(ARGB argb): Value(argb) {} 205 Color(BYTE r, BYTE g, BYTE b): Value(MakeARGB(0xFF, r, g, b)) {} 206 Color(BYTE a, BYTE r, BYTE g, BYTE b): Value(MakeARGB(a, r, g, b)) {} 210 return (BYTE) (Value >> 24); 214 return (BYTE) (Value >> 24); 218 return (BYTE) Value; 222 return (BYTE) Value; 226 return (BYTE) (Value >> 8) [all...] |