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

12

/freebsd-12-stable/contrib/libxo/libxo/
H A DMakefile.am10 LIBXO_WARNINGS = HIGH
/freebsd-12-stable/contrib/libxo/xo/
H A DMakefile.am10 LIBXO_WARNINGS = HIGH
/freebsd-12-stable/contrib/libxo/xopo/
H A DMakefile.am10 LIBXO_WARNINGS = HIGH
/freebsd-12-stable/contrib/libxo/encoder/cbor/
H A DMakefile.am12 LIBXO_WARNINGS = HIGH
/freebsd-12-stable/contrib/libxo/encoder/test/
H A DMakefile.am12 LIBXO_WARNINGS = HIGH
/freebsd-12-stable/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-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c144 BHNDB_PORT0_PRIO(DEVICE, HIGH),
201 BHNDB_PORT_PRIO(DEVICE, 0, 0, HIGH)
/freebsd-12-stable/contrib/libxo/
H A Dwarnings.mk49 ifeq "${LIBXO_WARNINGS}" "HIGH"
/freebsd-12-stable/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-12-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c76 #define HIGH(val) (uint32_t)(((val) >> 32) & 0xffffffff) macro
316 HIGH(args.data), LOW(args.data));
/freebsd-12-stable/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-12-stable/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)
/freebsd-12-stable/contrib/bmake/mk/
H A Dwarnings.mk59 ALL_WARNINGS_SETS+= MIN LOW MEDIUM HIGH EXTRA
/freebsd-12-stable/contrib/gcc/
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))
4891 if (GET_CODE (XEXP (x, 0)) == HIGH
/freebsd-12-stable/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-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h19 #define __constant_range(PARM, LOW, HIGH) \
20 __attribute__((__enable_if__ ((PARM) >= (LOW) && (PARM) <= (HIGH), \
21 "argument must be a constant integer from " #LOW " to " #HIGH)))
22 #define __constant_pow2_range(PARM, LOW, HIGH) \
23 __attribute__((__enable_if__ ((PARM) >= (LOW) && (PARM) <= (HIGH) && \
25 "argument must be a constant power of 2 from " #LOW " to " #HIGH)))
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dmips.c1558 create and verify the matching HIGH. Target-independent code that
1563 constants, with the high part being either a HIGH or a copy
1820 case HIGH:
2015 /* Leave OFFSET as a 16-bit offset and put the excess in HIGH. */
2972 if (src_code == HIGH)
5176 /* The HIGH and LO_SUM are matched by special .md patterns. */
5375 'h' OP is HIGH, prints %hi(X),
5614 if (GET_CODE (op) == HIGH)
5712 /* Print symbolic operand OP, which is part of a HIGH or LO_SUM.

Completed in 479 milliseconds

12