HomeSort by relevance Sort by last modified time
    Searched refs:gather_statistics (Results 1 - 5 of 5) sorted by null

  /external/jpeg/
jcphuff.c 28 boolean gather_statistics; member in struct:__anon2713
106 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics)
114 entropy->gather_statistics = gather_statistics;
138 if (gather_statistics)
158 if (gather_statistics) {
194 * that is, entropy->gather_statistics == FALSE.
239 if (entropy->gather_statistics)
283 if (entropy->gather_statistics)
300 if (entropy->gather_statistics)
    [all...]
jchuff.c 101 * If gather_statistics is TRUE, we do not output anything during the scan,
106 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics)
112 if (gather_statistics) {
128 if (gather_statistics) {
jpegint.h 114 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
  /external/ping/
ping_common.h 198 extern int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops,
ping.c 715 int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops, function
1157 if (gather_statistics((__u8*)(icp+1), cc,
    [all...]

Completed in 59 milliseconds