Home
last modified time | relevance | path

Searched refs:nq (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_pq.c75 void *nq; in nghttp2_pq_push() local
80 nq = nghttp2_mem_realloc(pq->mem, pq->q, in nghttp2_pq_push()
82 if (nq == NULL) { in nghttp2_pq_push()
86 pq->q = nq; in nghttp2_pq_push()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c1437 limb_t *tabb_inv, nq, *tabt, i, n; in mp_divnorm_large() local
1438 nq = na - nb; in mp_divnorm_large()
1440 printf("na=%d nb=%d nq=%d\n", (int)na, (int)nb, (int)nq); in mp_divnorm_large()
1444 assert(nq >= 1); in mp_divnorm_large()
1445 n = nq; in mp_divnorm_large()
1446 if (nq < nb) in mp_divnorm_large()
1477 for(i = 0; i < nq + 1; i++) in mp_divnorm_large()
1478 tabq[i] = tabt[i + 2 * (n + 1) - (nq + 1)]; in mp_divnorm_large()
1480 mp_print_str_a("q", tabq, nq + 1); in mp_divnorm_large()
1491 if (mp_mul(s, tabt, tabq, nq + 1, tabb, nb)) in mp_divnorm_large()
[all …]

Completed in 26 milliseconds