Searched refs:low (Results 1 - 25 of 205) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dlookup.c41 size_t low = 0, middle, high = module->nfuncs - 1; local
54 if (keyval < nl[low].value) {
57 (nl[low].value - module->txt_origin);
68 while (low != high) {
69 middle = (high + low) >> 1;
84 low = middle + 1;
100 size_t low = 0, middle, high = nelem - 1; local
102 if (keypc <= pclist[low])
108 while (low != high) {
109 middle = (high + low) >>
[all...]
/illumos-gate/usr/src/common/ficl/
H A Ddouble.c89 x.low = ~x.low;
90 x.low ++;
91 if (x.low == 0)
109 ficl2Unsigned resultLo = ficl2UnsignedMultiply(u.low, mul);
111 resultLo.high += resultHi.low;
112 resultHi.low = resultLo.low + add;
114 if (resultHi.low < resultLo.low)
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Did_space.c42 * system is low on memory. If id_alloc_nosleep() fails, callers should
44 * low-memory situation worse.
62 * Create an arena to represent the range [low, high).
66 id_space_create(const char *name, id_t low, id_t high) argument
68 ASSERT(low >= 0);
69 ASSERT(low < high);
71 return (vmem_create(name, ID_TO_ADDR(low), high - low, 1,
86 id_space_extend(id_space_t *isp, id_t low, id_t high) argument
88 (void) vmem_add(isp, ID_TO_ADDR(low), hig
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Datan2.s36 movl 4(%esp),%eax / low part of y
37 movl 12(%esp),%ecx / low part of x
60 pushl 8(%ebp) / low y
62 pushl 16(%ebp) / low x
H A Dnextafter.s81 movl 8(%ebp),%eax / low x
83 subl $1,%eax / low x - ulp
89 movl 8(%ebp),%eax / low x
91 addl $1,%eax / low x + ulp
H A Dacos.s76 pushl 8(%ebp) / low x
78 pushl 8(%ebp) / low x
H A Dasin.s61 pushl 8(%ebp) / low x
63 pushl 8(%ebp) / low x
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c42 size_t low = 0, middle, high = module->nname - 1; local
55 if (keyval < mnl[low].value) {
58 (mnl[low].value - module->txt_origin);
69 while (low != high) {
70 middle = (high + low) >> 1;
85 low = middle + 1;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Derrormap.c165 PRInt32 low = 0; local
176 for (i = low; i <= high; ++i) {
213 while (low + 1 < high) {
214 i = (low + high) / 2;
221 low = i;
223 if (errNum == errStrings[low].errNum)
224 return errStrings[low].errString;
269 PRInt32 low = 0; local
279 while (low + 1 < high) {
280 i = (low
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l268 int low;
272 for (low = 0, high = (sizeof (at_table) /
274 low < high; /* NOP */) {
275 mid = (low + high) / 2;
280 low = mid + 1;
298 int low;
314 low = *(seq);
315 if (('0' <= low) && (low <= '9')) {
316 val = (low
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h36 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len))
37 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len))
38 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low))
39 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low))
41 #define BF32_GET(x, low, len) BF32_DECODE(x, low, le
[all...]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dmuldi3.c73 * (2^n + 1) (u0 v0) [u0v0 = low]
91 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low)
95 * (2^n)(high + mid + low) + low
98 * of 2^n in either one will also vanish. Only `low' need be computed
106 union uu u, v, low, prod; local
142 low.q = __lmulq(u0, v0);
159 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] +
160 low.ul[H];
161 prod.ul[L] = low
190 ulong_t u1, u0, v1, v0, udiff, vdiff, high, mid, low; local
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dlmul.s44 mull rop(%esp) / high(lop) * low(rop)
48 mull lop(%esp) / high(rop) * low(lop)
52 mull lop(%esp) / low(rop) * low(lop)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c38 struct DWstruct {Wtype low, high;}; member in struct:DWstruct
81 d0 = dd.s.low;
83 n0 = nn.s.low;
112 rr.s.low = n0;
131 rr.s.low = n0;
163 rr.s.low = n0;
196 rr.s.low = (n1 << b) | (n0 >> bm);
204 const DWunion ww = {{.low = q0, .high = q1}};
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers_c.x75 % vers( unsigned int high, unsigned int low) {
76 % vers_high = high; vers_low = low; time_sec = time_usec = 0;
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.h135 #define CHK_BDRY_QLOWATER(low, high) !((low) < AQ_MINLOW || (low) >= (high))
136 #define CHK_BDRY_QHIWATER(low, high) !((high) <= (low) || \
/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
206 low = (unsigned)(-1); /* trigger new sub-table when len > root */
208 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
285 low
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c305 proc_lwp_get_range(char *range, id_t *low, id_t *high) argument
308 *low = 0;
310 *low = (id_t)strtol(range, &range, 10);
313 *high = *low;
330 if (*high < *low) {
332 *high = *low;
333 *low = tmp;
356 id_t low, high; local
371 if (proc_lwp_get_range(range, &low, &high) != 0) {
382 if (id >= low
394 id_t low, high; local
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dclosefrom.c140 int low = (lowfd < 0)? 0 : lowfd; local
147 (void) close(low++);
148 (void) fdwalk(void_close, &low);
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dapic_common.c89 mdb_printf("%4s %8s %8s\n", "reg", "high", " low");
91 uint32_t high, low; local
94 low = APIC_READ_IOAPIC_RDT_ENTRY_LOW_DWORD(i, reg);
96 mdb_printf("%2d %8x %8x\n", reg, high, low);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h347 uint32_t low, high; local
349 __asm __volatile("rdmsr" : "=a" (low), "=d" (high) : "c" (msr));
350 return (low | ((uint64_t)high << 32));
356 uint32_t low; local
358 __asm __volatile("rdmsr" : "=a" (low) : "c" (msr) : "rdx");
359 return (low);
365 uint32_t low, high; local
367 __asm __volatile("rdpmc" : "=a" (low), "=d" (high) : "c" (pmc));
368 return (low | ((uint64_t)high << 32));
374 uint32_t low, hig local
404 uint32_t low, high; local
470 u_int low, high; local
479 u_int low, high; local
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Drpc_msg.h80 u_long low; member in struct:accepted_reply::__anon2774::__anon2775
100 u_long low; member in struct:rejected_reply::__anon2777::__anon2778
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol_impl.h50 #define BITS(val, high, low) \
51 ((val) & (((2ULL << (high)) - 1) & ~((1ULL << (low)) - 1)))
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.c53 unsigned low; /* low bits for current root entry */ local
54 unsigned mask; /* mask for low root bits */
161 of the low root bits of huff. This is saved in low to check for when a
209 low = (unsigned)(-1); /* trigger new sub-table when len > root */
211 mask = used - 1; /* mask for comparing low */
234 /* replicate for those indices with low len bits equal to huff */
262 if (len > root && (huff & mask) != low) {
286 low
[all...]
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c67 #define GET_BOUNDS(bitmap, low, high) { \
69 low = high = -1; \
72 if (low == -1) \
73 low = _i; \
228 int low, high; local
254 low = high = 0;
258 GET_BOUNDS(sels, low, high);
261 for (i = low; i <= high; i++) {

Completed in 105 milliseconds

123456789