Home
last modified time | relevance | path

Searched defs:vec (Results 426 - 450 of 1008) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/node/src/quic/
H A Dpacket.cc245 const ngtcp2_vec& vec = token; in CreateRetryPacket() local
277 ngtcp2_vec vec = *packet; in CreateConnectionClosePacket() local
297 ngtcp2_vec vec = *packet; in CreateImmediateConnectionClosePacket() local
338 ngtcp2_vec vec = *packet; CreateStatelessResetPacket() local
386 ngtcp2_vec vec = *packet; CreateVersionNegotiationPacket() local
[all...]
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c116 struct iovec vec[LOG_LEN] = {0}; in SendMessage() local
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c176 struct iovec vec[LOG_LEN] = {0}; in SendMessage() local
/third_party/nghttp2/src/
H A Dh2load_http3_session.cc68 nghttp3_ssize read_data(nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, in read_data() argument
79 void Http3Session::read_data(nghttp3_vec *vec, size_t veccnt, in read_data() argument
406 write_stream(int64_t &stream_id, int &fin, nghttp3_vec *vec, size_t veccnt) write_stream() argument
/third_party/nghttp2/lib/
H A Dnghttp2_buf.c229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2() argument
/third_party/node/deps/cares/src/lib/
H A Dares__socket.c442 struct iovec vec; in ares__socket_write() local
/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.c1297 nghttp2_vec vec[256]; in test_nghttp2_hd_deflate_hd_vec() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.c229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c163 bi_instr *vec = bi_collect_i32_to(&b, ins->dest[0]); in bi_opt_push_ubo() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c592 LLVMValueRef vec = LLVMGetUndef(vec_type); in lp_build_gather_values() local
H A Dlp_bld_const.c268 LLVMValueRef vec = LLVMConstAllOnes(vec_type); in lp_build_one() local
/third_party/musl/Benchmark/musl/
H A Dlibc_hilog.cpp120 struct iovec vec[LOG_LEN] = {{0}}; in SendMessage() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.hpp272 Type vec[2]; in validateInitComplete() local
290 bool validateStructsWithGuard (const QueryMemberTableEntry* queryMemberTableEntry, Type* vec[2], const deUint8 guardValue, const deUint32 guardSize) in validateStructsWithGuard() argument
[all...]
H A DvkTypeUtil.hpp44 inline VkClearValue makeClearValueColorVec4 (tcu::Vec4 vec) in makeClearValueColorVec4() argument
110 inline VkExtent3D makeExtent3D (const tcu::IVec3& vec) in makeExtent3D() argument
115 inline VkExtent3D makeExtent3D (const tcu::UVec3& vec) in makeExtent3D() argument
131 makeRect2D(const tcu::IVec2& vec) makeRect2D() argument
136 makeRect2D(const tcu::IVec3& vec) makeRect2D() argument
141 makeRect2D(const tcu::UVec2& vec) makeRect2D() argument
161 makeViewport(const tcu::IVec2& vec) makeViewport() argument
166 makeViewport(const tcu::IVec3& vec) makeViewport() argument
171 makeViewport(const tcu::UVec2& vec) makeViewport() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp105 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmIndexingTests.cpp238 const UVec4 vec = indexSelectorData[numIdx]; in addComputeIndexingStructTests() local
484 const UVec4 vec = indexSelectorData[numIdx]; in addGraphicsIndexingStructTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp105 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h136 TSpan(const TVector<S> &vec) : mData(vec.data()), mSize(vec.size()) in TSpan() argument
139 TSpan &operator=(const TVector<S> &vec) in operator =() argument
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h56 SmallVector(const std::vector<T>& vec) : SmallVector() { in SmallVector() argument
67 SmallVector(std::vector<T>&& vec) : SmallVector() { in SmallVector() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DInstancingPerf.cpp33 size_t VectorSizeBytes(const std::vector<T> &vec) in VectorSizeBytes() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp201 TType *vec = new TType(EbtVec); in InsertBuiltInFunctions() local
[all...]
/third_party/openssl/ohos_lite/crypto/
H A Dcryptlib.c101 IA32CAP vec; in OPENSSL_cpuid_setup() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h56 SmallVector(const std::vector<T>& vec) : SmallVector() { in SmallVector() argument
67 SmallVector(std::vector<T>&& vec) : SmallVector() { in SmallVector() argument
[all...]
/third_party/skia/tests/
H A DJSONTest.cpp171 const auto& vec = v.as<T>(); in check_vector() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c148 FT_Vector vec; in FT_EXPORT_DEF() local
169 FT_Vector vec; in FT_EXPORT_DEF() local
237 FT_Vector vec; FT_EXPORT_DEF() local
474 FT_Vector* vec = outline->points; FT_Outline_Get_CBox() local
512 FT_Vector* vec; FT_Outline_Translate() local
709 FT_Vector* vec; FT_Outline_Transform() local
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...41