Home
last modified time | relevance | path

Searched defs:vec (Results 226 - 250 of 695) sorted by relevance

12345678910>>...28

/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_function_utils.h103 void ObjectToVector(T &param, std::vector<int8_t> &vec) in ObjectToVector() argument
110 int32_t VectorToObject(std::vector<int8_t> &vec, T &param) in VectorToObject() argument
/test/xts/hats/hdf/vibrator/vibratorBenchmarkTest/
H A Dhdf_vibrator_benchmark_test.cpp236 std::vector<CompositeEffect> vec; in BENCHMARK_F() local
/third_party/ffmpeg/libavfilter/
H A Ddeshake.h48 MotionVector vec; ///< Motion vector member
/third_party/json/tests/src/
H A Dunit-msgpack.cpp1514 std::vector<uint8_t> vec = {0xc0, 0xc0}; variable
1829 std::vector<uint8_t> vec; variable
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_regs_to_ssa.c186 nir_alu_instr *vec = nir_alu_instr_create(state->shader, vecN_op); in rewrite_alu_instr() local
H A Dnir_lower_phis_to_scalar.c223 nir_alu_instr *vec = nir_alu_instr_create(state->shader, vec_op); in lower_phis_to_scalar_block() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dserialize_tests.cpp153 nir_ssa_def *vec = nir_vec(b, undefs, GetParam()); in TEST_P() local
273 nir_ssa_def *vec = nir_channel(b, zero, GetParam() - 1); in TEST_P() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_io.c47 nir_ssa_def *vec = nir_vec(b, comps, intr->num_components); in replace_intrinsic_with_vec() local
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dchunkcopy.h207 static inline void v_store_128(void* out, const z_vec128i_t vec) { in v_store_128() argument
254 static inline void v_store_128(void* out, const z_vec128i_t vec) { in v_store_128() argument
/third_party/node/deps/zlib/contrib/optimizations/
H A Dchunkcopy.h218 static inline void v_store_128(void* out, const z_vec128i_t vec) { in v_store_128() argument
265 static inline void v_store_128(void* out, const z_vec128i_t vec) { in v_store_128() argument
/third_party/node/src/quic/
H A Dtransportparams.cc103 TransportParams::TransportParams(Type type, const ngtcp2_vec& vec) in TransportParams() argument
H A Dsessionticket.cc48 ngtcp2_vec vec = content; in FromV8Value() local
/third_party/nghttp2/lib/
H A Dsfparse.h215 sf_vec vec; member
/third_party/node/deps/base64/base64/test/
H A Dtest_base64.c332 } vec[] = { in test_one_codec() local
/third_party/node/deps/nghttp2/lib/
H A Dsfparse.h215 sf_vec vec; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_vec.c32 ngtcp2_vec *ngtcp2_vec_init(ngtcp2_vec *vec, const uint8_t *base, size_t len) { in ngtcp2_vec_init() argument
60 void ngtcp2_vec_del(ngtcp2_vec *vec, const ngtcp2_mem *mem) { in ngtcp2_vec_del() argument
64 uint64_t ngtcp2_vec_len(const ngtcp2_vec *vec, size_t n) { in ngtcp2_vec_len() argument
75 int64_t ngtcp2_vec_len_varint(const ngtcp2_vec *vec, size_t n) { in ngtcp2_vec_len_varint() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dcpuid.c99 IA32CAP vec; in OPENSSL_cpuid_setup() local
/third_party/openssl/crypto/
H A Dcpuid.c99 IA32CAP vec; in OPENSSL_cpuid_setup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.hpp267 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() argument
273 inline const T* getDataOrNullptr (const std::vector<T>& vec, const std::size_t index = 0u) in getDataOrNullptr() argument
/third_party/skia/src/effects/imagefilters/
H A DSkOffsetImageFilter.cpp79 SkVector vec = ctm.mapVector(offset.fX, offset.fY); in map_offset_vector() local
91 SkIPoint vec = map_offset_vector(ctx.ctm(), fOffset); in onFilterImage() local
137 SkIPoint vec = map_offset_vector(ctm, fOffset); in onFilterNodeBounds() local
[all...]
/third_party/skia/src/core/
H A DSkPointPriv.h96 static SkPoint MakeOrthog(const SkPoint& vec, Side side = kLeft_Side) { in MakeOrthog() argument
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbbox.c469 FT_Vector* vec; in FT_EXPORT_DEF() local
H A Dfttrigon.c163 ft_trig_pseudo_rotate( FT_Vector* vec, in ft_trig_pseudo_rotate() argument
360 FT_Vector_Unit( FT_Vector* vec, FT_Angle angle ) FT_Vector_Unit() argument
377 FT_Vector_Rotate( FT_Vector* vec, FT_Angle angle ) FT_Vector_Rotate() argument
454 FT_Vector_Polarize( FT_Vector* vec, FT_Fixed *length, FT_Angle *angle ) FT_Vector_Polarize() argument
484 FT_Vector_From_Polar( FT_Vector* vec, FT_Fixed length, FT_Angle angle ) FT_Vector_From_Polar() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c481 FT_Vector* vec = cur->points; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftsmooth.c278 FT_Vector* vec; in ft_smooth_raster_lcd() local
310 FT_Vector* vec; in ft_smooth_raster_lcdv() local
375 FT_Vector* vec; ft_smooth_raster_overlap() local
[all...]

Completed in 15 milliseconds

12345678910>>...28