Searched refs:discards (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Danalyze.c443 char *discards = discarded[f];
461 discards[i] = 1;
463 discards[i] = 2;
474 register char *discards = discarded[f];
478 /* Cancel provisional discards not in middle of run of discards. */
479 if (discards[i] == 2)
480 discards[i] = 0;
481 else if (discards[i] != 0)
492 if (discards[
441 char *discards = discarded[f]; local
472 register char *discards = discarded[f]; local
580 char *discards = discarded[f]; local
[all...]
/macosx-10.10.1/BootCache-109/
H A Dkext.c1656 int nbytes, resid, discards = 0; local
2128 discards += BC_discard_bytes(ce, disk_offset, nbytes_thisextent);
2161 discards += BC_discard_bytes(ce, disk_offset, nbytes);
2172 BC_ADD_STAT(hit_bytes, discards);
2174 BC_ADD_STAT(hit_bytes_m[cm_idx], discards);
2178 BC_ADD_STAT(hit_nocache_bytes, discards);
2181 BC_ADD_STAT(hit_shared_bytes, discards);
2184 BC_ADD_STAT(hit_bytes_afterhistory, discards);
2234 discards += BC_handle_discards(BC_cache->c_mounts + cm_idx, disk_offset, nbytes);
2265 BC_ADD_STAT(error_discards, discards);
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-sflow.c303 u_int8_t discards[4]; member in struct:sflow_vlan_counter_t
328 ", unicast pkts %u, multicast pkts %u, broadcast pkts %u, discards %u",
338 ", unicast pkts %u, multicast pkts %u, broadcast pkts %u, discards %u",
431 ", unicast_pkt %u, multicast_pkt %u, broadcast_pkt %u, discards %u",
437 EXTRACT_32BITS(sflow_vlan_counter->discards));
/macosx-10.10.1/vim-55/src/testdir/
H A Dtest49.vim2912 continue " discards jump that caused the :finally
2991 break " discards jump that caused the :finally
3070 return a:retval " discards jump that caused the :finally
3152 finish " discards jump that caused the :finally
3241 asdf " error; discards jump that caused the :finally
3339 "INTERRUPT - discards jump that caused the :finally
3438 throw "xyz" " discards jump that caused the :finally
4114 throw "x5" " discards "x4"
6304 " discards the aborting error when $VIMNOERRTHROW is non-zero.
6576 catch /\)/ " error; discards exceptio
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2158 Currently this simply discards the column values from the object.

Completed in 116 milliseconds