Home
last modified time | relevance | path

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

/freebsd/secure/lib/libcrypt/
H A Dcrypt-des.c175 static const u_char bits8[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; variable
283 if (i & bits8[j]) { in des_init()
300 if (i & bits8[j + 1]) { in des_init()
313 if (i & bits8[j + 1]) { in des_init()
336 if (i & bits8[j]) in des_init()
/freebsd/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h48 typedef unsigned char bits8; typedef
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h48 typedef unsigned char bits8; typedef
/freebsd/lib/libc/riscv/softfloat/
H A Driscv-gcc.h48 typedef unsigned char bits8; typedef
/freebsd/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h52 typedef unsigned char bits8; typedef
/freebsd/usr.bin/tip/tip/
H A Dtip.h263 EXTERN int bits8; /* terminal is 8-bit mode */ variable
264 #define STRIP_PAR (bits8 ? 0377 : 0177)
H A Dtip.c578 if (bits8 == 0) in parwrite()
605 bits8 = 1; in setparity()
608 bits8 = 0; in setparity()
/freebsd/lib/libc/arm/softfloat/
H A Darm-gcc.h52 typedef unsigned char bits8; typedef