Home
last modified time | relevance | path

Searched refs:val (Results 20701 - 20725 of 26793) sorted by relevance

1...<<821822823824825826827828829830>>...1072

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c384 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 Dlibevdev-tweak-device.c82 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 Dfanotify.h125 "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 Dlowpower.c467 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 Dlinearize.h137 struct expression *val; member
343 pseudo_t value_pseudo(long long val);
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h358 void Push(T val) { locations_.push_back(val.ptr()); } in Push() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.h233 void set_can_fallback(bool val) { can_fallback_ = val; } in set_can_fallback() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h257 uint32_t val; member
337 .val = data, in OUT_RINGP()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_admis.c173 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 Darg_matcher.rs175 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 Dinfo.py307 for i, val in enumerate(self._analyzed):
309 return val
/third_party/python/Lib/asyncio/
H A Dfutures.py114 def _log_traceback(self, val):
115 if val:
/third_party/openssl/crypto/x509/
H A Dv3_admis.c173 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 Dlossless_enc_mips32.c218 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 Derarules.cpp179 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 Dbit_reader_utils.c212 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 Dttdriver.c130 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 DMCTargetAsmParser.h106 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 DDivergenceAnalysis.cpp454 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 DDenseMapInfo.h279 static unsigned getHashValue(hash_code val) { return val; } in getHashValue()
/third_party/typescript/tests/baselines/reference/
H A DinferFromGenericFunctionReturnTypes3.js188 constructor(val: T) { }
307 constructor(val) { }
/third_party/python/Lib/test/test_tools/
H A Dtest_i18n.py28 key, val = line.split(':',1)
29 headers[key] = val.strip()
/third_party/python/Lib/
H A Dtypes.py217 def send(self, val):
218 return self.__wrapped.send(val)
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp134 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 Dtests.rs174 verify(crate::number::streaming::be_u32, |val: &u32| *val < 3)(i) in test_verify_ref()

Completed in 30 milliseconds

1...<<821822823824825826827828829830>>...1072