Home
last modified time | relevance | path

Searched refs:vec_length (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc119 static size_t get_total_length(const iovec_t* vec, size_t vec_length) { in get_total_length() argument
121 for (size_t i = 0; i < vec_length; ++i) { in get_total_length()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc117 static size_t get_total_length(const iovec_t* vec, size_t vec_length) { in get_total_length() argument
119 for (size_t i = 0; i < vec_length; ++i) { in get_total_length()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c183 LLVMValueRef vec_length = lp_build_const_int32(gallivm, cs_type.length); in generate_compute() local
184 num_x_loop = LLVMBuildAdd(gallivm->builder, x_size_arg, vec_length, ""); in generate_compute()
186 num_x_loop = LLVMBuildUDiv(gallivm->builder, num_x_loop, vec_length, ""); in generate_compute()
187 LLVMValueRef partials = LLVMBuildURem(gallivm->builder, x_size_arg, vec_length, ""); in generate_compute()
325 LLVMValueRef base_val = LLVMBuildMul(gallivm->builder, x_size_arg, vec_length, ""); in generate_compute()
368 lp_build_loop_end_cond(&mask_loop_state, vec_length, NULL, LLVMIntUGE); in generate_compute()