/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_arit.c | 384 flush_denorm_to_zero(float val) in flush_denorm_to_zero() argument 399 fi_val.f = val; in flush_denorm_to_zero()
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 82 safe_atoi(const char *str, int *val) in safe_atoi() argument 96 *val = v; in safe_atoi()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify.h | 125 "fid(%s) = %x.%x.%x.%x.%x...", path, fid->fsid.val[0], in fanotify_save_fid() 126 fid->fsid.val[1], fh[0], fh[1], fh[2]); in fanotify_save_fid()
|
/third_party/lwip/src/core/ |
H A D | lowpower.c | 467 sys_timeout_set_wake_time(u32_t val) in sys_timeout_set_wake_time() argument 469 g_wake_up_time = val; in sys_timeout_set_wake_time()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | linearize.h | 137 struct expression *val; member 343 pseudo_t value_pseudo(long long val);
|
/third_party/node/deps/v8/src/handles/ |
H A D | global-handles.h | 358 void Push(T val) { locations_.push_back(val.ptr()); } in Push() argument
|
/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()
|