ONES
const u16 ONES = 0x03;
pmt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12));
pmt->header.one2 = ONES;
const u16 ONES = 0x03;
sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
sdt->header.one2 = ONES;
const u16 ONES = 0x03;
nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
nit->header.one2 = ONES;
const u16 ONES = 0x03;
eit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
eit->header.one2 = ONES;
const u16 ONES = 0x03;
pat->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12));
mask = (ONES << (DBWORD - nb) >> wbitno);
dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb)
memset(&dp->wmap[word], (int) ONES, nwords * 4);
cpu_to_le32(~(ONES << (DBWORD - nb)
mask = ONES << (DBWORD - nb);
dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb)
memset(&dp->wmap[word], (int) ONES, nwords * 4);
dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb)
dp->pmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb)
dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b);
dp->pmap[i] = dp->wmap[i] = cpu_to_le32(ONES);
(ONES << (DBWORD - nbits) >> wbitno);
memset(&dp->pmap[word], (int) ONES,
mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno));
if (iagp->wmap[extno] == cpu_to_le32(ONES)) {
iagp->inosmap[i] = cpu_to_le32(ONES);
if (iagp->wmap[extno] == cpu_to_le32(ONES)) {
test(ONES "fffffff5", "%p", ERR_PTR(-11));
test(ONES "fffffff5", "%px", ERR_PTR(-11));