Searched refs:gbit (Results 1 – 2 of 2) sorted by relevance
237 typeset gbit240 gbit=$(get_substr $mode 2 1)243 if (( ((gbit & 4)) != 0 || \254 if (( ((gbit & 2)) != 0 || \266 if (( ((gbit & 1)) != 0 || \
173 #define gbit(lv, in, idx, shft, mask) lv = ((in[idx] >> shft) & mask) macro