Searched refs:BSET (Results 1 – 1 of 1) sorted by relevance
26 #define BSET(buf,pos,val) (BVAL(buf,pos) = (val)) macro41 BSET(buf, pos, val & 0xff); in WSET_LH()42 BSET(buf, pos + 1, val >> 8); in WSET_LH()