| /third_party/ulib/backtrace/ |
| A D | btest.c | 332 check ("test1", 0, all, f3line, "f3", &data.failed); in f3() 333 check ("test1", 1, all, f2line, "f2", &data.failed); in f3() 334 check ("test1", 2, all, f1line, "test1", &data.failed); in f3() 384 check ("test2", 0, all, f3line, "f13", &data.failed); in f13() 385 check ("test2", 1, all, f2line, "f12", &data.failed); in f13() 386 check ("test2", 2, all, f1line, "test2", &data.failed); in f13() 469 check ("test3", 0, all, f3line, "f23", &bdata.failed); in f23() 470 check ("test3", 1, all, f2line, "f22", &bdata.failed); in f23() 471 check ("test3", 2, all, f1line, "test3", &bdata.failed); in f23() 607 check ("test4", 0, all, f3line, "f33", &bdata.failed); in f33() [all …]
|
| A D | Makefile.in | 579 check-TESTS: $(TESTS) 671 check-am: all-am 673 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 674 check: check-am 782 .MAKE: all all-multi check-am clean-multi distclean-multi install-am \ 786 .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-TESTS \ 787 check-am clean clean-checkPROGRAMS clean-generic \
|
| A D | acinclude.m4 | 51 # Do the check with the no- prefix removed since gcc silently
|
| /third_party/ulib/jemalloc/m4/ |
| A D | ax_cxx_compile_stdcxx.m4 | 176 struct check 202 struct check {}; 204 typedef check<void> single_type; 205 typedef check<check<void>> double_type; 206 typedef check<check<check<void>>> triple_type; 207 typedef check<check<check<check<void>>>> quadruple_type;
|
| /third_party/ulib/musl/include/netinet/ |
| A D | udp.h | 14 #define uh_sum check
|
| A D | ip.h | 38 uint16_t check; member
|
| A D | tcp.h | 108 uint16_t check; member
|
| /third_party/uapp/fsck-msdosfs/ |
| A D | rules.mk | 14 $(LOCAL_DIR)/check.c \
|
| /third_party/uapp/dash/src/ |
| A D | alias.c | 117 lookupalias(const char *name, int check) in lookupalias() argument 121 if (check && ap && (ap->flag & ALIASINUSE)) in lookupalias()
|
| A D | jobs.c | 689 goto check; in getjob() 694 check: in getjob()
|
| /third_party/ulib/jemalloc/ |
| A D | .travis.yml | 33 - make check
|
| A D | .appveyor.yml | 28 - mingw32-make -k check
|
| A D | Makefile.in | 248 .PHONY: tests check clean distclean relclean 452 check: check_unit check_integration check_integration_decay check_integration_prof 473 coverage: check
|
| A D | configure.ac | 195 dnl check if a cray prgenv wrapper compiler is being used 1421 dnl Some systems may embed pthreads functionality in libc; check for libpthread 1455 dnl check for CLOCK_MONOTONIC_COARSE (Linux-specific). 1467 dnl check for CLOCK_MONOTONIC.
|
| A D | ChangeLog | 291 event. Also add a missing check in prof_realloc(). These fixes protect
|
| /third_party/lib/acpica/ |
| A D | README.fuchsia | 17 - Modified source/components/tables/tbxfload.c to check AcpiGbl_DsdtIndex
|
| A D | changes.txt | 1529 check all subpackages. 1530 2) Add check for the minimum subpackage length (4). 2744 1) Ensure check for I/O error after every fopen/fread/fwrite 8793 check for the possible timeout, a warning is issued. 10252 Added a check for a null RSDT pointer in AcpiGetFirmwareTable 13447 Fixed a problem where the reserved name check did not handle 13599 check has been added to the iASL compiler also. 13642 broken. This includes the check for a return value when the 14073 Previously, this check was only performed for control methods. 16020 Table load abort if FACP sanity check fails [all …]
|
| /third_party/ulib/jemalloc/src/ |
| A D | zone.c | 49 boolean_t (*check)(malloc_zone_t *); member 348 jemalloc_zone_introspect.check = zone_check; in zone_init()
|
| /third_party/ulib/musl/src/math/x86_64/ |
| A D | expl.S | 12 # check if (exponent|0x8000) is in [0xbfff-32, 0xbfff+13]
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osfuchsia.cpp | 564 if (!ac.check()) { in AcpiOsExecute() 928 if (!ac.check()) { in AcpiOsInstallInterruptHandler()
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 4010 { // FindSetLeftBit check loop for byte data 4015 // Shift the bits to check the same 4018 } // FindSetLeftBit check loop for byte data 4047 // FindSetLeftBit check loop for Word data 4052 // Shift the bits to check the same 4055 } // FindSetLeftBit check loop for Word data 4076 // FindSetLeftBit check loop for Dword 4081 // Shift the bits to check the same 4084 } // FindSetLeftBit check loop for Dword 4937 // Now, check all of the fields [all …]
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 616 - bad buffer length check in getlogin_r 629 - configure check to work around hacked-up gcc versions 707 - crypt now never returns null (most programs don't check, then crash) 1045 - incorrect access check in mktemp (obsolete function) 1360 - missing cancellation check in non-wait paths of sem_wait, pthread_join 1406 - syslog failed to check for connect error
|
| /third_party/ulib/linenoise/ |
| A D | README.markdown | 24 So I spent more or less two hours doing a reality check resulting in this little library: is it *re…
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 341 check your system's BIOS by downloading the Linux Firmware Developer Kit
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal.h.in | 1054 * - The lookup may fail, so there is an extra branch to check for
|