Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dtest_printf.c217 #define ONES "ffffffff" /* hex 32 one bits */ macro
249 #define ONES "" macro
352 test(ONES "fffffff5", "%p", ERR_PTR(-11)); in error_pointer()
353 test(ONES "fffffff5", "%px", ERR_PTR(-11)); in error_pointer()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_psi.c941 const u16 ONES = 0x03; in vidtv_psi_pat_table_init() local
949 pat->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12)); in vidtv_psi_pat_table_init()
1125 const u16 ONES = 0x03; in vidtv_psi_pmt_table_init() local
1138 pmt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12)); in vidtv_psi_pmt_table_init()
1145 pmt->header.one2 = ONES; in vidtv_psi_pmt_table_init()
1271 const u16 ONES = 0x03; in vidtv_psi_sdt_table_init() local
1279 sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_sdt_table_init()
1291 sdt->header.one2 = ONES; in vidtv_psi_sdt_table_init()
1595 const u16 ONES = 0x03; in vidtv_psi_nit_table_init() local
1608 nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_nit_table_init()
[all …]
/kernel/linux/linux-5.10/fs/jfs/
Djfs_dmap.c512 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()
536 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()
1195 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()
2233 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2252 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2383 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()
3054 mask = ONES << (DBWORD - nb); in dbFindBits()
3321 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3332 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3795 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
[all …]
Djfs_types.h43 #define ONES 0xffffffffu /* all bit on */ macro
Djfs_imap.c987 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diFree()
1474 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc()
2071 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diAllocBit()
2571 iagp->inosmap[i] = cpu_to_le32(ONES); in diNewIAG()