Home
last modified time | relevance | path

Searched defs:vec (Results 601 - 625 of 1002) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/nghttp2/src/
H A Dh2load_quic.cc648 std::array<nghttp3_vec, 16> vec; in write_quic() local
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c566 nghttp3_vec vec[8]; in nghttp3_stream_write_data() local
812 nghttp3_stream_writev(nghttp3_stream *stream, int *pfin, nghttp3_vec *vec, size_t veccnt) nghttp3_stream_writev() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h138 inline void fill(ZoneVector<T>* vec) { in fill() argument
145 inline void reuse(ZoneVector<T>* vec) { in reuse() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp62 void shader::add_pinned_gpr_values(vvec& vec, unsigned gpr, unsigned comp_mask, in add_pinned_gpr_values() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorTests.cpp86 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleDrawnCubeFaceTests.cpp138 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp110 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() argument
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp55 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp186 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorTests.cpp86 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleDrawnCubeFaceTests.cpp138 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() argument
/third_party/optimized-routines/math/test/
H A Dmathbench.c219 int vec; member
[all...]
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector.cc69 auto* vec = type->As<sem::Vector>(); in CalculateComponentAndComposition() local
80 auto* vec = type->As<sem::Vector>(); in CalculateComponentAndComposition() local
91 auto* vec = type->As<sem::Vector>(); in CalculateComponentAndComposition() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc271 EmitDynamicVectorAssignment( const ast::AssignmentStatement* stmt, const sem::Vector* vec) EmitDynamicVectorAssignment() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc284 std::vector<absl::StatusOr<std::unique_ptr<int>>> vec; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc685 absl::InlinedVector<NotTriviallyDestructible, 10> vec; in TEST() local
700 absl::InlinedVector<NotTriviallyDestructible, 10> vec; TEST() local
1791 absl::InlinedVector<T, 1, MinimumAllocator> vec; TEST() local
[all...]
/third_party/skia/include/private/
H A DSkNx_sse.h40 AI SkNx(const __m128& vec) : fVec(vec) {} in SkNx() argument
128 AI SkNx(const __m128& vec) : fVec(vec) {} in SkNx() argument
242 AI SkNx(const __m128i& vec) : fVec(vec) {} in SkNx() argument
312 AI SkNx(const __m128i& vec) : fVec(vec) {} in SkNx() argument
359 AI SkNx(const __m128i& vec) : fVec(vec) {} in SkNx() argument
413 SkNx(const __m128i& vec) SkNx() argument
481 SkNx(const __m128i& vec) SkNx() argument
591 SkNx(const __m128i& vec) SkNx() argument
612 SkNx(const __m128i& vec) SkNx() argument
654 SkNx(const __m128i& vec) SkNx() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp110 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() argument
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp55 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.cpp194 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuMatrix.hpp385 void Matrix<T, Rows, Cols>::setRow (int rowNdx, const Vector<T, Cols>& vec) in setRow() argument
392 void Matrix<T, Rows, Cols>::setColumn (int colNdx, const Vector<T, Rows>& vec) in setColumn() argument
461 Vector<T, Rows> operator* (const Matrix<T, Rows, Cols>& mtx, const Vector<T, Cols>& vec) in operator *() argument
476 operator *(const Vector<T, Rows>& vec, const Matrix<T, Rows, Cols>& mtx) operator *() argument
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglResizeTests.cpp449 IvVec2 ivVec2 (const IVec2& vec) in ivVec2() argument
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp95 void print_object_of_t(JsonWriter& writer, const char* object_name, std::vector<T> const& vec) { in print_object_of_t() argument
105 void print_array_of_t(JsonWriter& writer, const char* object_name, std::vector<T> const& vec) { in print_array_of_t() argument
/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp389 napi_status ParseUint8TypedArrayToVector(napi_env env, napi_value value, std::vector<uint8_t> &vec) in ParseUint8TypedArrayToVector() argument
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.cpp386 std::vector<void*> vec; in Oom() local

Completed in 33 milliseconds

1...<<21222324252627282930>>...41