| /src/crypto/external/apache2/openssl/dist/util/ |
| mknum.pl | 118 my $dropped = 0; 123 $dropped++ unless $result; 136 if ($dropped) { 137 print STDERR "${ordinals_file}: Dropped $dropped new symbols\n"; 140 $unassigned = $stats{unassigned} - $dropped;
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| mknum.pl | 118 my $dropped = 0; 123 $dropped++ unless $result; 136 if ($dropped) { 137 print STDERR "${ordinals_file}: Dropped $dropped new symbols\n"; 140 $unassigned = $stats{unassigned} - $dropped;
|
| /src/external/mpl/bind/dist/bin/tests/system/rrl/ |
| tests.sh | 135 || setret "$DROP instead of $5 dropped responses for $1" \ 213 ckstats first dropped 36 240 ckstats second dropped 46 255 ckstats final dropped 56
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_cache.c | 232 int dropped; /* entries removed in cleanup run */ member in struct:DICT_CACHE 459 msg_info("cache %s %s cleanup: retained=%d dropped=%d entries", 460 cp->name, full_partial, cp->retained, cp->dropped); 461 cp->retained = cp->dropped = 0; 486 cp->retained = cp->dropped = 0; 505 cp->dropped++; 615 if (cp->retained || cp->dropped) 649 cp->dropped = 0;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| ipv4ll.c | 446 bool dropped = false; local 463 dropped = true; 475 dropped = true; 480 if (dropped) {
|
| privsep.c | 645 int dropped; local 649 dropped = ps_dropprivs(ctx); 665 if (dropped == -1) {
|
| /src/external/bsd/nsd/dist/ |
| ipc.c | 235 total->dropped += s->dropped; 269 total->dropped -= s->dropped;
|
| nsd.h | 133 /* Dropped, truncated, queries for nonconfigured zone, tx errors */ 134 stc_type dropped, truncated, wrongzone, txerr, rxerr; member in struct:nsdst
|
| metrics.c | 471 "Total number of dropped queries.", 473 evbuffer_add_printf(buf, "%squeries_dropped_total %lu\n", prefix, (unsigned long)st->dropped);
|
| nsd.c | 827 || st.dropped || st.raxfr || st.rixfr || (st.qudp + st.qudp6 - st.dropped) 839 st.dropped, (unsigned long)0, (unsigned long)0, (unsigned long)0, (unsigned long)0, 841 (unsigned long)0, st.qudp + st.qudp6 - st.dropped, (unsigned long)0, 1701 DEBUG(DEBUG_IPC,1, (LOG_INFO, "dropped user privileges, run as %s",
|
| xdp-server.c | 167 * Process packet and indicate if it should be dropped 732 STATUP(nsd, dropped); 733 ZTATUP(nsd, q->zone, dropped);
|
| /src/usr.bin/make/unit-tests/ |
| deptgt-end-fail.mk | 68 # anything and thus has been dropped. To run some commands on error, use the
|
| /src/external/bsd/libpcap/dist/ |
| pcap-haiku.c | 234 stats->ps_ifdrop = handlep->ifreq.ifr_stats.receive.dropped - stats->ps_ifdrop; 260 handlep->stat.ps_ifdrop = handlep->ifreq.ifr_stats.receive.dropped;
|
| pcap-usb-linux.c | 99 uint32_t dropped; member in struct:mon_bin_stats 659 stats->ps_drop = st.dropped;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/ |
| io_uring.d | 248 uint dropped;
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/vax/ |
| bn_asm_vax.S | 160 #; and remainder by 2, add the bit that was dropped when dividing by 2
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/ |
| bn_asm_vax.S | 160 #; and remainder by 2, add the bit that was dropped when dividing by 2
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/vax/ |
| bn_asm_vax.S | 160 #; and remainder by 2, add the bit that was dropped when dividing by 2
|
| /src/sys/dev/isa/ |
| if_iy.c | 1002 goto dropped; 1014 goto dropped; 1023 goto dropped; 1056 dropped:
|
| /src/external/bsd/nsd/dist/contrib/ |
| nsd_munin_ | 246 p_config "num.dropped" "dropped due to sanity check" "ABSOLUTE" 366 num.truncated num.raxfr num.rixfr num.dropped ; do
|
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decNumber.c | 1728 /* modified during revision but dropped from 754-2008. */ 1957 Int dropped; /* .. */ local 2252 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */ 2319 Int dropped; /* work */ local 2347 decTrim(res, set, 1, 0, &dropped); /* normalize in place */ 2809 Int dropped; /* .. */ local 3052 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */ 3071 /* here, dropped is the count of trailing zeros in 'a' */ 3073 Int todrop=ideal-a->exponent; /* most that can be dropped */ 3083 if (dropped<todrop) { /* clamp to those available * 3555 Int dropped; \/* work *\/ local 4252 Int dropped; \/* work *\/ local [all...] |
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decNumber.c | 1728 /* modified during revision but dropped from 754-2008. */ 1957 Int dropped; /* .. */ local 2252 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */ 2319 Int dropped; /* work */ local 2347 decTrim(res, set, 1, 0, &dropped); /* normalize in place */ 2809 Int dropped; /* .. */ local 3052 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */ 3071 /* here, dropped is the count of trailing zeros in 'a' */ 3073 Int todrop=ideal-a->exponent; /* most that can be dropped */ 3083 if (dropped<todrop) { /* clamp to those available * 3555 Int dropped; \/* work *\/ local 4252 Int dropped; \/* work *\/ local [all...] |
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decNumber.c | 1728 /* modified during revision but dropped from 754-2008. */ 1957 Int dropped; /* .. */ local 2252 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */ 2319 Int dropped; /* work */ local 2347 decTrim(res, set, 1, 0, &dropped); /* normalize in place */ 2809 Int dropped; /* .. */ local 3052 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */ 3071 /* here, dropped is the count of trailing zeros in 'a' */ 3073 Int todrop=ideal-a->exponent; /* most that can be dropped */ 3083 if (dropped<todrop) { /* clamp to those available * 3555 Int dropped; \/* work *\/ local 4252 Int dropped; \/* work *\/ local [all...] |
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decNumber.c | 1728 /* modified during revision but dropped from 754-2008. */ 1957 Int dropped; /* .. */ local 2252 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */ 2319 Int dropped; /* work */ local 2347 decTrim(res, set, 1, 0, &dropped); /* normalize in place */ 2809 Int dropped; /* .. */ local 3052 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */ 3071 /* here, dropped is the count of trailing zeros in 'a' */ 3073 Int todrop=ideal-a->exponent; /* most that can be dropped */ 3083 if (dropped<todrop) { /* clamp to those available * 3555 Int dropped; \/* work *\/ local 4252 Int dropped; \/* work *\/ local [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_request.h | 582 u_int32 dropped; /* dropped packets */ member in struct:info_io_stats
|