Searched refs:cpc_buf_create (Results 1 – 6 of 6) sorted by relevance
25 cpc_buf_create.3cpc \102 cpc_buf_add.3cpc := LINKSRC = cpc_buf_create.3cpc103 cpc_buf_copy.3cpc := LINKSRC = cpc_buf_create.3cpc104 cpc_buf_destroy.3cpc := LINKSRC = cpc_buf_create.3cpc105 cpc_buf_get.3cpc := LINKSRC = cpc_buf_create.3cpc106 cpc_buf_hrtime.3cpc := LINKSRC = cpc_buf_create.3cpc107 cpc_buf_set.3cpc := LINKSRC = cpc_buf_create.3cpc108 cpc_buf_sub.3cpc := LINKSRC = cpc_buf_create.3cpc109 cpc_buf_tick.3cpc := LINKSRC = cpc_buf_create.3cpc110 cpc_buf_zero.3cpc := LINKSRC = cpc_buf_create.3cpc[all …]
180 if ((sgrp->sets[sgrp->nelem].data1 = cpc_buf_create(sgrp->cpc, set)) in cpc_setgrp_newset()182 (sgrp->sets[sgrp->nelem].data2 = cpc_buf_create(sgrp->cpc, set)) in cpc_setgrp_newset()184 (sgrp->sets[sgrp->nelem].scratch = cpc_buf_create(sgrp->cpc, set)) in cpc_setgrp_newset()241 newa[i].data1 = cpc_buf_create(old->cpc, newa[i].set); in cpc_setgrp_clone()242 newa[i].data2 = cpc_buf_create(old->cpc, newa[i].set); in cpc_setgrp_clone()243 newa[i].scratch = cpc_buf_create(old->cpc, newa[i].set); in cpc_setgrp_clone()
168 link path=usr/share/man/man3cpc/cpc_buf_add.3cpc target=cpc_buf_create.3cpc169 link path=usr/share/man/man3cpc/cpc_buf_copy.3cpc target=cpc_buf_create.3cpc170 file path=usr/share/man/man3cpc/cpc_buf_create.3cpc171 link path=usr/share/man/man3cpc/cpc_buf_destroy.3cpc target=cpc_buf_create.3cpc172 link path=usr/share/man/man3cpc/cpc_buf_get.3cpc target=cpc_buf_create.3cpc173 link path=usr/share/man/man3cpc/cpc_buf_hrtime.3cpc target=cpc_buf_create.3cpc174 link path=usr/share/man/man3cpc/cpc_buf_set.3cpc target=cpc_buf_create.3cpc175 link path=usr/share/man/man3cpc/cpc_buf_sub.3cpc target=cpc_buf_create.3cpc176 link path=usr/share/man/man3cpc/cpc_buf_tick.3cpc target=cpc_buf_create.3cpc177 link path=usr/share/man/man3cpc/cpc_buf_zero.3cpc target=cpc_buf_create.3cpc[all …]
54 cpc_buf_create;
93 extern cpc_buf_t *cpc_buf_create(cpc_t *cpc, cpc_set_t *set);
360 cpc_buf_create(cpc_t *cpc, cpc_set_t *set) in cpc_buf_create() function