Searched defs:RANGE (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/sound/midi/ |
H A D | sequencer.h | 43 #define RANGE(var, low, high) (var) = \ macro
|
/freebsd/usr.bin/tr/ |
H A D | extern.h | 39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1parse.h | 122 RANGE = 338, enumerator 212 #define RANGE 338 macro
|
H A D | asn1parse.c | 149 RANGE = 338, enumerator 239 #define RANGE 338 macro
|
/freebsd/sbin/dhclient/ |
H A D | dhctoken.h | 70 #define RANGE 272 macro
|
/freebsd/contrib/tcsh/ |
H A D | glob.c | 114 #define RANGE '-' macro
|
/freebsd/lib/libiconv_modules/HZ/ |
H A D | citrus_hz.c | 75 #define RANGE(start, end) { start, end, (end - start) + 1 } macro
|
/freebsd/contrib/nvi/ex/ |
H A D | ex.h | 66 typedef struct _range RANGE; typedef
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
|
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.c | 86 #define RANGE L'-' macro
|
H A D | glob.c | 121 #define RANGE L'-' macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | glob.c | 97 #define RANGE '-' macro
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sound.h | 148 #define RANGE(var, low, high) (var) = \ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 991 RANGE, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 5497 #define PARSE_BITS_ENTRY(FIELD, ENTRY, VALUE, RANGE) \ in ParseDirectiveAMDHSAKernel() argument
|