Home
last modified time | relevance | path

Searched refs:bu (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/arch/microblaze/lib/
Ducmpdi2.c8 const DWunion bu = {.ll = b}; in __ucmpdi2() local
10 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
12 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
14 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
16 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
Dcmpdi2.c10 const DWunion bu = { in __cmpdi2() local
14 if (au.s.high < bu.s.high) in __cmpdi2()
16 else if (au.s.high > bu.s.high) in __cmpdi2()
19 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
21 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
/linux-4.4.14/arch/score/lib/
Ducmpdi2.c26 const DWunion bu = {.ll = b}; in __ucmpdi2() local
28 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
30 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
32 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
34 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
Dcmpdi2.c28 const DWunion bu = { in __cmpdi2() local
32 if (au.s.high < bu.s.high) in __cmpdi2()
34 else if (au.s.high > bu.s.high) in __cmpdi2()
37 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
39 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
/linux-4.4.14/arch/sparc/lib/
Dcmpdi2.c10 const DWunion bu = { in __cmpdi2() local
14 if (au.s.high < bu.s.high) in __cmpdi2()
16 else if (au.s.high > bu.s.high) in __cmpdi2()
19 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
21 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
Ducmpdi2.c7 const DWunion bu = {.ll = b}; in __ucmpdi2() local
9 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
11 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
13 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
15 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
/linux-4.4.14/arch/mips/lib/
Dcmpdi2.c10 const DWunion bu = { in __cmpdi2() local
14 if (au.s.high < bu.s.high) in __cmpdi2()
16 else if (au.s.high > bu.s.high) in __cmpdi2()
19 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
21 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
Ducmpdi2.c8 const DWunion bu = {.ll = b}; in __ucmpdi2() local
10 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
12 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
14 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
16 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
/linux-4.4.14/arch/parisc/lib/
Ducmpdi2.c14 union ull_union bu = {.ull = b}; in __ucmpdi2() local
16 if (au.ui.high < bu.ui.high) in __ucmpdi2()
18 else if (au.ui.high > bu.ui.high) in __ucmpdi2()
20 if (au.ui.low < bu.ui.low) in __ucmpdi2()
22 else if (au.ui.low > bu.ui.low) in __ucmpdi2()
/linux-4.4.14/arch/h8300/lib/
Ducmpdi2.c6 const DWunion bu = {.ll = b}; in __ucmpdi2() local
8 if ((UWtype) au.s.high < (UWtype) bu.s.high) in __ucmpdi2()
10 else if ((UWtype) au.s.high > (UWtype) bu.s.high) in __ucmpdi2()
12 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()
14 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()
/linux-4.4.14/lib/
Duuid.c41 void uuid_be_gen(uuid_be *bu) in uuid_be_gen() argument
43 __uuid_gen_common(bu->b); in uuid_be_gen()
45 bu->b[6] = (bu->b[6] & 0x0F) | 0x40; in uuid_be_gen()
/linux-4.4.14/fs/ubifs/
Dfile.c610 struct bu_info *bu, int *n) in populate_page() argument
612 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0; in populate_page()
635 if (nn >= bu->cnt) { in populate_page()
638 } else if (key_block(c, &bu->zbranch[nn].key) == page_block) { in populate_page()
641 dn = bu->buf + (bu->zbranch[nn].offs - offs); in populate_page()
662 } else if (key_block(c, &bu->zbranch[nn].key) < page_block) { in populate_page()
713 static int ubifs_do_bulk_read(struct ubifs_info *c, struct bu_info *bu, in ubifs_do_bulk_read() argument
721 int allocate = bu->buf ? 0 : 1; in ubifs_do_bulk_read()
724 err = ubifs_tnc_get_bu_keys(c, bu); in ubifs_do_bulk_read()
728 if (bu->eof) { in ubifs_do_bulk_read()
[all …]
Dtnc.c1503 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu) in ubifs_tnc_get_bu_keys() argument
1507 unsigned int block = key_block(c, &bu->key); in ubifs_tnc_get_bu_keys()
1510 bu->cnt = 0; in ubifs_tnc_get_bu_keys()
1511 bu->blk_cnt = 0; in ubifs_tnc_get_bu_keys()
1512 bu->eof = 0; in ubifs_tnc_get_bu_keys()
1516 err = ubifs_lookup_level0(c, &bu->key, &znode, &n); in ubifs_tnc_get_bu_keys()
1523 if (len > bu->buf_len) { in ubifs_tnc_get_bu_keys()
1528 bu->zbranch[bu->cnt++] = znode->zbranch[n]; in ubifs_tnc_get_bu_keys()
1529 bu->blk_cnt += 1; in ubifs_tnc_get_bu_keys()
1545 if (key_inum(c, key) != key_inum(c, &bu->key) || in ubifs_tnc_get_bu_keys()
[all …]
Dsuper.c1101 if (c->bu.buf) in bu_init()
1105 c->bu.buf = kmalloc(c->max_bu_buf_len, GFP_KERNEL | __GFP_NOWARN); in bu_init()
1106 if (!c->bu.buf) { in bu_init()
1492 kfree(c->bu.buf); in mount_ubifs()
1531 kfree(c->bu.buf); in ubifs_umount()
1869 kfree(c->bu.buf); in ubifs_remount_fs()
1870 c->bu.buf = NULL; in ubifs_remount_fs()
Dubifs.h1300 struct bu_info bu; member
1616 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu);
1617 int ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu);
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_tv.c94 u16 ru, gu, bu, au; member
222 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
232 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
242 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
252 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
262 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
272 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
282 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
292 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
302 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
[all …]
/linux-4.4.14/arch/sparc/math-emu/
Dmath_32.c281 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru <… in do_one_mathemu() argument
Dmath_64.c175 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << … in do_mathemu() argument
/linux-4.4.14/drivers/pci/
Dsetup-bus.c651 u32 l, bu, lu; in pci_setup_bridge_mmio_pref() local
659 bu = lu = 0; in pci_setup_bridge_mmio_pref()
666 bu = upper_32_bits(region.start); in pci_setup_bridge_mmio_pref()
676 pci_write_config_dword(bridge, PCI_PREF_BASE_UPPER32, bu); in pci_setup_bridge_mmio_pref()
/linux-4.4.14/drivers/scsi/
Dgdth.h732 } bu; member
/linux-4.4.14/drivers/video/fbdev/sis/
Dsis_main.c6327 int bu = ivideo->sisfb_mode_idx; in sisfb_probe() local
6330 if(bu != ivideo->sisfb_mode_idx) { in sisfb_probe()
6332 sisbios_mode[bu].xres, in sisfb_probe()
6333 sisbios_mode[bu].yres, in sisfb_probe()
6334 sisbios_mode[bu].bpp); in sisfb_probe()