/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | PointerLikeTypeTraits.h | 36 static const bool value = false; member 42 static const bool value = true; member 46 static const bool value = HasPointerLikeTypeTraits<T>::value; member 50 static const bool value = true; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatVariadicDetails.h | 58 static bool const value = member in llvm::detail::has_FormatProvider
|
H A D | SwapByteOrder.h | 30 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() argument 44 inline uint32_t SwapByteOrder_32(uint32_t value) { in SwapByteOrder_32() argument 60 SwapByteOrder_64(uint64_t value) SwapByteOrder_64() argument [all...] |
H A D | type_traits.h | 39 static const bool value = std::is_trivially_copyable<T>::value; member 55 static const bool value = isPodLike<T>::value && isPodLike<U>::value; member 69 static const bool value member in llvm::is_integral_or_enum [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | szrt.c | 19 uint32_t __Sz_fptoui_f32_i32(float value) { return (uint32_t)value; } in __Sz_fptoui_f32_i32() argument 21 uint32_t __Sz_fptoui_f64_i32(double value) { return (uint32_t)value; } in __Sz_fptoui_f64_i32() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Chrono.cpp | 18 const char llvm::detail::unit<std::ratio<3600>>::value[] = "h"; member in llvm::llvm::detail::unit 19 const char llvm::detail::unit<std::ratio<60>>::value[] = "m"; member in llvm::llvm::detail::unit 20 const char llvm::detail::unit<std::ratio<1>>::value[] = "s"; member in llvm::llvm::detail::unit 21 const char llvm::detail::unit<std::milli>::value[] = "ms"; member in llvm::llvm::detail::unit 22 const char llvm::detail::unit<std::micro>::value[] = "us"; member in llvm::llvm::detail::unit 23 const char llvm::detail::unit<std::nano>::value[] = "ns"; member in llvm::llvm::detail::unit
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCMachineFunctionInfo.h | 46 void setReturnStackOffset(unsigned value) { in setReturnStackOffset() argument
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | symbol.h | 80 uint32_t value() const { return val_; } in value() function in tint::Symbol
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vectorize_scalar_matrix_constructors_test.cc | 49 auto value = std::to_string(c * rows + r) + ".0"; in TEST_P() local
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | hash.h | 36 static constexpr inline uint32_t value() { return 0x7f4a7c16; } in value() function 43 static constexpr inline uint64_t value() { return 0x9e3779b97f4a7c16; } in value() function 50 void HashCombine(size_t* hash, const T& value) { in HashCombine() argument 66 void HashCombine(size_t* hash, const T& value, const ARGS&... args) { in HashCombine() argument [all...] |
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_constructor_expression_test.cc | 328 auto* value = vec2<f32>(2.0f, 2.0f); in TEST_F() local 438 auto* value = vec3<f32>(2.0f, 2.0f, 2.0f); in TEST_F() local 640 auto* value = vec4<f32>(2.0f, 2.0f, 2.0f, 2.0f); in TEST_F() local
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | make_data_assembly.py | 83 value = '0' variable 86 value = '0x0' + split[i] variable 88 value = split[i] variable 90 value = '0x0' + split[i] variable 92 value = '0x' + split[i] variable
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | charstrmap.h | 45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put() argument
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | errorcode.h | 104 void set(UErrorCode value) { errorCode=value; } in set() argument
|
/third_party/toybox/toys/pending/ |
H A D | getfattr.c | 72 char *value = NULL; in do_getfattr() local
|
/third_party/vixl/examples/aarch64/ |
H A D | check-bounds.cc | 64 run_function(Simulator* simulator, Instruction* function, uint64_t value, uint64_t low, uint64_t high) run_function() argument
|
H A D | simulated-runtime-calls.cc | 45 float int32_to_float(int32_t value) { in int32_to_float() argument 50 int32_t float_to_int32(float value) { in float_to_int32() argument 55 void overload_function(float value) { in overload_function() argument 59 void overload_function(int32_t value) { in overload_function() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | mappedTypesArraysTuples.js | |
H A D | noUncheckedIndexAccess.js | 43 var value = Meat[0];
variable
|
H A D | genericContextualTypes1.js | |
H A D | varianceAnnotations.js | |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | QueueWriteBufferValidationTests.cpp | 81 uint16_t value = 123; in TEST_F() local 89 uint32_t value = 0x01020304; in TEST_F() local 98 uint32_t value = 0; in TEST_F() local 112 uint32_t value in TEST_F() local 124 uint32_t value = 0; TEST_F() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_enum.h | 80 const EnumValueDescriptor* value; member
|
H A D | java_enum_lite.cc | 60 const EnumValueDescriptor* value = descriptor_->value(i); in EnumLiteGenerator() local [all...] |
H A D | java_enum_lite.h | 80 const EnumValueDescriptor* value; member
|