Home
last modified time | relevance | path

Searched defs:BIT (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/contrib/ldns/drill/
H A Ddrill.h26 #define DRILL_ON(VAR, BIT) \ argument
28 #define DRILL_OFF(VAR, BIT) \ argument
/freebsd/sys/libkern/
H A Dstrcspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
H A Dstrspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
/freebsd/lib/libc/string/
H A Dstrcspn.c34 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
H A Dstrspn.c34 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
/freebsd/sys/dev/gve/
H A Dgve_plat.h91 #define BIT(nr) (1UL << (nr)) macro
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_mixer.c47 #define FEEDMIXER_DECLARE(SIGN, BIT, ENDIAN) \ argument
97 #define FEEDMIXER_ENTRY(SIGN, BIT, ENDIAN) \ argument
H A Dfeeder_rate.c456 #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 Dfeeder_volume.c51 #define FEEDVOLUME_DECLARE(SIGN, BIT, ENDIAN) \ argument
103 #define FEEDVOLUME_ENTRY(SIGN, BIT, ENDIA argument
[all...]
H A Dfeeder_matrix.c115 #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 Dfeeder_format.c56 #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 Da37x0_xtal.c47 #define BIT(x) (1 << (x)) macro
/freebsd/sys/dev/ice/
H A Dice_defs.h39 #define BIT(a) (1UL << (a)) macro
/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_machdep.c38 #define BIT(A) (1 << (A)) macro
/freebsd/sys/dev/gpio/
H A Dqoriq_gpio.h31 #define BIT(x) (1 << (x)) macro
/freebsd/usr.bin/lastcomm/
H A Dlastcomm.c212 #define BIT(flag, ch) if (f & flag) *p++ = ch in flagbits() macro
/freebsd/sys/dev/liquidio/
H A Dlio_bsd.h78 #define BIT(nr) (1UL << (nr)) macro
/freebsd/usr.bin/systat/
H A Dconvtbl.c36 #define BIT (8) macro
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h164 #define BIT(x) (1<<x) macro
/freebsd/sys/dev/iicbus/rtc/
H A Dpcf85063.c48 #define BIT(x) (1 << (x)) macro
H A Drx8803.c48 #define BIT(x) (1 << (x)) macro
/freebsd/sys/dev/mii/
H A Ddp83822phy.c53 #define BIT(x) (1 << (x)) macro
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix_reg.h32 #define BIT(x) (1UL << (x)) macro
/freebsd/sys/ddb/
H A Ddb_lex.h70 #define BIT(n) (1ull << (n)) macro
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-gta04.dtsi668 #define BIT(x) (1 << (x)) macro
[all...]

123