Home
last modified time | relevance | path

Searched defs:vals (Results 1 - 25 of 103) sorted by relevance

12345

/third_party/ffmpeg/libavutil/tests/
H A Ddict.c35 char vals[] = {val, '\0'}; in test_separators() local
/third_party/lzma/CPP/7zip/UI/Common/
H A DSortUtils.cpp21 unsigned *vals = &indices[0]; in SortFileNames() local
H A 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/
H A Dpointer-param.c12 static int vals[5], valt[5], valr[5]; in foo() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebug.hpp124 auto vals = val(v, i); in val() local
/third_party/spirv-tools/source/util/
H A Dhash_combine.h35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() argument
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DBitBuffer.java102 public void appendBits(int[] vals, int len) { in appendBits() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DEndianStream.h44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() argument
H A DFormat.h104 format_object(const char *fmt, const Ts &... vals) in format_object() argument
/third_party/cups-filters/cupsfilters/
H A Dlut.c54 float vals[4]; /* Values */ in cupsLutLoad() local
[all...]
/third_party/skia/tests/
H A DDashPathEffectTest.cpp131 SkScalar vals[] = { 98, 94, 2888458849.f, 227, 0, 197 }; in DEF_TEST() local
H A DDrawPathTest.cpp250 const SkScalar vals[] = { 27734, 35660, 2157846850.0f, 247 }; in test_crbug_140642() local
H A DSkNxTest.cpp34 float vals[] = {3, 4, 5, 6}; in test_Nf() local
105 T vals[] = { 1,2,3,4,5,6,7,8 }; test_Ni() local
[all...]
/third_party/skia/samplecode/
H A DSampleCusp.cpp130 SkScalar vals[9]; variable
[all...]
/third_party/backends/backend/
H A Dcanon_pp.h96 SANE_Int vals[NUM_OPTIONS]; member
/third_party/openssl/test/
H A Drsa_test.c359 static const unsigned char vals[8] = { in test_rsa_security_bit() local
/third_party/ffmpeg/libavcodec/
H A Dlsp.c228 void ff_sort_nearly_sorted_floats(float *vals, int len) in ff_sort_nearly_sorted_floats() argument
/third_party/astc-encoder/Source/
H A Dastcenc_symbolic_physical.cpp304 int vals = 2 * (scb.color_formats[i] >> 2) + 2; in symbolic_to_physical() local
556 int vals = 2 * (color_formats[i] >> 2) + 2; in physical_to_symbolic() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_ctx.c26 BIGNUM vals[BN_CTX_POOL_SIZE]; member
/third_party/openssl/crypto/bn/
H A Dbn_ctx.c26 BIGNUM vals[BN_CTX_POOL_SIZE]; member
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser_test.cc3885 std::vector<double> vals = {2, 3, 4, 5}; in TEST_F() local
3915 std::vector<double> vals = {2, 3, 4, 5}; in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DPrint.hpp182 static std::vector<Value *> vals(ARGS... v) in vals() function in rr::PrintValue
359 Printv(const char *msg, std::initializer_list<PrintValue> vals) Printv() argument
367 Print(const char *msg, const ARGS &...vals) Print() argument
375 Print(const char *function, const char *file, int line, const char *msg, const ARGS &...vals) Print() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_symbolic_physical.cpp238 int vals = 2 * (color_formats[i] >> 2) + 2; in physical_to_symbolic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormat.h104 format_object(const char *fmt, const Ts &... vals) in format_object() argument
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h49 AI static Rect FromVals(float4 vals) { // vals.zw must already be negated. in FromVals() argument
65 AI const float4& vals() const { return fVals; } // [left, top, -right, -bot]. in vals() function in skgpu::Rect
66 AI float4& vals() { return fVals; } // [left, top, -right, -bot]. in vals() function in skgpu::Rect
144 AI static float4 NegateBotRight(float4 vals) { // Returns [vals.xy, -vals.zw]. in NegateBotRight() argument
148 AI Rect(float4 vals) argument
[all...]

Completed in 27 milliseconds

12345