Home
last modified time | relevance | path

Searched refs:bits8 (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/secure/lib/libcrypt/
H A Dcrypt-des.c176 static const u_char bits8[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; variable
284 if (i & bits8[j]) { in des_init()
301 if (i & bits8[j + 1]) { in des_init()
314 if (i & bits8[j + 1]) { in des_init()
337 if (i & bits8[j]) in des_init()
/freebsd-14.2/lib/libc/riscv/softfloat/
H A Driscv-gcc.h48 typedef unsigned char bits8; typedef
/freebsd-14.2/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h48 typedef unsigned char bits8; typedef
/freebsd-14.2/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h48 typedef unsigned char bits8; typedef
/freebsd-14.2/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h52 typedef unsigned char bits8; typedef
/freebsd-14.2/lib/libc/arm/softfloat/
H A Darm-gcc.h52 typedef unsigned char bits8; typedef
/freebsd-14.2/usr.bin/tip/tip/
H A Dtip.h265 EXTERN int bits8; /* terminal is 8-bit mode */ variable
266 #define STRIP_PAR (bits8 ? 0377 : 0177)
H A Dtip.c592 if (bits8 == 0) in parwrite()
619 bits8 = 1; in setparity()
622 bits8 = 0; in setparity()