Home
last modified time | relevance | path

Searched refs:value (Results 9976 - 10000 of 22778) sorted by relevance

1...<<391392393394395396397398399400>>...912

/third_party/node/deps/v8/src/objects/
H A Doddball-inl.h41 void Oddball::set_kind(byte value) { in set_kind() argument
42 WRITE_FIELD(*this, kKindOffset, Smi::FromInt(value)); in set_kind()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_timeline.h51 uint64_t value; member
97 uint64_t value,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtxt_db.h56 OPENSSL_STRING *value);
57 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_cnf.c28 OSSL_TRACE2(CONF, "Loading EVP module: name %s, value %s\n", in alg_module_init()
56 oval->value, 0, 0)) { in alg_module_init()
62 "name=%s, value=%s", oval->name, oval->value); in alg_module_init()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/
H A DRegexCache.java70 public synchronized void put(K key, V value) { in put() argument
71 map.put(key, value); in put()
/third_party/python/Lib/ctypes/test/
H A Dtest_simplesubclasses.py8 return self.value == other.value
17 # Test if the return value of a callback is ignored
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_renames.py69 new_attr = LOOKUP[(mod_name.value, attr_name.value)]
H A Dfix_apply.py41 args.children[0].value in {'**', '*'}):
44 kwds.children[0].value == '**'):
/third_party/openssl/crypto/evp/
H A Devp_cnf.c28 OSSL_TRACE2(CONF, "Loading EVP module: name %s, value %s\n", in alg_module_init()
56 oval->value, 0, 0)) { in alg_module_init()
62 "name=%s, value=%s", oval->name, oval->value); in alg_module_init()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DToken.h86 // Converts text into numeric value for CONST_INT and CONST_FLOAT token.
87 // Returns false if the parsed value cannot fit into an int or float.
88 bool iValue(int *value) const;
89 bool uValue(unsigned int *value) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLProgramImpl.h38 void *value,
44 void *value,
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dppm.cc20 #include "amber/value.h"
58 for (amber::Value value : values) { in ConvertToPPM()
59 const uint32_t pixel = value.AsUint32(); in ConvertToPPM()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_non_uniform.cpp42 const auto value = inst->GetOperandAs<uint32_t>(4); in ValidateGroupNonUniformBallotBitCount() local
43 const auto value_type = _.FindDef(value)->type_id(); in ValidateGroupNonUniformBallotBitCount()
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_registry_tables.py53 value = an_id.attrib['value']
61 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
/third_party/openssl/include/openssl/
H A Dtxt_db.h56 OPENSSL_STRING *value);
57 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dspirv_endian.cpp24 // This constant value allows the detection of the host machine's endianness.
25 // Accessing it through the "value" member is valid due to C++11 section 3.10
29 uint32_t value; member
32 #define I32_ENDIAN_HOST (o32_host_order.value)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dspirv_endian.cpp24 // This constant value allows the detection of the host machine's endianness.
25 // Accessing it through the "value" member is valid due to C++11 section 3.10
29 uint32_t value; member
32 #define I32_ENDIAN_HOST (o32_host_order.value)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_non_uniform.cpp42 const auto value = inst->GetOperandAs<uint32_t>(4); in ValidateGroupNonUniformBallotBitCount() local
43 const auto value_type = _.FindDef(value)->type_id(); in ValidateGroupNonUniformBallotBitCount()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_registry_tables.py53 value = an_id.attrib['value']
61 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
/third_party/skia/third_party/externals/icu/source/io/
H A Dufmt_cmn.h74 * Convert a UChar in hex radix to an integer value.
76 * @return The integer value of <TT>c</TT>.
96 * @param value The value to be converted
105 uint64_t value,
118 void *value,
127 * @return The numeric value.
140 * @return The pointer value.
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DEnumMaskIteratorTests.cpp29 static constexpr unsigned value = 3; member
45 static_assert(EnumBitmaskSize<TestAspect>::value == 3, "");
/third_party/optimized-routines/string/
H A Dasmdefs.h26 #define GNU_PROPERTY(type, value) \
35 .word value; \
/third_party/python/Doc/tools/extensions/
H A Dpatchlevel.py31 name, value = m.group(1, 2)
32 d[name] = value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DPointerLikeTypeTraits.h35 : std::integral_constant<size_t, ConstantLog2<N / 2>::value + 1> {};
45 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h74 void setReturnStackOffset(unsigned value) { in setReturnStackOffset() argument
76 ReturnStackOffset = value; in setReturnStackOffset()

Completed in 14 milliseconds

1...<<391392393394395396397398399400>>...912