Searched refs:ONES (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/jfs/
H A Djfs_types.h43 #define ONES 0xffffffffu /* all bit on */ macro
H A Djfs_dmap.c527 (ONES << (DBWORD - nbits) >> wbitno);
551 memset(&dp->pmap[word], (int) ONES,
1142 mask = (ONES << (DBWORD - nb) >> wbitno);
2183 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb)
2202 memset(&dp->wmap[word], (int) ONES, nwords * 4);
2333 cpu_to_le32(~(ONES << (DBWORD - nb)
3019 mask = ONES << (DBWORD - nb);
3286 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb)
3297 memset(&dp->wmap[word], (int) ONES, nwords * 4);
3714 * the aggregate will be marked as allocated (ONES);
[all...]
H A Djfs_imap.c986 if (iagp->wmap[extno] == cpu_to_le32(ONES)) {
1476 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno));
2073 if (iagp->wmap[extno] == cpu_to_le32(ONES)) {
2576 iagp->inosmap[i] = cpu_to_le32(ONES);
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c968 const u16 ONES = 0x03; local
976 pat->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12));
1152 const u16 ONES = 0x03; local
1165 pmt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12));
1172 pmt->header.one2 = ONES;
1298 const u16 ONES = 0x03; local
1306 sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
1318 sdt->header.one2 = ONES;
1622 const u16 ONES = 0x03; local
1635 nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 1
1858 const u16 ONES = 0x03; local
[all...]
/linux-master/lib/
H A Dtest_printf.c219 #define ONES "ffffffff" /* hex 32 one bits */ macro
251 #define ONES "" macro
360 test(ONES "fffffff5", "%p", ERR_PTR(-11));
361 test(ONES "fffffff5", "%px", ERR_PTR(-11));

Completed in 148 milliseconds