Searched refs:bit1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCF.cpp167 bool bit1 = (byte & 2) == 2; local
181 (bit1 ? '1' : '0'),
189 bool bit1 = (byte & 2) == 2; local
228 stream.Printf("%c",bit1 ? '1' : '0');
/freebsd-10.0-release/contrib/gcc/config/s390/
H A Ds390.c480 int bit0, bit1; local
502 bit1 = exact_log2 (INTVAL (op2));
504 if (bit0 != -1 && bit1 != -1)
505 return bit0 > bit1 ? CCT1mode : CCT2mode;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h1056 uint64_t bit1 : 6; /**< Indicates the bit location in the first word of member in struct:cvmx_pip_alt_skip_cfgx::cvmx_pip_alt_skip_cfgx_s
1081 uint64_t bit1 : 6;

Completed in 260 milliseconds