/freebsd/contrib/ldns/drill/ |
H A D | drill.h | 26 #define DRILL_ON(VAR, BIT) \ argument 28 #define DRILL_OFF(VAR, BIT) \ argument
|
/freebsd/sys/libkern/ |
H A D | strcspn.c | 35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
|
H A D | strspn.c | 35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
|
/freebsd/lib/libc/string/ |
H A D | strcspn.c | 34 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
|
H A D | strspn.c | 34 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
|
/freebsd/sys/dev/gve/ |
H A D | gve_plat.h | 91 #define BIT(nr) (1UL << (nr)) macro
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_mixer.c | 47 #define FEEDMIXER_DECLARE(SIGN, BIT, ENDIAN) \ argument 97 #define FEEDMIXER_ENTRY(SIGN, BIT, ENDIAN) \ argument
|
H A D | feeder_rate.c | 456 #define Z_DECLARE_LINEAR(SIGN, BIT, ENDIAN) \ argument 492 #define Z_CLIP_CHECK(v, BIT) do { \ argument 505 #define Z_CLAMP(v, BIT) \ argument 515 #define _Z_SINC_ACCUMULATE(SIGN, BIT, ENDIAN, adv) \ argument 540 #define Z_DECLARE_SINC(SIGN, BIT, ENDIAN) \ argument 581 #define Z_DECLARE_SINC_POLYPHASE(SIGN, BIT, ENDIAN) \ argument 620 #define Z_DECLARE(SIGN, BIT, ENDIAN) \ argument 657 #define Z_RESAMPLER_ENTRY(SIGN, BIT, ENDIAN) \ argument
|
H A D | feeder_volume.c | 51 #define FEEDVOLUME_DECLARE(SIGN, BIT, ENDIAN) \ argument 103 #define FEEDVOLUME_ENTRY(SIGN, BIT, ENDIA argument [all...] |
H A D | feeder_matrix.c | 115 #define FEEDMATRIX_CLIP_CHECK(v, BIT) do { \ argument 122 #define FEEDMATRIX_DECLARE(SIGN, BIT, ENDIAN) \ argument 196 FEEDMATRIX_ENTRY(SIGN,BIT,ENDIAN) global() argument [all...] |
H A D | feeder_format.c | 56 #define INTPCM_DECLARE_OP_WRITE(SIGN, BIT, ENDIAN, SHIFT) \ argument 175 #define FEEDFORMAT_ENTRY(SIGN, BIT, ENDIAN) \ argument
|
/freebsd/sys/arm/mv/clk/ |
H A D | a37x0_xtal.c | 47 #define BIT(x) (1 << (x)) macro
|
/freebsd/sys/dev/ice/ |
H A D | ice_defs.h | 39 #define BIT(a) (1UL << (a)) macro
|
/freebsd/sys/dev/hyperv/vmbus/aarch64/ |
H A D | hyperv_machdep.c | 38 #define BIT(A) (1 << (A)) macro
|
/freebsd/sys/dev/gpio/ |
H A D | qoriq_gpio.h | 31 #define BIT(x) (1 << (x)) macro
|
/freebsd/usr.bin/lastcomm/ |
H A D | lastcomm.c | 212 #define BIT(flag, ch) if (f & flag) *p++ = ch in flagbits() macro
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_bsd.h | 78 #define BIT(nr) (1UL << (nr)) macro
|
/freebsd/usr.bin/systat/ |
H A D | convtbl.c | 36 #define BIT (8) macro
|
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | ostypes.h | 164 #define BIT(x) (1<<x) macro
|
/freebsd/sys/dev/iicbus/rtc/ |
H A D | pcf85063.c | 48 #define BIT(x) (1 << (x)) macro
|
H A D | rx8803.c | 48 #define BIT(x) (1 << (x)) macro
|
/freebsd/sys/dev/mii/ |
H A D | dp83822phy.c | 53 #define BIT(x) (1 << (x)) macro
|
/freebsd/sys/dev/etherswitch/felix/ |
H A D | felix_reg.h | 32 #define BIT(x) (1UL << (x)) macro
|
/freebsd/sys/ddb/ |
H A D | db_lex.h | 70 #define BIT(n) (1ull << (n)) macro
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-gta04.dtsi | 668 #define BIT(x) (1 << (x)) macro [all...] |