Searched refs:gather_statistics (Results 1 – 10 of 10) sorted by relevance
/external/qemu/distrib/jpeg-6b/ |
D | jcphuff.c | 28 boolean gather_statistics; member 106 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) in start_pass_phuff() argument 114 entropy->gather_statistics = gather_statistics; in start_pass_phuff() 138 if (gather_statistics) in start_pass_phuff() 158 if (gather_statistics) { in start_pass_phuff() 239 if (entropy->gather_statistics) in LOCAL() 283 if (entropy->gather_statistics) in LOCAL() 300 if (entropy->gather_statistics) in emit_buffered_bits() 353 if (! entropy->gather_statistics) { in emit_restart()
|
D | jchuff.c | 106 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) in start_pass_huff() argument 112 if (gather_statistics) { in start_pass_huff() 128 if (gather_statistics) { in start_pass_huff()
|
D | jpegint.h | 114 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
|
/external/jpeg/ |
D | jcphuff.c | 28 boolean gather_statistics; member 106 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) in start_pass_phuff() argument 114 entropy->gather_statistics = gather_statistics; in start_pass_phuff() 138 if (gather_statistics) in start_pass_phuff() 158 if (gather_statistics) { in start_pass_phuff() 239 if (entropy->gather_statistics) in LOCAL() 283 if (entropy->gather_statistics) in LOCAL() 300 if (entropy->gather_statistics) in emit_buffered_bits() 353 if (! entropy->gather_statistics) { in emit_restart()
|
D | jchuff.c | 106 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) in start_pass_huff() argument 112 if (gather_statistics) { in start_pass_huff() 128 if (gather_statistics) { in start_pass_huff()
|
D | jpegint.h | 114 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
|
/external/llvm/test/CodeGen/Generic/ |
D | 2006-10-27-CondFolding.ll | 3 define void @start_pass_huff(i32 %gather_statistics) { 5 %tmp = icmp eq i32 %gather_statistics, 0 ; <i1> [#uses=1]
|
/external/ping/ |
D | ping_common.h | 204 extern int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops,
|
D | ping_common.c | 650 int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops, in gather_statistics() function
|
D | ping.c | 772 if (gather_statistics((__u8*)(icp+1), cc, in parse_reply()
|