Home
last modified time | relevance | path

Searched defs:RANGE (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/sound/midi/
H A Dsequencer.h43 #define RANGE(var, low, high) (var) = \ macro
/freebsd/usr.bin/tr/
H A Dextern.h39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.h122 RANGE = 338, enumerator
212 #define RANGE 338 macro
H A Dasn1parse.c149 RANGE = 338, enumerator
239 #define RANGE 338 macro
/freebsd/sbin/dhclient/
H A Ddhctoken.h70 #define RANGE 272 macro
/freebsd/contrib/tcsh/
H A Dglob.c114 #define RANGE '-' macro
/freebsd/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c75 #define RANGE(start, end) { start, end, (end - start) + 1 } macro
/freebsd/contrib/nvi/ex/
H A Dex.h66 typedef struct _range RANGE; typedef
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
/freebsd/lib/libc/gen/
H A Dglob-compat11.c86 #define RANGE L'-' macro
H A Dglob.c121 #define RANGE L'-' macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c97 #define RANGE '-' macro
/freebsd/sys/dev/sound/pcm/
H A Dsound.h148 #define RANGE(var, low, high) (var) = \ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h991 RANGE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5497 #define PARSE_BITS_ENTRY(FIELD, ENTRY, VALUE, RANGE) \ in ParseDirectiveAMDHSAKernel() argument