Home
last modified time | relevance | path

Searched defs:vec_length (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/topology/nhlt/intel/dmic/
Ddmic-process.c69 static int find_equal_int16(int16_t idx[], int16_t vec[], int n, int vec_length, in find_equal_int16()
89 static int32_t find_max_abs_int32(int32_t vec[], int vec_length) in find_max_abs_int32()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c188 LLVMValueRef vec_length = lp_build_const_int32(gallivm, cs_type.length); in generate_compute() local