Home
last modified time | relevance | path

Searched refs:gather_statistics (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/Generic/
D2006-10-27-CondFolding.ll3 define void @start_pass_huff(i32 %gather_statistics) {
5 %tmp = icmp eq i32 %gather_statistics, 0 ; <i1> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
D2006-10-27-CondFolding.ll3 define void @start_pass_huff(i32 %gather_statistics) {
5 %tmp = icmp eq i32 %gather_statistics, 0 ; <i1> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2006-10-27-CondFolding.ll3 define void @start_pass_huff(i32 %gather_statistics) {
5 %tmp = icmp eq i32 %gather_statistics, 0 ; <i1> [#uses=1]
/external/libjpeg-turbo/
Djcphuff.c86 boolean gather_statistics; member
198 start_pass_phuff(j_compress_ptr cinfo, boolean gather_statistics) in start_pass_phuff() argument
206 entropy->gather_statistics = gather_statistics; in start_pass_phuff()
238 if (gather_statistics) in start_pass_phuff()
258 if (gather_statistics) { in start_pass_phuff()
339 if (entropy->gather_statistics) in emit_bits()
382 if (entropy->gather_statistics) in emit_symbol()
399 if (entropy->gather_statistics) in emit_buffered_bits()
450 if (!entropy->gather_statistics) { in emit_restart()
Djchuff.c146 start_pass_huff(j_compress_ptr cinfo, boolean gather_statistics) in start_pass_huff() argument
152 if (gather_statistics) { in start_pass_huff()
170 if (gather_statistics) { in start_pass_huff()
Djcarith.c828 start_pass(j_compress_ptr cinfo, boolean gather_statistics) in start_pass() argument
834 if (gather_statistics) in start_pass()
Djpegint.h125 void (*start_pass) (j_compress_ptr cinfo, boolean gather_statistics);
/external/iputils/
Dping_common.h293 extern int gather_statistics(__u8 *ptr, int icmplen,
Dping6.c1622 if (gather_statistics((__u8*)icmph, sizeof(*icmph), cc, in parse_reply()
1632 if (gather_statistics((__u8*)icmph, sizeof(*icmph), cc, in parse_reply()
Dping_common.c870 int gather_statistics(__u8 *icmph, int icmplen, in gather_statistics() function
Dping.c836 if (gather_statistics((__u8*)icp, sizeof(*icp), cc, in parse_reply()
DRELNOTES278 ping: Make build_echo(), gather_statistics() more generic.