Home
last modified time | relevance | path

Searched defs:setbit (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dparam.h210 #define setbit(a, i) (((unsigned char *)(a))[(i)/NBBY] |= 1u<<((i)%NBBY)) macro
/xnu-8020.101.4/osfmk/arm64/
H A Dloose_ends.c624 setbit(int bitno, int *s) in setbit() function
/xnu-8020.101.4/osfmk/arm/
H A Dloose_ends.c395 setbit(int bitno, int *s) in setbit() function
/xnu-8020.101.4/osfmk/x86_64/
H A Dloose_ends.c129 setbit(int bitno, int *s) in setbit() function