Searched refs:high (Results 26 - 50 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c99 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high)));
117 return (xdr_u_int(xdrs, (uint_t *)&(rr->rj_vers.high)));
169 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high)));
232 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high)));
356 error->re_vers.high = msg->rjcted_rply.rj_vers.high;
365 error->re_vers.high = msg->acpted_rply.ar_vers.high;
/illumos-gate/usr/src/lib/libm/i386/src/
H A D__reduction.s46 movl 12(%esp),%eax / load the high part of arg
48 movl 16(%esp),%eax / load the high part of arg
H A Dnextafter.s82 movl 12(%ebp),%ecx / high x
90 movl 12(%ebp),%ecx / high x
H A Dexp.s106 pushl 12(%ebp) / high x
108 pushl 12(%ebp) / high x
H A Dhypot.s83 pushl 20(%ebp) / high y
85 pushl 12(%ebp) / high x
H A Dnextafterl.s76 movl 12(%ebp),%edx / high word of significand of x
96 cmpl $0x80000000,%edx / look at high x
124 movl 12(%ebp),%edx / high x
145 cmpl $0x7fffffff,%eax / look at high x
H A Dnexttowardl.s76 movl 12(%ebp),%edx / high word of significand of x
96 cmpl $0x80000000,%edx / look at high x
124 movl 12(%ebp),%edx / high x
145 cmpl $0x7fffffff,%eax / look at high x
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_timer.c20 * Set the Gate high, program PPC channel 2 for mode 0,
24 * Note some implementations have a bug where the high bits byte
28 /* Set the Gate high, disable speaker */
71 #define rdtsc(low,high) \
72 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_unpack_dble.c67 unsigned long high, low, shiftout = 0; local
69 high = pu->significand[i] << nlzbits;
71 pu->significand[i] = shiftout | high;
114 unsigned long high, low, shiftout = 0; local
116 high = pu->significand[i] << n;
118 pu->significand[i] = shiftout | high;
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c433 uint_t high; local
442 high = ACPIDEV_REG_TYPE_MEMORY;
444 high |= ACPIDEV_REG_SUB_DEC;
447 high |= ACPIDEV_REG_TRANSLATED;
450 high |= ACPIDEV_REG_MEM_COHERENT_NC;
452 high |= ACPIDEV_REG_MEM_COHERENT_CA;
455 high |= ACPIDEV_REG_MEM_COHERENT_WC;
458 high |= ACPIDEV_REG_MEM_COHERENT_PF;
467 high |= ACPIDEV_REG_MEM_WRITABLE;
475 reg.phys_hi = high;
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c221 int high; local
230 high = lcc->lc_info->chain_count - 1;
233 while (low <= high) {
234 next = (low + high) / 2;
248 high = next - 1;
257 int high = lcc->lc_info->large_count - 1; local
265 while (low <= high) {
266 next = (low + high) / 2;
274 high = next - 1;
496 * 31-bits wide. (But: be careful using priorities where the high
[all...]
/illumos-gate/usr/src/common/tsol/
H A Dltos.c53 static _mac_label_impl_t high; variable
142 _BSLHIGH(&high);
158 if (_MEQUAL(&high, (_mac_label_impl_t *)l)) {
198 _BSLHIGH(&high);
236 } else if (_MEQUAL(&high, (_mac_label_impl_t *)l)) {
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_cck_common.c298 size_t low, high, mid; local
302 high = nitems - 1;
305 while (low <= high) {
306 mid = (low + high) / 2;
309 high = mid - 1;
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c107 #define ZONESTAT_NAME_HIGH "high"
137 #define ZSTAT_REPORT_TEXT_HIGH "report-high"
628 uint64_t high; local
640 high = val / 1024;
641 low = val * 10 / 1024 - (high * 10);
642 (void) snprintf(str, len, "%llu%1.1lluK", high, low);
647 high = val;
648 (void) snprintf(str, len, "%lluK", high);
652 high = val / 1024;
653 low = val * 10 / 1024 - (high * 1
708 uint_t high; local
759 uint64_t high; local
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLogLinearDistribution.java25 * magnitude (between the low and high magnitude arguments of the {@code
81 * @param enc The encoded representation of the high, low, step and steps
102 * @param highMagnitude the high magnitude
125 long low, high, nsteps, factor;
129 high = unpack(constant, HIGH_SHIFT);
148 while (order <= high) {
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_perr.c209 "; low version = %" PRIu32 ", high version = %" PRIu32,
210 e.re_vers.low, e.re_vers.high);
230 "; low version = %" PRIu32 ", high version = %" PRIu32,
231 e.re_vers.low, e.re_vers.high);
H A Drpc_msg.h97 rpcvers_t high; member in struct:accepted_reply::__anon6872::__anon6873
117 rpcvers_t high; member in struct:rejected_reply::__anon6875::__anon6876
H A Drpc_prot.c104 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high)));
123 return (xdr_rpcvers(xdrs, &(rr->rj_vers.high)));
180 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high)));
238 return (xdr_rpcvers(xdrs, &ar->ar_vers.high));
421 error->re_vers.high = msg->rjcted_rply.rj_vers.high;
430 error->re_vers.high = msg->acpted_rply.ar_vers.high;
/illumos-gate/usr/src/common/ficl/
H A Dstack.c55 * Stack grows from low to high memory
235 ficlInteger high = ficlStackPopInteger(stack); local
237 FICL_2INTEGER_SET(high, low, ret);
245 ficlUnsigned high = ficlStackPopUnsigned(stack); local
247 FICL_2UNSIGNED_SET(high, low, ret);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Damd64_tramp.S60 .long 0 # high
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c249 select_cpus(processorid_t low, processorid_t high) argument
257 if (high < 0 || high >= g_max_cpus)
258 fatal("invalid cpu '%d'\n", high);
260 if (low >= high)
261 fatal("invalid range '%d' to '%d'\n", low, high);
266 } while (++low <= high);
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c97 for (arp = cb_physavail; arp->high; arp++) {
99 for (bitno = arp->low; bitno <= arp->high; bitno++) {
133 for (; arp->high; bitno = (++arp)->low) {
136 for (; bitno <= arp->high; bitno++) {
489 arp->high = arp->low + pages - 1;
493 arp->low, arp->high, (arp->high - arp->low + 1));
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c455 master->key.high = random();
461 master->key.high = rand();
647 arg->remotename, arg->deskey.key.high,
656 res->cryptkeyres_u.deskey.key.high,
675 arg->remotename, arg->deskey.key.high,
684 res->cryptkeyres_u.deskey.key.high,
765 res->cryptkeyres_u.deskey.key.high,
785 arg->remotename, arg->deskey.key.high,
794 res->cryptkeyres_u.deskey.key.high,
812 arg->remotename, arg->deskey.key.high,
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h169 next_bd->addr_hi = mm_cpu_to_le32(mem_phy.as_u32.high);
180 next_bd->addr_hi = mm_cpu_to_le32(start_mem_phy.as_u32.high);
214 next_bd->addr_hi = mm_cpu_to_le32(mem_phys.as_u32.high);
218 next_bd->addr_hi = mm_cpu_to_le32(bd_chain->bd_chain_phy.as_u32.high);
241 next_bd->addr_hi = mm_cpu_to_le32(mem_phys.as_u32.high);
349 pbl_phys_table[i].as_u32.low = mm_cpu_to_le32(buf_base_phy.as_u32.high);
350 pbl_phys_table[i].as_u32.high = mm_cpu_to_le32(buf_base_phy.as_u32.low);
472 phys->as_u32.high = next_bd->addr_hi;
/illumos-gate/usr/src/uts/sun4u/cherrystone/ml/
H A Dcherrystone_asm.s93 srlx %g1, 32, %o0 ! put the high 32 bits in low part of o0
117 srlx %g1, 32, %o0 ! put the high 32 bits in low part of o0

Completed in 167 milliseconds

12345678