| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 166 dot "."[ \t]* 243 {dot}ambient { return AMBIENT; } 244 {dot}attenuation { return ATTENUATION; } 245 {dot}back { return BACK; } 246 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); } 247 {dot}color { return COLOR; } 248 {dot}depth { return_token_or_DOT(require_ARB_fp, DEPTH); } 249 {dot}diffuse { return DIFFUSE; } 250 {dot}direction { return DIRECTION; } 251 {dot}emissio [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 166 dot "."[ \t]* 243 {dot}ambient { return AMBIENT; } 244 {dot}attenuation { return ATTENUATION; } 245 {dot}back { return BACK; } 246 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); } 247 {dot}color { return COLOR; } 248 {dot}depth { return_token_or_DOT(require_ARB_fp, DEPTH); } 249 {dot}diffuse { return DIFFUSE; } 250 {dot}direction { return DIRECTION; } 251 {dot}emissio [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | lower.c | 75 /* lower dot to mul+sum */ 83 ppir_alu_node *dot = ppir_node_to_alu(node); local in function:ppir_lower_dot 84 mul->src[0] = dot->src[0]; 85 mul->src[1] = dot->src[1]; 106 ppir_node_target_assign(dot->src, dest); 107 dot->src[0].swizzle[0] = 0; 108 dot->src[0].absolute = false; 109 dot->src[0].negate = false; 111 ppir_node_target_assign(dot->src + 1, dest); 112 dot [all...] |
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_util.c | 118 char *dot, *endptr; local in function:_xcb_parse_display_path_to_socket 121 dot = strrchr(path, '.'); 122 if (!dot || dot[1] < '1' || dot[1] > '9') 124 *dot = '\0'; 126 lscreen = strtoul(dot + 1, &endptr, 10); 162 char *slash, *colon, *dot, *end; local in function:_xcb_parse_display 197 display = strtoul(colon, &dot, 10); 198 if(dot [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CrGlCur.c | 55 char *dot; local in function:open_library 62 dot = strrchr (library, '.'); 63 if (!dot) 65 *dot = '\0';
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | WrFFrI.c | 115 char *dot, *s, new_name[BUFSIZ] = {0}; local in function:XpmWriteFileFromXpmImage 142 while ((dot = strchr(s, '.'))) { 143 *dot = '_'; 144 s = dot; 155 while ((dot = strchr(s, '-'))) { 156 *dot = '_'; 157 s = dot;
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-radial-gradient.c | 38 dot (pixman_fixed_48_16_t x1, function in typeref:typename:pixman_fixed_32_32_t 62 * Using clever dot product algorithms (for example compensated 63 * dot product) would improve this but make the code much less 336 * If fdot was used instead of dot, in the worst case it would 343 b = dot (v.vector[0], v.vector[1], radial->c1.radius, 345 db = dot (unit.vector[0], unit.vector[1], 0, 348 c = dot (v.vector[0], v.vector[1], 351 dc = dot (2 * (pixman_fixed_48_16_t) v.vector[0] + unit.vector[0], 355 ddc = 2 * dot (unit.vector[0], unit.vector[1], 0, 501 radial->a = dot (radia [all...] |
| /xsrc/external/mit/xauth/dist/ |
| H A D | parsedpy.c | 178 char *dot = strrchr(path, '.'); local in function:parse_displayname 179 if (dot) { 180 *dot = '\0'; 181 /* screen = atoi(dot + 1); */
|
| H A D | gethost.c | 211 char *dot = strrchr(path, '.'); local in function:get_address_info 212 if (dot) { 213 *dot = '\0'; 214 /* screen = atoi(dot + 1); */
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | apinames.c | 169 const char* dot; local in function:names_dump 181 dot = strchr( dll_name, '.' ); 182 if ( dot ) 184 int len = dot - dll_name;
|
| /xsrc/external/mit/xbitmaps/dist/ |
| H A D | Makefile.am | 21 dot \ data in directory:bitmap
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_misc.c | 406 char *dot, *new_display; local in function:Execute 409 dot = strchr(colon, '.'); 410 if(dot) { 411 *dot = '\0';
|
| /xsrc/external/mit/editres/dist/ |
| H A D | widgets.c | 68 static void MakeBoxLookNice ( Widget dot, Widget star, Widget any, 568 Widget dot, star, name, class, single, any; 583 dot = XtCreateManagedWidget("dot", toggleWidgetClass, 585 XtAddCallback(dot, XtNcallback, 590 XtSetArg(args[num_args], (String)XtNfromVert, dot); num_args++; 591 XtSetArg(args[num_args], (String)XtNradioGroup, dot); num_args++; 606 name_info->sep_leader = dot; 612 new_info->left_dot = dot; 622 old_info->right_dot = dot; 557 Widget dot, star, name, class, single, any; local in function:CreateResourceNameForm 712 MakeBoxLookNice(Widget dot,Widget star,Widget any,Widget single,Widget name,Widget class,int endbox) argument [all...] |
| /xsrc/external/mit/freetype/dist/builds/dos/ |
| H A D | dos-def.mk | 26 # The executable file extension (for tools), *with* leading dot.
|
| /xsrc/external/mit/freetype/dist/builds/os2/ |
| H A D | os2-def.mk | 26 # The executable file extension (for tools), *with* leading dot.
|
| /xsrc/external/mit/xcursor-themes/dist/whiteglass/ |
| H A D | Makefile.cursors | 3 CURSORFILES = X_cursor base_arrow_down base_arrow_up boat bottom_left_corner bottom_right_corner bottom_side bottom_tee center_ptr circle cross dot dot_box_mask double_arrow draped_box exchange fleur gumby hand1 hand2 left_ptr left_ptr_watch left_side left_tee ll_angle lr_angle pencil pirate question_arrow right_ptr right_side right_tee sailboat sb_down_arrow sb_h_double_arrow sb_left_arrow sb_right_arrow sb_up_arrow sb_v_double_arrow shuttle sizing target top_left_corner top_right_corner top_side top_tee trek ul_angle ur_angle watch xterm 65 dot: $(srcdir)/dot-16.png $(srcdir)/dot-24.png $(srcdir)/dot-32.png $(srcdir)/dot-48.png $(srcdir)/dot-64.png 66 $(XCURSORGEN) -p $(srcdir) $(srcdir)/dot.cfg dot 68 EXTRA_DIST += dot [all...] |
| /xsrc/external/mit/xcursor-themes/dist/redglass/ |
| H A D | Makefile.cursors | 3 CURSORFILES = X_cursor based_arrow_down based_arrow_up bottom_left_corner bottom_right_corner bottom_side bottom_tee center_ptr circle cross dot dotbox double_arrow draped_box fleur gumby hand2 left_ptr left_ptr_watch left_side left_tee ll_angle pencil right_ptr right_side right_tee sb_h_double_arrow sb_right_arrow sb_up_arrow sb_v_double_arrow shuttle top_left_corner top_right_corner top_side top_tee watch xterm 60 dot: $(srcdir)/dot-16.png $(srcdir)/dot-24.png $(srcdir)/dot-32.png $(srcdir)/dot-48.png $(srcdir)/dot-64.png 61 $(XCURSORGEN) -p $(srcdir) $(srcdir)/dot.cfg dot 63 EXTRA_DIST += dot [all...] |
| /xsrc/external/mit/freetype/dist/src/psnames/ |
| H A D | psmodule.c | 56 /* we do deal with glyph variants by detecting a non-initial dot in */ 155 /* Look for a non-initial dot in the glyph name in order to */ 159 const char* dot = NULL; local in function:ps_unicode_value 166 dot = p; 172 if ( !dot ) 175 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) |
|
| /xsrc/external/mit/libvdpau/dist/ |
| H A D | configure.ac | 61 AC_CHECK_TOOL([DOT], [dot], [no]) 71 AC_ERROR([Documentation enabled but dot was not found in your path. Please install graphviz])
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | pointer-shapes.sh | 61 map dot
|
| /xsrc/external/mit/xcursor-themes/dist/handhelds/ |
| H A D | Makefile.cursors | 3 CURSORFILES = X_cursor based_arrow_down based_arrow_up bottom_left_corner bottom_right_corner bottom_side bottom_tee center_ptr circle cross dot dotbox double_arrow draped_box fleur gumby hand2 left_ptr left_ptr_watch left_side left_tee ll_angle pencil right_ptr right_side right_tee sb_h_double_arrow sb_right_arrow sb_up_arrow sb_v_double_arrow shuttle top_left_corner top_right_corner top_side top_tee watch xterm 60 dot: $(top_srcdir)/redglass/dot-16.png 61 $(XCURSORGEN) -p $(top_srcdir)/redglass $(srcdir)/dot.cfg dot 63 EXTRA_DIST += dot.cfg
|
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | render.c | 375 GLdouble dot, xc, yc, zc, xp, yp, zp, n[3]; local in function:ComputeNormal 410 dot = n[0]*norm[0] + n[1]*norm[1] + n[2]*norm[2]; 415 if( dot >= 0 ) { 420 } else if( dot != 0 ) { 422 if( dot > 0 ) {
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_display.c | 53 int dot; member in struct:__anon0cda850e0108 72 intel_range_t dot, vco, n, m, m1, m2, p, p1; member in struct:intel_limit 253 .dot = { .min = I8XX_DOT_MIN, .max = I8XX_DOT_MAX }, 266 .dot = { .min = I8XX_DOT_MIN, .max = I8XX_DOT_MAX }, 279 .dot = { .min = I9XX_DOT_MIN, .max = I9XX_DOT_MAX }, 292 .dot = { .min = I9XX_DOT_MIN, .max = I9XX_DOT_MAX }, 308 .dot = { .min = I9XX_DOT_MIN, .max = I9XX_DOT_MAX}, 321 .dot = { .min = I9XX_DOT_MIN, .max = I9XX_DOT_MAX }, 336 .dot = { .min = G4X_DOT_SDVO_MIN, .max = G4X_DOT_SDVO_MAX }, 350 .dot [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | dinoshade.c | 173 GLfloat dot; local in function:shadowMatrix 175 /* Find dot product between light position vector and ground plane normal. */ 176 dot = groundplane[X] * lightpos[X] + 181 shadowMat[0][0] = dot - lightpos[X] * groundplane[X]; 187 shadowMat[1][1] = dot - lightpos[Y] * groundplane[Y]; 193 shadowMat[2][2] = dot - lightpos[Z] * groundplane[Z]; 199 shadowMat[3][3] = dot - lightpos[W] * groundplane[W];
|
| H A D | teapot.c | 90 GLfloat dot; local in function:shadowmatrix 92 /* find dot product between light position vector and ground plane normal */ 93 dot = groundplane[X] * lightpos[X] + 98 shadowMat[0][0] = dot - lightpos[X] * groundplane[X]; 104 shadowMat[1][1] = dot - lightpos[Y] * groundplane[Y]; 110 shadowMat[2][2] = dot - lightpos[Z] * groundplane[Z]; 116 shadowMat[3][3] = dot - lightpos[W] * groundplane[W];
|