| /third_party/nghttp2/src/ |
| H A D | h2load_quic.cc | 648 std::array<nghttp3_vec, 16> vec; in write_quic() local
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_stream.c | 566 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 D | asm-parser.h | 138 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 D | sb_shader.cpp | 62 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 D | vktFragmentOperationsScissorTests.cpp | 86 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageSampleDrawnCubeFaceTests.cpp | 138 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 110 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() argument
|
| H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 55 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| H A D | vktTessellationUtil.cpp | 186 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 D | vktFragmentOperationsScissorTests.cpp | 86 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 D | vktImageSampleDrawnCubeFaceTests.cpp | 138 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() argument
|
| /third_party/optimized-routines/math/test/ |
| H A D | mathbench.c | 219 int vec; member [all...] |
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | inspector.cc | 69 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 D | generator_impl.cc | 271 EmitDynamicVectorAssignment( const ast::AssignmentStatement* stmt, const sem::Vector* vec) EmitDynamicVectorAssignment() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
| H A D | statusor_test.cc | 284 std::vector<absl::StatusOr<std::unique_ptr<int>>> vec; in TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | inlined_vector_test.cc | 685 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 D | SkNx_sse.h | 40 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 D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 110 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() argument
|
| H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 55 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 D | vktTessellationUtil.cpp | 194 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuMatrix.hpp | 385 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 D | teglResizeTests.cpp | 449 IvVec2 ivVec2 (const IVec2& vec) in ivVec2() argument
|
| /third_party/vulkan-loader/tests/framework/ |
| H A D | test_util.cpp | 95 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 D | napi_account_common.cpp | 389 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 D | dfx_crasher.cpp | 386 std::vector<void*> vec; in Oom() local
|