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

/freebsd-13-stable/contrib/libxo/libxo/
H A DMakefile.am10 LIBXO_WARNINGS = HIGH
/freebsd-13-stable/contrib/libxo/xo/
H A DMakefile.am10 LIBXO_WARNINGS = HIGH
/freebsd-13-stable/contrib/libxo/xopo/
H A DMakefile.am10 LIBXO_WARNINGS = HIGH
/freebsd-13-stable/contrib/libxo/encoder/cbor/
H A DMakefile.am12 LIBXO_WARNINGS = HIGH
/freebsd-13-stable/contrib/libxo/encoder/csv/
H A DMakefile.am12 LIBXO_WARNINGS = HIGH
/freebsd-13-stable/contrib/libxo/encoder/test/
H A DMakefile.am12 LIBXO_WARNINGS = HIGH
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c144 BHNDB_PORT0_PRIO(DEVICE, HIGH),
201 BHNDB_PORT_PRIO(DEVICE, 0, 0, HIGH)
/freebsd-13-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-13-stable/contrib/libxo/
H A Dwarnings.mk49 ifeq "${LIBXO_WARNINGS}" "HIGH"
/freebsd-13-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c77 #define HIGH(val) (uint32_t)(((val) >> 32) & 0xffffffff) macro
317 HIGH(args.data), LOW(args.data));
/freebsd-13-stable/contrib/bmake/mk/
H A Dwarnings.mk59 ALL_WARNINGS_SETS+= MIN LOW MEDIUM HIGH EXTRA
/freebsd-13-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)))

Completed in 150 milliseconds