Searched refs:errors (Results 1 – 15 of 15) sorted by relevance
| /third_party/ulib/uboringssl/crypto/err/ |
| A D | err.c | 195 err_clear(&state->errors[i]); in err_state_free() 239 error = &state->errors[i]; in get_error_values() 336 err_clear(&state->errors[i]); in ERR_clear_error() 628 error = &state->errors[state->top]; in err_set_error_data() 656 error = &state->errors[state->top]; in ERR_put_error() 787 struct err_error_st *errors; member 796 err_clear(&state->errors[i]); in ERR_SAVE_STATE_free() 798 OPENSSL_free(state->errors); in ERR_SAVE_STATE_free() 819 if (ret->errors == NULL) { in ERR_save_state() 828 err_copy(&ret->errors[i], &state->errors[j]); in ERR_save_state() [all …]
|
| /third_party/dev/ethernet/e1000/ |
| A D | em_txrx.c | 65 static void lem_receive_checksum(int status, int errors, if_rxd_info_t ri); 622 u32 status, errors; in lem_isc_rxd_pkt_get() local 626 status = errors = i = 0; in lem_isc_rxd_pkt_get() 632 errors = rxd->errors; in lem_isc_rxd_pkt_get() 643 if (errors & E1000_RXD_ERR_FRAME_ERR_MASK) { in lem_isc_rxd_pkt_get() 662 lem_receive_checksum(status, errors, ri); in lem_isc_rxd_pkt_get() 749 lem_receive_checksum(int status, int errors, if_rxd_info_t ri) in lem_receive_checksum() argument 752 if (status & E1000_RXD_STAT_IPCS && !(errors & E1000_RXD_ERR_IPE)) in lem_receive_checksum() 757 if (!(errors & E1000_RXD_ERR_TCPE)) { in lem_receive_checksum()
|
| A D | e1000_api.h | 155 #define TBI_ACCEPT(a, status, errors, length, last_byte, \ argument 158 (((errors) & E1000_RXD_ERR_FRAME_ERR_MASK) == E1000_RXD_ERR_CE) && \
|
| A D | igb_txrx.c | 521 u8 errors = (u8) (staterr >> 24); in igb_rx_checksum() local 538 if (!(errors & E1000_RXD_ERR_IPE)) { in igb_rx_checksum() 551 if (!(errors & E1000_RXD_ERR_TCPE)) { in igb_rx_checksum()
|
| A D | e1000_hw.h | 395 u8 errors; /* Descriptor Errors */ member
|
| A D | README | 338 any errors and will pass traffic.
|
| /third_party/lib/acpica/tests/misc/ |
| A D | badcode.asl | 6 * may ignore these errors completely. Note - this is not an exhaustive 7 * list of errors detected by iASL, it shows many of the errors that
|
| A D | grammar.asl | 35 // This 1) Ignores errors (checks compiler error handling) 1280 Store ("****** There were errors during the execution of the test ******", Debug)
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 335 - other minor prototype errors in the headers have been fixed 359 - numerous header file typos, copy/paste errors, omissions 662 - multiple dlopen pathname and library name handling errors 665 - sem_trywait spurious EAGAIN errors arising from CAS failures 1071 - domain handling errors for acoshf and acoshl 1168 - rounding errors in printf in some just-over-halfway cases 1230 - treating not-yet-implemented strptime specifiers as errors 1355 - subtle errors in robust mutex unrecoverable status handling 1403 - printf failed to report or stop on write errors 1537 - PIE link errors in Scrt1.o under unusual usage on some archs [all …]
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 657 were no longer recognized, causing errors. 2939 errors during execution of the suite. Guan Chao. 5601 of errors was reached (200). 8073 errors. (BZ 440) 8576 Caused various errors and unexpected behavior. 8626 errors. (With assistance from Thomas Renninger) 10208 rarely) produce compile errors. 10215 errors. 10540 AE_AML_NO_RETURN_VALUE errors when enabled. 14411 errors on some Linux systems. [all …]
|
| /third_party/ulib/linenoise/ |
| A D | README.markdown | 15 …n and again it's just much better to hit the up arrow and edit on syntax errors, or in order to tr…
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 172 errors rather than potentially crashing if the request size exceeds the 304 match glibc and avoid compilation errors when including both 503 systems. This fixes test compilation errors, especially on 32-bit Linux 791 - Fix a prof-related bug in realloc() (only triggered by OOM errors).
|
| A D | INSTALL | 182 errors, as is commonly implemented by "xmalloc" wrapper function for malloc.
|
| A D | configure.ac | 94 dnl Use AC_LINK_IFELSE() rather than AC_COMPILE_IFELSE() so that linker errors 1505 dnl Check if syscall(2) is usable. Treat warnings as errors, so that e.g. OS
|
| /third_party/uapp/dash/src/ |
| A D | TOUR | 231 transparent as possible, we silently ignore errors at that point
|
Completed in 56 milliseconds