Searched refs:part_width (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-generic.c206 tree part_width = TYPE_SIZE (inner_type); local
209 int delta = tree_low_cst (part_width, 1)
215 i += delta, index = int_const_binop (PLUS_EXPR, index, part_width, 0))
217 tree result = f (bsi, inner_type, a, b, index, part_width, code);
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dtoken.h125 extern void read_title_parts(node **part, hunits *part_width);
H A Denv.cpp2408 hunits part_width[3]; local
2413 read_title_parts(part, part_width);
2436 hunits f = length_title - part_width[1];
2438 n = new hmotion_node(f2 - part_width[2], curenv->get_fill_color(), n);
2446 n = new hmotion_node(f - f2 - part_width[0], curenv->get_fill_color(), n);
H A Dinput.cpp5070 void read_title_parts(node **part, hunits *part_width) argument
5092 part_width[i] = curenv->get_input_line_position();

Completed in 81 milliseconds