Searched refs:high (Results 201 - 225 of 372) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c215 HOST_WIDE_INT high;
222 high = TREE_INT_CST_HIGH (t);
239 high &= ~((HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT));
242 high = 0;
254 if (high & ((unsigned HOST_WIDE_INT)1
256 high |= (HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT);
261 high = -1;
268 high = -1;
275 || low != TREE_INT_CST_LOW (t) || high != TREE_INT_CST_HIGH (t))
277 t = build_int_cst_wide (TREE_TYPE (t), low, high);
213 HOST_WIDE_INT high; local
1992 HOST_WIDE_INT high, low; local
3940 tree low, high, n_low, n_high; local
4218 build_range_check(tree type, tree exp, int in_p, tree low, tree high) argument
4395 tree low, high; local
4883 tree low0, low1, low, high0, high1, high; local
12993 HOST_WIDE_INT high; local
13041 HOST_WIDE_INT high; local
[all...]
H A Dtree.c754 /* Determine the high bits. */
919 HOST_WIDE_INT high;
929 high = -1;
934 high = 0;
940 high = all_ones >> (HOST_BITS_PER_WIDE_INT - bits);
943 return build_int_cst_wide (type, low, high);
1357 HOST_WIDE_INT high, low;
1371 high = TREE_INT_CST_HIGH (expr);
1380 high &= ~((HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT));
1383 high
915 HOST_WIDE_INT high; local
1352 HOST_WIDE_INT high, low; local
1413 HOST_WIDE_INT high, low; local
1451 HOST_WIDE_INT high, low; local
[all...]
H A Dfinal.c3520 unsigned HOST_WIDE_INT low, high;
3547 high = INTVAL (value);
3548 high >>= BITS_PER_WORD - 1;
3549 high >>= 1;
3550 high &= mask;
3551 if (high & sign_bit)
3552 high |= sign_extend;
3557 *first = GEN_INT (high);
3563 *second = GEN_INT (high);
3571 rtx high
3502 unsigned HOST_WIDE_INT low, high; local
3553 rtx high = (INTVAL (value) < 0 ? constm1_rtx : const0_rtx); local
[all...]
H A Dlibgcc2.h410 struct DWstruct {Wtype high, low;}; member in struct:DWstruct
412 struct DWstruct {Wtype low, high;}; member in struct:DWstruct
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-spu.c591 int low = 0, high = 0;
603 high = 1;
637 high = 1;
661 if (high)
699 if (high)
589 int low = 0, high = 0; local
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c110 "OFDM Trigger %d is too high for hw counters, using max\n",
117 "CCK Trigger %d is too high for hw counters, using max\n",
301 u_int high = param ? 1 : 0; local
303 HALDEBUG(ah, HAL_DEBUG_ANI, "%s: HAL_ANI_CCK_WEAK_SIGNAL_THR: %s\n", __func__, high ? "high" : "low");
305 AR_PHY_CCK_DETECT_WEAK_SIG_THR_CCK, weakSigThrCck[high]);
306 if (high)
310 aniState->cckWeakSigThreshold = high;
400 * Beacon rssi is high, can turn off ofdm
480 * Beacon signal in mid and high rang
[all...]
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas_lsi.c95 u32 high; member in struct:_sata_sas_address::__anon8305
868 hash_address.word.high = 0;
872 hash_address.word.high += *bufferptr;
880 if ((hash_address.word.high & 0x000000F0) == (0x00000050))
881 hash_address.word.high |= 0x00000080;
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas_lsi.c95 u32 high; member in struct:_sata_sas_address::__anon8320
767 hash_address.word.high = 0;
771 hash_address.word.high += *bufferptr;
779 if ((hash_address.word.high & 0x000000F0) == (0x00000050))
780 hash_address.word.high |= 0x00000080;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent.c128 if (size >= bufev->wm_read.high)
580 bufev->wm_write.high = highmark;
585 bufev->wm_read.high = highmark;
588 /* There is now a new high-water mark for read.
607 /* There is now no high-water mark for read. */
627 *highmark = bufev->wm_write.high;
637 *highmark = bufev->wm_read.high;
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c99 prices[i] = b1 + rc_bittree_price(lc->high, LEN_HIGH_BITS,
126 rc_bittree(rc, lc->high, LEN_HIGH_BITS, len);
464 bittree_reset(lencoder->high, LEN_HIGH_BITS);
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dsound.h192 #define RANGE(var, low, high) (var) = \
193 (((var)<(low))? (low) : ((var)>(high))? (high) : (var))
/freebsd-9.3-release/sys/pci/
H A Dalpm.c515 u_char high, low; local
531 high = ALPM_SMBINB(sc, SMBHDATB);
533 *word = ((high & 0xff) << 8) | (low & 0xff);
/freebsd-9.3-release/usr.sbin/pciconf/
H A Dcap.c289 printf("high node count");
650 uint32_t high, low; local
656 high = read_config(fd, &p->pc_sel, ptr + PCIR_SERIAL_HIGH, 4);
657 printf(" %08x%08x", high, low);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dopenssldh_link.c610 unsigned int high, low; local
614 high = (unsigned int)(s - hexdigits);
620 data[i/2] = (unsigned char)((high << 4) + low);
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c604 * being the high water mark and move the current block up
606 * b) Check the next block in the diff that the high water
609 * *If* the high water mark is above
613 * block up. Set the high water mark to the max of
614 * the high end of this block and the current. Repeat b.
721 /* Setup low and high water threads, diffs, and marks. */
735 /* low and high waters start off same diff */
840 int low[2], high[2];
857 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc);
862 high[
837 int low[2], high[2]; local
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff3.c479 being the high water mark and move the current block up
481 b) Check the next block in the diff that the high water
484 *If* the high water mark is above
488 block up. Set the high water mark to the max of
489 the high end of this block and the current. Repeat b.
586 /* Setup low and high water threads, diffs, and marks. */
692 lin low[2], high[2];
710 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc);
715 high[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, highc);
719 result = create_diff3_block (low[0], high[
689 lin low[2], high[2]; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm186 ! This means that %o3 has the high-order bit set.
188 sll %g1, 4, %g1 ! high order bit
209 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-
533 ! This means that %o3 has the high-order bit set.
535 sll %g1, 4, %g1 ! high order bit
556 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpivar.h360 uint64_t high, uint64_t length, uint64_t align);
364 uint64_t high, uint64_t length, uint64_t align);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c502 ar5210SetAckCTSRate(struct ath_hal *ah, u_int high) argument
506 if (high) {
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h392 * This translates to low/medium/high use of the current tx power rate tables.
441 uint32_t high; member in struct:__anon8434::__anon8435::__anon8436::__anon8437
445 uint32_t high; member in struct:__anon8434::__anon8435::__anon8436::__anon8438
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dhashtab.c28 grows too high the hash table will be expanded.
173 unsigned int high = sizeof(prime_tab) / sizeof(prime_tab[0]); local
175 while (low != high)
177 unsigned int mid = low + (high - low) / 2;
181 high = mid;
831 high bits or all three low bits, whether the original value of a,b,c
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dhashtab.c28 grows too high the hash table will be expanded.
173 unsigned int high = sizeof(prime_tab) / sizeof(prime_tab[0]); local
175 while (low != high)
177 unsigned int mid = low + (high - low) / 2;
181 high = mid;
831 high bits or all three low bits, whether the original value of a,b,c
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-impl.h80 (elem->high < (CLAMPADD((uintptr_t) (ptr), (uintptr_t) CLAMPSUB(sz,1) )))); })
H A Dmf-runtime.h49 struct __mf_cache { __mf_uintptr_t low; __mf_uintptr_t high; }; member in struct:__mf_cache
/freebsd-9.3-release/contrib/ncurses/form/
H A Dllib-lform695 long high;
714 double high;

Completed in 408 milliseconds

1234567891011>>