Home
last modified time | relevance | path

Searched refs:RANGE (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/sys/contrib/device-tree/scripts/
H A Dfilter.sh16 RANGE="$LAST..$UPSTREAM_REWRITTEN"
19 RANGE="$UPSTREAM_REWRITTEN"
38 -- $RANGE
/freebsd/crypto/openssl/util/
H A Dcheck-format-commit.sh121 RANGE=$k
122 RSTART=$(echo $RANGE | awk -F',' '{print $1}')
123 RLEN=$(echo $RANGE | awk -F',' '{print $2}')
/freebsd/contrib/nvi/ex/
H A Dex_global.c66 RANGE *rp; in ex_g_setup()
234 CALLOC(sp, rp, 1, sizeof(RANGE)); in ex_g_setup()
254 RANGE *nrp, *rp; in ex_g_insdel()
298 CALLOC_RET(sp, nrp, 1, sizeof(RANGE)); in ex_g_insdel()
H A Dex_at.c39 RANGE *rp; in ex_at()
83 CALLOC_RET(sp, rp, 1, sizeof(RANGE)); in ex_at()
H A Dex.h66 typedef struct _range RANGE; typedef
/freebsd/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c75 #define RANGE(start, end) { start, end, (end - start) + 1 } macro
76 /* CTRL */ RANGE(0x00, 0x1F),
77 /* ASCII */ RANGE(0x20, 0x7F),
78 /* GB2312 */ RANGE(0x21, 0x7E),
79 /* CS94 */ RANGE(0x21, 0x7E),
80 /* CS96 */ RANGE(0x20, 0x7F),
81 #undef RANGE
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
162 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); } in getRangeStmt()
173 return cast<DeclStmt>(SubExprs[RANGE]); in getRangeStmt()
193 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); } in setRangeInit()
194 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; } in setRangeStmt()
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.h122 RANGE = 338, enumerator
212 #define RANGE 338 macro
H A Dasn1parse.y167 %token RANGE
357 range : '(' Value RANGE Value ')'
367 | '(' Value RANGE kw_MAX ')'
375 | '(' kw_MIN RANGE Value ')'
H A Dlex.l272 \.\. { return RANGE; }
/freebsd/usr.bin/tr/
H A Dextern.h39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
H A Dstr.c95 case RANGE: in next()
265 s->state = RANGE; in genrange()
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt329 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2)
369 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2)
390 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2)
407 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2)
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf.h181 LIBELF_SET_ERROR(RANGE, 0); \
190 LIBELF_SET_ERROR(RANGE, 0); \
H A Delf_errmsg.c50 DEFINE_ERROR(RANGE, "Value out of range of target"),
H A Delf_data.c115 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata()
125 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata()
H A Dgelf_rel.c152 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rel()
H A Dgelf_rela.c154 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rela()
/freebsd/sys/dev/sound/midi/
H A Dsequencer.h43 #define RANGE(var, low, high) (var) = \ macro
/freebsd/sbin/dhclient/
H A Ddhctoken.h70 #define RANGE 272 macro
H A Dconflex.c460 return (RANGE); in intern()
/freebsd/sys/dev/sound/pcm/
H A Dvchan.c527 RANGE(newspd, caps->minspeed, caps->maxspeed); in sysctl_dev_pcm_vchanrate()
769 RANGE(vchanspd, parent_caps->minspeed, in vchan_create()
778 RANGE(vchanspd, feeder_rate_min, feeder_rate_max); in vchan_create()
781 RANGE(vchanspd, parent_caps->minspeed, in vchan_create()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp57 SubExprs[RANGE] = Range; in CXXForRangeStmt()
/freebsd/contrib/tcsh/
H A Dglob.c114 #define RANGE '-' macro
385 if (*qpatnext == RANGE && in glob()
/freebsd/sys/dev/sound/
H A Ddummy.c159 RANGE(speed, ch->caps->minspeed, ch->caps->maxspeed); in dummy_chan_setspeed()

12