Searched refs:GET_BIT (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dpc98.c78 #define GET_BIT(n,bit) (((n) & BIT(bit)) != 0) macro
369 pc98_data->boot = GET_BIT(raw_part->mid, 7);
370 pc98_data->hidden = !GET_BIT(raw_part->sid, 7);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c48 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro
50 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
207 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);

Completed in 18 milliseconds