Searched refs:ql (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp163 qlinks_t ql; /* Links on free list */ member in struct:bfhead
238 data->freelist[i].ql.flink = &data->freelist[i];
239 data->freelist[i].ql.blink = &data->freelist[i];
303 KMP_DEBUG_ASSERT(b->ql.blink == 0);
305 p = (void *)b->ql.flink;
325 b->ql.blink = 0;
335 b->ql.flink = BFH(CCAST(void *, old_value));
343 b->ql.flink = BFH(CCAST(void *, old_value));
353 b->ql.flink = BFH(th->th.th_local.bget_list);
373 KMP_DEBUG_ASSERT(thr->freelist[bin].ql
[all...]
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dgen_template.c321 struct tlist *ql; local
322 ASN1_TAILQ_FOREACH(ql, &tlistmaster, tmembers) {
323 if (strcmp(ql->name, name) == 0)
324 return ql;
333 struct tlist *ql = tlist_find_by_name(qname); local
334 return tlist_cmp(tl, ql);
338 tlist_cmp(const struct tlist *tl, const struct tlist *ql) argument
343 ret = strcmp(tl->header, ql->header);
346 q = ASN1_TAILQ_FIRST(&ql->template);
374 struct tlist *ql; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_div.c397 BN_ULONG ql, qh; local
400 ql = LBITS(q);
402 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
/freebsd-12-stable/contrib/bmake/mk/
H A Dgendirdeps.mk258 ql.$o := ${dir_list:${skip_ql:${M_ListToSkip}}:M$o*/*/*:C,$o([^/]+)/(.*),\2.\1,:S,.${HOST_TARGET},.host,}
259 qualdir_list += ${ql.$o}
261 .info ${RELDIR}: o=$o ${ql.$o qualdir_list:L:@v@$v=${$v}@}
/freebsd-12-stable/share/mk/
H A Dgendirdeps.mk258 ql.$o := ${dir_list:${skip_ql:${M_ListToSkip}}:M$o*/*/*:C,$o([^/]+)/(.*),\2.\1,:S,.${HOST_TARGET},.host,}
259 qualdir_list += ${ql.$o}
261 .info ${RELDIR}: o=$o ${ql.$o qualdir_list:L:@v@$v=${$v}@}

Completed in 135 milliseconds