high 957 arch/i386/i386/est.c int i, mhz, mv, low, high;
high 1055 arch/i386/i386/est.c high = MSR2MHZ(est_fqlist->table[0], bus_clock);
high 1056 arch/i386/i386/est.c perflevel = (mhz - low) * 100 / (high - low);
high 99 arch/i386/i386/longrun.c longrun_setperf(int high)
high 104 arch/i386/i386/longrun.c if (high >= 50)
high 114 arch/i386/i386/longrun.c msrinfo.regs[1] = LONGRUN_MODE_WRITE(msrinfo.regs[1], high);
high 3243 arch/i386/i386/machdep.c idt_vec_alloc(int low, int high)
high 3247 arch/i386/i386/machdep.c for (vec = low; vec <= high; vec++)
high 4099 arch/i386/i386/machdep.c int flags, paddr_t low, paddr_t high)
high 4114 arch/i386/i386/machdep.c if (high <= ISA_DMA_BOUNCE_THRESHOLD || (error = uvm_pglistalloc(size,
high 4115 arch/i386/i386/machdep.c round_page(ISA_DMA_BOUNCE_THRESHOLD), high, alignment, boundary,
high 4117 arch/i386/i386/machdep.c error = uvm_pglistalloc(size, low, high, alignment, boundary,
high 4138 arch/i386/i386/machdep.c if (curaddr < low || curaddr >= high) {
high 905 arch/i386/include/bus.h paddr_t low, paddr_t high);
high 953 arch/i386/isa/isa_machdep.c paddr_t high;
high 956 arch/i386/isa/isa_machdep.c high = trunc_page(ISA_DMA_BOUNCE_THRESHOLD);
high 958 arch/i386/isa/isa_machdep.c high = trunc_page(avail_end);
high 961 arch/i386/isa/isa_machdep.c segs, nsegs, rsegs, flags, 0, high));
high 168 arch/i386/isa/joy.c int low, high;
high 172 arch/i386/isa/joy.c high = inb(IO_TIMER1 + TIMER_CNTR0);
high 174 arch/i386/isa/joy.c return (high << 8) | low;
high 96 dev/isa/sbreg.h #define SBP_RECORD_FROM(src, filteron, high) ((src) | (filteron) | (high))
high 1834 dev/pci/azalia.c bdlist[index].high = htole32(PTR_UPPER32(dmaaddr));
high 436 dev/pci/azalia.h uint32_t high;
high 805 dev/pci/if_em_hw.h volatile uint32_t high; /* receive address high */
high 50 dev/raidframe/rf_geniq.c unsigned high = (val >> 4) & 1;
high 53 dev/raidframe/rf_geniq.c new = (poly & 1) ? high : 0;
high 58 dev/raidframe/rf_geniq.c new = new | ((bit ^ high) << i);
high 433 isofs/cd9660/cd9660_rrip.c u_int high, low;
high 435 isofs/cd9660/cd9660_rrip.c high = isonum_733(p->dev_t_high);
high 438 isofs/cd9660/cd9660_rrip.c if (high == 0)
high 441 isofs/cd9660/cd9660_rrip.c ana->inop->inode.iso_rdev = makedev(high, minor(low));
high 104 lib/libkern/muldi3.c u_int high, mid, udiff, vdiff;
high 151 lib/libkern/muldi3.c high = u1 * v1;
high 156 lib/libkern/muldi3.c prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] +
high 187 lib/libkern/muldi3.c u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low;
high 213 lib/libkern/muldi3.c high = u1 * v1;
high 216 lib/libkern/muldi3.c prodh = high + HHALF(high);
high 217 lib/libkern/muldi3.c prodl = LHUP(high);
high 94 lib/libkern/softfloat-specialize.h bits64 high, low;
high 144 lib/libkern/softfloat-specialize.h z.high = ( (bits64) a )<<41;
high 158 lib/libkern/softfloat-specialize.h return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );
high 212 lib/libkern/softfloat-specialize.h z.high = a<<12;
high 229 lib/libkern/softfloat-specialize.h | ( a.high>>12 );
high 289 lib/libkern/softfloat-specialize.h return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 );
high 305 lib/libkern/softfloat-specialize.h ( ( a.high & 0x7FFF ) == 0x7FFF )
high 323 lib/libkern/softfloat-specialize.h z.sign = a.high>>15;
high 325 lib/libkern/softfloat-specialize.h z.high = a.low<<1;
high 340 lib/libkern/softfloat-specialize.h z.low = LIT64( 0xC000000000000000 ) | ( a.high>>1 );
high 341 lib/libkern/softfloat-specialize.h z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
high 373 lib/libkern/softfloat-specialize.h return ( a.high < b.high ) ? a : b;
high 404 lib/libkern/softfloat-specialize.h ( LIT64( 0xFFFE000000000000 ) <= (bits64) ( a.high<<1 ) )
high 405 lib/libkern/softfloat-specialize.h && ( a.low || ( a.high & LIT64( 0x0000FFFFFFFFFFFF ) ) );
high 419 lib/libkern/softfloat-specialize.h ( ( ( a.high>>47 ) & 0xFFFF ) == 0xFFFE )
high 420 lib/libkern/softfloat-specialize.h && ( a.low || ( a.high & LIT64( 0x00007FFFFFFFFFFF ) ) );
high 436 lib/libkern/softfloat-specialize.h z.sign = a.high>>63;
high 437 lib/libkern/softfloat-specialize.h shortShift128Left( a.high, a.low, 16, &z.high, &z.low );
high 452 lib/libkern/softfloat-specialize.h shift128Right( a.high, a.low, 16, &z.high, &z.low );
high 453 lib/libkern/softfloat-specialize.h z.high |= ( ( (bits64) a.sign )<<63 ) | LIT64( 0x7FFF800000000000 );
high 473 lib/libkern/softfloat-specialize.h a.high |= LIT64( 0x0000800000000000 );
high 474 lib/libkern/softfloat-specialize.h b.high |= LIT64( 0x0000800000000000 );
high 483 lib/libkern/softfloat-specialize.h if ( lt128( a.high<<1, a.low, b.high<<1, b.low ) ) return b;
high 484 lib/libkern/softfloat-specialize.h if ( lt128( b.high<<1, b.low, a.high<<1, a.low ) ) return a;
high 485 lib/libkern/softfloat-specialize.h return ( a.high < b.high ) ? a : b;
high 585 lib/libkern/softfloat.c return a.high & 0x7FFF;
high 598 lib/libkern/softfloat.c return a.high>>15;
high 632 lib/libkern/softfloat.c z.high = ( ( (bits16) zSign )<<15 ) + zExp;
high 877 lib/libkern/softfloat.c return a.high & LIT64( 0x0000FFFFFFFFFFFF );
high 890 lib/libkern/softfloat.c return ( a.high>>48 ) & 0x7FFF;
high 902 lib/libkern/softfloat.c return a.high>>63;
high 968 lib/libkern/softfloat.c z.high = ( ( (bits64) zSign )<<63 ) + ( ( (bits64) zExp )<<48 ) + zSig0;
high 3385 lib/libkern/softfloat.c if ( ( a.high != 0xC03E ) || aSig ) {
high 3559 lib/libkern/softfloat.c ++z.high;
high 3663 lib/libkern/softfloat.c z.high = floatx80_default_nan_high;
high 3782 lib/libkern/softfloat.c z.high = floatx80_default_nan_high;
high 3847 lib/libkern/softfloat.c z.high = floatx80_default_nan_high;
high 3925 lib/libkern/softfloat.c z.high = floatx80_default_nan_high;
high 4014 lib/libkern/softfloat.c z.high = floatx80_default_nan_high;
high 4081 lib/libkern/softfloat.c && ( ( a.high == b.high )
high 4083 lib/libkern/softfloat.c && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
high 4113 lib/libkern/softfloat.c || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
high 4117 lib/libkern/softfloat.c aSign ? le128( b.high, b.low, a.high, a.low )
high 4118 lib/libkern/softfloat.c : le128( a.high, a.low, b.high, b.low );
high 4147 lib/libkern/softfloat.c && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
high 4151 lib/libkern/softfloat.c aSign ? lt128( b.high, b.low, a.high, a.low )
high 4152 lib/libkern/softfloat.c : lt128( a.high, a.low, b.high, b.low );
high 4177 lib/libkern/softfloat.c && ( ( a.high == b.high )
high 4179 lib/libkern/softfloat.c && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
high 4212 lib/libkern/softfloat.c || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
high 4216 lib/libkern/softfloat.c aSign ? le128( b.high, b.low, a.high, a.low )
high 4217 lib/libkern/softfloat.c : le128( a.high, a.low, b.high, b.low );
high 4249 lib/libkern/softfloat.c && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
high 4253 lib/libkern/softfloat.c aSign ? lt128( b.high, b.low, a.high, a.low )
high 4254 lib/libkern/softfloat.c : lt128( a.high, a.low, b.high, b.low );
high 4412 lib/libkern/softfloat.c if ( ( a.high == LIT64( 0xC03E000000000000 ) )
high 4590 lib/libkern/softfloat.c add128( z.high, z.low, 0, lastBitMask>>1, &z.high, &z.low );
high 4595 lib/libkern/softfloat.c ++z.high;
high 4596 lib/libkern/softfloat.c if ( (bits64) ( z.low<<1 ) == 0 ) z.high &= ~1;
high 4603 lib/libkern/softfloat.c add128( z.high, z.low, 0, roundBitsMask, &z.high, &z.low );
high 4610 lib/libkern/softfloat.c if ( ( ( (bits64) ( a.high<<1 ) ) | a.low ) == 0 ) return a;
high 4637 lib/libkern/softfloat.c z.high = a.high;
high 4640 lib/libkern/softfloat.c z.high += lastBitMask>>1;
high 4641 lib/libkern/softfloat.c if ( ( ( z.high & roundBitsMask ) | a.low ) == 0 ) {
high 4642 lib/libkern/softfloat.c z.high &= ~ lastBitMask;
high 4648 lib/libkern/softfloat.c z.high |= ( a.low != 0 );
high 4649 lib/libkern/softfloat.c z.high += roundBitsMask;
high 4652 lib/libkern/softfloat.c z.high &= ~ roundBitsMask;
high 4654 lib/libkern/softfloat.c if ( ( z.low != a.low ) || ( z.high != a.high ) ) {
high 4773 lib/libkern/softfloat.c z.high = float128_default_nan_high;
high 4906 lib/libkern/softfloat.c z.high = float128_default_nan_high;
high 4976 lib/libkern/softfloat.c z.high = float128_default_nan_high;
high 5059 lib/libkern/softfloat.c z.high = float128_default_nan_high;
high 5159 lib/libkern/softfloat.c z.high = float128_default_nan_high;
high 5223 lib/libkern/softfloat.c && ( ( a.high == b.high )
high 5225 lib/libkern/softfloat.c && ( (bits64) ( ( a.high | b.high )<<1 ) == 0 ) )
high 5255 lib/libkern/softfloat.c || ( ( ( (bits64) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
high 5259 lib/libkern/softfloat.c aSign ? le128( b.high, b.low, a.high, a.low )
high 5260 lib/libkern/softfloat.c : le128( a.high, a.low, b.high, b.low );
high 5288 lib/libkern/softfloat.c && ( ( ( (bits64) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
high 5292 lib/libkern/softfloat.c aSign ? lt128( b.high, b.low, a.high, a.low )
high 5293 lib/libkern/softfloat.c : lt128( a.high, a.low, b.high, b.low );
high 5318 lib/libkern/softfloat.c && ( ( a.high == b.high )
high 5320 lib/libkern/softfloat.c && ( (bits64) ( ( a.high | b.high )<<1 ) == 0 ) )
high 5353 lib/libkern/softfloat.c || ( ( ( (bits64) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
high 5357 lib/libkern/softfloat.c aSign ? le128( b.high, b.low, a.high, a.low )
high 5358 lib/libkern/softfloat.c : le128( a.high, a.low, b.high, b.low );
high 5390 lib/libkern/softfloat.c && ( ( ( (bits64) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
high 5394 lib/libkern/softfloat.c aSign ? lt128( b.high, b.low, a.high, a.low )
high 5395 lib/libkern/softfloat.c : lt128( a.high, a.low, b.high, b.low );
high 109 lib/libkern/softfloat.h u_int16_t high;
high 113 lib/libkern/softfloat.h u_int16_t high;
high 119 lib/libkern/softfloat.h u_int64_t high, low;
high 2240 net/pf.c struct pf_addr *naddr, u_int16_t *nport, u_int16_t low, u_int16_t high,
high 2253 net/pf.c high = 65535;
high 2272 net/pf.c } else if (low == 0 && high == 0) {
high 2276 net/pf.c } else if (low == high) {
high 2285 net/pf.c if (low > high) {
high 2287 net/pf.c low = high;
high 2288 net/pf.c high = tmp;
high 2291 net/pf.c cut = htonl(arc4random()) % (1 + high - low) + low;
high 2293 net/pf.c for (tmp = cut; tmp <= high; ++(tmp)) {
high 480 scsi/ss_scanjet.c static char *high = "\033*s1026E"; /* pixels high */
high 523 scsi/ss_scanjet.c error = scanjet_ctl_write(ss, high, strlen(high), flags);
high 69 uvm/uvm_pglist.c uvm_pglistalloc_simple(psize_t size, paddr_t low, paddr_t high,
high 95 uvm/uvm_pglist.c for (try = low; try < high; try += PAGE_SIZE) {
high 175 uvm/uvm_pglist.c uvm_pglistalloc(size, low, high, alignment, boundary, rlist, nsegs, waitok)
high 177 uvm/uvm_pglist.c paddr_t low, high, alignment, boundary;
high 210 uvm/uvm_pglist.c return (uvm_pglistalloc_simple(size, try, high, rlist));
high 230 uvm/uvm_pglist.c if (try + size > high) {