Searched refs:inc (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/xsrc/external/mit/libxcb/dist/
H A Dcheck-pc-requires19 for inc in src/*.h; do
20 package=xcb-`basename $inc .h`
23 included=`grep '# *include' $inc |
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_xid.c47 if(c->xid.last >= c->xid.max - c->xid.inc + 1)
74 c->xid.max = range->start_id + (range->count - 1) * c->xid.inc;
78 c->xid.last += c->xid.inc;
94 c->xid.inc = c->setup->resource_id_mask & -(c->setup->resource_id_mask);
/xsrc/external/mit/makedepend/dist/
H A Dcppsetup.c33 struct inclist *inc; member in struct:_parse_data
76 return isdefined(tmpbuf, pd->inc, NULL);
115 struct filepointer *filep, struct inclist *inc)
119 .inc = inc,
114 cppsetup(const char * filename,const char * line,struct filepointer * filep,struct inclist * inc) argument
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dsphere.c521 float inc; local in function:BuildCage
532 inc = 2.0 * 4.0 * 0.1;
541 glVertex3f(left+i*inc, top, back);
542 glVertex3f(left+i*inc, bottom, back);
545 glVertex3f(right, bottom+i*inc, back);
546 glVertex3f(left, bottom+i*inc, back);
553 glVertex3f(left+i*inc, top, front);
554 glVertex3f(left+i*inc, bottom, front);
557 glVertex3f(right, bottom+i*inc, front);
558 glVertex3f(left, bottom+i*inc, fron
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-linear-gradient.c45 double inc; local in function:linear_gradient_is_horizontal
80 inc = height * (double) pixman_fixed_1 * pixman_fixed_1 *
85 if (-1 < inc && inc < 1)
144 double inc; local in function:linear_get_scanline
149 inc = 0;
160 inc = (dx * unit.vector[0] + dy * unit.vector[1]) * invden;
164 if (((pixman_fixed_32_32_t )(inc * width)) == 0)
180 next_inc = inc * i;
/xsrc/external/mit/ctwm/dist/
H A Dcolormaps.h18 void BumpWindowColormap(TwmWindow *tmp, int inc);
H A Dfunctions_misc.c262 WarpToScreen(int n, int inc) argument
280 if(inc) { /* walk around the list */
281 n += inc;
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidgload.c61 FT_Incremental_InterfaceRec *inc = local in function:cid_load_glyph
72 if ( inc )
77 error = inc->funcs->get_glyph_data( inc->object,
94 inc->funcs->free_glyph_data( inc->object, &glyph_data );
233 if ( !error && inc && inc->funcs->get_glyph_metrics )
243 error = inc->funcs->get_glyph_metrics( inc
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_analysis.cpp605 ir_rvalue *const inc = local in function:loop_analysis::visit_leave
607 if (inc != NULL) {
608 lv->increment = inc;
797 ir_rvalue *inc = (op0 == var) ? rhs->operands[1] : rhs->operands[0]; local in function:get_basic_induction_increment
799 if (inc->as_constant() == NULL) {
800 ir_variable *const inc_var = inc->variable_referenced();
807 inc = NULL;
810 inc = NULL;
813 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
816 inc
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_analysis.cpp558 ir_rvalue *const inc = local in function:loop_analysis::visit_leave
560 if (inc != NULL) {
561 lv->increment = inc;
750 ir_rvalue *inc = (op0 == var) ? rhs->operands[1] : rhs->operands[0]; local in function:get_basic_induction_increment
752 if (inc->as_constant() == NULL) {
753 ir_variable *const inc_var = inc->variable_referenced();
760 inc = NULL;
763 inc = NULL;
766 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
769 inc
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dhelper_exec.c220 register int inc = d_f ? -1 : 1; local in function:port_rep_inb
227 dst += inc;
236 register int inc = d_f ? -2 : 2; local in function:port_rep_inw
243 dst += inc;
252 register int inc = d_f ? -4 : 4; local in function:port_rep_inl
259 dst += inc;
268 register int inc = d_f ? -1 : 1; local in function:port_rep_outb
275 dst += inc;
284 register int inc = d_f ? -2 : 2; local in function:port_rep_outw
291 dst += inc;
300 register int inc = d_f ? -4 : 4; local in function:port_rep_outl
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dhelper_exec.c227 register int inc = d_f ? -1 : 1; local in function:port_rep_inb
235 dst += inc;
244 register int inc = d_f ? -2 : 2; local in function:port_rep_inw
252 dst += inc;
261 register int inc = d_f ? -4 : 4; local in function:port_rep_inl
269 dst += inc;
278 register int inc = d_f ? -1 : 1; local in function:port_rep_outb
286 dst += inc;
295 register int inc = d_f ? -2 : 2; local in function:port_rep_outw
303 dst += inc;
312 register int inc = d_f ? -4 : 4; local in function:port_rep_outl
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A Dreport-sgr.pl281 my $inc = $_[0];
284 $data{$name} = ( $data{$name} + $opt_colors + $inc ) % $opt_colors;
299 my $inc = shift;
301 $cur_sgr = ( $cur_sgr + 10 + $inc ) % 10;
305 %direct_f = &change_color( $inc, \%direct_f, "r" )
307 %direct_f = &change_color( $inc, \%direct_f, "g" )
309 %direct_f = &change_color( $inc, \%direct_f, "b" )
313 %indexed_f = &change_color( $inc, \%indexed_f, "c" );
318 %direct_b = &change_color( $inc, \%direct_b, "r" )
320 %direct_b = &change_color( $inc, \
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_knobs.cpp35 % for inc in includes:
36 #include <${inc}>
/xsrc/external/mit/x11perf/dist/
H A Ddo_segs.c218 int inc; local in function:InitHorizSegmentsWidth
230 inc = width + 1;
238 y1 += inc;
248 x += size + inc;
287 int inc; local in function:InitVertSegmentsWidth
299 inc = width + 1;
307 x1 += inc;
317 y += size + inc;
/xsrc/external/mit/MesaLib.old/dist/src/amd/
H A DAndroid.addrlib.mk36 $(MESA_TOP)/src/amd/addrlib/inc \
45 $(LOCAL_PATH)/addrlib/inc/chip/r800 \
H A DMakefile.sources8 addrlib/inc/addrinterface.h \
9 addrlib/inc/addrtypes.h \
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1gload.c56 FT_Incremental_InterfaceRec *inc = local in function:T1_Parse_Glyph_And_Get_Char_String
72 if ( inc )
73 error = inc->funcs->get_glyph_data( inc->object,
140 if ( !error && inc && inc->funcs->get_glyph_metrics )
150 error = inc->funcs->get_glyph_metrics( inc->object,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_knobs.cpp35 % for inc in includes:
36 #include <${inc}>
/xsrc/external/mit/libXaw/dist/src/
H A DMultiSrc.c545 register char inc; local in function:Scan
564 inc = 1;
569 inc = -1;
606 ptr += inc;
607 position += inc;
648 position -= inc;
652 position += count * inc;
698 register char inc; local in function:Search
703 inc = 1;
705 inc
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dmenus.h189 extern void WarpToScreen(int n, int inc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c826 int inc = 0; local in function:decode_slice
838 inc += 33;
840 inc += vl_vlc_get_vlclbf(&bs->vlc, tbl_B1, 11);
846 if (!inc)
848 mb.num_skipped_macroblocks = inc - 1;
851 mb.x = x += inc;
902 if (inc > 1 && bs->desc->picture_coding_type == PIPE_MPEG12_PICTURE_CODING_TYPE_P)
946 if (inc > 1 || !(mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA))
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c826 int inc = 0; local in function:decode_slice
838 inc += 33;
840 inc += vl_vlc_get_vlclbf(&bs->vlc, tbl_B1, 11);
846 if (!inc)
848 mb.num_skipped_macroblocks = inc - 1;
851 mb.x = x += inc;
902 if (inc > 1 && bs->desc->picture_coding_type == PIPE_MPEG12_PICTURE_CODING_TYPE_P)
946 if (inc > 1 || !(mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dops.c7293 int inc; local in function:x86emuOp_movs_byte
7298 inc = -1;
7300 inc = 1;
7313 M.x86.R_SI += inc;
7314 M.x86.R_DI += inc;
7327 int inc; local in function:x86emuOp_movs_word
7334 inc = -4;
7336 inc = 4;
7340 inc = -2;
7342 inc
7375 int inc; local in function:x86emuOp_cmps_byte
7431 int inc; local in function:x86emuOp_cmps_word
7556 int inc; local in function:x86emuOp_stos_byte
7588 int inc; local in function:x86emuOp_stos_word
7632 int inc; local in function:x86emuOp_lods_byte
7664 int inc; local in function:x86emuOp_lods_word
7709 int inc; local in function:x86emuOp_scas_byte
7757 int inc; local in function:x86emuOp_scas_word
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dops.c7703 int inc; local in function:x86emuOp_movs_byte
7708 inc = -1;
7710 inc = 1;
7723 M.x86.R_SI += inc;
7724 M.x86.R_DI += inc;
7738 int inc; local in function:x86emuOp_movs_word
7745 inc = -4;
7747 inc = 4;
7752 inc = -2;
7754 inc
7789 int inc; local in function:x86emuOp_cmps_byte
7848 int inc; local in function:x86emuOp_cmps_word
7984 int inc; local in function:x86emuOp_stos_byte
8018 int inc; local in function:x86emuOp_stos_word
8065 int inc; local in function:x86emuOp_lods_byte
8099 int inc; local in function:x86emuOp_lods_word
8147 int inc; local in function:x86emuOp_scas_byte
8198 int inc; local in function:x86emuOp_scas_word
[all...]

Completed in 32 milliseconds

1234567891011>>