Searched refs:RANGE (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp556 #define RANGE(x, y) { x, y }, macro
557 #define SINGLE_VALUE(x) RANGE(x, x)
566 RANGE('0', '9')
567 RANGE('A', 'Z')
568 RANGE('a', 'z')
576 RANGE(128, 255)
583 RANGE('0', '9')
584 RANGE('A', 'Z')
585 RANGE('a', 'z')
586 RANGE(12
[all...]
/freebsd-11-stable/usr.bin/tr/
H A Dextern.h40 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon13836::__anon13838
H A Dstr.c99 case RANGE:
269 s->state = RANGE;
/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.h44 #define RANGE(var, low, high) (var) = \ macro
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_at.c43 RANGE *rp;
87 CALLOC_RET(sp, rp, RANGE *, 1, sizeof(RANGE));
H A Dex_global.c70 RANGE *rp;
237 CALLOC(sp, rp, RANGE *, 1, sizeof(RANGE));
257 RANGE *nrp, *rp;
301 CALLOC_RET(sp, nrp, RANGE *, 1, sizeof(RANGE));
H A Dex.h68 typedef struct _range RANGE; typedef in typeref:struct:_range
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.h122 RANGE = 338, enumerator in enum:yytokentype
212 #define RANGE 338 macro
H A Dlex.l272 \.\. { return RANGE; }
H A Dasn1parse.y167 %token RANGE
357 range : '(' Value RANGE Value ')'
367 | '(' Value RANGE kw_MAX ')'
375 | '(' kw_MIN RANGE Value ')'
H A Dasn1parse.c149 RANGE = 338, enumerator in enum:yytokentype
239 #define RANGE 338 macro
719 "RANGE", "EEQUAL", "ELLIPSIS", "IDENTIFIER", "referencename", "STRING",
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_errmsg.c50 DEFINE_ERROR(RANGE, "Value out of range of target"),
H A D_libelf.h181 LIBELF_SET_ERROR(RANGE, 0); \
190 LIBELF_SET_ERROR(RANGE, 0); \
H A Dgelf_rela.c154 LIBELF_SET_ERROR(RANGE, 0);
H A Dgelf_rel.c152 LIBELF_SET_ERROR(RANGE, 0);
H A Delf_data.c115 LIBELF_SET_ERROR(RANGE, 0);
125 LIBELF_SET_ERROR(RANGE, 0);
/freebsd-11-stable/sbin/dhclient/
H A Ddhctoken.h72 #define RANGE 272 macro
H A Dconflex.c457 return (RANGE);
/freebsd-11-stable/usr.bin/colldef/
H A Dparse.y95 %token SUBSTITUTE WITH ORDER RANGE
235 | CHAR RANGE CHAR {
266 | CHAR RANGE CHAR {
296 | CHAR RANGE CHAR {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon96
137 // SubExprs[RANGE] is an expression or declstmt.
161 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); }
172 return cast<DeclStmt>(SubExprs[RANGE]);
192 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); }
193 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; }
/freebsd-11-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c74 #define RANGE(start, end) { start, end, (end - start) + 1 } macro
75 /* CTRL */ RANGE(0x00, 0x1F),
76 /* ASCII */ RANGE(0x20, 0x7F),
77 /* GB2312 */ RANGE(0x21, 0x7E),
78 /* CS94 */ RANGE(0x21, 0x7E),
79 /* CS96 */ RANGE(0x20, 0x7F),
80 #undef RANGE macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp56 SubExprs[RANGE] = Range;
/freebsd-11-stable/contrib/tcsh/
H A Dglob.c114 #define RANGE '-' macro
385 if (*qpatnext == RANGE &&
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c90 #define RANGE '-' macro
516 if (*qpatnext == RANGE &&
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvibes.c226 RANGE(blocksize, SV_MIN_BLKSZ, sc->bufsz / SV_INTR_PER_BUFFER);
247 RANGE(speed, 8000, 48000);

Completed in 153 milliseconds

12