Searched refs:jj (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DHooks.c95 Cardinal ii, jj; local in function:DeleteShellFromHookObj
101 for (jj = ii; jj < ho->hooks.num_shells; jj++) {
102 if ((jj + 1) < ho->hooks.num_shells)
103 ho->hooks.shells[jj] = ho->hooks.shells[jj + 1];
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dpicksquare.c91 GLuint j, ii = 0, jj = 0, names, *ptr; local in function:processHits
106 jj = *ptr;
110 board[ii][jj] = (board[ii][jj] + 1) % 3;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_pipeline.h70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
H A Dt_vb_render.c251 void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj ) argument
254 tnl->Driver.Render.Line( ctx, ii, jj );
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_pipeline.h70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
H A Dt_vb_render.c251 void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj ) argument
254 tnl->Driver.Render.Line( ctx, ii, jj );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c260 unsigned int ii, jj; local in function:_mesa_noise2
286 jj = j & 0xff;
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
347 unsigned int ii, jj, kk; local in function:_mesa_noise3
427 jj = j & 0xff;
436 n0 = t0 * t0 * grad3(perm[ii + perm[jj + perm[kk]]], x0, y0, z0);
445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1,
455 t2 * t2 * grad3(perm[ii + i2 + perm[jj
530 unsigned int ii, jj, kk, ll; local in function:_mesa_noise4
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_noise.c260 unsigned int ii, jj; local in function:_mesa_noise2
286 jj = j & 0xff;
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
347 unsigned int ii, jj, kk; local in function:_mesa_noise3
427 jj = j & 0xff;
436 n0 = t0 * t0 * grad3(perm[ii + perm[jj + perm[kk]]], x0, y0, z0);
445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1,
455 t2 * t2 * grad3(perm[ii + i2 + perm[jj
530 unsigned int ii, jj, kk, ll; local in function:_mesa_noise4
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DVisUtil.c203 int ii,jj;
226 for (jj=0; jj<dp->nvisuals; jj++)
202 int ii,jj; local in function:XMatchVisualInfo
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_init.c3046 ULONG ii , jj ; local in function:ReadVBIOSTablData
3062 for( jj = 0x00 ; jj < 0x08 ; jj++ )
3064 pVBInfo->MCLKData[ jj ].SR28 = pVideoMemory[ ii ] ;
3065 pVBInfo->MCLKData[ jj ].SR29 = pVideoMemory[ ii + 1] ;
3066 pVBInfo->MCLKData[ jj ].SR2A = pVideoMemory[ ii + 2] ;
3067 pVBInfo->MCLKData[ jj ].CLOCK = pVideoMemory[ ii + 3 ] | ( pVideoMemory[ ii + 4 ] << 8 ) ;
3072 for( jj = 0x00 ; jj <
[all...]
H A Dvb_setmode.c777 int ii,jj,kk,ll,sr2b,sr2c,Numerator,DeNumerator; local in function:XGI_SetCRTVCLK
791 for(jj=0;jj<=127;jj++) /* (Numerator1) */
795 tempclock=14.318*kind[kk].dividend*(jj+1)/(ii+1);
804 Numerator=jj;
877 int ii,jj,kk,ll,sr2b,sr2c,Numerator,DeNumerator; local in function:XGI_SetCRTVCLK
885 for(jj=0;jj<=127;jj
[all...]
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtessdemo.c302 GLsizei ii, jj; local in function:display
315 for ( jj = 0 ; jj < height ; jj += 10 ) {
316 glVertex2i( 0, jj );
317 glVertex2i( width, jj );
/xsrc/external/mit/xterm/dist/
H A Dgraphics.c1349 unsigned jj; local in function:GetGraphicsOrder
1352 for (jj = 0; jj < active_count; ++jj) {
1353 if (ordered_graphics[jj]->dirty)
1356 skip_count = jj;
1361 for (jj = 0; jj < active_count; ++jj) {
1362 ordered_graphics[jj]
1423 unsigned jj; local in function:RefreshClipped
[all...]
/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c419 int jj; local in function:halve1Dimage_ubyte
428 for (jj= 0; jj< halfWidth; jj++) {
451 for (jj= 0; jj< halfHeight; jj++) {
519 int jj; local in function:halve1Dimage_byte
528 for (jj= 0; jj< halfWidt
636 int jj; local in function:halve1Dimage_ushort
782 int jj; local in function:halve1Dimage_short
928 int jj; local in function:halve1Dimage_uint
1074 int jj; local in function:halve1Dimage_int
1220 int jj; local in function:halve1Dimage_float
6439 int ii, jj; local in function:halveImagePackedPixel
6518 int jj; local in function:halve1DimagePackedPixel
7065 int ii, jj, dd, k; local in function:emptyImage3D
7478 int ii, jj; local in function:halveImagePackedPixelSlice
7638 int ii, jj, dd; local in function:halveImagePackedPixel3D
8675 int ii, jj; local in function:halveImageSlice
8849 int ii, jj, dd; local in function:halveImage3D
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2439 unsigned jj; local in function:img_filter_2d_ewa
2444 for (jj = 0; jj < buffer_next; jj++) {
2445 args.s = s_buffer[jj];
2446 args.t = t_buffer[jj];
2447 args.p = p[jj];
2448 min_filter(sp_sview, sp_samp, &args, &rgba_temp[0][jj]);
2449 num[0] += weight_buffer[jj] * rgba_temp[0][jj];
2469 unsigned jj; local in function:img_filter_2d_ewa
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2453 unsigned jj; local in function:img_filter_2d_ewa
2458 for (jj = 0; jj < buffer_next; jj++) {
2459 args.s = s_buffer[jj];
2460 args.t = t_buffer[jj];
2461 args.p = p[jj];
2462 min_filter(sp_sview, sp_samp, &args, &rgba_temp[0][jj]);
2463 num[0] += weight_buffer[jj] * rgba_temp[0][jj];
2483 unsigned jj; local in function:img_filter_2d_ewa
[all...]
/xsrc/external/mit/ico/dist/
H A Dico.c730 int i,j,jj,j0,j1,k,m; local in function:initDBufs
777 if (i==0) jj=j;
778 else jj= (j1<<closure->planesperbuf)|j0;
779 b->colors[jj].pixel = closure->pixels[0];
782 b->colors[jj].pixel ^= closure->plane_masks[k];
784 b->colors[jj].flags = DoRed | DoGreen | DoBlue;
/xsrc/external/mit/libXv/dist/src/
H A DXv.c259 for (unsigned int jj = 0; jj < pa->num_formats; jj++) { local in function:XvQueryAdaptors
388 for (unsigned int jj = 0; jj < rep.num_encodings; jj++) { local in function:XvQueryEncodings
400 pe->num_encodings = rep.num_encodings - jj;
/xsrc/external/mit/freetype/dist/src/autofit/
H A Daflatin2.c952 FT_UInt ii, jj; local in function:af_latin2_hints_compute_segments
958 for ( jj = ii + 1; jj < count; jj++ )
960 if ( segments[jj].dir < 0 )
966 segments[ii] = segments[jj];
967 segments[jj] = tmp;
973 if ( jj == count )
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c1456 int prev_jj,jj; local in function:FreeTypeRasteriseGlyph
1461 jj = j-div_dx;
1462 prev_jj = jj-1;
1466 if( 0 <= jj && jj < bitmap->pitch ){
1467 current_raster[j]|=current_buffer[jj]>>mod_dx0;
1468 j++; prev_jj++; jj++;
1469 for( ; j<bpr ; j++,prev_jj++,jj++ ){
1471 if( bitmap->pitch <= jj ) break;
1472 current_raster[j]|=current_buffer[jj]>>mod_dx
[all...]
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c1458 int prev_jj,jj; local in function:FreeTypeRasteriseGlyph
1463 jj = j-div_dx;
1464 prev_jj = jj-1;
1468 if( 0 <= jj && jj < bitmap->pitch ){
1469 current_raster[j]|=current_buffer[jj]>>mod_dx0;
1470 j++; prev_jj++; jj++;
1471 for( ; j<bpr ; j++,prev_jj++,jj++ ){
1473 if( bitmap->pitch <= jj ) break;
1474 current_raster[j]|=current_buffer[jj]>>mod_dx
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c1280 const GLint jj = j % inWidth; local in function:upscale_teximage2d
1283 = src[ii * srcRowStride + jj * comps + k];
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c1161 const int32_t jj = j % inWidth; local in function:upscale_teximage2d
1164 = src[ii * srcRowStride + jj * comps + k];

Completed in 50 milliseconds