Home | History | Annotate | Download | only in utils

Lines Matching refs:dcb

907             const int dcb = valBits(3, 1);
908 B = dcb | (dcb << 6);
963 const int dcb = valBits(3, 1);
964 B = (dcb >> 1) | (dcb << 6);