Home
last modified time | relevance | path

Searched refs:clrbit (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/bsd/sys/
H A Dparam.h211 #define clrbit(a, i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1u<<((i)%NBBY))) macro
/xnu-10063.141.1/osfmk/kern/
H A Dmisc_protos.h64 extern void clrbit(
/xnu-10063.141.1/bsd/kern/
H A Dtty_subr.c327 clrbit(clp->c_cq, i); in putc()
357 clrbit(cp, off); in clrbits()
/xnu-10063.141.1/osfmk/arm64/
H A Dloose_ends.c732 clrbit(int bitno, int *s) in clrbit() function
/xnu-10063.141.1/osfmk/x86_64/
H A Dloose_ends.c136 clrbit(int bitno, int *s) in clrbit() function
/xnu-10063.141.1/bsd/vfs/
H A Dkpi_vfs.c1160 clrbit(vfs_typenum_arr, handle->vfc_typenum); in vfs_fsremove()