HomeSort by: relevance | last modified time | path
    Searched refs:RANGE (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/regress/sys/arch/arm/sigstackalign/
sigstackalign.c 39 #define RANGE 16
41 #define BLOCKSIZE (MINSIGSTKSZ + RANGE)
64 for (i = 0; i < RANGE; i++) {
  /src/external/mpl/bind/dist/lib/dns/
time.c 139 #define RANGE(min, max, value) \
163 RANGE(0, 9999, year);
164 RANGE(1, 12, month);
165 RANGE(1, days[month - 1] + ((month == 2 && is_leap(year)) ? 1 : 0),
169 * Use a simplified range to silence Coverity warning (in
172 RANGE(1, 31, day);
175 RANGE(0, 23, hour);
176 RANGE(0, 59, minute);
177 RANGE(0, 60, second); /* 60 == leap second. */
  /src/external/mpl/dhcp/bind/dist/lib/dns/
time.c 140 #define RANGE(min, max, value) \
164 RANGE(0, 9999, year);
165 RANGE(1, 12, month);
166 RANGE(1, days[month - 1] + ((month == 2 && is_leap(year)) ? 1 : 0),
170 * Use a simplified range to silence Coverity warning (in
173 RANGE(1, 31, day);
176 RANGE(0, 23, hour);
177 RANGE(0, 59, minute);
178 RANGE(0, 60, second); /* 60 == leap second. */
  /src/external/bsd/nvi/dist/ex/
ex_at.c 48 RANGE *rp;
77 * Historically the @ command took a range of lines, and the @ buffer
84 * The solution is a bit tricky. If the user specifies a range, take
87 * the range, continue to execute after a file/screen switch, which
92 CALLOC_RET(sp, rp, RANGE *, 1, sizeof(RANGE));
ex_global.c 75 RANGE *rp;
233 /* If follows the last entry, extend the last entry's range. */
240 /* Allocate a new range, and append it to the list. */
241 CALLOC(sp, rp, RANGE *, 1, sizeof(RANGE));
264 RANGE *nrp, *rp;
277 /* If range less than the line, ignore it. */
282 * If range greater than the line, decrement or
283 * increment the range.
297 * Lno is inside the range, decrement the end poin
    [all...]
ex.h 65 /* Range structures for global and @ commands. */
66 typedef struct _range RANGE;
67 struct _range { /* Global command range. */
69 db_recno_t start, stop; /* Start/stop of the range. */
93 TAILQ_HEAD(_rh, _range) rq; /* @/global range: linked list. */
94 db_recno_t range_lno; /* @/global range: set line number. */
98 #define AGV_AT_NORANGE 0x02 /* @ buffer execution without range. */
  /src/external/lgpl3/mpfr/dist/tests/
tversion.c 465 #define RANGE " range: [%" MPFR_EXP_FSPEC "d,%" MPFR_EXP_FSPEC "d]\n"
467 printf ("[tversion] Precision" RANGE,
488 printf ("[tversion] Max exponent" RANGE,
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.h 139 RANGE = 338, /* RANGE */
234 #define RANGE 338
250 struct range *range; member in union:YYSTYPE
lex.l 275 \.\. { return RANGE; }
  /src/external/bsd/elftoolchain/dist/libelf/
elf_errmsg.c 56 DEFINE_ERROR(RANGE, "Value out of range of target"),
_libelf.h 171 * range values.
179 LIBELF_SET_ERROR(RANGE, 0); \
188 LIBELF_SET_ERROR(RANGE, 0); \
gelf_rel.c 159 LIBELF_SET_ERROR(RANGE, 0);
gelf_rela.c 160 LIBELF_SET_ERROR(RANGE, 0);
elf_data.c 125 LIBELF_SET_ERROR(RANGE, 0);
135 LIBELF_SET_ERROR(RANGE, 0);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 128 /// statement, represented as 'for (range-declarator : range-expression)'
129 /// or 'for (init-statement range-declarator : range-expression)'.
136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END };
137 // SubExprs[RANGE] is an expression or declstmt.
146 CXXForRangeStmt(Stmt *InitStmt, DeclStmt *Range, DeclStmt *Begin,
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);
    [all...]
  /src/lib/libc/citrus/modules/
citrus_hz.c 75 #define RANGE(start, end) { start, end, (end - start) + 1 }
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
210 const range_t *range; local
304 range = &ranges[(size_t)graphic->charset];
305 if (range->start > ch || range->end < ch
339 const range_t *range; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-rx.c 692 #define RANGE(a,b) \
744 RANGE (3, 10);
755 RANGE (-128, 127);
761 RANGE (-128, 255);
767 RANGE (0, 255);
777 RANGE (-32768, 32767);
788 RANGE (-32768, 32767);
800 RANGE (-32768, 65535);
815 RANGE (0, 65536);
827 RANGE (-32768, 65536)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-rx.c 691 #define RANGE(a,b) \
743 RANGE (3, 10);
754 RANGE (-128, 127);
760 RANGE (-128, 255);
766 RANGE (0, 255);
776 RANGE (-32768, 32767);
787 RANGE (-32768, 32767);
799 RANGE (-32768, 65535);
814 RANGE (0, 65536);
826 RANGE (-32768, 65536)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-rx.c 691 #define RANGE(a,b) \
743 RANGE (3, 10);
754 RANGE (-128, 127);
760 RANGE (-128, 255);
766 RANGE (0, 255);
776 RANGE (-32768, 32767);
787 RANGE (-32768, 32767);
799 RANGE (-32768, 65535);
814 RANGE (0, 65536);
826 RANGE (-32768, 65536)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-rx.c 691 #define RANGE(a,b) \
743 RANGE (3, 10);
754 RANGE (-128, 127);
760 RANGE (-128, 255);
766 RANGE (0, 255);
776 RANGE (-32768, 32767);
787 RANGE (-32768, 32767);
799 RANGE (-32768, 65535);
814 RANGE (0, 65536);
826 RANGE (-32768, 65536)
    [all...]
  /src/usr.bin/tr/
str.c 55 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state;
135 /* We can start a range at any time. */
141 case RANGE:
345 s->state = RANGE;
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
hx509_err.et 25 error_code RANGE, "Number too large"
  /src/external/bsd/jemalloc/dist/test/integration/
rallocx.c 123 #define RANGE 2048
137 for (j = 1; j < RANGE; j++) {
  /src/external/bsd/jemalloc.old/dist/test/integration/
rallocx.c 111 #define RANGE 2048
125 for (j = 1; j < RANGE; j++) {
  /src/external/bsd/ipf/dist/perl/
Isbgraph 87 $RANGE=$option{'MAXYVALUE'}-$option{'MINYVALUE'};
88 $SCALE=$YGRIDSIZE/$RANGE;

Completed in 71 milliseconds

1 2