Searched refs:j1 (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
H A D8bit_tab_to_h.c306 int i, j, p, j1, j2, t; local in function:main
319 for (j1 = 0; j1 < 0x2000; j1++) {
323 j = 8*j1+j2;
330 line[j1] = -2;
332 line[j1] = -1;
334 line[j1] = 0;
337 for (j1 = 0; j1 <
[all...]
H A Dcjk_tab_to_h.c294 int row, col, j, p, j1, j2, t; local in function:output_uni2charset_dense
304 for (j1 = 0; j1 < 0x2000; j1++) {
307 j = 8*j1+j2;
312 line[j1] = -1;
314 line[j1] = 0;
317 for (j1 = 0; j1 < 0x2000; j1
421 int i, row, col, j, p, j1, j2, indx; local in function:output_uni2charset_sparse
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dccw.cc57 Subdivider::ccwTurn_sr( Arc_ptr j1, Arc_ptr j2 ) // dir = 1 argument
59 TrimVertex *v1 = &j1->pwlArc->pts[j1->pwlArc->npts-1];
60 TrimVertex *v1last = &j1->pwlArc->pts[0];
170 Subdivider::ccwTurn_sl( Arc_ptr j1, Arc_ptr j2 ) // dir = 0 argument
172 TrimVertex *v1 = &j1->pwlArc->pts[j1->pwlArc->npts-1];
173 TrimVertex *v1last = &j1->pwlArc->pts[0];
283 Subdivider::ccwTurn_tr( Arc_ptr j1, Arc_ptr j2 ) // dir = 1 argument
285 TrimVertex *v1 = &j1
396 ccwTurn_tl(Arc_ptr j1,Arc_ptr j2) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c265 unsigned int i1, j1; /* Offsets for second (middle) corner of simplex in (i,j) coords */ local in function:_mesa_noise2
268 j1 = 0;
272 j1 = 1;
280 y1 = y0 - j1 + G2;
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
352 unsigned int i1, j1, k1; /* Offsets for second corner of simplex in (i,j,k) coords */ local in function:_mesa_noise3
359 j1 = 0;
367 j1 = 0;
375 j1 = 0;
385 j1
525 unsigned int i1, j1, k1, l1; /* The integer offsets for the second simplex corner */ local in function:_mesa_noise4
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_noise.c265 unsigned int i1, j1; /* Offsets for second (middle) corner of simplex in (i,j) coords */ local in function:_mesa_noise2
268 j1 = 0;
272 j1 = 1;
280 y1 = y0 - j1 + G2;
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
352 unsigned int i1, j1, k1; /* Offsets for second corner of simplex in (i,j,k) coords */ local in function:_mesa_noise3
359 j1 = 0;
367 j1 = 0;
375 j1 = 0;
385 j1
525 unsigned int i1, j1, k1, l1; /* The integer offsets for the second simplex corner */ local in function:_mesa_noise4
[all...]
/xsrc/external/mit/luit/dist/
H A Dother.c222 unsigned int j1, j2, s1, s2; local in function:mapping_sjis
233 j1 = (s1 << 1)
240 return FontEncRecode((j1 << 8) + j2, s->sjis.x0208mapping);
246 unsigned int j, j1, j2, s1, s2; local in function:reverse_sjis
256 j1 = ((j >> 8) & 0xFF);
258 s1 = ((j1 - 1) >> 1)
259 + (unsigned) ((j1 <= 0x5E) ? 0x71 : 0xB1);
261 + (unsigned) ((j1 & 1) ? ((j2 < 0x60) ? 0x1F : 0x20) : 0x7E);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c558 GLint *i0, GLint *i1, GLint *j0, GLint *j1, GLint *slice,
571 height, j0, j1, wj);
580 texcoord[1], j0, j1, wj);
588 *j1 = *j0;
596 texcoord[1], j0, j1, wj);
1159 GLint i0, j0, i1, j1; local in function:sample_2d_linear
1165 linear_texel_locations(samp->WrapT, img, height, texcoord[1], &j0, &j1, &b);
1171 j1 += img->Border;
1177 if (j1 < 0 || j1 >
554 linear_texcoord(const struct gl_sampler_object * samp,const struct gl_texture_object * texObj,GLuint level,const GLfloat texcoord[4],GLint * i0,GLint * i1,GLint * j0,GLint * j1,GLint * slice,GLfloat * wi,GLfloat * wj) argument
1224 GLint i0, j0, i1, j1; local in function:sample_2d_linear_repeat
2061 GLint i0, j0, k0, i1, j1, k1; local in function:sample_3d_linear
2734 GLint i0, j0, i1, j1; local in function:sample_linear_rect
2867 GLint i0, j0, i1, j1; local in function:sample_2d_array_linear
3602 GLint i0, i1, j0, j1; local in function:sample_depth_texture
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c558 GLint *i0, GLint *i1, GLint *j0, GLint *j1, GLint *slice,
571 height, j0, j1, wj);
580 texcoord[1], j0, j1, wj);
588 *j1 = *j0;
596 texcoord[1], j0, j1, wj);
1159 GLint i0, j0, i1, j1; local in function:sample_2d_linear
1165 linear_texel_locations(samp->Attrib.WrapT, img, height, texcoord[1], &j0, &j1, &b);
1171 j1 += img->Border;
1177 if (j1 < 0 || j1 >
554 linear_texcoord(const struct gl_sampler_object * samp,const struct gl_texture_object * texObj,GLuint level,const GLfloat texcoord[4],GLint * i0,GLint * i1,GLint * j0,GLint * j1,GLint * slice,GLfloat * wi,GLfloat * wj) argument
1224 GLint i0, j0, i1, j1; local in function:sample_2d_linear_repeat
2061 GLint i0, j0, k0, i1, j1, k1; local in function:sample_3d_linear
2734 GLint i0, j0, i1, j1; local in function:sample_linear_rect
2867 GLint i0, j0, i1, j1; local in function:sample_2d_array_linear
3602 GLint i0, i1, j0, j1; local in function:sample_depth_texture
[all...]
/xsrc/external/mit/ico/dist/
H A Dico.c730 int i,j,jj,j0,j1,k,m; local in function:initDBufs
775 for (j1=0; j1<closure->pixelsperbuf; j1++) {
776 j = (j0<<closure->planesperbuf)|j1;
778 else jj= (j1<<closure->planesperbuf)|j0;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddraw.h108 _mesa_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
H A Ddraw.c1430 _mesa_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) argument
1453 v1 = ctx->Eval.MapGrid2v1 + j1 * dv;
1463 for (v = v1, j = j1; j <= j2; j++, v += dv) {
1471 for (v = v1, j = j1; j <= j2; j++, v += dv) {
1484 for (v = v1, j = j1; j <= j2; j++, v += dv) {
1491 for (v = v1, j = j1; j < j2; j++, v += dv) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c696 GLint j1, j2; local in function:fxt1_quantize_ALPHA1
706 for (j1 = 0; j1 < 2; j1++) {
710 e += (tv[j1][i] - tv[j2][i]) * (tv[j1][i] - tv[j2][i]);
714 v1 = j1;
H A Ddraw.c438 _mesa_exec_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) argument
461 v1 = ctx->Eval.MapGrid2v1 + j1 * dv;
467 for (v = v1, j = j1; j <= j2; j++, v += dv) {
475 for (v = v1, j = j1; j <= j2; j++, v += dv) {
484 for (v = v1, j = j1; j <= j2; j++, v += dv) {
491 for (v = v1, j = j1; j < j2; j++, v += dv) {
H A Ddlist.c2697 save_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) argument
2707 n[4].i = j1;
2711 CALL_EvalMesh2(ctx->Exec, (mode, i1, i2, j1, j2));
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c577 int32_t j1, j2; local in function:fxt1_quantize_ALPHA1
587 for (j1 = 0; j1 < 2; j1++) {
591 e += (tv[j1][i] - tv[j2][i]) * (tv[j1][i] - tv[j2][i]);
595 v1 = j1;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c1614 int i, j, j1, num, pos, mantSize; local in function:UpdateCoeff
1662 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) {
1663 tapAdjust[j1] = tapAdjust[0] - j;
1664 tapAdjust[++j1] = tapAdjust[0] + j;
1672 for (j1 = 0; j1 < taps; j1++) {
1673 tap2Fix = tapAdjust[j1];
/xsrc/external/mit/MesaLib/src/intel/genxml/
H A Dgen_rt_pack.h599 uint32_t j1; member in struct:GFX_RT_BVH_QUAD_LEAF
620 __gen_uint(values->j1, 18, 19) |
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated1.c6953 GLint j1; member in struct:marshal_cmd_EvalMesh2
6962 GLint j1 = cmd->j1; local in function:_mesa_unmarshal_EvalMesh2
6964 CALL_EvalMesh2(ctx->CurrentServerDispatch, (mode, i1, i2, j1, j2));
6970 _mesa_marshal_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) argument
6979 cmd->j1 = j1;
H A Dindirect.h306 extern _X_HIDDEN void __indirect_glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dgldrv.h272 void (APIENTRY *glEvalMesh2 )( GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2 );
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect.h306 extern _X_HIDDEN void __indirect_glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h1411 GLAPI void GLAPIENTRY glEvalMesh2( GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2 );
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp148 void __indirect_glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) { } argument
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dgl.h1404 GLAPI void GLAPIENTRY glEvalMesh2( GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2 );
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapitable.h281 void (GLAPIENTRYP EvalMesh2)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2); /* 238 */

Completed in 82 milliseconds

12