/third_party/node/deps/v8/src/objects/ |
H A D | oddball-inl.h | 41 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 D | vk_sync_timeline.h | 51 uint64_t value; member 97 uint64_t value,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | txt_db.h | 56 OPENSSL_STRING *value); 57 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_cnf.c | 28 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 D | RegexCache.java | 70 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 D | test_simplesubclasses.py | 8 return self.value == other.value 17 # Test if the return value of a callback is ignored
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_renames.py | 69 new_attr = LOOKUP[(mod_name.value, attr_name.value)]
|
H A D | fix_apply.py | 41 args.children[0].value in {'**', '*'}): 44 kwds.children[0].value == '**'):
|
/third_party/openssl/crypto/evp/ |
H A D | evp_cnf.c | 28 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 D | Token.h | 86 // 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 D | CLProgramImpl.h | 38 void *value, 44 void *value,
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | ppm.cc | 20 #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 D | validate_non_uniform.cpp | 42 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 D | generate_registry_tables.py | 53 value = an_id.attrib['value'] 61 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
|
/third_party/openssl/include/openssl/ |
H A D | txt_db.h | 56 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 D | spirv_endian.cpp | 24 // 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 D | spirv_endian.cpp | 24 // 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 D | validate_non_uniform.cpp | 42 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 D | generate_registry_tables.py | 53 value = an_id.attrib['value'] 61 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | ufmt_cmn.h | 74 * 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 D | EnumMaskIteratorTests.cpp | 29 static constexpr unsigned value = 3; member 45 static_assert(EnumBitmaskSize<TestAspect>::value == 3, "");
|
/third_party/optimized-routines/string/ |
H A D | asmdefs.h | 26 #define GNU_PROPERTY(type, value) \ 35 .word value; \
|
/third_party/python/Doc/tools/extensions/ |
H A D | patchlevel.py | 31 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 D | PointerLikeTypeTraits.h | 35 : 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 D | XCoreMachineFunctionInfo.h | 74 void setReturnStackOffset(unsigned value) { in setReturnStackOffset() argument 76 ReturnStackOffset = value; in setReturnStackOffset()
|