Home
last modified time | relevance | path

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

123456

/third_party/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/ltp/tools/sparse/sparse-src/validation/backend/
Dpointer-param.c12 static int vals[5], valt[5], valr[5]; in foo() local
/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/flutter/skia/include/private/
DSkVx.h72 T vals[N] = {0}; in Vec() local
/third_party/flutter/skia/bench/
DDashBench.cpp185 SkScalar vals[] = { SkIntToScalar(4), SkIntToScalar(4) }; in MakeDashBench() local
223 SkScalar vals[] = { SK_Scalar1, SK_Scalar1 }; in DashLineBench() local
262 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DrawPointsDashingBench() local
387 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DashGridBench() 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/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/cef/tests/cefclient/browser/
Dwindow_test.cc80 const std::string& vals = in OnQuery() local
/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/flutter/skia/tests/
DSkNxTest.cpp19 float vals[4]; in test_Nf() local
34 float vals[] = {3, 4, 5, 6}; in test_Nf() local
83 T vals[8]; in test_Ni() local
99 T vals[] = { 1,2,3,4,5,6,7,8 }; in test_Ni() local
/third_party/ffmpeg/libavcodec/tests/
Ddct.c119 static void init_block(int16_t block[64], int test, int is_idct, AVLFG *prng, int vals) in init_block()
190 const int vals=1<<bits; in dct_error() local
/third_party/flutter/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/samplecode/
DSampleCusp.cpp130 SkScalar vals[9]; in onDrawContent() 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/gstreamer/gstplugins_good/gst/goom/
Dsurf3d.c123 grid3d_update (grid3d * g, float angle, float *vals, float dist) in grid3d_update()
/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()

123456