| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_from_ssa.c | 198 struct exec_node *bn = exec_list_get_head(&b->nodes); local in function:merge_merge_sets 199 while (!exec_node_is_tail_sentinel(bn)) { 201 merge_node *b_node = exec_node_data(merge_node, bn, node); 205 struct exec_node *next = bn->next; 206 exec_node_remove(bn); 207 exec_node_insert_node_before(an, bn); 208 exec_node_data(merge_node, bn, node)->set = a; 209 bn = next; 238 struct exec_node *bn = exec_list_get_head(&b->nodes); local in function:merge_sets_interfere 240 !exec_node_is_tail_sentinel(bn)) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_from_ssa.c | 154 struct exec_node *bn = exec_list_get_head(&b->nodes); local in function:merge_merge_sets 155 while (!exec_node_is_tail_sentinel(bn)) { 157 merge_node *b_node = exec_node_data(merge_node, bn, node); 161 struct exec_node *next = bn->next; 162 exec_node_remove(bn); 163 exec_node_insert_node_before(an, bn); 164 exec_node_data(merge_node, bn, node)->set = a; 165 bn = next; 190 struct exec_node *bn = exec_list_get_head(&b->nodes); local in function:merge_sets_interfere 192 !exec_node_is_tail_sentinel(bn)) { [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbEvents.c | 496 xkbBellNotify bn; local in function:XkbHandleBell 542 bn.type = XkbEventCode + XkbEventBase; 543 bn.xkbType = XkbBellNotify; 544 bn.deviceID = kbd->id; 545 bn.bellClass = class; 546 bn.bellID = id; 547 bn.percent= percent; 548 bn.eventOnly = (eventOnly!=0); 552 bn.sequenceNumber = interest->client->sequence; 553 bn [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbEvents.c | 485 xkbBellNotify bn; local in function:XkbHandleBell 532 bn.type = XkbEventCode + XkbEventBase; 533 bn.xkbType = XkbBellNotify; 534 bn.deviceID = kbd->id; 535 bn.bellClass = class; 536 bn.bellID = id; 537 bn.percent = percent; 538 bn.eventOnly = (eventOnly != 0); 542 bn.sequenceNumber = interest->client->sequence; 543 bn [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBUse.c | 382 xkbBellNotify *bn = (xkbBellNotify *) event; local in function:wire_to_event 390 bev->time = bn->time; 391 bev->device = bn->deviceID; 392 bev->percent = bn->percent; 393 bev->pitch = bn->pitch; 394 bev->duration = bn->duration; 395 bev->bell_class = bn->bellClass; 396 bev->bell_id = bn->bellID; 397 bev->name = bn->name; 398 bev->window = bn [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccharset.c | 520 FcChar16 an, bn; local in function:FcCharSetMerge 540 bn = FcCharSetNumbers(b)[bi]; 542 if (an < bn) 544 ai = FcCharSetFindLeafForward (a, ai + 1, bn); 551 if (bn < an) 553 if (!FcCharSetAddLeaf (a, bn << 8, bl)) 718 FcChar16 an, bn; local in function:FcCharSetIsSubset 729 bn = FcCharSetNumbers(b)[bi]; 733 if (an == bn) 754 else if (an < bn) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 358 Graph::Node *bn = &that->dom; local in function:nv50_ir::BasicBlock::dominatedBy 361 while (dn && dn != bn)
|
| H A D | nv50_ir_ra.cpp | 559 BasicBlock *bn; local in function:nv50_ir::RegAlloc::buildLiveSets 569 bn = BasicBlock::get(ei.getNode()); 570 if (bn == bb) 572 if (bn->cfg.visit(sequence)) 573 if (!buildLiveSets(bn)) 576 bb->liveSet |= bn->liveSet; 578 bb->liveSet = bn->liveSet;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 358 Graph::Node *bn = &that->dom; local in function:nv50_ir::BasicBlock::dominatedBy 361 while (dn && dn != bn)
|
| H A D | nv50_ir_ra.cpp | 604 BasicBlock *bn; local in function:nv50_ir::RegAlloc::buildLiveSets 614 bn = BasicBlock::get(ei.getNode()); 615 if (bn == bb) 617 if (bn->cfg.visit(sequence)) 618 if (!buildLiveSets(bn)) 621 bb->liveSet |= bn->liveSet; 623 bb->liveSet = bn->liveSet;
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 59 bn.orth \
|
| H A D | Makefile.in | 445 bn.orth \
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 124 <!-- bn* -> bn --> 126 <test name="lang" compare="contains"><string>bn</string></test> 127 <edit name="lang" mode="assign" binding="same"><string>bn</string></edit>
|
| H A D | 65-nonlatin.conf | 214 <family>Noto Sans Bengali UI</family><!-- bn -->
|