Searched refs:cadd (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/geom/raid3/ |
| H A D | g_raid3.c | 1074 off_t atom, cadd, padd, left; in g_raid3_scatter() local 1092 cadd = padd = 0; in g_raid3_scatter() 1097 bcopy(pbp->bio_data + padd, cbp->bio_data + cadd, atom); in g_raid3_scatter() 1100 cadd += atom; in g_raid3_scatter() 1144 off_t atom, cadd, padd, left; in g_raid3_gather() local 1263 cadd = padd = 0; in g_raid3_gather() 1266 bcopy(cbp->bio_data + cadd, pbp->bio_data + padd, atom); in g_raid3_gather() 1270 cadd += atom; in g_raid3_gather()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 3898 defm CADD_ZZI : sve2_int_cadd<0b0, "cadd", int_aarch64_sve_cadd_x>;
|