/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | cgen.go | 340 scalarConstsMap map[t.QID]*a.Const 342 statusMap map[t.QID]status 344 structMap map[t.QID]*a.Struct 355 g.statusMap = map[t.QID]status{} 368 if err := g.addStatus(t.QID{t.IDBase, id}, msg, true); err != nil { 373 g.scalarConstsMap = map[t.QID]*a.Const{} 392 g.structMap = map[t.QID]*a.Struct{} 395 qid := n.QID() 492 structName := n.QID().Str(g.tm) 656 func uintBits(qid t.QID) uint32 { argument [all …]
|
D | expr.go | 78 } else if c, ok := g.scalarConstsMap[t.QID{0, n.Ident()}]; ok { 108 qid := recvTyp.QID() 224 if s := g.structMap[typ.QID()]; s != nil { 225 qid := s.QID() 250 uBits := uintBits(n.MType().QID()) 331 qid := recvTyp.QID() 352 if o.Decorator() == 0 && o.QID() == (t.QID{t.IDBase, t.IDU8}) && !o.IsRefined() { 363 if o.Decorator() == 0 && o.QID() == (t.QID{t.IDBase, t.IDU8}) && !o.IsRefined() { 394 if qid := innermost.QID(); qid[0] == t.IDBase { 403 qid := innermost.QID() [all …]
|
D | var.go | 99 if typ.QID()[1] == t.IDIOWriter { 118 if typ.QID()[1] == t.IDIOWriter { 158 if typ.QID()[1] == t.IDIOWriter { 240 qid := inner.QID()
|
D | func.go | 227 if inner := typ.Inner(); (inner.Decorator() == 0) && (inner.QID() == t.QID{t.IDBase, t.IDU8}) { 231 } else if (typ.Decorator() == 0) && (typ.QID()[0] == t.IDBase) { 232 switch typ.QID()[1] { 438 if qid := oTyp.QID(); qid[0] == t.IDBase {
|
D | builtin.go | 49 case (meth == t.IDSet) && (recvTyp.Inner().QID() == t.QID{t.IDBase, t.IDImageConfig}): 51 case (meth == t.IDUpdate) && (recvTyp.Inner().QID() == t.QID{t.IDBase, t.IDFrameConfig}): 84 qid := recvTyp.QID() 549 if recvTyp.QID()[1] == t.IDIOReader {
|
D | statement.go | 186 uBits := uintBits(lTyp.QID()) 199 if u := lTyp.QID()[1]; u == t.IDU8 || u == t.IDU16 { 266 if e.MType().QID()[1] == t.IDIOWriter {
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | sort.go | 25 byQID := map[t.QID]*Struct{} 27 byQID[n.QID()] = n 41 func tssVisit(dst []*Struct, n *Struct, byQID map[t.QID]*Struct, marks map[*Struct]uint8) ([]*Struc… 57 if o := byQID[x.QID()]; o != nil {
|
D | ast.go | 336 func (n *Expr) StatusQID() t.QID { return t.QID{n.id1, n.id2} } 673 func (n *TypeExpr) QID() t.QID { return t.QID{n.id1, n.id2} } func 818 func (n *Func) Receiver() t.QID { return t.QID{n.id1, n.id2} } 850 func (n *Status) QID() t.QID { return t.QID{n.id1, n.id2} } func 874 func (n *Const) QID() t.QID { return t.QID{n.id1, n.id2} } func 906 func (n *Struct) QID() t.QID { return t.QID{n.id1, n.id2} } func
|
D | string.go | 192 return n.QID().Str(tm) 208 buf = append(buf, n.QID().Str(tm)...)
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | check.go | 89 consts: map[t.QID]*a.Const{}, 92 statuses: map[t.QID]*a.Status{}, 93 structs: map[t.QID]*a.Struct{}, 115 c.statuses[t.QID{t.IDBase, id}] = nil 168 consts map[t.QID]*a.Const 171 statuses map[t.QID]*a.Status 172 structs map[t.QID]*a.Struct 247 qid := n.QID() 265 qid := n.QID() 337 qid := n.QID() [all …]
|
D | type.go | 371 if c, ok := q.c.consts[t.QID{0, id1}]; ok { 512 case t.QID{t.IDBase, t.IDDagger1}: 514 case t.QID{t.IDBase, t.IDDagger2}: 574 lQID := lTyp.QID() 931 qid := typ.QID() 955 if s.QID() == qid { 988 if c, ok := q.c.consts[t.QID{0, n.Ident()}]; ok {
|
D | bounds.go | 828 qid := t.QID{0, n.Ident()} 938 n.Ident().Str(q.tm), lTyp.QID().Str(q.tm), n.Str(q.tm)) 1401 id := int(lTyp.QID()[1]) 1460 if qid := typ.QID(); qid[0] == t.IDBase { 1469 if qid := typ.QID(); qid[0] == t.IDBase { 1577 if qid := typ.QID(); qid[0] == t.IDBase {
|
D | resolve.go | 170 lQID := lTyp.QID()
|
/third_party/node/test/fixtures/keys/ |
D | agent5-csr.pem | 7 hus+dLhsflz+yTpFD5vREvn0kQ9ce+jVjVzh8bK5qfpaNlaIqQc64WpJKQe+8QID
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs/ |
D | gen.go | 268 n.QID().Str(&h.tm), n.XType().Str(&h.tm), n.Value().Str(&h.tm)) 300 fmt.Fprintf(out, "pub status %s\n", n.QID().Str(&h.tm)) 311 fmt.Fprintf(out, "pub struct %s%s()\n", n.QID().Str(&h.tm), classy)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600MachineScheduler.cpp | 453 SUnit* R600SchedStrategy::pickOther(int QID) { in pickOther() argument 455 std::vector<SUnit *> &AQ = Available[QID]; in pickOther() 458 MoveUnits(Pending[QID], AQ); in pickOther()
|
D | R600MachineScheduler.h | 93 SUnit* pickOther(int QID);
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | list.go | 148 type QID [2]ID type 150 func (x QID) IsZero() bool { return x == QID{} } 153 func (x QID) Str(m *Map) string {
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/ |
D | parse.go | 354 (typ.QID()[0] == t.IDBase) && (!typ.IsNumType() || typ.IsRefined()) { 371 if pkg := typ.Innermost().QID()[0]; (pkg != 0) && (pkg != t.IDBase) {
|
/third_party/eudev/hwdb/ |
D | 20-pci-vendor-model.hwdb | 15360 ID_MODEL_FROM_DATABASE=Parhelia (QID Pro) 15579 ID_MODEL_FROM_DATABASE=Millennium P650/P750 (QID 128MB) 15597 ID_MODEL_FROM_DATABASE=Millennium P650/P750 (QID Low-profile PCI) 15600 ID_MODEL_FROM_DATABASE=Millennium P650/P750 (QID LP PCI LW) 15603 ID_MODEL_FROM_DATABASE=Millennium P650/P750 (QID LP PCI) 15657 ID_MODEL_FROM_DATABASE=Millennium P650 PCIe (QID Low-profile PCIe) 15663 ID_MODEL_FROM_DATABASE=Millennium P650 PCIe (QID LP PCIe)
|