/external/iptables/extensions/ |
libip6t_ah.c | 13 printf( 61 printf("%s:%s%u", name, inv, min); 63 printf("%ss:%s%u:%u", name, inv, min, max); 73 printf("%s:%s%u", name, inv, len); 81 printf(" ah "); 88 printf(" reserved"); 91 printf(" Unknown invflags: 0x%X", 101 printf("%s --ahspi ", 105 printf("%u:%u", 109 printf("%u" [all...] |
libipt_ttl.c | 21 printf( 60 printf(" TTL match "); 63 printf("TTL =="); 66 printf("TTL !="); 69 printf("TTL <"); 72 printf("TTL >"); 75 printf(" %u", info->ttl); 85 printf(" --ttl-eq"); 88 printf(" ! --ttl-eq"); 91 printf(" --ttl-lt") [all...] |
libxt_recent.c | 51 printf( 137 printf(" !"); 139 printf(" recent:"); 141 printf(" SET"); 143 printf(" CHECK"); 145 printf(" UPDATE"); 147 printf(" REMOVE"); 148 if(info->seconds) printf(" seconds: %d", info->seconds); 149 if(info->hit_count) printf(" hit_count: %d", info->hit_count); 151 printf(" TTL-Match") [all...] |
/external/llvm/test/CodeGen/ARM/ |
vargs.ll | 6 %tmp = call i32 (i8*, ...)* @printf( i8* getelementptr ([43 x i8]* @str, i32 0, i64 0), i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10 ) ; <i32> [#uses=0] 7 %tmp2 = call i32 (i8*, ...)* @printf( i8* getelementptr ([43 x i8]* @str, i32 0, i64 0), i32 10, i32 9, i32 8, i32 7, i32 6, i32 5, i32 4, i32 3, i32 2, i32 1 ) ; <i32> [#uses=0] 11 declare i32 @printf(i8*, ...)
|
/external/llvm/test/FrontendC/ |
2009-01-05-BlockInlining.c | 2 // RUN: grep {call i32 .*printf.*argc} %t.s | count 3 6 // All of these should be inlined equivalently into a single printf call. 17 printf("%d\n", result);
|
/external/openssl/crypto/bn/ |
divtest.c | 13 printf("%s!\na=",m); 15 printf("\nb="); 17 printf("\n");
|
/external/oprofile/daemon/ |
opd_stats.c | 32 printf(fmt, value); 43 printf("\n%s\n", op_get_time()); 44 printf("\n-- OProfile Statistics --\n"); 45 printf("Nr. sample dumps: %lu\n", opd_stats[OPD_DUMP_COUNT]); 46 printf("Nr. non-backtrace samples: %lu\n", opd_stats[OPD_SAMPLES]); 47 printf("Nr. kernel samples: %lu\n", opd_stats[OPD_KERNEL]); 48 printf("Nr. lost samples (no kernel/user): %lu\n", opd_stats[OPD_NO_CTX]); 49 printf("Nr. lost kernel samples: %lu\n", opd_stats[OPD_LOST_KERNEL]); 50 printf("Nr. incomplete code structs: %lu\n", opd_stats[OPD_DANGLING_CODE]); 51 printf("Nr. samples lost due to sample file open failure: %lu\n" [all...] |
/external/valgrind/main/memcheck/tests/ |
wrap7.c | 18 printf("wrapper-pre\n"); 20 printf("wrapper-post\n"); 27 printf("starting\n");
|
/external/valgrind/main/memcheck/tests/x86/ |
fprem.c | 53 printf("fprem %f\n", do_fprem()); 54 printf("fprem1 %f\n", do_fprem1()); 55 printf("fsincos %f\n", do_fsincos());
|
/external/valgrind/main/none/tests/amd64/ |
clc.c | 57 printf("clc: 0x%016llx\n", 0x8d5 & do_clc()); 58 printf("stc: 0x%016llx\n", 0x8d5 & do_stc()); 59 printf("cmc: 0x%016llx\n", 0x8d5 & do_cmc());
|
/external/valgrind/main/none/tests/ |
threadederrno.c | 11 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno)); 18 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno)); 30 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
|
/external/valgrind/main/perf/ |
heap.c | 13 printf("initialising\n"); 17 printf("running\n"); 37 printf("done\n");
|
/frameworks/compile/libbcc/runtime/test/Unit/ppc/ |
floatditf_test.c | 22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input); 23 printf("\tExpected %La = ( %a , %a )\n", expected.ld, expected.hi, expected.lo); 24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
|
floatunditf_test.c | 22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input); 23 printf("\tExpected %La = ( %a , %a )\n", expected.ld, expected.hi, expected.lo); 24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bug-regex16.c | 23 printf ("re_compile_pattern returned %s\n", s); 29 printf ("re_compile_pattern returned %s\n", s); 35 printf ("re_compile_pattern returned %s\n", s);
|
/system/extras/tests/bionic/libc/bionic/ |
test_cond.c | 41 printf("1: obtaining mutex\n"); 43 printf("1: waiting on condition variable\n"); 45 printf("1: releasing mutex\n"); 47 printf("1: exiting\n"); 55 printf("2: obtaining mutex\n"); 57 printf("2: signaling\n"); 59 printf("2: releasing mutex\n"); 63 printf("2: exiting\n"); 81 printf("main: creating thread %d\n", nn+1); 83 printf("main: could not create thread %d: %s\n", nn+1, strerror(errno)) [all...] |
/system/extras/tests/bionic/libc/common/ |
test_getaddrinfo.c | 9 #include <stdio.h> /* for printf */ 25 printf("first getaddrinfo returned error: %s\n", gai_strerror(ret)); 39 printf("second getaddrinfo returned error: %s\n", gai_strerror(ret));
|
/system/extras/tests/icachetest/ |
icache_main.c | 9 printf("[bytes]\t[us]\n"); 23 printf("%6ld\t%lld\n", step*32, t); 31 printf("\n%6lld us\t%ld MB/s\n", t, MBs);
|
/external/bluetooth/hcidump/parser/ |
avdtp.c | 186 printf("Error code %d\n", code); 195 printf("ACP SEID %d\n", seid >> 2); 205 printf("ACP SEID %d - INT SEID %d\n", acp_seid >> 2, int_seid >> 2); 223 printf("%s - %s\n", cat2str(cat), codec2str(type, codec)); 230 printf("16kHz "); 232 printf("32kHz "); 234 printf("44.1kHz "); 236 printf("48kHz "); 237 printf("\n"); 240 printf("Mono ") [all...] |
/dalvik/tests/089-jumbo-opcodes/ |
build | 32 printf("public class %s {\n", name) > fileName; 34 printf(" %s%d;\n", type, i) > fileName; 36 printf("}\n") > fileName; 40 printf("public class %s {\n", name) > fileName; 42 printf(" public void meth%d() { }\n", i) > fileName; 44 printf("}\n") > fileName;
|
/external/elfutils/tests/ |
scnnames.c | 35 printf ("cannot open \"%s\": %s\n", argv[1], strerror (errno)); 44 printf ("cannot open ELF file: %s\n", elf_errmsg (-1)); 50 printf ("\"%s\" is not an ELF file\n", argv[1]); 56 printf ("cannot get the ELF header: %s\n", elf_errmsg (-1)); 71 printf ("section: `%s'\n", name); 76 printf ("error while freeing ELF descriptor: %s\n", elf_errmsg (-1));
|
/external/libffi/testsuite/libffi.call/ |
struct7.c | 58 printf ("%g\n", ts7_arg.f1); 59 printf ("%g\n", ts7_arg.f2); 60 printf ("%g\n", ts7_arg.d); 64 printf ("%g\n", ts7_result->f1); 65 printf ("%g\n", ts7_result->f2); 66 printf ("%g\n", ts7_result->d);
|
/external/oprofile/libdb/ |
db_stat.c | 76 printf("total node number: %d\n", stat->node_nr); 77 printf("total used node: %d\n", stat->used_node_nr); 78 printf("total count: %llu\n", stat->total_count); 79 printf("hash table size: %d\n", stat->hash_table_size); 80 printf("greater list length: %d\n", stat->max_list_length); 81 printf("average non empty list length: %2.4f\n", stat->average_list_length);
|
/external/valgrind/main/drd/tests/ |
fp_race.c | 5 #include <stdio.h> /* printf() */ 59 * obtained for each printf() call with strace. 65 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); 83 if (s_do_printf) printf("s_d2 = %g (should be 2)\n", s_d2); 84 if (s_do_printf) printf("s_d3 = %g (should be 5)\n", s_d3); 95 printf("s_d1 = %g (should be 1)\n", s_d1);
|
sem_as_mutex.c | 5 #include <stdio.h> /* printf() */ 60 * obtained for each printf() call with strace. 66 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); 84 if (s_do_printf) printf("s_d2 = %g (should be 2)\n", s_d2); 85 if (s_do_printf) printf("s_d3 = %g (should be 5)\n", s_d3); 96 printf("s_d1 = %g (should be 1)\n", s_d1);
|