/third_party/musl/libc-test/src/functional/ |
D | ipc_msg.c | 31 int qid; in snd() local 42 T(qid = msgget(k, IPC_CREAT|0666)); in snd() 43 T(msgctl(qid, IPC_RMID, 0)); in snd() 44 T(qid = msgget(k, IPC_CREAT|IPC_EXCL|0666)); in snd() 55 T(msgctl(qid, IPC_STAT, &qid_ds)); in snd() 74 T(msgsnd(qid, &msg, sizeof msg.data, IPC_NOWAIT)); in snd() 75 T(msgctl(qid, IPC_STAT, &qid_ds)); in snd() 87 int qid; in rcv() local 95 T(qid = msgget(k, 0)); in rcv() 98 if (msgrcv(qid, &msg, 0, msgtyp, 0) != -1 || errno != E2BIG) in rcv() [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | expr.go | 108 qid := recvTyp.QID() 110 if isBaseRangeType(qid) { 120 g.packagePrefix(qid), qid[1].Str(g.tm)) 123 "%s%s__initialize(%s", g.packagePrefix(qid), qid[1].Str(g.tm), addr) 127 b.printf(", sizeof (%s%s), WUFFS_VERSION, 0))", g.packagePrefix(qid), qid[1].Str(g.tm)) 225 qid := s.QID() 226 if _, ok := g.privateDataFields[t.QQID{qid[0], qid[1], fieldName}]; ok { 331 qid := recvTyp.QID() 332 b.printf("%s%s__%s(", g.packagePrefix(qid), qid[1].Str(g.tm), method.Ident().Str(g.tm)) 394 if qid := innermost.QID(); qid[0] == t.IDBase { [all …]
|
D | cgen.go | 395 qid := n.QID() 396 g.structMap[qid] = n 400 g.privateDataFields[t.QQID{qid[0], qid[1], f.Name()}] = struct{}{} 656 func uintBits(qid t.QID) uint32 { 657 if qid[0] == t.IDBase { 658 switch qid[1] { 690 func (g *gen) addStatus(qid t.QID, msg string, public bool) error { 698 cName: g.packagePrefix(qid) + category + cName(msg, ""), 700 fromThisPkg: qid[0] == 0, 704 g.statusMap[qid] = z [all …]
|
D | var.go | 240 qid := inner.QID() 241 if qid[0] != t.IDBase { 244 switch qid[1] {
|
D | func.go | 438 if qid := oTyp.QID(); qid[0] == t.IDBase { 439 if key := qid[1]; key < t.ID(len(numTypeBounds)) {
|
D | builtin.go | 84 qid := recvTyp.QID() 85 if qid[0] != t.IDBase { 89 if qid[1].IsNumType() { 92 switch qid[1] {
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | check.go | 247 qid := n.QID() 248 if other, ok := c.statuses[qid]; ok { 250 Err: fmt.Errorf("check: duplicate status %s", qid.Str(c.tm)), 257 c.statuses[qid] = n 265 qid := n.QID() 266 if other, ok := c.consts[qid]; ok { 268 Err: fmt.Errorf("check: duplicate const %s", qid.Str(c.tm)), 275 c.consts[qid] = n 283 return fmt.Errorf("%v in const %s", err, qid.Str(c.tm)) 286 return fmt.Errorf("%v in const %s", err, qid.Str(c.tm)) [all …]
|
D | bounds.go | 828 qid := t.QID{0, n.Ident()} 829 if c, ok := q.c.consts[qid]; ok { 1460 if qid := typ.QID(); qid[0] == t.IDBase { 1461 return numTypeBounds[qid[1]], nil 1469 if qid := typ.QID(); qid[0] == t.IDBase { 1470 b := numTypeBounds[qid[1]] 1577 if qid := typ.QID(); qid[0] == t.IDBase { 1578 if qid[1] == t.IDDagger1 || qid[1] == t.IDDagger2 { 1580 } else if qid[1] < t.ID(len(numTypeBounds)) { 1581 if x := numTypeBounds[qid[1]]; x[0] != nil {
|
D | type.go | 931 qid := typ.QID() 932 if qid[0] == t.IDBase && qid[1].IsNumType() { 949 if qid[0] == t.IDBase { 950 if _, ok := builtInTypeMap[qid[1]]; ok || qid[1] == t.IDDagger1 || qid[1] == t.IDDagger2 { 955 if s.QID() == qid {
|
/third_party/node/deps/cares/src/lib/ |
D | ares_query.c | 64 unsigned short qid; in find_query_by_id() local 67 DNS_HEADER_SET_QID(((unsigned char*)&qid), id); in find_query_by_id() 70 list_head = &(channel->queries_by_qid[qid % ARES_QID_TABLE_SIZE]); in find_query_by_id() 75 if (q->qid == qid) in find_query_by_id()
|
D | ares_send.c | 74 query->qid = DNS_HEADER_QID(qbuf); in ares_send() 126 &(channel->queries_by_qid[query->qid % ARES_QID_TABLE_SIZE])); in ares_send()
|
D | ares_private.h | 206 unsigned short qid; member
|
D | ares_process.c | 596 if ((q->qid == id) && same_questions(q->qbuf, q->qlen, abuf, alen)) in process_answer()
|
/third_party/toybox/toys/pending/ |
D | ipcrm.c | 31 struct arg_list *qid; 83 for (tmp = TT.qid; tmp; tmp = tmp->next) do_ipcrm(0, 2, tmp->arg); in ipcrm_main()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_ipc.h | 76 explicit SharedMessage(queue_id_t qid) : msg_qid_(qid) {} in SharedMessage() argument
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | datasets.py | 2561 def _pyfunc_worker_exec(index, qid, *args): argument 2569 if qid != -1: 2571 args = _ARGS_QUEUE[qid].get() 2577 _RET_QUEUE[qid].put(r) 2579 _RET_QUEUE[qid].put((r,)) 2580 return [qid] 2618 qid = self.next_queue 2620 self.queuemap[tid] = qid 2622 qid = self.queuemap[tid] 2623 self.arg_q[qid].put(args) [all …]
|
/third_party/jerryscript/targets/curie_bsp/ |
D | README.md | 13 …om/PACK-ARM-JTAG-20-10-Micro-JTAG-adapter/dp/B010ATK9OC/ref=sr_1_1?ie=UTF8&qid=1469635131&sr=8-1&k…
|
/third_party/toybox/generated/ |
D | globals.h | 678 struct arg_list *qid; member
|
/third_party/openh264/res/ |
D | Cisco_Absolute_Power_1280x720_30fps.yuv | 2311 …STQSVXZabYMLNQTZ__\QLLQW\bfegkovuwxto`\UPOLHIGDAINXhg^YXUWWYY\ikhjvvy{~|{||qid[MDJNT\htttwxxz{~~|z…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 50426 zRup;*+Y1K@CkvMfcM4By;x+X(qid$rwAU=FSy!{Q=F^(vH5Y1b);un%VyW0toK&1s
|