Searched refs:ONES (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/media/test-drivers/vidtv/ |
A D | vidtv_psi.c | 933 const u16 ONES = 0x03; in vidtv_psi_pat_table_init() local 1117 const u16 ONES = 0x03; in vidtv_psi_pmt_table_init() local 1137 pmt->header.one2 = ONES; in vidtv_psi_pmt_table_init() 1263 const u16 ONES = 0x03; in vidtv_psi_sdt_table_init() local 1271 sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_sdt_table_init() 1283 sdt->header.one2 = ONES; in vidtv_psi_sdt_table_init() 1587 const u16 ONES = 0x03; in vidtv_psi_nit_table_init() local 1600 nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_nit_table_init() 1607 nit->header.one2 = ONES; in vidtv_psi_nit_table_init() 1823 const u16 ONES = 0x03; in vidtv_psi_eit_table_init() local [all …]
|
/linux-6.3-rc2/lib/ |
A D | test_printf.c | 220 #define ONES "ffffffff" /* hex 32 one bits */ macro 252 #define ONES "" macro 361 test(ONES "fffffff5", "%p", ERR_PTR(-11)); in error_pointer() 362 test(ONES "fffffff5", "%px", ERR_PTR(-11)); in error_pointer()
|
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_dmap.c | 513 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap() 537 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap() 1128 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext() 2185 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits() 2316 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits() 2991 mask = ONES << (DBWORD - nb); in dbFindBits() 3269 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU() 3732 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap() 3734 dp->pmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap() 3766 dp->wmap[w] = dp->pmap[w] = cpu_to_le32(ONES >> b); in dbInitDmap() [all …]
|
A D | jfs_types.h | 43 #define ONES 0xffffffffu /* all bit on */ macro
|
A D | jfs_imap.c | 985 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diFree() 1472 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc() 2069 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diAllocBit() 2569 iagp->inosmap[i] = cpu_to_le32(ONES); in diNewIAG()
|
Completed in 24 milliseconds