| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CirWin.c | 36 int direction) 43 req->direction = direction; 33 XCirculateSubwindows(register Display * dpy,Window w,int direction) argument
|
| H A D | CirWinDn.c | 42 req->direction = LowerHighest;
|
| H A D | CirWinUp.c | 42 req->direction = RaiseLowest;
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | stream.c | 244 open filename &key direction element-type if-exists if-does-not-exist external-format 250 int mode, flags, direction, exist, noexist, file_exist; local in function:Lisp_Open 278 direction = -1; 281 direction = DIR_PROBE; 283 direction = DIR_INPUT; 285 direction = DIR_OUTPUT; 287 direction = DIR_IO; 289 if (direction == -1) 294 direction = DIR_INPUT; 351 noexist = direction ! 650 int flags, direction; local in function:Lisp_MakePipe [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | directedLine.h | 42 short direction; /*INCREASING or DECREASING*/ member in class:directedLine 78 short getDirection(){return direction;} 79 void putDirection(short dir) {direction = dir;}
|
| H A D | directedLine.cc | 287 direction = dir; 301 direction = dir; 312 direction = INCREASING; 323 return (direction==INCREASING)? (sline->get_points())[0] : (sline->get_points())[sline->get_npoints()-1]; 328 return (direction==INCREASING)? (sline->get_points())[i] : (sline->get_points())[sline->get_npoints() - 1 -i]; 333 return (direction==DECREASING)? (sline->get_points())[0] : (sline->get_points())[sline->get_npoints()-1]; 472 if(direction == INCREASING) 473 printf("direction is INCREASING\n"); 475 printf("direction is DECREASING\n");
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | geartrain.c | 58 GLint direction; member in struct:AXLE 79 GLint direction; member in struct:GEAR 219 LoadInteger (&a[axle_count - 1].direction); 275 g[i].direction = 0; 552 g[i].direction = a[axle_index].direction; 600 if ((a[axle_index].direction != 0) && (g[j].angular_velocity != g[i].angular_velocity * g[i].teeth / g[j].teeth * g[i].radius / g[j].radius)) 607 g[j].direction = (a[axle_index].direction = -g[i].direction); [all...] |
| H A D | pointblast.c | 83 /* Modeling units of ground extent in each X and Z direction. */ 89 float angle, velocity, direction; local in function:makePointList 99 direction = RANDOM_RANGE(0.0, 360.0) * M_PI/180.0; 100 pointDirection[i][0] = cos(direction); 101 pointDirection[i][1] = sin(direction); 495 0.0, 1.0, 0.); /* up is in postivie Y direction */
|
| H A D | spriteblast.c | 145 /* Modeling units of ground extent in each X and Z direction. */ 151 float angle, velocity, direction; local in function:makePointList 161 direction = RANDOM_RANGE(0.0, 360.0) * M_PI/180.0; 162 pointDirection[i][0] = cos(direction); 163 pointDirection[i][1] = sin(direction);
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | ScrollbarP.h | 76 char direction; /* a scroll has started; which direction */ member in struct:__anon53ffbbd40108
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaLineMisc.c | 74 int shift, value, direction; local in function:XAAComputeDash 101 direction = 1; 105 direction = -1; 124 DashPtr += direction;
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omTextExt.c | 47 int direction, logical_ascent, logical_descent, tmp_ascent, tmp_descent; local in function:_XomGenericTextExtents 72 XTextExtents16(font, xchar2b_buf, buf_len, &direction, 75 XTextExtents(font, (char *) xchar2b_buf, buf_len, &direction,
|
| H A D | omText.c | 108 int direction = 0; local in function:draw_vertical 118 &direction, &font_ascent_return, 138 &direction, &font_ascent_return,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_zsa.c | 123 so->lrz.direction = FD_LRZ_LESS; 129 so->lrz.direction = FD_LRZ_GREATER; 135 so->lrz.direction = FD_LRZ_LESS;
|
| H A D | fd6_context.h | 44 enum fd_lrz_direction direction : 2;
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | xedit.lsp | 422 (defconstant *scan-direction* '(:left :right)) 475 (defun scan (offset type direction &key (count 1) include) 479 (unless (setq direction (position direction *scan-direction*)) 480 (error "SCAN: direction must be one of ~A, not ~A" 481 *scan-direction* direction)) 483 *escape* offset type direction count (if include 1 0)))
|
| H A D | xaw.c | 116 {LispFunction, Lisp_XawTextSearch, "xaw-text-search widget direction text"}, 480 xaw-text-search widget direction text 484 XawTextScanDirection direction; local in function:Lisp_XawTextSearch 499 direction = (XawTextPosition)FIXNUM_VALUE(odirection); 500 if (direction != XawsdLeft && direction != XawsdRight) 502 STRFUN(builtin), direction); 510 return (FIXNUM(XawTextSearch(widget, direction, &block)));
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_win_moveresize.c | 41 static int FindConstraint(TwmWindow *tmp_win, MoveFillDir direction); 537 /* Haven't figured direction yet, so do so */ 699 static void packwindow(TwmWindow *tmp_win, const char *direction); 710 packwindow(TwmWindow *tmp_win, const char *direction) argument 717 if(!strcmp(direction, "left")) { 725 else if(!strcmp(direction, "right")) { 734 else if(!strcmp(direction, "top")) { 742 else if(!strcmp(direction, "bottom")) { 769 static void jump(TwmWindow *tmp_win, MoveFillDir direction, const char *action); 788 jump(TwmWindow *tmp_win, MoveFillDir direction, cons argument 1042 fillwindow(TwmWindow * tmp_win,const char * direction) argument 1325 FindConstraint(TwmWindow * tmp_win,MoveFillDir direction) argument [all...] |
| H A D | otp.h | 43 void OtpCirculateSubwindows(VirtualScreen *vs, int direction);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Scrollbar.c | 521 w->scrollbar.direction = 0; 625 char direction; local in function:StartScroll 627 if (w->scrollbar.direction != 0) /* if we're already scrolling */ 630 direction = *params[0]; 632 direction = 'C'; 634 w->scrollbar.direction = direction; 636 switch(direction) { 768 if (w->scrollbar.direction == 0) /* if no StartScroll */ 791 switch(w->scrollbar.direction) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_io_offsets.c | 88 nir_alu_instr *alu_instr, int32_t direction, 101 int32_t current_shift = const_val[0].i32 * direction; 104 /* If the merge would reverse the direction, bail out. 118 /* Add or substract shift depending on the final direction (SHR vs. SHL). */ 119 if (shift * direction < 0) 87 check_and_propagate_bit_shift32(nir_builder * b,nir_ssa_def * offset,nir_alu_instr * alu_instr,int32_t direction,int32_t shift) argument
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_io_offsets.c | 87 int32_t direction, int32_t shift) 99 int32_t current_shift = const_val[0].i32 * direction; 102 /* If the merge would reverse the direction, bail out. 114 /* Add or substract shift depending on the final direction (SHR vs. SHL). */ 115 if (shift * direction < 0) 86 check_and_propagate_bit_shift32(nir_builder * b,nir_alu_instr * alu_instr,int32_t direction,int32_t shift) argument
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xibarriers.c | 163 int direction = 0; local in function:barrier_get_direction 167 direction |= BarrierPositiveX; 169 direction |= BarrierNegativeX; 171 direction |= BarrierPositiveY; 173 direction |= BarrierNegativeY; 175 return direction; 179 * Test if the barrier may block movement in the direction defined by 183 * @return TRUE if the barrier blocks the direction of movement or FALSE 188 int direction) 191 return (barrier->directions & direction) ! 187 barrier_is_blocking_direction(const struct PointerBarrier * barrier,int direction) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_schedule.c | 73 enum direction { F, R }; enum 84 add_dep(enum direction dir, 103 add_write_dep(enum direction dir, 121 enum direction dir; 162 enum direction dir = state->dir;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_schedule.c | 73 enum direction { F, R }; enum 84 add_dep(enum direction dir, 103 add_write_dep(enum direction dir, 121 enum direction dir; 162 enum direction dir = state->dir;
|