Searched refs:cta (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | ctf.c | 296 ctf_array_t cta; in write_type() local 367 cta.cta_contents = tp->t_ardef->ad_contents->t_id; in write_type() 368 cta.cta_index = tp->t_ardef->ad_idxtype->t_id; in write_type() 369 cta.cta_nelems = tp->t_ardef->ad_nelems; in write_type() 371 SWAP_16(cta.cta_contents); in write_type() 372 SWAP_16(cta.cta_index); in write_type() 373 SWAP_32(cta.cta_nelems); in write_type() 375 ctf_buf_write(b, &cta, sizeof (cta)); in write_type() 1026 ctf_array_t *cta; in resurrect_types() local 1117 cta = v; in resurrect_types() [all …]
|
| /freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/ |
| D | ctf_create.c | 335 ctf_array_t cta; in ctf_update() local 374 cta.cta_contents = (ushort_t) in ctf_update() 376 cta.cta_index = (ushort_t) in ctf_update() 378 cta.cta_nelems = dtd->dtd_u.dtu_arr.ctr_nelems; in ctf_update() 379 bcopy(&cta, t, sizeof (cta)); in ctf_update() 380 t += sizeof (cta); in ctf_update()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXIntrinsics.td | 302 def INT_MEMBAR_CTA : MEMBAR<"membar.cta;", int_nvvm_membar_cta>; 1811 defm _cta : ATOM2A_impl<OpStr, IntTypeStr, TypeStr, "cta", 1823 defm _cta : ATOM3A_impl<OpStr, IntTypeStr, TypeStr, "cta",
|