Searched refs:high (Results 126 - 150 of 372) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_behavior.h183 extern bhv_desc_t * bhv_lookup_range(bhv_head_t *bhp, int low, int high);
H A Dxfs_dir2_block.c73 int high; /* high index for binary srch */ local
74 int highstale; /* high stale index */
292 for (low = 0, high = be32_to_cpu(btp->count) - 1; low <= high; ) {
293 mid = (low + high) >> 1;
299 high = mid - 1;
370 * Move entries toward the high-numbered stale entry.
652 int high; /* binary search high inde local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c198 * due to rounding would be unacceptably high.
581 int cs_limit; /* Max load for low, min load for high. */
595 struct cpu_search *high, const int match);
597 int cpu_search_highest(const struct cpu_group *cg, struct cpu_search *high);
599 struct cpu_search *high);
614 struct cpu_search *high, const int match)
631 hgroup = *high;
706 (load == hload && hgroup.cs_load > high->cs_load))) {
708 high->cs_cpu = hgroup.cs_cpu;
709 high
613 cpu_search(const struct cpu_group *cg, struct cpu_search *low, struct cpu_search *high, const int match) argument
735 cpu_search_highest(const struct cpu_group *cg, struct cpu_search *high) argument
741 cpu_search_both(const struct cpu_group *cg, struct cpu_search *low, struct cpu_search *high) argument
773 struct cpu_search high; local
786 int high, low, anylow; local
874 sched_balance_pair(struct tdq *high, struct tdq *low) argument
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c52 probs = ld.high; \
136 rc_bit_case(ld.high[symbol], , , seq ## _HIGH0); \
137 rc_bit_case(ld.high[symbol], , , seq ## _HIGH1); \
138 rc_bit_case(ld.high[symbol], , , seq ## _HIGH2); \
139 rc_bit_case(ld.high[symbol], , , seq ## _HIGH3); \
140 rc_bit_case(ld.high[symbol], , , seq ## _HIGH4); \
141 rc_bit_case(ld.high[symbol], , , seq ## _HIGH5); \
142 rc_bit_case(ld.high[symbol], , , seq ## _HIGH6); \
143 rc_bit_case(ld.high[symbol], , , seq ## _HIGH7); \
160 probability high[LEN_HIGH_SYMBOL member in struct:__anon4523
[all...]
/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_i2c.c303 * byte2 becomes high byte of word
310 char low, high; local
313 high = (char)((word & 0xff00) >> 8);
316 ((high & 0xff) << 8) | BT848_DATA_CTL_I2CW3B | (u_char)cmd;
/freebsd-9.3-release/sys/i386/i386/
H A Dlongrun.c77 /* MSR low, MSR high, flags bit0 */
89 u_int low, high, flags, mode; local
95 high = LONGRUN_MODE_MASK(msrinfo.regs[1]);
100 high == longrun_modes[mode][1] &&
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c162 if (dst->wm_read.high) {
164 if (dst_size < dst->wm_read.high) {
165 n = dst->wm_read.high - dst_size;
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dnet.c298 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
301 REQUIRE(low != NULL && high != NULL);
307 *high = ISC_NET_PORTRANGEHIGH;
/freebsd-9.3-release/tools/test/testfloat/
H A DtestCases.c1148 #define SETFLOAT64( z, zHigh, zLow ) z.low = zLow; z.high = zHigh
1250 static const struct { bits32 high, low; } float64P1[ float64NumP1 ] = { member in struct:__anon10661
1257 static const struct { bits32 high, low; } float64P2[ float64NumP2 ] = { member in struct:__anon10662
1476 float64QIn[ expNum ] | float64P1[ sigNum ].high,
1503 float64QOut[ expNum ] | float64P1[ sigNum ].high,
1533 float64QIn[ expNum ] | float64P2[ sigNum ].high,
1560 float64QOut[ expNum ] | float64P2[ sigNum ].high,
1592 | ( ( float64P2[ sigNum1 ].high
1593 + float64P2[ sigNum2 ].high
1668 | ( ( float64P2[ sigNum1 ].high
2432 static const struct { bits64 high, low; } float128P1[ float128NumP1 ] = { member in struct:__anon10667
2439 static const struct { bits64 high, low; } float128P2[ float128NumP2 ] = { member in struct:__anon10668
[all...]
H A Dslowfloat-32.c381 ax.sign = ( ( a.high & 0x80000000 ) != 0 );
382 expField = ( a.high>>( 52 - 32 ) ) & 0x7FF;
384 ax.sig.a0 = a.high & 0x000FFFFF;
434 z.high = zx.sign ? 0x80000000 : 0;
439 z.high = zx.sign ? 0xFFF00000 : 0x7FF00000;
443 z.high = z.low = 0xFFFFFFFF;
495 z.high = 0xFFF00000;
500 z.high = 0xFFEFFFFF;
509 z.high = 0x7FF00000;
514 z.high
[all...]
H A Dslowfloat-64.c653 ax.sign = ( ( a.high & 0x8000 ) != 0 );
654 expField = a.high & 0x7FFF;
695 z.high = zx.sign ? 0x8000 : 0;
700 z.high = zx.sign ? 0xFFFF : 0x7FFF;
705 z.high = 0xFFFF;
740 z.high = 0xFFFF;
755 z.high = 0xFFFE;
764 z.high = 0x7FFF;
779 z.high = 0x7FFE;
814 z.high
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldwrite.c143 bfd_vma high; local
146 high = 0;
148 high = 0;
150 high = (bfd_vma) -1;
151 bfd_put_32 (output_bfd, high,
/freebsd-9.3-release/contrib/one-true-awk/
H A Dlex.c439 int cond, low, mid, high; local
442 high = n - 1;
443 while (low <= high) {
444 mid = (low + high) / 2;
446 high = mid - 1;
/freebsd-9.3-release/usr.bin/yacc/
H A Dlalr.c302 int high; local
308 high = goto_map[symbol + 1];
312 assert(low <= high);
313 middle = (low + high) >> 1;
320 high = middle - 1;
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscterm-sck.c258 u_short tmp, high, low, c; local
260 high = (u_short) h;
269 if (high > 0x7f) {
270 high--;
272 if (high > 0x9d) {
274 high -= 0x9e - 0x21;
276 high -= 0x40 - 0x21;
278 high &= 0x7F;
280 tmp = ((high << 8) | low) - 0x20;
284 high
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dieee.c1646 bfd_vma low, high, signedp, size; local
1649 || ! ieee_read_number (info, pp, &high)
1658 (bfd_signed_vma) high);
1797 bfd_vma high; local
1800 || ! ieee_read_number (info, pp, &high))
1807 0, (bfd_signed_vma) high, FALSE);
3634 bfd_vma high;
3779 bfd_signed_vma high;
4335 bfd_vma high)
4339 if (low == (bfd_vma) -1 || high
3632 bfd_vma high; member in struct:ieee_range
3777 bfd_signed_vma high; member in struct:ieee_modified_array_type
4332 ieee_add_range(struct ieee_handle *info, bfd_boolean global, bfd_vma low, bfd_vma high) argument
4403 ieee_end_range(struct ieee_handle *info, bfd_vma high) argument
4964 bfd_vma low, high; local
5033 bfd_vma low, high; local
5072 ieee_add_bb11(struct ieee_handle *info, asection *sec, bfd_vma low, bfd_vma high) argument
5573 ieee_range_type(void *p, bfd_signed_vma low, bfd_signed_vma high) argument
5594 ieee_array_type(void *p, bfd_signed_vma low, bfd_signed_vma high, bfd_boolean stringp ATTRIBUTE_UNUSED) argument
[all...]
H A Dcoffgrok.h72 int high; member in struct:coff_isection
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_lb.c323 uint16_t high, struct pf_src_node **sn)
335 high = 65535;
352 proto == IPPROTO_ICMP) || (low == 0 && high == 0)) {
362 } else if (low == high) {
371 if (low > high) {
373 low = high;
374 high = tmp;
376 /* low < high */
378 cut = htonl(arc4random()) % (1 + high - low) + low;
380 cut = arc4random_uniform(1 + high
320 pf_get_sport(sa_family_t af, u_int8_t proto, struct pf_rule *r, struct pf_addr *saddr, uint16_t sport, struct pf_addr *daddr, uint16_t dport, struct pf_addr *naddr, uint16_t *nport, uint16_t low, uint16_t high, struct pf_src_node **sn) argument
[all...]
/freebsd-9.3-release/sys/i386/include/
H A Datomic.h141 volatile uint32_t *high, *low; local
145 high = (volatile uint32_t *)p + 1;
154 "m" (*high) /* 2 */
163 volatile uint32_t *high, *low; local
166 high = (volatile uint32_t *)p + 1;
174 "=m" (*high) /* 1 */
/freebsd-9.3-release/sys/x86/isa/
H A Dclock.c234 int high, low; local
242 high = inb(TIMER_CNTR0);
245 return ((high << 8) | low);
539 u_int high, low; local
555 high = inb(TIMER_CNTR0);
556 count = i8254_max_count - ((high << 8) | low);
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_lib.c93 void BN_set_params(int mult, int high, int low, int mont) argument
101 if (high >= 0) {
102 if (high > (int)(sizeof(int) * 8) - 1)
103 high = sizeof(int) * 8 - 1;
104 bn_limit_bits_high = high;
105 bn_limit_num_high = 1 << high;
/freebsd-9.3-release/contrib/dialog/
H A Dtailbox.c183 int high = getmaxy(obj->obj.win) - (2 * MARGIN + (obj->obj.bg_task ? 1 : 3)); local
186 last_lines(obj, high);
187 print_page(obj, high, wide);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c32 uint16_t flags, uint16_t *low, uint16_t *high);
305 uint16_t flags, uint16_t *low, uint16_t *high)
309 *high = 5430;
304 ar5210GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c384 size_t low, high; local
416 bufferevent_getwatermark(bev2, EV_READ, &low, &high);
418 tt_int_op(high, ==, 20);
424 bufferevent_getwatermark(bev1, EV_WRITE, &low, &high);
426 tt_int_op(high, ==, 2000);
429 int r = bufferevent_getwatermark(bev1, EV_WRITE | EV_READ, &low, &high);
991 size_t low, high, len; local
999 bufferevent_getwatermark(bev, EV_READ, &low, &high);
1020 bufferevent_setwatermark(bev, EV_READ, low, high);
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c70 register BN_ULONG high,low; \
72 : "=a"(low),"=d"(high) \
76 : "+r"(carry),"+d"(high)\
80 : "+m"(r),"+d"(high) \
83 carry=high; \
87 register BN_ULONG high,low; \
89 : "=a"(low),"=d"(high) \
93 : "+r"(carry),"+d"(high)\
96 (r)=carry, carry=high; \
307 * Keep in mind that carrying into high par
[all...]

Completed in 266 milliseconds

1234567891011>>