Searched refs:BB (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/
H A Dshadow.c1298 ShadowFontToBox(BoxPtr BB, DrawablePtr pDrawable, GCPtr pGC, int x, int y, argument
1314 BB->x1 =
1317 BB->y1 =
1320 BB->x2 =
1323 BB->y2 =
1328 ? Linear16Bit : TwoD16Bit : Linear8Bit, BB);
1329 BB->x1 =
1330 max(pDrawable->x + x + BB->x1,
1332 BB->y1 =
1333 max(pDrawable->y + y + BB
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp131 for (Block& BB : prog->blocks) {
132 for (unsigned idx : BB.linear_preds)
133 prog->blocks[idx].linear_succs.emplace_back(BB.index);
134 for (unsigned idx : BB.logical_preds)
135 prog->blocks[idx].logical_succs.emplace_back(BB.index);
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware.c219 BoxRec BB; local in function:vmwareSendSVGACmdUpdateFullScreen
221 BB.x1 = 0;
222 BB.y1 = 0;
223 BB.x2 = pVMWARE->ModeReg.svga_reg_width;
224 BB.y2 = pVMWARE->ModeReg.svga_reg_height;
225 vmwareSendSVGACmdUpdate(pVMWARE, &BB);
/xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/
H A Dtinyseg.js1 !function(_,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(_.lunr)}(this,function(){return function(_){function t(){var _={"[一二三四五六七八九十百千万億兆]":"M","[一-龠々〆ヵヶ]":"H","[ぁ-ん]":"I","[ァ-ヴーア-ン゙ー]":"K","[a-zA-Za-zA-Z]":"A","[0-90-9]":"N"};for(var t in this.chartype_=[],_){var H=new RegExp(t);this.chartype_.push([H,_[t]])}return this.BIAS__=-332,this.BC1__={HH:6,II:2461,KH:406,OH:-1378},this.BC2__={AA:-3267,AI:2744,AN:-878,HH:-4070,HM:-1711,HN:4012,HO:3761,IA:1327,IH:-1184,II:-1332,IK:1721,IO:5492,KI:3831,KK:-8741,MH:-3132,MK:3334,OO:-2920},this.BC3__={HH:996,HI:626,HK:-721,HN:-1307,HO:-836,IH:-301,KK:2762,MK:1079,MM:4034,OA:-1652,OH:266},this.BP1__={BB:295,OB:304,OO:-125,UB:352},this.BP2__={BO:60,OO:-1762},this.BQ1__={BHH:1150,BHM:1521,BII:-1158,BIM (…) property in class:AnonymousFunction5668c41b0100.AnonymousFunction5668c41b0200.t.BP1__
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp396 for (auto& BB : F.getBasicBlockList()) local in function:SwrJit::LowerX86::runOnFunction
398 for (auto& I : BB.getInstList())
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp438 for (auto* BB : bbs) local in function:SwrJit::LowerX86::runOnFunction
441 for (auto& i : BB->getInstList())
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttinterp.c4393 FT_Short AA, BB; local in function:Ins_SxyTCA
4399 BB = (FT_Short)( AA ^ 0x4000 );
4404 exc->GS.projVector.y = BB;
4407 exc->GS.dualVector.y = BB;
4413 exc->GS.freeVector.y = BB;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp11431 for (Block& BB : program->blocks) {
11432 for (unsigned idx : BB.linear_preds)
11433 program->blocks[idx].linear_succs.emplace_back(BB.index);
11434 for (unsigned idx : BB.logical_preds)
11435 program->blocks[idx].logical_succs.emplace_back(BB.index);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1167 - nv50/ir: delete MINMAX instruction that is no longer in the BB
H A D20.3.0.rst4281 - radv: ignore BB labels when splitting the disassembly string

Completed in 48 milliseconds