Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb.c2858 size_t num_f = 100, num_a = 50, num_e = 20; local
2861 num_a = num_f / 2;
2865 lc_init_growth(&p->active, num_a);
2866 lc_init_growth(&p->expired, num_a);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc2204 build_vector_a_then_b (tree vec_type, unsigned int num_a, tree a, tree b) in build_vector_a_then_b() argument
2206 gcc_assert (known_le (num_a, TYPE_VECTOR_SUBPARTS (vec_type))); in build_vector_a_then_b()
2213 builder.quick_push (i < num_a ? a : b); in build_vector_a_then_b()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c1987 build_vector_a_then_b (tree vec_type, unsigned int num_a, tree a, tree b) in build_vector_a_then_b() argument
1989 gcc_assert (known_le (num_a, TYPE_VECTOR_SUBPARTS (vec_type))); in build_vector_a_then_b()
1996 builder.quick_push (i < num_a ? a : b); in build_vector_a_then_b()