Searched refs:BITSET (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbitstring.c34 #define BITSET(bs, n) (((bs)->data[DIV8(n)] & \ macro
119 if (BITSET(source, sbitpos))
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsinfo.h126 #define BITSET(m,b) ((m) |= (1<<(b))) macro
H A Dfsi_analyze.c329 BITSET(dp->d_mask, DF_PASSNO);
341 BITSET(dp->d_mask, DF_FREQ);
365 BITSET(dp->d_mask, DF_MOUNT);
376 BITSET(dp->d_mask, DF_PASSNO);
388 BITSET(dp->d_mask, DF_FREQ);

Completed in 107 milliseconds