| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_asm.h | 107 "adc al,bl" \ 110 parm [edi] [al] [bl] \ 112 modify exact [al bl]; 140 "add al,bl" \ 143 parm [edi] [al] [bl] \ 145 modify exact [al bl]; 173 "and al,bl" \ 176 parm [edi] [al] [bl] \ 178 modify exact [al bl]; 206 "cmp al,bl" \ [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_asm.h | 113 "adc al,bl" \ 116 parm [edi] [al] [bl] \ 118 modify exact [al bl]; 149 "add al,bl" \ 152 parm [edi] [al] [bl] \ 154 modify exact [al bl]; 185 "and al,bl" \ 188 parm [edi] [al] [bl] \ 190 modify exact [al bl]; 221 "cmp al,bl" \ [all...] |
| /xsrc/external/mit/libdrm/dist/tests/util/ |
| H A D | format.c | 35 #define MAKE_RGB_INFO(rl, ro, gl, go, bl, bo, al, ao) \ 36 .rgb = { { (rl), (ro) }, { (gl), (go) }, { (bl), (bo) }, { (al), (ao) } }
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | vb_ext.h | 44 UCHAR al, ah, hi_al, hi_ah, bl, bh, hi_bl, hi_bh, cl, ch, hi_cl, hi_ch, dl, dh, hi_dl, hi_dh; member in struct:BYTEREGS
|
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| H A D | mp.c | 588 BNI al, bl, cl, dl, el, Ul[3], Vl[3]; local in function:mp_toom_mul 651 bl = mp_mul(b, U[0], V[0], Ul[0], Vl[0]); 680 bl = mp_sub(b, b, rop, bl, size); 681 bl = mp_sub(b, b, e, bl, el); 693 size = mp_add(rop, b, d, bl, dl); 702 bl = mp_rshift(b, b, bl, 1); 705 bl [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | coveandtiler.cc | 94 TrimVertex blv, tlv, *bl, *tl; local in function:CoveAndTiler::coveAndTile 103 bl = &blv; 112 coveUpperLeftNoGrid( bl ); 119 bl = ll; 173 output( bl ); 275 CoveAndTiler::coveUpperLeftNoGrid( TrimVertex* bl ) argument 280 output( bl );
|
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| H A D | infblock.c | 156 uInt bl, bd; local in function:inflate_blocks 159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl, 161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z); 310 uInt bl, bd; local in function:inflate_blocks 314 bl = 9; /* must be <= 9 for lookahead assumptions */ 318 s->sub.trees.blens, &bl, &bd, &tl, &td, 331 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
|
| H A D | inftrees.c | 327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ argument 331 uIntf *bl, /* literal desired/actual bit depth */ 348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); 349 if (r != Z_OK || *bl == 0) 409 local int inflate_trees_fixed( /* bl, bd, tl, td, z) */ argument 410 uIntf *bl, /* literal desired/actual bit depth */ 463 *bl = fixed_bl;
|
| H A D | infcodes.c | 58 local inflate_codes_statef *inflate_codes_new( /* bl, bd, tl, td, z) */ argument 59 uInt bl, uInt bd, 70 c->lbits = (Byte)bl;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/sparc/ |
| H A D | norm.S | 44 bl 7f 97 bl 1b 153 bl 5b 183 bl 7f 224 bl 1b 262 bl 5b 288 bl 7f 313 bl 1b 339 bl 7f 378 bl [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/sparc/ |
| H A D | norm.S | 44 bl 7f 97 bl 1b 153 bl 5b 183 bl 7f 224 bl 1b 262 bl 5b 288 bl 7f 313 bl 1b 339 bl 7f 378 bl [all...] |
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_asm.s | 148 bl,pn %icc, FFB_PPT_BOX_WAIT /* CTI */ 187 bl,pn %icc, FFB_BOX_WAIT /* CTI */ 226 bl,pn %icc, FFB_RECT_WAIT /* CTI */ 260 bl,pn %icc, FFB_PPT_WIDTH_WAIT/* CTI */ 298 bl,pn %icc, FFB_LINE1_WAIT 341 bl,pn %icc, FFB_LINE2_WAIT
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-inlines.h | 95 uint32_t bl, uint32_t br, 117 lo += (bl & 0xff00ff) * distixy; 118 hi += ((bl >> 8) & 0xff00ff) * distixy; 131 uint32_t bl, uint32_t br, 149 bl64 = bl & 0xff0000ff; 162 bl64 = bl; 178 uint32_t bl, uint32_t br, 196 + (bl & 0x000000ff) * distixy + (br & 0x000000ff) * distxy; 200 + (bl & 0x0000ff00) * distixy + (br & 0x0000ff00) * distxy; 205 bl >> 94 bilinear_interpolation(uint32_t tl,uint32_t tr,uint32_t bl,uint32_t br,int distx,int disty) argument 130 bilinear_interpolation(uint32_t tl,uint32_t tr,uint32_t bl,uint32_t br,int distx,int disty) argument 177 bilinear_interpolation(uint32_t tl,uint32_t tr,uint32_t bl,uint32_t br,int distx,int disty) argument 226 bilinear_interpolation_float(argb_t tl,argb_t tr,argb_t bl,argb_t br,float distx,float disty) argument [all...] |
| H A D | pixman-bits-image.c | 107 uint32_t tl, tr, bl, br; local in function:bits_image_fetch_pixel_bilinear_32 131 get_pixel (image, x1, y2, FALSE, &bl); 138 get_pixel (image, x1, y2, TRUE, &bl); 142 *ret = bilinear_interpolation (tl, tr, bl, br, distx, disty); 156 argb_t tl, tr, bl, br; local in function:bits_image_fetch_pixel_bilinear_float 180 get_pixel (image, x1, y2, FALSE, &bl); 187 get_pixel (image, x1, y2, TRUE, &bl); 191 *ret = bilinear_interpolation_float (tl, tr, bl, br, distx, disty);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend.c | 117 LLVMValueRef al, ah, bl, bh; local in function:lp_build_mul_norm_expand 136 lp_build_unpack2_native(bld->gallivm, type2, wide_type2, b, &bl, &bh); 138 *resl = lp_build_mul_norm(bld->gallivm, wide_type, al, bl);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend.c | 117 LLVMValueRef al, ah, bl, bh; local in function:lp_build_mul_norm_expand 136 lp_build_unpack2_native(bld->gallivm, type2, wide_type2, b, &bl, &bh); 138 *resl = lp_build_mul_norm(bld->gallivm, wide_type, al, bl);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_opt_mod_props.c | 101 bool bl = (b & BI_SWIZZLE_H10); local in function:bi_compose_swizzle_16 104 return ((al ? br : bl) ? BI_SWIZZLE_H10 : 0) | 105 ((ar ? br : bl) ? BI_SWIZZLE_H01 : 0);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | blt.c | 1567 uint32_t bl, uint32_t br, 1589 lo += (bl & 0xff00ff) * distixy; 1590 hi += ((bl >> 8) & 0xff00ff) * distixy; 1600 uint32_t bl, uint32_t br, 1618 bl64 = bl & 0xff0000ff; 1631 bl64 = bl; 1645 uint32_t bl, uint32_t br, 1663 (bl & 0x000000ff) * distixy + (br & 0x000000ff) * distxy); 1667 (bl & 0x0000ff00) * distixy + (br & 0x0000ff00) * distxy); 1672 bl >> 1566 bilinear_interpolation(uint32_t tl,uint32_t tr,uint32_t bl,uint32_t br,int distx,int disty) argument 1599 bilinear_interpolation(uint32_t tl,uint32_t tr,uint32_t bl,uint32_t br,int distx,int disty) argument 1644 bilinear_interpolation(uint32_t tl,uint32_t tr,uint32_t bl,uint32_t br,int distx,int disty) argument 1734 uint32_t tl, tr, bl, br; local in function:affine_blt [all...] |
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bdfread.c | 342 int bl; /* bounding-box left */ local in function:bdfReadCharacters 435 if ((!line) || (sscanf((char *) line, "BBX %d %d %d %d", &bw, &bh, &bl, &bb) != 4)) { 445 if ((bl > INT16_MAX) || (bl < INT16_MIN) || 447 (bw > (INT16_MAX - bl)) || (bh > (INT16_MAX - bb))) { 449 charName, bl, (bl+bw), (bh+bb), -bb); 477 ci->metrics.leftSideBearing = bl; 478 ci->metrics.rightSideBearing = bl + bw;
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bdfread.c | 344 int bl; /* bounding-box left */ local in function:bdfReadCharacters 437 if ((!line) || (sscanf((char *) line, "BBX %d %d %d %d", &bw, &bh, &bl, &bb) != 4)) { 447 if ((bl > INT16_MAX) || (bl < INT16_MIN) || 449 (bw > (INT16_MAX - bl)) || (bh > (INT16_MAX - bb))) { 451 charName, bl, (bl+bw), (bh+bb), -bb); 479 ci->metrics.leftSideBearing = bl; 480 ci->metrics.rightSideBearing = bl + bw;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_compositor_gfx.c | 473 struct vertex2f tl, tr, br, bl; local in function:gen_rect_verts 484 bl.x = layer->dst.tl.x; 485 bl.y = layer->dst.br.y; 493 bl = layer->dst.tl; 500 bl.x = layer->dst.br.x; 501 bl.y = layer->dst.tl.y; 509 bl = layer->dst.br; 543 vb[15].x = bl.x; 544 vb[15].y = bl.y;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_compositor_gfx.c | 473 struct vertex2f tl, tr, br, bl; local in function:gen_rect_verts 484 bl.x = layer->dst.tl.x; 485 bl.y = layer->dst.br.y; 493 bl = layer->dst.tl; 500 bl.x = layer->dst.br.x; 501 bl.y = layer->dst.tl.y; 509 bl = layer->dst.br; 543 vb[15].x = bl.x; 544 vb[15].y = bl.y;
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bdfread.c | 332 int bl; /* bounding-box left */ local in function:bdfReadCharacters 427 (sscanf((char *) line, "BBX %d %d %d %d", &bw, &bh, &bl, &bb) != 438 if ((bl > INT16_MAX) || (bl < INT16_MIN) || 440 (bw > (INT16_MAX - bl)) || (bh > (INT16_MAX - bb))) { 442 charName, bl, (bl + bw), (bh + bb), -bb); 471 ci->metrics.leftSideBearing = bl; 472 ci->metrics.rightSideBearing = bl + bw;
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccharset.c | 414 const FcCharLeaf *bl), 481 const FcCharLeaf *bl) 487 if ((result->map[i] = al->map[i] & bl->map[i])) 501 const FcCharLeaf *bl) 506 result->map[i] = al->map[i] | bl->map[i]; 550 FcCharLeaf *bl = FcCharSetLeaf(b, bi); local in function:FcCharSetMerge 553 if (!FcCharSetAddLeaf (a, bn << 8, bl)) 559 FcCharSetUnionLeaf (al, al, bl); 573 const FcCharLeaf *bl) 579 if ((result->map[i] = al->map[i] & ~bl 410 FcCharSetOperate(const FcCharSet * a,const FcCharSet * b,FcBool (* overlap)(FcCharLeaf * result,const FcCharLeaf * al,const FcCharLeaf * bl),FcBool aonly,FcBool bonly) argument 479 FcCharSetIntersectLeaf(FcCharLeaf * result,const FcCharLeaf * al,const FcCharLeaf * bl) argument 499 FcCharSetUnionLeaf(FcCharLeaf * result,const FcCharLeaf * al,const FcCharLeaf * bl) argument 571 FcCharSetSubtractLeaf(FcCharLeaf * result,const FcCharLeaf * al,const FcCharLeaf * bl) argument [all...] |
| /xsrc/local/programs/bdfload/ |
| H A D | bdfload.c | 324 int bl = 255, bt = 255, br = -1, bb = -1; local in function:interpret 438 if (left < bl) bl = left; 481 printf("actual box: %d %d %d %d\n", bl, bt, br, bb);
|