HomeSort by: relevance | last modified time | path
    Searched defs:error_count (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/
unparsed-requirements.py 18 error_count = 0 variable
20 error_count += 1
22 error_count += 1
24 error_count += 1
25 exit(error_count)
  /src/external/bsd/ppp/dist/pppd/
utils_utest.c 10 int error_count; variable
crypto.c 253 int error_count; variable
chap_ms.c 908 int error_count = 0; variable
peap.c 640 int error_count = 0; variable
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
statistics.cc 82 auto error_count = local
86 if (reports.size() - error_count < 2) {
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
statistics.cc 83 auto error_count = local
87 if (reports.size() - error_count < 2) {
  /src/external/gpl3/binutils/dist/gas/
messages.c 103 static int error_count; variable
108 return error_count;
289 ++error_count;
  /src/external/gpl3/binutils.old/dist/gas/
messages.c 107 static int error_count; variable
112 return error_count;
254 ++error_count;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_xgmi.c 153 unsigned int error_count = 0; local
165 error_count = ((fica_out >> 62) & 0x1) + (fica_out >> 63);
169 return snprintf(buf, PAGE_SIZE, "%d\n", error_count);
  /src/external/bsd/libpcap/dist/pcap/
usb.h 73 int32_t error_count; member in struct:_iso_rec
  /src/external/bsd/tcpdump/dist/
print-usb.c 70 nd_int32_t error_count; member in struct:_iso_rec
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-pexecute.c 102 static int error_count; variable
128 ++error_count;
448 fprintf (stderr, "Exiting with status %d\n", error_count);
450 return error_count;
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-pexecute.c 102 static int error_count; variable
128 ++error_count;
448 fprintf (stderr, "Exiting with status %d\n", error_count);
450 return error_count;
  /src/sbin/nvmectl/
nvme.h 60 uint64_t error_count; member in struct:nvme_error_information_entry
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
usbif.h 225 int32_t error_count; /* number of ISO errors */ member in struct:usbif_urb_response
  /src/external/bsd/top/dist/
commands.c 319 * error_count() - return the number of errors currently logged.
323 error_count(void) function
  /src/usr.bin/unzip/
unzip.c 841 int error_count; local
843 error_count = 0;
852 ++error_count;
860 return error_count;
901 uintmax_t total_size, file_count, error_count; local
928 error_count = 0;
935 error_count += test(a, e);
962 if (error_count > 0) {
963 errorx("%ju checksum error(s) found.", error_count);
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 3716 int error_count; local
3717 gfc_get_errors (NULL, &error_count);
3718 if (error_count != 0)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 3538 int error_count; local
3539 gfc_get_errors (NULL, &error_count);
3540 if (error_count != 0)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
mod_hdcp.h 190 uint8_t error_count; member in struct:mod_hdcp_trace
  /src/external/bsd/unbound/dist/services/
outside_network.h 418 int error_count; member in struct:waiting_tcp
  /src/external/gpl3/binutils/dist/ld/
ldmain.c 1917 static unsigned int error_count;
1935 ++error_count;
1938 error_count = 0;
1945 && error_count < MAX_ERRORS_IN_A_ROW)
1979 if (error_count < MAX_ERRORS_IN_A_ROW)
1988 else if (error_count == MAX_ERRORS_IN_A_ROW)
2002 if (error_count < MAX_ERRORS_IN_A_ROW)
2011 else if (error_count == MAX_ERRORS_IN_A_ROW)
1914 static unsigned int error_count; local
  /src/external/gpl3/binutils.old/dist/ld/
ldmain.c 1843 static unsigned int error_count;
1861 ++error_count;
1864 error_count = 0;
1871 && error_count < MAX_ERRORS_IN_A_ROW)
1905 if (error_count < MAX_ERRORS_IN_A_ROW)
1914 else if (error_count == MAX_ERRORS_IN_A_ROW)
1928 if (error_count < MAX_ERRORS_IN_A_ROW)
1937 else if (error_count == MAX_ERRORS_IN_A_ROW)
1840 static unsigned int error_count; local
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.h 199 u32 error_count; member in struct:dwc2_hcd_urb
338 * @error_count: Holds the number of bus errors that have occurred for
371 u8 error_count; member in struct:dwc2_qtd
618 return dwc2_urb->error_count;

Completed in 57 milliseconds

1 2