Searched refs:bits8 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/tools/test/testfloat/
H A Drandom.c36 return (bits8) ( random()>>4 );
H A DwriteHex.c38 static void writeHex_bits8( bits8 a, FILE *stream )
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dsparc64.h65 typedef unsigned char bits8; typedef
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h49 typedef unsigned char bits8; typedef
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h49 typedef unsigned char bits8; typedef
/freebsd-11-stable/lib/libc/mips/softfloat/
H A Dmips-gcc.h53 typedef unsigned char bits8; typedef
/freebsd-11-stable/lib/libc/arm/softfloat/
H A Darm-gcc.h53 typedef unsigned char bits8; typedef
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.h266 EXTERN int bits8; /* terminal is 8-bit mode */ variable
267 #define STRIP_PAR (bits8 ? 0377 : 0177)
H A Dtip.c592 if (bits8 == 0)
619 bits8 = 1;
622 bits8 = 0;
/freebsd-11-stable/secure/lib/libcrypt/
H A Dcrypt-des.c178 static u_char bits8[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; variable
286 if (i & bits8[j]) {
303 if (i & bits8[j + 1]) {
316 if (i & bits8[j + 1]) {
339 if (i & bits8[j])

Completed in 133 milliseconds