/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | cpp-checked-conversion.h | 17 checked::aff check(aff obj) { in check() function 25 checked::aff_list check(aff_list obj) { in check() function 33 checked::ast_build check(ast_build obj) { in check() function 41 checked::ast_expr check(ast_expr obj) { in check() function 49 checked::ast_expr_id check(ast_expr_id obj) { in check() function 57 checked::ast_expr_int check(ast_expr_int obj) { in check() function 65 checked::ast_expr_op check(ast_expr_op obj) { in check() function 73 checked::ast_expr_op_access check(ast_expr_op_access obj) { in check() function 81 checked::ast_expr_op_add check(ast_expr_op_add obj) { in check() function 89 checked::ast_expr_op_address_of check(ast_expr_op_address_of obj) { in check() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | check_GNU_style_lib.py | 81 def check(self, filename, lineno, line): member in LineLengthCheck 95 def check(self, filename, lineno, line): member in SpacesCheck 106 def check(self, filename, lineno, line): member in SpacesAndTabsMixedCheck 118 def check(self, filename, lineno, line): member in TrailingWhitespaceCheck 131 def check(self, filename, lineno, line): member in SentenceSeparatorCheck 143 def check(self, filename, lineno, line): member in SentenceEndOfCommentCheck 155 def check(self, filename, lineno, line): member in SentenceDotEndCheck 167 def check(self, filename, lineno, line): member in FunctionParenthesisCheck 182 def check(self, filename, lineno, line): member in SquareBracketCheck 194 def check(self, filename, lineno, line): member in ClosingParenthesisCheck [all …]
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | check_GNU_style_lib.py | 81 def check(self, filename, lineno, line): member in LineLengthCheck 95 def check(self, filename, lineno, line): member in SpacesCheck 106 def check(self, filename, lineno, line): member in SpacesAndTabsMixedCheck 118 def check(self, filename, lineno, line): member in TrailingWhitespaceCheck 131 def check(self, filename, lineno, line): member in SentenceSeparatorCheck 143 def check(self, filename, lineno, line): member in SentenceEndOfCommentCheck 155 def check(self, filename, lineno, line): member in SentenceDotEndCheck 167 def check(self, filename, lineno, line): member in FunctionParenthesisCheck 182 def check(self, filename, lineno, line): member in SquareBracketCheck 194 def check(self, filename, lineno, line): member in ClosingParenthesisCheck [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | reloc.h | 360 check_overflow(Address value, Overflow_check check) in check_overflow() 401 rel(unsigned char* view, Address value, Overflow_check check) in rel() 415 rel_unaligned(unsigned char* view, Address value, Overflow_check check) in rel_unaligned() 434 Overflow_check check) in rel() 451 Overflow_check check) in rel_unaligned() 466 Overflow_check check) in rela() 483 Overflow_check check) in rela() 497 Overflow_check check) in pcrel() 511 Overflow_check check) in pcrel_unaligned() 529 Overflow_check check) in pcrel() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | reloc.h | 360 check_overflow(Address value, Overflow_check check) in check_overflow() 401 rel(unsigned char* view, Address value, Overflow_check check) in rel() 415 rel_unaligned(unsigned char* view, Address value, Overflow_check check) in rel_unaligned() 434 Overflow_check check) in rel() 451 Overflow_check check) in rel_unaligned() 466 Overflow_check check) in rela() 483 Overflow_check check) in rela() 497 Overflow_check check) in pcrel() 511 Overflow_check check) in pcrel_unaligned() 529 Overflow_check check) in pcrel() [all …]
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/ |
H A D | check.c | 84 lzma_check_init(lzma_check_state *check, lzma_check type) in lzma_check_init() 117 lzma_check_update(lzma_check_state *check, lzma_check type, in lzma_check_update() 148 lzma_check_finish(lzma_check_state *check, lzma_check type) in lzma_check_finish()
|
H A D | sha256.c | 119 process(lzma_check_state *check) in process() 127 lzma_sha256_init(lzma_check_state *check) in lzma_sha256_init() 142 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) in lzma_sha256_update() 169 lzma_sha256_finish(lzma_check_state *check) in lzma_sha256_finish()
|
H A D | check.h | 141 lzma_sha256_init(lzma_check_state *check) in lzma_sha256_init() 148 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) in lzma_sha256_update() 165 lzma_sha256_finish(lzma_check_state *check) in lzma_sha256_finish()
|
/netbsd-src/external/bsd/flex/dist/tests/ |
H A D | alloc_extra.l | 68 struct Check check; in main() local 91 struct Check *check; in testalloc() local 105 struct Check *check; in check_extra() local
|
/netbsd-src/usr.sbin/mdsetimage/ |
H A D | exec_elf32.c | 53 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro 57 ELFNAMEEND(check)(const char *mappedfile, size_t mappedsize) in ELFNAMEEND() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 166 static void check(Error E, std::string Msg) { in check() function 175 template <typename T> static T check(Expected<T> E, std::string Msg) { in check() function 182 static void check(std::error_code EC, std::string Msg) { in check() function 186 template <typename T> static T check(ErrorOr<T> E, std::string Msg) { in check() function
|
/netbsd-src/external/bsd/libfido2/dist/tools/ |
H A D | include_check.sh | 8 check() { function
|
/netbsd-src/external/gpl2/lvm2/dist/test/ |
H A D | t-unlost-pv.sh | 19 check() { function
|
H A D | t-inconsistent-metadata.sh | 30 check() { function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/ |
H A D | check_analyze.sh | 29 check() { function
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | t_options.sh | 52 check() function
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/ev6/ |
H A D | slot.pl | 214 sub check { subroutine
|
/netbsd-src/tests/lib/libc/regex/ |
H A D | t_regex.sh | 28 check() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 104 bool check(bool P, const Twine &Msg) { in check() function 108 bool check(bool P, SMLoc Loc, const Twine &Msg) { in check() function
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | inflate.c | 451 # define UPDATE_CHECK(check, buf, len) \ argument 454 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument 459 # define CRC2(check, word) \ argument 466 # define CRC4(check, word) \ argument 1557 int ZEXPORT inflateValidate(strm, check) in inflateValidate() argument
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | inflate.c | 451 # define UPDATE_CHECK(check, buf, len) \ argument 454 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument 459 # define CRC2(check, word) \ argument 466 # define CRC4(check, word) \ argument 1557 int ZEXPORT inflateValidate(strm, check) in inflateValidate() argument
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | inflate.c | 451 # define UPDATE_CHECK(check, buf, len) \ argument 454 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument 459 # define CRC2(check, word) \ argument 466 # define CRC4(check, word) \ argument 1557 int ZEXPORT inflateValidate(strm, check) in inflateValidate() argument
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/ |
H A D | easy_encoder.c | 17 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check) in lzma_easy_encoder()
|
/netbsd-src/external/mit/xorg/lib/pixman/test/ |
H A D | Makefile | 59 check: target
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | check.rst | 2 .. _check: target
|