| /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
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_instance.py | 317 error_count = 0 variable 324 error_count += 1 331 error_count += 1 338 if error_count > 0: 339 print("zink_instance.py: Found {} error(s) in total. Quitting.".format(error_count))
|
| zink_device_info.py | 560 error_count = 0 variable 567 error_count += 1 574 error_count += 1 580 error_count += 1 585 error_count += 1 592 if error_count > 0: 593 print("zink_device_info.py: Found {} error(s) in total. Quitting.".format(error_count))
|
| /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) {
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| apple_glx_drawable.c | 349 static int error_count = 0; variable 355 ++error_count; 397 error_count = 0; 407 if (error_count > 0) { 414 error_count = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| apple_glx_drawable.c | 349 static int error_count = 0; variable 355 ++error_count; 397 error_count = 0; 407 if (error_count > 0) { 414 error_count = 0;
|
| /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;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_test_conv.c | 405 int error_count = 0; local 415 ++error_count; 420 fprintf(stderr, "%d failures\n", error_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_test_conv.c | 405 int error_count = 0; local 415 ++error_count; 420 fprintf(stderr, "%d failures\n", 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.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/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;
|
| /xsrc/external/mit/freetype/dist/src/tools/ftrandom/ |
| ftrandom.c | 86 static unsigned int error_count = 1; variable 418 if ( error_count == 0 && error_fraction == 0.0 ) 421 return error_count + (unsigned int)( error_fraction * item->len ); 632 error_count = (unsigned int)strtoul( argv[++i], &end, 10 ); 642 error_count = 0;
|
| /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);
|