Searched refs:BSET (Results 1 – 1 of 1) sorted by relevance
25 #define BSET(buf,pos,val) (((__u8 *)(buf))[pos] = (val)) macro40 BSET(buf, pos, val & 0xff); in WSET_LH()41 BSET(buf, pos + 1, val >> 8); in WSET_LH()