Searched refs:qo (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_query.c | 37 nv30_ntfy(struct nv30_screen *screen, struct nv30_query_object *qo) in nv30_ntfy() argument 43 if (qo && qo->hw) in nv30_ntfy() 44 ntfy = (char *)notify->map + query->offset + qo->hw->start; in nv30_ntfy() 52 struct nv30_query_object *qo = *po; *po = NULL; in nv30_query_object_del() local 53 if (qo) { in nv30_query_object_del() 54 volatile uint32_t *ntfy = nv30_ntfy(screen, qo); in nv30_query_object_del() 57 nouveau_heap_free(&qo->hw); in nv30_query_object_del() 58 list_del(&qo->list); in nv30_query_object_del() 59 FREE(qo); in nv30_query_object_del() 66 struct nv30_query_object *oq, *qo = CALLOC_STRUCT(nv30_query_object); nv30_query_object_new() local 91 struct nv30_query_object *qo[2]; global() member [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | c11-atomic.c | 6 int _Atomic qo; variable 10 void f01(typeof(&qo) dst) { } /* check-should-pass */ 16 qo = uo; /* check-should-pass */ in foo() 17 uo = qo; /* check-should-pass */ in foo() 22 const int qo; in ref() local 27 pqo = &qo; /* check-should-pass */ in ref() 33 puo = &qo; /* check-should-fail */ in ref() 42 pqo = &qo; /* check-should-pass */ in bar() 48 puo = &qo; /* check-should-fail */ in bar() 54 typeof(&qo) pq in baz() [all...] |
/third_party/node/deps/v8/src/bigint/ |
H A D | mul-toom.cc | 83 // [i+1 .. rlen-1] |( qo )( q_m1 ) ( r_m2 ) in Toom3Main() 93 RWDigits qo(t + p_len, p_len); in Toom3Main() 114 // qo = Y0 + Y2 in Toom3Main() 115 Add(qo, Y0, Y2); in Toom3Main() 117 // q_1 = qo + Y1 in Toom3Main() 118 Add(q_1, qo, Y1); in Toom3Main() 119 // q_m1 = qo - Y1 in Toom3Main() 120 RWDigits q_m1 = qo; in Toom3Main() 121 bool q_m1_sign = SubtractSigned(q_m1, qo, false, Y1, false); in Toom3Main() 122 MARK_INVALID(qo); in Toom3Main() [all...] |
/third_party/cups-filters/filter/ |
H A D | pdftoraster.cxx | 1036 unsigned int qo = (pixeli & 0x1)*4; in writePixel1() local 1038 dst[pixeli/2] |= *pixelBuf << (4-qo); in writePixel1()
|
Completed in 5 milliseconds