HomeSort by: relevance | last modified time | path
    Searched defs:inc (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/makedepend/dist/
cppsetup.c 33 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,
main.c 581 char *inc = filep->cmdinc_list[2 * filep->cmdinc_line + 0]; local
585 sprintf(buf, "%s%s%s", DASH_INC_PRE, inc, DASH_INC_POST);
  /xsrc/external/mit/pixman/dist/pixman/
pixman-linear-gradient.c 3 * Copyright © 2000 SuSE, Inc.
4 * Copyright © 2007 Red Hat, Inc.
5 * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
45 double inc; local
80 inc = height * (double) pixman_fixed_1 * pixman_fixed_1 *
85 if (-1 < inc && inc < 1)
144 double inc; local
149 inc = 0;
160 inc = (dx * unit.vector[0] + dy * unit.vector[1]) * invden
    [all...]
  /xsrc/external/mit/freetype/dist/src/cid/
cidgload.c 61 FT_Incremental_InterfaceRec *inc = local
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->object
    [all...]
  /xsrc/external/mit/freetype/dist/src/type1/
t1gload.c 56 FT_Incremental_InterfaceRec *inc = local
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/x11perf/dist/
do_segs.c 218 int inc; local
230 inc = width + 1;
238 y1 += inc;
248 x += size + inc;
287 int inc; local
299 inc = width + 1;
307 x1 += inc;
317 y += size + inc;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
loop_analysis.cpp 605 ir_rvalue *const inc = local
607 if (inc != NULL) {
608 lv->increment = inc;
797 ir_rvalue *inc = (op0 == var) ? rhs->operands[1] : rhs->operands[0];
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 = new(mem_ctx) ir_expression(ir_unop_neg
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
loop_analysis.cpp 558 ir_rvalue *const inc = local
560 if (inc != NULL) {
561 lv->increment = inc;
750 ir_rvalue *inc = (op0 == var) ? rhs->operands[1] : rhs->operands[0];
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 = new(mem_ctx) ir_expression(ir_unop_neg
    [all...]
  /xsrc/external/mit/freetype/dist/src/psaux/
psft.c 731 FT_Incremental_InterfaceRec *inc = local
737 if ( inc )
738 error = inc->funcs->get_glyph_data( inc->object,
  /xsrc/external/mit/twm/dist/src/
iconmgr.c 306 int inc = (dir == F_NEXTICONMGR ? 1 : -1); local
309 for (screen = origscreen + inc;; screen += inc) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
ops.c 5 * Copyright (C) 1996-1999 SciTech Software, Inc.
3617 DECODE_PRINTF("INC\tEAX\n");
3620 DECODE_PRINTF("INC\tAX\n");
3642 DECODE_PRINTF("INC\tECX\n");
3645 DECODE_PRINTF("INC\tCX\n");
3667 DECODE_PRINTF("INC\tEDX\n");
3670 DECODE_PRINTF("INC\tDX\n");
3692 DECODE_PRINTF("INC\tEBX\n");
3695 DECODE_PRINTF("INC\tBX\n");
3717 DECODE_PRINTF("INC\tESP\n")
7703 int inc; local
7738 int inc; local
7789 int inc; local
7848 int inc; local
7984 int inc; local
8018 int inc; local
8065 int inc; local
8099 int inc; local
8147 int inc; local
8198 int inc; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
ops.c 5 * Copyright (C) 1996-1999 SciTech Software, Inc.
3471 DECODE_PRINTF("INC\tEAX\n");
3473 DECODE_PRINTF("INC\tAX\n");
3493 DECODE_PRINTF("INC\tECX\n");
3495 DECODE_PRINTF("INC\tCX\n");
3515 DECODE_PRINTF("INC\tEDX\n");
3517 DECODE_PRINTF("INC\tDX\n");
3537 DECODE_PRINTF("INC\tEBX\n");
3539 DECODE_PRINTF("INC\tBX\n");
3559 DECODE_PRINTF("INC\tESP\n")
7293 int inc; local
7327 int inc; local
7375 int inc; local
7431 int inc; local
7556 int inc; local
7588 int inc; local
7632 int inc; local
7664 int inc; local
7709 int inc; local
7757 int inc; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 826 int inc = 0; local
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.old/dist/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 826 int inc = 0; local
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/libxcb/dist/src/
xcbint.h 187 uint32_t inc; member in struct:_xcb_xid
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
helper_exec.c 227 register int inc = d_f ? -1 : 1; local
235 dst += inc;
244 register int inc = d_f ? -2 : 2; local
252 dst += inc;
261 register int inc = d_f ? -4 : 4; local
269 dst += inc;
278 register int inc = d_f ? -1 : 1; local
286 dst += inc;
295 register int inc = d_f ? -2 : 2; local
303 dst += inc;
312 register int inc = d_f ? -4 : 4; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
helper_exec.c 220 register int inc = d_f ? -1 : 1; local
227 dst += inc;
236 register int inc = d_f ? -2 : 2; local
243 dst += inc;
252 register int inc = d_f ? -4 : 4; local
259 dst += inc;
268 register int inc = d_f ? -1 : 1; local
275 dst += inc;
284 register int inc = d_f ? -2 : 2; local
291 dst += inc;
300 register int inc = d_f ? -4 : 4; local
    [all...]
  /xsrc/external/mit/ctwm/dist/
iconmgr.c 645 int inc = (dir == F_NEXTICONMGR ? 1 : -1); local
647 for(screen = origscreen + inc; ; screen += inc) {
  /xsrc/external/mit/libXaw/dist/src/
MultiSrc.c 545 register char inc; local
564 inc = 1;
569 inc = -1;
606 ptr += inc;
607 position += inc;
648 position -= inc;
652 position += count * inc;
698 register char inc; local
703 inc = 1;
705 inc = -1
    [all...]
Pixmap.c 2 * Copyright (c) 1998 by The XFree86 Project, Inc.
800 double i, inc, x, y, xend, yend; local
873 inc = (double)dimension / (double)steps;
892 for (i = 0.0; i < dimension; i += inc)
917 yend += inc;
919 xend += inc;
SimpleMenu.c 1206 float inc; local
1208 inc = (float)(XtWidth(smw->simple_menu.label) - width) / (float)count;
1211 widths[n] = (Dimension)(widths[n] + inc);
  /xsrc/external/mit/mesa-demos/dist/src/samples/
sphere.c 2 * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.
521 float inc; local
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)
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
legacy_output.c 2 * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
3 * VA Linux Systems Inc., Fremont, California.
1423 uint32_t scale, inc; local
1424 inc = (save->fp_horz_stretch & RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0;
1425 scale = ((xres + inc) * RADEON_HORZ_STRETCH_RATIO_MAX)
1437 uint32_t scale, inc; local
1438 inc = (save->fp_vert_stretch & RADEON_VERT_AUTO_RATIO_INC) ? 1 : 0;
1439 scale = ((yres + inc) * RADEON_VERT_STRETCH_RATIO_MAX)
  /xsrc/external/mit/xedit/dist/
hook.c 2 * Copyright (c) 1999 by The XFree86 Project, Inc.
338 int i, inc; local
350 inc = XawTextGetInsertionPoint(w) - auto_replace.right;
351 if (auto_replace.length + inc > sizeof(buffer))
352 block.ptr = XtMalloc(auto_replace.length + inc);
359 right = left + inc;
361 pos = XawTextSourceRead(XawTextGetSource(w), pos, &text, inc);
374 if (XawTextReplace(w, auto_replace.left, auto_replace.right + inc,
  /xsrc/external/mit/xedit/dist/lisp/
write.c 2 * Copyright (c) 2002 by The XFree86 Project, Inc.
1955 int digit, inc = 0; local
1960 inc = float_string_inc(buffer, dptr - buffer - 2);
1962 offset = (dptr - buffer) + inc;
2177 int digit, inc = 0; local
2190 inc = float_string_inc(buffer, dptr - buffer - 2);
2193 offset += length + inc;
2380 int digit, inc = 0; local
2385 inc = float_string_inc(buffer, dptr - buffer - 2);
2387 offset = (dptr - buffer) + inc;
    [all...]

Completed in 49 milliseconds

1 2