/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler.h | 233 void set_can_fallback(bool val) { can_fallback_ = val; } in set_can_fallback() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.h | 257 uint32_t val; member 337 .val = data, in OUT_RINGP()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_admis.c | 173 ASN1_STRING* val = sk_ASN1_STRING_value(pinfo->professionItems, k); in i2r_ADMISSION_SYNTAX() local 176 || ASN1_STRING_print(bp, val) <= 0 in i2r_ADMISSION_SYNTAX()
|
/third_party/rust/crates/clap/src/parser/ |
H A D | arg_matcher.rs | 175 pub(crate) fn add_val_to(&mut self, arg: &Id, val: AnyValue, raw_val: OsString) { 177 ma.append_val(val, raw_val);
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | info.py | 307 for i, val in enumerate(self._analyzed): 309 return val
|
/third_party/python/Lib/asyncio/ |
H A D | futures.py | 114 def _log_traceback(self, val): 115 if val:
|
/third_party/openssl/crypto/x509/ |
H A D | v3_admis.c | 173 ASN1_STRING* val = sk_ASN1_STRING_value(pinfo->professionItems, k); in i2r_ADMISSION_SYNTAX() local 176 || ASN1_STRING_print(bp, val) <= 0 in i2r_ADMISSION_SYNTAX()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc_mips32.c | 218 uint32_t val, int i, uint32_t* const val_prev, int* const i_prev, in GetEntropyUnrefinedHelper() 240 *val_prev = val; in GetEntropyUnrefinedHelper() 217 GetEntropyUnrefinedHelper( uint32_t val, int i, uint32_t* const val_prev, int* const i_prev, VP8LBitEntropy* const bit_entropy, VP8LStreaks* const stats) GetEntropyUnrefinedHelper() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | erarules.cpp | 179 const UChar *val = ures_getString(res.getAlias(), &len, &status); in createInstance() local 180 if (u_strncmp(val, VAL_FALSE, VAL_FALSE_LEN) == 0) { in createInstance()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_reader_utils.c | 212 const uint32_t val = VP8LPrefetchBits(br) & kBitMask[n_bits]; in VP8LReadBits() local 216 return val; in VP8LReadBits()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttdriver.c | 130 FT_UInt* val = (FT_UInt*)value; in tt_property_get() local 133 *val = interpreter_version; in tt_property_get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 106 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) in AsmRewrite() 107 : Kind(kind), Loc(loc), Len(len), Done(false), Val(val) {} in AsmRewrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DivergenceAnalysis.cpp | 454 bool GPUDivergenceAnalysis::isDivergent(const Value &val) const { in isDivergent() 455 return DA.isDivergent(val); in isDivergent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | DenseMapInfo.h | 279 static unsigned getHashValue(hash_code val) { return val; } in getHashValue()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | inferFromGenericFunctionReturnTypes3.js | 188 constructor(val: T) { } 307 constructor(val) { }
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_i18n.py | 28 key, val = line.split(':',1) 29 headers[key] = val.strip()
|
/third_party/python/Lib/ |
H A D | types.py | 217 def send(self, val): 218 return self.__wrapped.send(val)
|
/third_party/skia/modules/skottie/utils/ |
H A D | SkottieUtils.cpp | 134 bool CustomPropertyManager::set(const PropKey& key, const V& val, const PropMap<T>& container) { in set() argument 142 handle->set(val); in set()
|
/third_party/rust/crates/nom/src/combinator/ |
H A D | tests.rs | 174 verify(crate::number::streaming::be_u32, |val: &u32| *val < 3)(i) in test_verify_ref()
|
/third_party/rust/crates/serde/serde/src/ |
H A D | lib.rs | 286 Ok(val) => val,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 523 * @val: Value to set 526 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val); 829 * @val: Binary data to read the EC point from 837 const u8 *val);
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRGBA.hpp | 68 explicit RGBA (deUint32 val) in RGBA() argument 70 m_value = val; in RGBA()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 1624 u32 val; in set_tx_desc_fetch_prio() local 1629 val = rd32(E1000_I210_TXDCTL(queue)); in set_tx_desc_fetch_prio() 1632 val |= E1000_TXDCTL_PRIORITY; in set_tx_desc_fetch_prio() 1634 val &= ~E1000_TXDCTL_PRIORITY; in set_tx_desc_fetch_prio() 1636 wr32(E1000_I210_TXDCTL(queue), val); in set_tx_desc_fetch_prio() local 1641 u32 val; in set_queue_mode() local 1646 val = rd32(E1000_I210_TQAVCC(queue)); in set_queue_mode() 1649 val |= E1000_TQAVCC_QUEUEMODE; in set_queue_mode() 1651 val &= ~E1000_TQAVCC_QUEUEMODE; in set_queue_mode() 1653 wr32(E1000_I210_TQAVCC(queue), val); in set_queue_mode() local 1913 u32 val; igb_setup_tx_mode() local 4593 u32 val, reg; igb_set_vf_vlan_strip() local 9289 u32 err, val; __igb_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 1621 u32 val; in set_tx_desc_fetch_prio() local 1626 val = rd32(E1000_I210_TXDCTL(queue)); in set_tx_desc_fetch_prio() 1629 val |= E1000_TXDCTL_PRIORITY; in set_tx_desc_fetch_prio() 1631 val &= ~E1000_TXDCTL_PRIORITY; in set_tx_desc_fetch_prio() 1633 wr32(E1000_I210_TXDCTL(queue), val); in set_tx_desc_fetch_prio() local 1638 u32 val; in set_queue_mode() local 1643 val = rd32(E1000_I210_TQAVCC(queue)); in set_queue_mode() 1646 val |= E1000_TQAVCC_QUEUEMODE; in set_queue_mode() 1648 val &= ~E1000_TQAVCC_QUEUEMODE; in set_queue_mode() 1650 wr32(E1000_I210_TQAVCC(queue), val); in set_queue_mode() local 1910 u32 val; igb_setup_tx_mode() local 4679 u32 val, reg; igb_set_vf_vlan_strip() local 9467 u32 err, val; __igb_resume() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 324 string value16ToString(const FloatFormat& fmt, const T& val) in value16ToString() argument 327 printValue16(fmt, val, oss); in value16ToString() 352 string comparisonMessage(const T& val) in comparisonMessage() argument 354 DE_UNREF(val); in comparisonMessage() 359 string comparisonMessage(const int& val) in comparisonMessage() argument 363 int flags = val; in comparisonMessage() 373 string comparisonMessage(const tcu::IVec2& val) in comparisonMessage() argument 376 tcu::IVec2 flags = val; in comparisonMessage() 387 string comparisonMessage(const tcu::IVec3& val) in comparisonMessage() argument 390 tcu::IVec3 flags = val; in comparisonMessage() 404 comparisonMessage(const tcu::IVec4& val) comparisonMessage() argument 429 value32ToString(const FloatFormat& fmt, const T& val) value32ToString() argument 443 value64ToString(const FloatFormat& fmt, const T& val) value64ToString() argument 996 comparisonMessageInterval(const typename Traits<T>::IVal& val) comparisonMessageInterval() argument 1003 comparisonMessageInterval(const Traits<int>::IVal& val) comparisonMessageInterval() argument 1009 comparisonMessageInterval(const Traits<float>::IVal& val) comparisonMessageInterval() argument 1015 comparisonMessageInterval(const tcu::Vector<tcu::Interval, 2> & val) comparisonMessageInterval() argument 1022 comparisonMessageInterval(const tcu::Vector<tcu::Interval, 3> & val) comparisonMessageInterval() argument 1029 comparisonMessageInterval(const tcu::Vector<tcu::Interval, 4> & val) comparisonMessageInterval() argument [all...] |