Searched refs:dst_len (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dbigmath.h34 _ubm_add_u32arr(uint32_t *dst, unsigned dst_len, argument
39 for (unsigned i = 0; i < dst_len; i++) {
51 for (unsigned i = dst_len; i < a_len; i++) {
56 for (unsigned i = dst_len; i < b_len; i++) {
67 _ubm_mul_u32arr(uint32_t *dst, unsigned dst_len, argument
71 memset(dst, 0, dst_len * sizeof(*dst));
91 if (i + j < dst_len) {
101 if (i + b_len < dst_len)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dbigmath.h34 _ubm_add_u32arr(uint32_t *dst, unsigned dst_len, argument
39 for (unsigned i = 0; i < dst_len; i++) {
51 for (unsigned i = dst_len; i < a_len; i++) {
56 for (unsigned i = dst_len; i < b_len; i++) {
67 _ubm_mul_u32arr(uint32_t *dst, unsigned dst_len, argument
71 memset(dst, 0, dst_len * sizeof(*dst));
91 if (i + j < dst_len) {
101 if (i + b_len < dst_len)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.h96 unsigned dst_len);
H A Dlp_bld_swizzle.c318 * This fills a vector of dst_len length with the swizzled channels from src.
325 * @param dst_len the length of the result
332 unsigned dst_len)
338 assert(dst_len < LP_MAX_VECTOR_WIDTH);
340 for (i = 0; i < dst_len; ++i) {
350 return LLVMBuildShuffleVector(builder, src, LLVMGetUndef(LLVMTypeOf(src)), LLVMConstVector(shuffles, dst_len), "");
328 lp_build_swizzle_aos_n(struct gallivm_state * gallivm,LLVMValueRef src,const unsigned char * swizzles,unsigned num_swizzles,unsigned dst_len) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.h96 unsigned dst_len);
H A Dlp_bld_swizzle.c319 * This fills a vector of dst_len length with the swizzled channels from src.
326 * @param dst_len the length of the result
333 unsigned dst_len)
339 assert(dst_len < LP_MAX_VECTOR_WIDTH);
341 for (i = 0; i < dst_len; ++i) {
351 return LLVMBuildShuffleVector(builder, src, LLVMGetUndef(LLVMTypeOf(src)), LLVMConstVector(shuffles, dst_len), "");
329 lp_build_swizzle_aos_n(struct gallivm_state * gallivm,LLVMValueRef src,const unsigned char * swizzles,unsigned num_swizzles,unsigned dst_len) argument
/xsrc/external/mit/libXt/dist/src/
H A DInitialize.c617 int dst_len, order; local in function:_MergeOptionTables
628 endP = &table[dst_len = (int) num_src1];
635 for (opt1 = table, i1 = 0; i1 < dst_len; opt1++, i1++) {
654 dst_len++;
663 if (sort_order == Check && i1 == dst_len)
673 dst_len++;
676 *num_dst = (Cardinal) dst_len;

Completed in 7 milliseconds