Searched refs:shft (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/boot/ia64/common/
H A Dexec.c75 u_int shft; local
77 shft = 12; /* Start with 4K */
78 s = 1 << shft;
80 shft++;
84 shft--;
88 return (shft);
175 u_int shft; local
189 shft = sz2shft(ia64_text_start, ia64_text_size);
190 shft = mmu_wire(ia64_text_start, (uintptr_t)pa, shft, PTE_AR_RW
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Dmp_machdep.c91 u_int shft; local
93 shft = 12; /* Start with 4K */
94 s = 1 << shft;
96 shft++;
99 return (shft);
H A Dmachdep.c585 u_int shft; local
593 shft = 0;
595 shft++;
603 __asm __volatile("ptr.d %0,%1; ptr.i %0,%1" :: "r"(va), "r"(shft<<2));
609 ia64_set_itir(shft << 2);
/freebsd-9.3-release/contrib/libc-vis/
H A Dvis.c265 int iswextra, i, shft; local
278 shft = i * NBBY;
279 bmsk = (uint64_t)0xffLL << shft;
283 (uint64_t)(c & bmsk) >> shft),
356 int clen = 0, cerr = 0, error = -1, i, shft; local
492 shft = i * NBBY;
493 bmsk = (uint64_t)0xffLL << shft;
498 shft);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c274 int shft = dn->dn_indblkshift - SPA_BLKPTRSHIFT; local
275 for (i = (start>>shft)+1; i < end>>shft; i++) {
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1009 shft xxx, Reg
1011 shft xxx, (Reg & 255)
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.c751 uint32_t shft = 0; local
791 shft = sizeof(crc32_result) * 8 - 1;
797 shft-- ;
801 temp <<= shft; local

Completed in 120 milliseconds