Home
last modified time | relevance | path

Searched refs:prevh (Results 1 – 25 of 58) sorted by relevance

123

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/datastruct/
H A Dfrag_list.c91 if (prevh == NULL) { in frag_list_replace_head()
96 prevh->list.next = &new_h->list; in frag_list_replace_head()
184 if (prevh == NULL) { in frag_list_insert_head()
188 prevh->list.next = &new_h->list; in frag_list_insert_head()
263 ucs_frag_list_elem_t *h, *prevh, *nexth; in ucs_frag_list_insert_slow() local
277 prevh = NULL; in ucs_frag_list_insert_slow()
287 frag_list_replace_head(head, prevh, h, elem); in ucs_frag_list_insert_slow()
310 if (prevh) { in ucs_frag_list_insert_slow()
314 prevh ? sn-prevh->head.last_sn : sn-head->head_sn); in ucs_frag_list_insert_slow()
316 frag_list_insert_head(head, prevh, h, elem, sn); in ucs_frag_list_insert_slow()
[all …]
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libsearch/
H A Dflat_fwd.c427 prevh = NULL; in whmm_eval()
442 prevh = h; in whmm_eval()
446 if (prevh) in whmm_eval()
489 whmm_t *nexth, *prevh; in whmm_transition() local
528 prevh = h; in whmm_transition()
531 if ((!prevh->next) || (prevh->next->rc != rc)) { in whmm_transition()
540 prevh = prevh->next; in whmm_transition()
621 whmm_t *h, *prevh; in word_enter() local
688 prevh = NULL; in word_enter()
703 if (prevh) { in word_enter()
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/ops/
H A Dboolean_hamiltonian.py142 def _apply_cnots(prevh: Tuple[int, ...], currh: Tuple[int, ...]):
145 cnots.extend((prevh[i], prevh[-1]) for i in range(len(prevh) - 1))
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dbqentryupdater.cc114 int prevh = img->getHeight(); in processThread() local
124 current.oh = prevh; in processThread()
127 current.oimg = new guint8[prevw * prevh * 3]; in processThread()
131 memcpy(current.oimg, img->getData(), prevw * prevh * 3); in processThread()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dbqentryupdater.cc131 int prevh = img->getHeight(); in processThread() local
141 current.oh = prevh; in processThread()
144 current.oimg = new guint8[prevw * prevh * 3]; in processThread()
148 memcpy(current.oimg, img->getData(), prevw * prevh * 3); in processThread()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/edgepaint/
H A Dedgepaintmain.c88 Agnode_t* prevh = NULL; in checkG() local
93 if (h == prevh) return 1; // multiedge in checkG()
94 prevh = h; in checkG()
96 prevh = NULL; // reset in checkG()
/dports/x11/xsnow/xsnow-3.4.2/src/
H A Dmoon.c102 static int prevh = 0; in moon_ui() local
110 if(prevw>0 && prevh>0) in moon_ui()
113 global.moonY = (float)global.moonY/prevh*global.SnowWinHeight; in moon_ui()
116 prevh = global.SnowWinHeight; in moon_ui()
/dports/print/pic2fig/pic2fig/
H A Dboxgen.c7 static float prevh = HT; in boxgen() local
36 h = prevh; in boxgen()
108 prevh = h; in boxgen()
H A Darcgen.c9 static float prevh = HT5; in arcgen() local
24 prevh = getfval("arrowht"); in arcgen()
41 prevh = attr[i].a_val.f; in arcgen()
154 p->o_val[5] = prevh; in arcgen()
H A Dlinegen.c10 static float prevh = HT5; in linegen() local
31 prevh = getfval("arrowht"); in linegen()
90 prevh = attr[i].a_val.f; in linegen()
199 p->o_val[3] = prevh; in linegen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dboxgen.c7 static double prevh = HT; in boxgen() local
29 h = prevh; in boxgen()
112 prevh = h; in boxgen()
H A Darcgen.c12 static double prevh = HT5; in arcgen() local
28 prevh = getfval("arrowht"); in arcgen()
46 prevh = ap->a_val.f; in arcgen()
148 p->o_val[5] = prevh; in arcgen()
H A Dlinegen.c11 static double prevh = HT5; in linegen() local
29 prevh = getfval("arrowht"); in linegen()
83 prevh = ap->a_val.f; in linegen()
202 p->o_val[3] = prevh; in linegen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tpic/
H A Dboxgen.c8 static double prevh = HT; in boxgen() local
30 h = prevh; in boxgen()
110 prevh = h; in boxgen()
H A Darcgen.c10 static double prevh = HT5; in arcgen() local
26 prevh = getfval("arrowht"); in arcgen()
44 prevh = ap->a_val.f; in arcgen()
139 p->o_val[5] = prevh; in arcgen()
H A Dlinegen.c12 static double prevh = HT5; in linegen() local
29 prevh = getfval("arrowht"); in linegen()
86 prevh = ap->a_val.f; in linegen()
175 p->o_val[3] = prevh; in linegen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dboxgen.c7 static double prevh = HT; in boxgen() local
29 h = prevh; in boxgen()
112 prevh = h; in boxgen()
H A Darcgen.c12 static double prevh = HT5; in arcgen() local
28 prevh = getfval("arrowht"); in arcgen()
46 prevh = ap->a_val.f; in arcgen()
148 p->o_val[5] = prevh; in arcgen()
H A Dlinegen.c11 static double prevh = HT5; in linegen() local
29 prevh = getfval("arrowht"); in linegen()
83 prevh = ap->a_val.f; in linegen()
202 p->o_val[3] = prevh; in linegen()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dboxgen.c19 static double prevh = HT; in boxgen() local
41 h = prevh; in boxgen()
124 prevh = h; in boxgen()
H A Darcgen.c24 static double prevh = HT5; in arcgen() local
39 prevh = getfval("arrowht"); in arcgen()
57 prevh = ap->a_val.f; in arcgen()
159 p->o_val[5] = prevh; in arcgen()
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dboolean_hamiltonian.py327 def _apply_cnots(prevh: Tuple[int, ...], currh: Tuple[int, ...]):
330 cnots.extend((prevh[i], prevh[-1]) for i in range(len(prevh) - 1))
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Dboolean_hamiltonian.py327 def _apply_cnots(prevh: Tuple[int, ...], currh: Tuple[int, ...]):
330 cnots.extend((prevh[i], prevh[-1]) for i in range(len(prevh) - 1))
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dboolean_hamiltonian.py327 def _apply_cnots(prevh: Tuple[int, ...], currh: Tuple[int, ...]):
330 cnots.extend((prevh[i], prevh[-1]) for i in range(len(prevh) - 1))
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dboolean_hamiltonian.py327 def _apply_cnots(prevh: Tuple[int, ...], currh: Tuple[int, ...]):
330 cnots.extend((prevh[i], prevh[-1]) for i in range(len(prevh) - 1))

123