| /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/libpcap/dist/ |
| pcap-usb-linux.c | 99 uint32_t dropped; member in struct:mon_bin_stats 659 stats->ps_drop = st.dropped;
|
| /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/nsd/dist/ |
| nsd.h | 133 /* Dropped, truncated, queries for nonconfigured zone, tx errors */ 134 stc_type dropped, truncated, wrongzone, txerr, rxerr; member in struct:nsdst
|
| /src/external/mit/isl/dist/ |
| isl_map_simplify.c | 977 int dropped, needed; local 1048 dropped = 0; 1057 ++dropped; 1068 if (needed > dropped) { 1922 * Since constraints may get dropped from the basic maps, 4966 * in constraints, then it can simply be dropped.
|
| /src/external/mit/libuv/dist/src/unix/ |
| linux.c | 183 uint32_t dropped; member in struct:uv__io_sqring_offsets
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_request.h | 582 u_int32 dropped; /* dropped packets */ member in struct:info_io_stats
|
| /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/mpl/bind/dist/lib/dns/ |
| resolver.c | 332 uint_fast32_t dropped; member in struct:fctxcount 363 uint_fast32_t dropped; member in struct:fetchctx 1384 /* Do not log a message if there were no dropped fetches. */ 1385 if (counter->dropped == 0) { 1403 dbuf, counter->allowed, counter->dropped, 1404 counter->dropped == 1 ? "initial trigger event" 1413 dbuf, counter->allowed, counter->dropped); 1492 counter->dropped++; 9494 * the record gets dropped due to message size constraints. 10748 fctx->dropped++ 11242 uint_fast32_t count, dropped, allowed; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| resolver.c | 495 uint32_t dropped; member in struct:fctxcount 1622 /* Do not log a message if there were no dropped fetches. */ 1623 if (counter->dropped == 0) { 1640 dbuf, counter->allowed, counter->dropped); 1647 dbuf, counter->allowed, counter->dropped); 1685 counter->dropped = 0; 1694 counter->dropped++; 9788 * the record gets dropped due to message size constraints. 12045 fc->count, fc->dropped, fc->allowed);
|