| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | time.c | 139 #define RANGE(min, max, value) \ in dns_time64_fromtext() 163 RANGE(0, 9999, year); in dns_time64_fromtext() 164 RANGE(1, 12, month); in dns_time64_fromtext() 165 RANGE(1, days[month - 1] + ((month == 2 && is_leap(year)) ? 1 : 0), in dns_time64_fromtext() 172 RANGE(1, 31, day); in dns_time64_fromtext() 175 RANGE(0, 23, hour); in dns_time64_fromtext() 176 RANGE(0, 59, minute); in dns_time64_fromtext() 177 RANGE(0, 60, second); /* 60 == leap second. */ in dns_time64_fromtext() 140 #define RANGE( dns_time64_fromtext() macro
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | time.c | 140 #define RANGE(min, max, value) \ in dns_time64_fromtext() macro 164 RANGE(0, 9999, year); in dns_time64_fromtext() 165 RANGE(1, 12, month); in dns_time64_fromtext() 166 RANGE(1, days[month - 1] + ((month == 2 && is_leap(year)) ? 1 : 0), in dns_time64_fromtext() 173 RANGE(1, 31, day); in dns_time64_fromtext() 176 RANGE(0, 23, hour); in dns_time64_fromtext() 177 RANGE(0, 59, minute); in dns_time64_fromtext() 178 RANGE(0, 60, second); /* 60 == leap second. */ in dns_time64_fromtext()
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_global.c | 75 RANGE *rp; in ex_g_setup() 241 CALLOC(sp, rp, RANGE *, 1, sizeof(RANGE)); in ex_g_setup() 264 RANGE *nrp, *rp; in ex_g_insdel() 308 CALLOC_RET(sp, nrp, RANGE *, 1, sizeof(RANGE)); in ex_g_insdel()
|
| H A D | ex_at.c | 48 RANGE *rp; in ex_at() 92 CALLOC_RET(sp, rp, RANGE *, 1, sizeof(RANGE)); in ex_at()
|
| H A D | ex.h | 66 typedef struct _range RANGE; typedef
|
| /netbsd-src/regress/sys/arch/arm/sigstackalign/ |
| H A D | sigstackalign.c | 39 #define RANGE 16 macro 41 #define BLOCKSIZE (MINSIGSTKSZ + RANGE) 64 for (i = 0; i < RANGE; i++) { in main()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-rx.c | 689 #define RANGE(a,b) \ in rx_elf_relocate_section() macro 741 RANGE (3, 10); in rx_elf_relocate_section() 752 RANGE (-128, 127); in rx_elf_relocate_section() 758 RANGE (-128, 255); in rx_elf_relocate_section() 764 RANGE (0, 255); in rx_elf_relocate_section() 774 RANGE (-32768, 32767); in rx_elf_relocate_section() 785 RANGE (-32768, 32767); in rx_elf_relocate_section() 797 RANGE (-32768, 65535); in rx_elf_relocate_section() 812 RANGE (0, 65536); in rx_elf_relocate_section() 824 RANGE (-32768, 65536); in rx_elf_relocate_section() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-rx.c | 689 #define RANGE(a,b) \ in rx_elf_relocate_section() macro 741 RANGE (3, 10); in rx_elf_relocate_section() 752 RANGE (-128, 127); in rx_elf_relocate_section() 758 RANGE (-128, 255); in rx_elf_relocate_section() 764 RANGE (0, 255); in rx_elf_relocate_section() 774 RANGE (-32768, 32767); in rx_elf_relocate_section() 785 RANGE (-32768, 32767); in rx_elf_relocate_section() 797 RANGE (-32768, 65535); in rx_elf_relocate_section() 812 RANGE (0, 65536); in rx_elf_relocate_section() 824 RANGE (-32768, 65536); in rx_elf_relocate_section() [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tversion.c | 465 #define RANGE " range: [%" MPFR_EXP_FSPEC "d,%" MPFR_EXP_FSPEC "d]\n" in main() macro 467 printf ("[tversion] Precision" RANGE, in main() 488 printf ("[tversion] Max exponent" RANGE, in main()
|
| /netbsd-src/lib/libc/citrus/modules/ |
| H A D | citrus_hz.c | 75 #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
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator 161 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); } in getRangeStmt() 172 return cast<DeclStmt>(SubExprs[RANGE]); in getRangeStmt() 192 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); } in setRangeInit() 193 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; } in setRangeStmt()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | asn1parse.h | 139 RANGE = 338, /* RANGE */ enumerator 234 #define RANGE 338 macro
|
| H A D | asn1parse.y | 170 %token RANGE 361 range : '(' Value RANGE Value ')' 371 | '(' Value RANGE kw_MAX ')' 379 | '(' kw_MIN RANGE Value ')'
|
| /netbsd-src/usr.bin/tr/ |
| H A D | str.c | 55 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; enumerator 141 case RANGE: in next() 345 s->state = RANGE; in genrange()
|
| /netbsd-src/external/bsd/libfido2/dist/man/ |
| H A D | CMakeLists.txt | 326 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2) 366 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2) 387 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2) 404 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2)
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | _libelf.h | 179 LIBELF_SET_ERROR(RANGE, 0); \ 188 LIBELF_SET_ERROR(RANGE, 0); \
|
| H A D | elf_errmsg.c | 55 DEFINE_ERROR(RANGE, "Value out of range of target"),
|
| H A D | elf_data.c | 124 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata() 134 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata()
|
| H A D | gelf_rel.c | 157 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rel()
|
| H A D | gelf_rela.c | 159 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rela()
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | or1korbis.cpu | 796 (raise-exception EXCEPT-RANGE)) 818 (raise-exception EXCEPT-RANGE)) 833 (raise-exception EXCEPT-RANGE)) 860 (raise-exception EXCEPT-RANGE)) 889 (raise-exception EXCEPT-RANGE)) 907 (raise-exception EXCEPT-RANGE)) 974 (raise-exception EXCEPT-RANGE)) 996 (raise-exception EXCEPT-RANGE)) 1012 (raise-exception EXCEPT-RANGE)) 1149 (raise-exception EXCEPT-RANGE)) [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | or1korbis.cpu | 796 (raise-exception EXCEPT-RANGE)) 818 (raise-exception EXCEPT-RANGE)) 833 (raise-exception EXCEPT-RANGE)) 860 (raise-exception EXCEPT-RANGE)) 889 (raise-exception EXCEPT-RANGE)) 907 (raise-exception EXCEPT-RANGE)) 974 (raise-exception EXCEPT-RANGE)) 996 (raise-exception EXCEPT-RANGE)) 1012 (raise-exception EXCEPT-RANGE)) 1149 (raise-exception EXCEPT-RANGE)) [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | or1korbis.cpu | 796 (raise-exception EXCEPT-RANGE)) 818 (raise-exception EXCEPT-RANGE)) 833 (raise-exception EXCEPT-RANGE)) 860 (raise-exception EXCEPT-RANGE)) 889 (raise-exception EXCEPT-RANGE)) 907 (raise-exception EXCEPT-RANGE)) 974 (raise-exception EXCEPT-RANGE)) 996 (raise-exception EXCEPT-RANGE)) 1012 (raise-exception EXCEPT-RANGE)) 1149 (raise-exception EXCEPT-RANGE)) [all …]
|
| /netbsd-src/external/bsd/ipf/dist/perl/ |
| H A D | Isbgraph | 87 $RANGE=$option{'MAXYVALUE'}-$option{'MINYVALUE'}; 88 $SCALE=$YGRIDSIZE/$RANGE;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/llvm-lit/ |
| H A D | CMakeLists.txt | 21 foreach(i RANGE 0 ${file_last} 2)
|