Home
last modified time | relevance | path

Searched refs:qid (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dipc_msg.c31 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/
Dexpr.go108 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 …]
Dcgen.go395 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 …]
Dvar.go240 qid := inner.QID()
241 if qid[0] != t.IDBase {
244 switch qid[1] {
Dfunc.go438 if qid := oTyp.QID(); qid[0] == t.IDBase {
439 if key := qid[1]; key < t.ID(len(numTypeBounds)) {
Dbuiltin.go84 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/
Dcheck.go247 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 …]
Dbounds.go828 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 {
Dtype.go931 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/
Dares_query.c64 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()
Dares_send.c74 query->qid = DNS_HEADER_QID(qbuf); in ares_send()
126 &(channel->queries_by_qid[query->qid % ARES_QID_TABLE_SIZE])); in ares_send()
Dares_private.h206 unsigned short qid; member
Dares_process.c596 if ((q->qid == id) && same_questions(q->qbuf, q->qlen, abuf, alen)) in process_answer()
/third_party/toybox/toys/pending/
Dipcrm.c31 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/
Dcache_ipc.h76 explicit SharedMessage(queue_id_t qid) : msg_qid_(qid) {} in SharedMessage() argument
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py2561 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/
DREADME.md13 …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/
Dglobals.h678 struct arg_list *qid; member
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv2311 …STQSVXZabYMLNQTZ__\QLLQW\bfegkovuwxto`\UPOLHIGDAINXhg^YXUWWYY\ikhjvvy{~|{||qid[MDJNT\htttwxxz{~~|z…
/third_party/chromium/patch/
D0001-cve.patch50426 zRup;*+Y1K@CkvMfcM4By;x+X(qid$rwAU=FSy!{Q=F^(vH5Y1b);un%VyW0toK&1s