Home | History | Annotate | Download | only in platform

Lines Matching refs:j_

72       unsigned int j_ = (unsigned int)(_n);   \
74 if ((j_) & ((j_)-1)) \
76 if ((j_) >> 16) \
77 (_log2) += 16, (j_) >>= 16; \
78 if ((j_) >> 8) \
79 (_log2) += 8, (j_) >>= 8; \
80 if ((j_) >> 4) \
81 (_log2) += 4, (j_) >>= 4; \
82 if ((j_) >> 2) \
83 (_log2) += 2, (j_) >>= 2; \
84 if ((j_) >> 1) \