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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp171 bool bit1 = (byte & 2) == 2; local
180 (bit2 ? '1' : '0'), (bit1 ? '1' : '0'), (bit0 ? '1' : '0'));
187 bool bit1 = (byte & 2) == 2; local
219 stream.Printf("%c", bit1 ? '1' : '0');
/freebsd-11-stable/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-11-stable/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 116 milliseconds