Home
last modified time | relevance | path

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

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