/external/llvm/test/CodeGen/Generic/ |
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]
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
statistics.h | 25 #ifdef GATHER_STATISTICS
|
bitmap.h | 83 #ifdef GATHER_STATISTICS 169 #ifdef GATHER_STATISTICS
|
tree-flow.h | 796 #ifdef GATHER_STATISTICS [all...] |
auto-host.h | 181 /* #undef GATHER_STATISTICS */ [all...] |
vec.h | 433 #ifdef GATHER_STATISTICS [all...] |
gimple.h | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
statistics.h | 25 #ifdef GATHER_STATISTICS
|
bitmap.h | 83 #ifdef GATHER_STATISTICS 169 #ifdef GATHER_STATISTICS
|
tree-flow.h | 796 #ifdef GATHER_STATISTICS [all...] |
auto-host.h | 181 /* #undef GATHER_STATISTICS */ [all...] |
vec.h | 433 #ifdef GATHER_STATISTICS [all...] |
gimple.h | [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
statistics.h | 25 #ifdef GATHER_STATISTICS
|
bitmap.h | 83 #ifdef GATHER_STATISTICS 169 #ifdef GATHER_STATISTICS
|
tree-flow.h | 797 #ifdef GATHER_STATISTICS [all...] |
auto-host.h | 193 /* #undef GATHER_STATISTICS */ [all...] |
vec.h | 433 #ifdef GATHER_STATISTICS [all...] |
gimple.h | [all...] |
/external/jpeg/ |
jcphuff.c | 28 boolean gather_statistics; member in struct:__anon6675 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 | 717 int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops, function 1159 if (gather_statistics((__u8*)(icp+1), cc, [all...] |