Home
last modified time | relevance | path

Searched refs:bm (Results 1 – 20 of 20) sorted by relevance

/linux-2.4.37.9/arch/ppc/math-emu/
Dudivmodti4.c14 _FP_I_TYPE b, bm; in _fp_udivmodti4() local
50 count_leading_zeros (bm, d0); in _fp_udivmodti4()
52 if (bm != 0) in _fp_udivmodti4()
57 d0 = d0 << bm; in _fp_udivmodti4()
58 n1 = (n1 << bm) | (n0 >> (_FP_W_TYPE_SIZE - bm)); in _fp_udivmodti4()
59 n0 = n0 << bm; in _fp_udivmodti4()
74 count_leading_zeros (bm, d0); in _fp_udivmodti4()
76 if (bm == 0) in _fp_udivmodti4()
94 b = _FP_W_TYPE_SIZE - bm; in _fp_udivmodti4()
96 d0 = d0 << bm; in _fp_udivmodti4()
[all …]
/linux-2.4.37.9/arch/arm/lib/
Dudivdi3.c55 USItype b, bm; in __udivmoddi4() local
71 count_leading_zeros (bm, d0); in __udivmoddi4()
73 if (bm != 0) in __udivmoddi4()
78 d0 = d0 << bm; in __udivmoddi4()
79 n1 = (n1 << bm) | (n0 >> (SI_TYPE_SIZE - bm)); in __udivmoddi4()
80 n0 = n0 << bm; in __udivmoddi4()
95 count_leading_zeros (bm, d0); in __udivmoddi4()
97 if (bm == 0) in __udivmoddi4()
113 b = SI_TYPE_SIZE - bm; in __udivmoddi4()
115 d0 = d0 << bm; in __udivmoddi4()
[all …]
Dlshrdi3.c38 word_type bm; in __lshrdi3() local
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
47 if (bm <= 0) in __lshrdi3()
50 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3()
54 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3()
Dashldi3.c38 word_type bm; in __ashldi3() local
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
47 if (bm <= 0) in __ashldi3()
50 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3()
54 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3()
Dashrdi3.c38 word_type bm; in __ashrdi3() local
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
47 if (bm <= 0) in __ashrdi3()
51 w.s.low = uu.s.high >> -bm; in __ashrdi3()
55 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3()
/linux-2.4.37.9/fs/affs/
Dbitmap.c47 struct affs_bm_info *bm; in affs_count_free_blocks() local
58 bm = AFFS_SB->s_bitmap; in affs_count_free_blocks()
60 for (i = AFFS_SB->s_bmap_count; i > 0; bm++, i--) in affs_count_free_blocks()
61 free += bm->bm_free; in affs_count_free_blocks()
71 struct affs_bm_info *bm; in affs_free_block() local
84 bm = &AFFS_SB->s_bitmap[bmap]; in affs_free_block()
91 bh = affs_bread(sb, bm->bm_key); in affs_free_block()
113 bm->bm_free++; in affs_free_block()
124 affs_error(sb,"affs_free_block","Cannot read bitmap block %u", bm->bm_key); in affs_free_block()
148 struct affs_bm_info *bm; in affs_alloc_block() local
[all …]
/linux-2.4.37.9/arch/mips/dec/prom/
Dmemory.c64 memmap *bm; in rex_setup_memory_region() local
67 bm = (memmap *)KSEG0ADDR(0x28000); in rex_setup_memory_region()
69 bitmap_size = rex_getbitmap(bm); in rex_setup_memory_region()
73 if (bm->bitmap[i] == 0xff) in rex_setup_memory_region()
74 mem_size += (8 * bm->pagesize); in rex_setup_memory_region()
76 mem_start += (8 * bm->pagesize); in rex_setup_memory_region()
79 mem_start += mem_size + (8 * bm->pagesize); in rex_setup_memory_region()
/linux-2.4.37.9/arch/m68k/lib/
Dashldi3.c40 word_type bm; in __ashldi3() local
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
49 if (bm <= 0) in __ashldi3()
52 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3()
56 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3()
Dlshrdi3.c40 word_type bm; in __lshrdi3() local
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
49 if (bm <= 0) in __lshrdi3()
52 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3()
56 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3()
Dashrdi3.c40 word_type bm; in __ashrdi3() local
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
49 if (bm <= 0) in __ashrdi3()
53 w.s.low = uu.s.high >> -bm; in __ashrdi3()
57 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3()
/linux-2.4.37.9/arch/mips/math-emu/
Dsp_div.c131 unsigned bm; in ieee754sp_div() local
133 for (bm = SP_MBIT(SP_MBITS + 2); bm; bm >>= 1) { in ieee754sp_div()
136 rm |= bm; in ieee754sp_div()
Ddp_div.c131 u64 bm; in ieee754dp_div() local
133 for (bm = DP_MBIT(DP_MBITS + 2); bm; bm >>= 1) { in ieee754dp_div()
136 rm |= bm; in ieee754dp_div()
/linux-2.4.37.9/fs/reiserfs/
Dbitmap.c252 int bm, off; in scan_bitmap() local
260 get_bit_address (s, *start, &bm, &off); in scan_bitmap()
266 for (;bm < end_bm; bm++, off = 0) { in scan_bitmap()
267 …if ( ( off && (!unfm || (file_block != 0))) || SB_AP_BITMAP(s)[bm].free_count > (s->s_blocksize <<… in scan_bitmap()
268 nr_allocated = scan_bitmap_block(th, bm, &off, off_max, min, max, unfm); in scan_bitmap()
272 get_bit_address (s, *start, &bm, &off); in scan_bitmap()
275 for (;bm < end_bm; bm++, off = 0) { in scan_bitmap()
276 nr_allocated = scan_bitmap_block(th, bm, &off, off_max, min, max, unfm); in scan_bitmap()
281 nr_allocated = scan_bitmap_block(th, bm, &off, end_off + 1, min, max, unfm); in scan_bitmap()
284 *start = bm * off_max + off; in scan_bitmap()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c1192 struct getbmap bm; in xfs_ioc_getbmap() local
1196 if (copy_from_user(&bm, (struct getbmap *)arg, sizeof(bm))) in xfs_ioc_getbmap()
1199 if (bm.bmv_count < 2) in xfs_ioc_getbmap()
1206 error = xfs_getbmap(bdp, &bm, (struct getbmap *)arg+1, iflags); in xfs_ioc_getbmap()
1210 if (copy_to_user((struct getbmap *)arg, &bm, sizeof(bm))) in xfs_ioc_getbmap()
1221 struct getbmap bm; in xfs_ioc_getbmapx() local
1235 GETBMAP_CONVERT(bmx, bm); in xfs_ioc_getbmapx()
1244 error = xfs_getbmap(bdp, &bm, (struct getbmapx *)arg+1, iflags); in xfs_ioc_getbmapx()
1248 GETBMAP_CONVERT(bm, bmx); in xfs_ioc_getbmapx()
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-pci.c46 #define CF0_READ_PCI_CFG(dev,where,value,bm,mask) \ argument
65 __bit = (((where) & (bm)) << 3); \
91 #define CF0_WRITE_PCI_CFG(dev,where,value,bm,mask) \ argument
108 __bit = (((where) & (bm)) << 3); \
/linux-2.4.37.9/drivers/video/
Dit8181fb.c501 int yres, bm, vsync, um; in it8181fb_decode_var() local
574 bm = var->lower_margin; in it8181fb_decode_var()
587 par->VertTotal = yres + bm + vsync + um - 2; in it8181fb_decode_var()
591 par->VertSyncStart = yres + bm - 1; in it8181fb_decode_var()
592 par->VertSyncEnd = yres + bm + vsync - 1; in it8181fb_decode_var()
/linux-2.4.37.9/include/asm-mips/jmr3927/
Dtx3927.h138 volatile unsigned long bm; /* +110 */ member
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_base.c202 u_int32_t bm; in matroxfb_enable_irq() local
205 bm = 0x220; in matroxfb_enable_irq()
207 bm = 0x020; in matroxfb_enable_irq()
216 mga_outl(M_ICLEAR, bm); in matroxfb_enable_irq()
217 mga_outl(M_IEN, mga_inl(M_IEN) | bm); in matroxfb_enable_irq()
222 if ((ien & bm) != bm) { in matroxfb_enable_irq()
224 mga_outl(M_IEN, ien | bm); in matroxfb_enable_irq()
/linux-2.4.37.9/drivers/acpi/
Dprocessor.c97 u32 bm; member
463 if (pr->power.bm_activity & cx->demotion.threshold.bm) { in acpi_processor_idle()
544 if (!(pr->power.bm_activity & cx->promotion.threshold.bm)) { in acpi_processor_idle()
654 pr->power.states[ACPI_STATE_C2].promotion.threshold.bm = 0x0F; in acpi_processor_set_power_policy()
660 pr->power.states[ACPI_STATE_C3].demotion.threshold.bm = 0x0F; in acpi_processor_set_power_policy()
/linux-2.4.37.9/fs/udf/
Dsuper.c1701 struct spaceBitmapDesc *bm; in udf_count_free_bitmap() local
1719 bm = (struct spaceBitmapDesc *)bh->b_data; in udf_count_free_bitmap()
1720 bytes = bm->numOfBytes; in udf_count_free_bitmap()