Home
last modified time | relevance | path

Searched defs:vals (Results 1 – 25 of 118) sorted by relevance

12345

/third_party/libunwind/libunwind/tests/
DGia64-test-nat.c207 check_static_to_stacked (unw_cursor_t *c, unw_word_t *vals) in check_static_to_stacked()
253 check_static_to_fr (unw_cursor_t *c, unw_word_t *vals) in check_static_to_fr()
290 check_static_to_br (unw_cursor_t *c, unw_word_t *vals) in check_static_to_br()
326 check_static_to_mem (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem()
362 check_static_to_memN (unw_cursor_t *c, unw_word_t *vals, const char *func) in check_static_to_memN()
398 check_static_to_mem2 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem2()
404 check_static_to_mem3 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem3()
410 check_static_to_mem4 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem4()
416 check_static_to_mem5 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem5()
422 check_static_to_scratch (unw_cursor_t *c, unw_word_t *vals) in check_static_to_scratch()
[all …]
/third_party/skia/experimental/graphite/src/geom/
DRect.h49 AI static Rect FromVals(float4 vals) { // vals.zw must already be negated. in FromVals()
65 AI const float4& vals() const { return fVals; } // [left, top, -right, -bot]. in vals() function
66 AI float4& vals() { return fVals; } // [left, top, -right, -bot]. in vals() function
144 AI static float4 NegateBotRight(float4 vals) { // Returns [vals.xy, -vals.zw]. in NegateBotRight()
148 AI Rect(float4 vals) : fVals(vals) {} // vals.zw must already be negated. in Rect()
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
DconvertToAsyncFunction_PromiseDotAll.ts12 …const vals = await Promise.all([fetch('https://typescriptlang.org'), fetch('https://microsoft.com'… constant
/third_party/node/test/parallel/
Dtest-buffer-inheritance.js23 const vals = [new T(4), T(4)]; variable
Dtest-http-hostname-typechecking.js9 const vals = [{}, [], NaN, Infinity, -Infinity, true, false, 1, 0, new Date()]; variable
/third_party/lzma/CPP/7zip/UI/Common/
DSortUtils.cpp21 unsigned *vals = &indices[0]; in SortFileNames() local
DUpdatePair.cpp150 int *vals = &duplicatedArcItem[0]; in GetUpdatePairInfoList() local
159 unsigned *vals = &arcIndices[0]; in GetUpdatePairInfoList() local
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dpointer-param.c12 static int vals[5], valt[5], valr[5]; in foo() local
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/
Dpackage-envs.js1 const packageEnvs = (vals, prefix, env = {}) => { argument
/third_party/spirv-tools/source/util/
Dhash_combine.h35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine()
/third_party/ffmpeg/libavutil/tests/
Ddict.c35 char vals[] = {val, '\0'}; in test_separators() local
/third_party/skia/bench/
DDashBench.cpp184 SkScalar vals[] = { SkIntToScalar(4), SkIntToScalar(4) }; in MakeDashBench() local
222 SkScalar vals[] = { SK_Scalar1, SK_Scalar1 }; in DashLineBench() local
261 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DrawPointsDashingBench() local
386 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DashGridBench() local
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DBitBuffer.java102 public void appendBits(int[] vals, int len) { in appendBits()
/third_party/cups-filters/cupsfilters/
Dlut.c54 float vals[4]; /* Values */ in cupsLutLoad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndianStream.h44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write()
/third_party/node/deps/v8/tools/mb/
Dmb.py649 def FlattenMixins(self, mixins, vals, visited): argument
676 def RunGNGen(self, vals, compute_grit_inputs_for_analyze=False): argument
855 def GNArgs(self, vals, expand_imports=False): argument
907 def RunGNAnalyze(self, vals): argument
/third_party/rust/crates/clap/src/parser/matches/
Dmatched_arg.rs20 vals: Vec<Vec<AnyValue>>, field
78 pub(crate) fn vals(&self) -> Iter<Vec<AnyValue>> { in vals() method
/third_party/skia/tests/
DSkNxTest.cpp19 float vals[4]; in test_Nf() local
34 float vals[] = {3, 4, 5, 6}; in test_Nf() local
80 T vals[8]; in test_Ni() local
105 T vals[] = { 1,2,3,4,5,6,7,8 }; in test_Ni() local
/third_party/ffmpeg/libavcodec/tests/
Ddct.c120 static void init_block(int16_t block[64], int test, int is_idct, AVLFG *prng, int vals) in init_block()
191 const int vals=1<<bits; in dct_error() local
/third_party/astc-encoder/Source/
Dastcenc_symbolic_physical.cpp275 int vals = 2 * (scb.color_formats[i] >> 2) + 2; in symbolic_to_physical() local
512 int vals = 2 * (color_formats[i] >> 2) + 2; in physical_to_symbolic() local
/third_party/skia/samplecode/
DSampleCusp.cpp130 SkScalar vals[9]; in onDrawContent() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebug.hpp124 auto vals = val(v, i); in val() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_camera_profile.cpp370 uint32 vals; in FingerprintHueSatMap() local
869 uint32 vals, in ReadHueSatMap()
/third_party/googletest/googlemock/test/
Dgmock-matchers-misc_test.cc219 static const int vals[] = {1, 1, 2, 3, 5, 8}; in TYPED_TEST() local
228 static const int vals[] = {1, 1, 2, 3, 5, 8}; in TYPED_TEST() local
240 static const int vals[] = {1, 1, 2, 3, 5, 8}; in TYPED_TEST() local
251 static const int vals[] = {1, 1, 2, 3, 5, 8}; in TYPED_TEST() local
265 static const int vals[] = {1, 1, 2, 3, 5, 8}; in TYPED_TEST() local
279 static const int vals[] = {1, 1, 2, 3, 5, 8}; in TEST() local
292 static const int vals[] = {1, 1, 2, 3, 5, 8}; in TEST() local
304 static const int vals[] = {1, 1, 2, 3, 5, 8}; in TEST() local
319 static const int vals[] = {1, 1, 2, 3, 5, 8}; in TEST() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPrint.hpp182 static std::vector<Value *> vals(ARGS... v) in vals() function in rr::PrintValue
359 inline void Printv(const char *msg, std::initializer_list<PrintValue> vals) in Printv()
367 void Print(const char *msg, const ARGS &...vals) in Print()
375 void Print(const char *function, const char *file, int line, const char *msg, const ARGS &...vals) in Print()

12345