HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 501 - 525 of 6124) sorted by null

<<21222324252627282930>>

  /external/skia/modules/skottie/src/
SkottieJson.h 21 bool Parse(const skjson::Value&, T*);
24 T ParseDefault(const skjson::Value& v, const T& defaultValue) {
SkottieJson.cpp 24 bool Parse<SkScalar>(const Value& v, SkScalar* s) {
41 bool Parse<bool>(const Value& v, bool* b) {
43 case Value::Type::kNumber:
46 case Value::Type::kBool:
57 bool ParseIntegral(const Value& v, T* result) {
68 bool Parse<int>(const Value& v, int* i) {
73 bool Parse<size_t>(const Value& v, size_t* sz) {
78 bool Parse<SkString>(const Value& v, SkString* s) {
88 bool Parse<SkPoint>(const Value& v, SkPoint* pt) {
98 bool Parse<std::vector<float>>(const Value& v, std::vector<float>* vec)
    [all...]
  /external/skqp/modules/skottie/src/
SkottieJson.h 21 bool Parse(const skjson::Value&, T*);
24 T ParseDefault(const skjson::Value& v, const T& defaultValue) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionNormalization.h 27 // "pre-incremented" value, and uses after the loop using the
28 // "post-incremented" value.
48 class Value;
71 Value *OperandValToReplace,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 25 class Value;
56 /// right of an instruction or global value.
57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {}
Instructions.h 39 #include "llvm/IR/Value.h"
71 Value *ArraySize = nullptr,
74 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize,
82 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, unsigned Align,
84 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, unsigned Align,
92 /// element, this will return a constant 1 value.
93 const Value *getArraySize() const { return getOperand(0); }
94 Value *getArraySize() { return getOperand(0); }
150 static bool classof(const Value *V) {
167 /// Value to store whether or not the load is volatile
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldELFMips.h 29 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
33 uint32_t Value, uint32_t Type, int32_t Addend);
35 uint64_t Value, uint32_t Type, int64_t Addend,
38 uint64_t Value, uint32_t Type, int64_t Addend,
44 /// \param Value Target symbol address to apply the relocation action
45 uint64_t evaluateRelocation(const RelocationEntry &RE, uint64_t Value,
50 /// \param Value Target symbol address to apply the relocation action
51 void applyRelocation(const RelocationEntry &RE, uint64_t Value);
54 uint64_t Value, uint32_t Type);
56 uint64_t Offset, uint64_t Value,
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emission_utils.h 19 #include "llvm/IR/Value.h"
45 using DynamicLoopBounds = std::vector<std::pair<llvm::Value*, llvm::Value*>>;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ebc/
MemLibGeneric.c 26 Fills a target buffer with a 16-bit value, and returns the target buffer.
30 @param Value Value with which to fill Length bytes of Buffer.
40 IN UINT16 Value
44 ((UINT16*)Buffer)[--Length] = Value;
50 Fills a target buffer with a 32-bit value, and returns the target buffer.
54 @param Value Value with which to fill Length bytes of Buffer.
64 IN UINT32 Value
68 ((UINT32*)Buffer)[--Length] = Value;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ipf/
MemLibGeneric.c 26 Fills a target buffer with a 16-bit value, and returns the target buffer.
30 @param Value Value with which to fill Length bytes of Buffer.
40 IN UINT16 Value
44 ((UINT16*)Buffer)[--Length] = Value;
50 Fills a target buffer with a 32-bit value, and returns the target buffer.
54 @param Value Value with which to fill Length bytes of Buffer.
64 IN UINT32 Value
68 ((UINT32*)Buffer)[--Length] = Value;
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 60 explicit AllocaInst(Type *Ty, Value *ArraySize = nullptr,
63 AllocaInst(Type *Ty, Value *ArraySize,
69 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
71 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
83 /// allocation of a single element, this will return a constant 1 value.
85 const Value *getArraySize() const { return getOperand(0); }
86 Value *getArraySize() { return getOperand(0); }
145 static inline bool classof(const Value *V) {
162 /// SubclassData field in Value to store whether or not the load is volatile.
173 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/
BaseSynchronizationLibInternals.h 29 Value and returns the incremented value. The increment operation must be
30 performed using MP safe mechanisms. The state of the return value is not
33 @param Value A pointer to the 32-bit value to increment.
35 @return The incremented value.
41 IN volatile UINT32 *Value
49 Value and returns the decrement value. The decrement operation must be
50 performed using MP safe mechanisms. The state of the return value is not
    [all...]
  /external/google-breakpad/src/processor/
static_map_iterator.h 47 template<typename Key, typename Value, typename Compare> class StaticMap;
51 template<typename Key, typename Value, typename Compare>
70 // return a raw memory pointer that points to the start address of value.
73 // return a reinterpret-casted pointer to the value.
74 inline const Value* GetValuePtr() const {
75 return reinterpret_cast<const Value*>(GetValueRawPtr());
87 friend class StaticMap<Key, Value, Compare>;
  /external/libbrillo/brillo/
value_conversion.h 18 // This file provides a set of helper functions to convert between base::Value
34 inline bool FromValue(const base::Value& in_value, bool* out_value) {
38 inline bool FromValue(const base::Value& in_value, int* out_value) {
42 inline bool FromValue(const base::Value& in_value, double* out_value) {
46 inline bool FromValue(const base::Value& in_value, std::string* out_value) {
50 inline bool FromValue(const base::Value& in_value,
55 inline bool FromValue(const base::Value& in_value,
60 BRILLO_EXPORT bool FromValue(const base::Value& in_value,
62 BRILLO_EXPORT bool FromValue(const base::Value& in_value,
66 bool FromValue(const base::Value& in_value
    [all...]
  /external/libchrome/base/json/
json_string_value_serializer.cc 11 using base::Value;
20 bool JSONStringValueSerializer::Serialize(const Value& root) {
25 const Value& root) {
29 bool JSONStringValueSerializer::SerializeInternal(const Value& root,
50 std::unique_ptr<Value> JSONStringValueDeserializer::Deserialize(
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.h 130 Value *loadResInfo32(Value *ptr, uint32_t off, uint16_t base);
131 Value *loadResInfo64(Value *ptr, uint32_t off, uint16_t base);
132 Value *loadResLength32(Value *ptr, uint32_t off, uint16_t base);
133 Value *loadSuInfo32(Value *ptr, int slot, uint32_t off, bool bindless);
134 Value *loadBufInfo64(Value *ptr, uint32_t off)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineCodeEmitter.h 31 class Value;
177 void emitULEB128Bytes(uint64_t Value) {
179 uint8_t Byte = Value & 0x7f;
180 Value >>= 7;
181 if (Value) Byte |= 0x80;
183 } while (Value);
188 void emitSLEB128Bytes(uint64_t Value) {
189 uint64_t Sign = Value >> (8 * sizeof(Value) - 1);
193 uint8_t Byte = Value & 0x7f
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 29 #include "llvm/IR/Value.h"
60 /// CanLowerReturn - true iff the function's return value can be lowered to
74 /// A map from swifterror value in a basic block to the virtual register it is
76 DenseMap<std::pair<const MachineBasicBlock *, const Value *>, unsigned>
81 /// the predecessor(s) swifterror value.
82 DenseMap<std::pair<const MachineBasicBlock *, const Value *>, unsigned>
85 /// A map from instructions that define/use a swifterror value to the virtual
91 const Value *SwiftErrorArg;
93 using SwiftErrorValues = SmallVector<const Value*, 1>;
99 /// Get or create the swifterror value virtual register i
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
BypassSlowDivision.h 13 // runtime it is profitable to check the value of the operands, and if they are
28 class Value;
32 Value *Dividend;
33 Value *Divisor;
35 DivRemMapKey(bool InSignedOp, Value *InDividend, Value *InDivisor)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
ScopedPrinter.cpp 10 raw_ostream &operator<<(raw_ostream &OS, const HexNumber &Value) {
11 OS << "0x" << to_hexString(Value.Value);
15 const std::string to_hexString(uint64_t Value, bool UpperCase) {
18 stream << format_hex_no_prefix(Value, 1, UpperCase);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
SetValuesTest.java 32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
71 testField(classID, fieldInfo, Value.createByte(Byte.MIN_VALUE));
72 testField(classID, fieldInfo, Value.createByte(Byte.MAX_VALUE));
73 testField(classID, fieldInfo, Value.createByte((byte)0));
76 testField(classID, fieldInfo, Value.createChar(Character.MAX_VALUE));
77 testField(classID, fieldInfo, Value.createChar(Character.MIN_VALUE));
80 testField(classID, fieldInfo, Value.createFloat(Float.MIN_VALUE));
81 testField(classID, fieldInfo, Value.createFloat(Float.MAX_VALUE));
82 testField(classID, fieldInfo, Value.createFloat(Float.NaN));
83 testField(classID, fieldInfo, Value.createFloat(Float.NEGATIVE_INFINITY))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 43 /// \brief Assign a complexity or rank value to LLVM Values.
52 static inline unsigned getComplexity(Value *V) {
73 /// \brief Return true if the specified value is free to invert (apply ~ to).
78 static inline bool IsFreeToInvert(Value *V, bool WillInvertAllUses) {
224 // Return Value:
231 Value *OptimizePointerDifference(Value *LHS, Value *RHS, Type *Ty);
235 Value *foldFMulConst(Instruction *FMulOrDiv, Constant *C,
249 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted)
    [all...]
  /build/kati/
stmt.h 28 class Value;
72 * where <lhs> and <rhs> as Value instances. <sep> is either command
78 Value* lhs;
80 Value* rhs;
90 Value* lhs;
91 Value* rhs;
111 Value* expr;
123 Value* lhs;
124 Value* rhs;
136 Value* expr
    [all...]
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
SamePropertyValuesAsTest.java 10 private static final Value aValue = new Value("expected");
34 assertMismatchDescription("value was <Value other>",
35 samePropertyValuesAs(expectedBean), new ExampleBean("same", 1, new Value("other")));
49 assertDescription("same property values as ExampleBean [int: <1>, string: \"same\", value: <Value expected>]", samePropertyValuesAs(expectedBean));
52 public static class Value {
53 public Value(Object value) {
57 public final Object value; field in class:SamePropertyValuesAsTest.Value
    [all...]
  /external/llvm/include/llvm/ADT/
Statistic.h 43 std::atomic<unsigned> Value;
46 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
56 Value = 0;
60 // Allow use of this class as the value itself.
65 Value.store(Val, std::memory_order_relaxed);
70 Value.fetch_add(1, std::memory_order_relaxed);
76 return Value.fetch_add(1, std::memory_order_relaxed);
80 Value.fetch_sub(1, std::memory_order_relaxed);
86 return Value.fetch_sub(1, std::memory_order_relaxed);
92 Value.fetch_add(V, std::memory_order_relaxed)
    [all...]

Completed in 817 milliseconds

<<21222324252627282930>>