Searched refs:HIGH (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/ntp/util/
H A Dtg.c71 #define HIGH 2 /* high amplitude */ macro
472 peep(M5, 1000, HIGH);
476 peep(M2, 1000, HIGH);
485 peep(arg, 1000, HIGH);
490 peep(arg, 1000, HIGH);
541 peep(arg, tone, HIGH);
590 peep(5, tone, HIGH); /* send seconds tick */
617 case HIGH:
H A Dtg2.c245 #define HIGH (2) /* high amplitude */ macro
1618 poop(M5, 1000, HIGH, UnmodulatedInverted);
1625 peep(M5, 1000, HIGH);
1636 poop(M2, 1000, HIGH, UnmodulatedInverted);
1643 peep(M2, 1000, HIGH);
1659 poop(M5, 1000, HIGH, UnmodulatedInverted);
1666 peep(M5, 1000, HIGH);
1677 poop(M2, 1000, HIGH, UnmodulatedInverted);
1684 peep(M2, 1000, HIGH);
1699 poop(M5, 1000, HIGH, UnmodulatedInverte
[all...]
/freebsd-9.3-release/lib/libncp/
H A Dncpl_bind.c243 #define HIGH(x) (((x) >> 4) & 0xf) macro
250 copy[di] = (passkeys[HIGH(v) + ax + 0x10] << 4) |
255 *p = HIGH(p[-1]) | ((*p) << 4);
257 *old = HIGH(v) | (*old) << 4;
262 v = (v & 1) ? HIGH(copy[v / 2]) : LOW(copy[v / 2]);
/freebsd-9.3-release/contrib/bmake/mk/
H A Dwarnings.mk50 ALL_WARNINGS_SETS+= MIN LOW MEDIUM HIGH
91 # the idea is that you can set WARNINGS_SET[_${MACHINE_ARCH}]=HIGH
/freebsd-9.3-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c70 #define HIGH(val) (uint32_t)(((val) >> 32) & 0xffffffff) macro
282 HIGH(args.data), LOW(args.data));
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dm2-exp.y176 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC
254 exp : HIGH '(' exp ')'
808 {"HIGH", HIGH },
H A Dm2-exp.c73 HIGH = 275, enumerator in enum:yytokentype
121 #define HIGH 275 macro
514 "VARNAME", "TYPENAME", "SIZE", "CAP", "ORD", "HIGH", "ABS", "MIN_FUNC",
2301 {"HIGH", HIGH },
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Daout_gnu.h361 NO_SPEC = 0, PAIR, HIGH, HIGHADJ,
359 NO_SPEC = 0, PAIR, HIGH, HIGHADJ, enumerator in enum:highlow_type
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Ddarwin.h386 : ((GET_CODE (X) == SYMBOL_REF || GET_CODE (X) == HIGH) \
H A Drs6000.h1610 || GET_CODE (X) == HIGH)
H A Drs6000.c3400 && GET_CODE (XEXP (XEXP (x, 0), 1)) == HIGH
4157 && GET_CODE (operands[1]) != HIGH
4224 && GET_CODE (operands[1]) != HIGH
10053 || GET_CODE (in) == HIGH
18887 case HIGH:
/freebsd-9.3-release/contrib/gcc/
H A Drtl.def609 /* HIGH are the high-order bits of a constant expression. */
610 DEF_RTL_EXPR(HIGH, "high", "e", RTX_CONST_OBJ)
H A Dalias.c925 case HIGH:
1384 case HIGH:
1659 if (GET_CODE (x) == HIGH)
1665 if (GET_CODE (y) == HIGH)
H A Dsched-vis.c460 case HIGH:
H A Dlocal-alloc.c663 case HIGH:
712 case HIGH:
1003 used in a different block (i.e. HIGH / LO_SUM sequences)
H A Dregclass.c2476 || (GET_CODE (SET_SRC (x)) == HIGH
H A Dsimplify-rtx.c352 if (GET_CODE (op0) == HIGH && rtx_equal_p (XEXP (op0, 0), op1))
4888 if (GET_CODE (XEXP (x, 0)) == HIGH
H A Dreload.c116 && GET_CODE (X) != HIGH \
5163 case HIGH:
H A Dcse.c4470 && GET_CODE (const_arg0) == HIGH
H A Dcombine.c3515 using LO_SUM and HIGH. */
4533 if (GET_CODE (XEXP (x, 0)) == HIGH
H A Ddwarf2out.c1696 /* Skip over HIGH, assuming it will be followed by a LO_SUM,
1699 case HIGH:
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h2042 HIGH+LO_SUM pairs, retaining the LO_SUM in the memory reference.
2055 && GET_CODE (X) != LO_SUM && GET_CODE (X) != HIGH \
H A Dsparc.c943 && GET_CODE (operands[1]) != HIGH
1032 || GET_CODE (operands[1]) == HIGH
1079 /* Emit them as real moves instead of a HIGH/LO_SUM,
1320 which bits are set for a HIGH, they are unspecified.
1322 during CSE. We mask out the non-HIGH bits, and matches
2855 case HIGH:
3770 /* Save/restore call-saved registers from LOW to HIGH at BASE+OFFSET
6938 else if (GET_CODE (x) == HIGH)
7472 case HIGH:
8335 case HIGH
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c1796 case HIGH:
1991 /* Leave OFFSET as a 16-bit offset and put the excess in HIGH. */
2948 if (src_code == HIGH)
5152 /* The HIGH and LO_SUM are matched by special .md patterns. */
5351 'h' OP is HIGH, prints %hi(X),
5590 if (GET_CODE (op) == HIGH)
5688 /* Print symbolic operand OP, which is part of a HIGH or LO_SUM.

Completed in 458 milliseconds