Home
last modified time | relevance | path

Searched defs:check (Results 1 – 25 of 203) sorted by relevance

123456789

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvbase4.C30 void A::check (void *whole, void *base) in check() function
53 void B::check (void *whole, void *base) in check() function
75 void C::check (void *whole, void *base) in check() function
99 void D::check (void *whole, void *base) in check() function
122 void E::check (void *whole, void *base) in check() function
146 void F::check (void *whole, void *base) in check() function
/openbsd-src/regress/lib/libutil/fmt_scaled/
H A Dfmt_test.c301 assert_int(int testnum, int check, int expect, int result) in assert_int()
311 assert_errno(int testnum, int check, int expect, int result) in assert_errno()
325 assert_llong(int testnum, int check, long long expect, long long result) in assert_llong()
335 assert_str(int testnum, int check, char * expect, char * result) in assert_str()
/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DErrorHandler.h162 template <class T> T check(ErrorOr<T> e) { in check() function
168 template <class T> T check(Expected<T> e) { in check() function
175 template <class T> T &check(Expected<T &> e) { in check() function
/openbsd-src/lib/libcurses/widechar/
H A Dwidechars.c102 int check = WideCharToMultiByte(CP_UTF8, in _nc_mblen() local
126 int check; in _nc_wctomb() local
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dvla2.f905 subroutine check (x, y, l) subroutine
9 end subroutine check argument
H A Dvla1.f905 subroutine check (x, y, l) subroutine
9 end subroutine check argument
H A Dvla6.f905 subroutine check (x, y, l) subroutine
9 end subroutine check argument
H A Dvla3.f905 subroutine check (x, y, l) subroutine
9 end subroutine check argument
H A Dvla5.f905 subroutine check (x, y, l) subroutine
9 end subroutine check argument
H A Dvla4.f905 subroutine check (x, y, l) subroutine
9 end subroutine check argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp190 static void check(Error E, std::string Msg) { in check() function
199 template <typename T> static T check(Expected<T> E, std::string Msg) { in check() function
206 static void check(std::error_code EC, std::string Msg) { in check() function
210 template <typename T> static T check(ErrorOr<T> E, std::string Msg) { in check() function
/openbsd-src/sys/lib/libz/
H A Dinflate.c418 # define UPDATE_CHECK(check, buf, len) \ argument
421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument
426 # define CRC2(check, wor argument
433 CRC4(check,word) global() argument
1584 inflateValidate(z_streamp strm,int check) inflateValidate() argument
[all...]
/openbsd-src/lib/libz/
H A Dinflate.c418 # define UPDATE_CHECK(check, buf, len) \ argument
421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument
426 # define CRC2(check, wor argument
433 CRC4(check,word) global() argument
1585 inflateValidate(z_streamp strm,int check) inflateValidate() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinflate.c453 UPDATE_CHECK(check,buf,len) global() argument
456 UPDATE_CHECK(check,buf,len) global() argument
461 CRC2(check,word) global() argument
468 CRC4(check,word) global() argument
1562 inflateValidate(z_streamp strm,int check) inflateValidate() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.xs148 IV check, STRLEN * offset, SV * term, int * retcode, in encode_method()
390 IV check; in process_utf8() local
579 call_encoding(pTHX_ const char *method, SV *obj, SV *src, SV *check) in call_encoding()
628 IV check; variable
686 IV check; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D19990325-0.f306 subroutine check (expect, got) subroutine
308 complex expect, got
H A D19990325-1.f306 subroutine check (expect, got) subroutine
308 double complex expect, got
/openbsd-src/sys/dev/acpi/
H A Dacpisbs.c233 const struct acpisbs_battery_check check = in acpisbs_read() local
277 const struct acpisbs_battery_check check = in acpisbs_setup_sensors() local
306 const struct acpisbs_battery_check check = in acpisbs_refresh_sensors() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000223-1.c8 void check (char const *type, int align) in check() function
19 #define check(t) check(QUOTE(t), __alignof__(t)) macro
H A D960419-1.c4 check(x) in check() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h103 bool check(bool P, const Twine &Msg) { in check() function
107 bool check(bool P, SMLoc Loc, const Twine &Msg) { in check() function
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp87 bool MCAsmParser::check(bool P, const Twine &Msg) { in check() function in MCAsmParser
91 bool MCAsmParser::check(bool P, SMLoc Loc, const Twine &Msg) { in check() function in MCAsmParser
/openbsd-src/regress/usr.bin/ssh/
H A Ddhgex.sh46 check() function
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/
H A Dcheck_analyze.sh29 check() { function
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Drss_limit_checker.cpp15 void RssLimitChecker::check(u64 NextCheck) { in check() function in scudo::RssLimitChecker

123456789