HomeSort by relevance Sort by last modified time
    Searched full:printf (Results 451 - 475 of 4695) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
print-ppp.c 435 printf("%s, ",typestr);
443 printf("%s (0x%02x), id %u, length %u",
459 printf("\n\tencoded length %u (=Option(s) length %u)",len,len-4);
470 printf("\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr));
473 printf(" Vendor: %s (%u)",
530 printf("\n\t Rejected %s Protocol (0x%04x)",
535 printf("\n\t Rejected Packet");
545 printf("\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr));
548 printf("\n\t -----trailing data-----");
557 printf("\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr))
    [all...]
print-radius.c 70 printf("%02X", *ptr_data ); \
459 printf(" [|radius]");
463 printf("Tag %u, ",*data);
466 printf("Salt %u ",EXTRACT_16BITS(data) );
480 printf(" [|radius]");
483 printf("Tag %u",*data);
491 printf("%c",(*data < 32 || *data > 128) ? '.' : *data );
496 printf(" [|radius]");
518 printf("Vendor: %s (%u)",
530 printf("\n\t Vendor Attribute: %u, Length: %u (bogus, must be >= 2)"
    [all...]
print-atm.c 112 printf("(LLC %s) ",
141 printf("[|atm]");
148 printf("CNLPID ");
181 printf("%08x%08x %08x%08x ",
223 printf("[|atm]");
231 printf("Q.2931");
233 printf(" [|atm]");
236 printf(":%s ",
240 printf("[|atm]");
244 printf("CALL_REF:0x%06x", call_ref)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
HashTable.cpp 47 printf("\nWTF::HashTable statistics\n\n");
48 printf("%d accesses\n", numAccesses);
49 printf("%d total collisions, average %.2f probes per access\n", numCollisions, 1.0 * (numAccesses + numCollisions) / numAccesses);
50 printf("longest collision chain: %d\n", maxCollisions);
52 printf(" %d lookups with exactly %d collisions (%.2f%% , %.2f%% with this many or more)\n", collisionGraph[i], i, 100.0 * (collisionGraph[i] - collisionGraph[i+1]) / numAccesses, 100.0 * collisionGraph[i] / numAccesses);
54 printf("%d rehashes\n", numRehashes);
55 printf("%d reinserts\n", numReinserts);
  /frameworks/base/opengl/libs/tools/
gltracegen 46 printf("TRACE_GL_VOID(");
48 printf("TRACE_GL(%s, ", $type);
51 printf("%s, (%s), (", $name, $args);
65 printf("%s", $2);
69 printf("), %d", $nonVoidArgLen);
84 printf(", \"%s\", %s", $type, $name);
89 printf(")\n");
  /external/dropbear/libtomcrypt/notes/etc/
saferp_optimizer.c 45 printf(
64 printf("b[%d] = (safer_%cbox[(b[%d] %c skey->saferp.K[%d][%d]) & 255] %c skey->saferp.K[%d][%d]) & 255;\n",
70 printf(" b[%d] = (b[%d] + (b[%d] = (b[%d] + b[%d]) & 255)) & 255;\n", b[0], b[0], b[1], b[0], b[1]);
71 printf(" b[%d] = (b[%d] + (b[%d] = (b[%d] + b[%d]) & 255)) & 255;\n", b[2], b[2], b[3], b[3], b[2]);
72 printf(" b[%d] = (b[%d] + (b[%d] = (b[%d] + b[%d]) & 255)) & 255;\n", b[4], b[4], b[5], b[5], b[4]);
73 printf(" b[%d] = (b[%d] + (b[%d] = (b[%d] + b[%d]) & 255)) & 255;\n", b[6], b[6], b[7], b[7], b[6]);
74 printf(" b[%d] = (b[%d] + (b[%d] = (b[%d] + b[%d]) & 255)) & 255;\n", b[8], b[8], b[9], b[9], b[8]);
75 printf(" b[%d] = (b[%d] + (b[%d] = (b[%d] + b[%d]) & 255)) & 255;\n", b[10], b[10], b[11], b[11], b[10]);
76 printf(" b[%d] = (b[%d] + (b[%d] = (b[%d] + b[%d]) & 255)) & 255;\n", b[12], b[12], b[13], b[13], b[12]);
77 printf(" b[%d] = (b[%d] + (b[%d] = (b[%d] + b[%d]) & 255)) & 255;\n", b[14], b[14], b[15], b[15], b[14 (…)
    [all...]
  /external/elfutils/tests/
arsymtest.c 39 printf ("Cannot open input file: %m");
47 printf ("Cannot open output file: %m");
58 printf ("Cannot create ELF descriptor: %s\n", elf_errmsg (-1));
65 printf ("`%s' is no archive\n", argv[1]);
73 printf ("Cannot get archive index: %s\n", elf_errmsg (-1));
88 printf ("random access for symbol `%s' fails: %s\n",
96 printf ("Cannot create ELF descriptor for archive member: %s\n",
104 printf ("Cannot get archive header for element `%s': %s\n",
115 printf ("Error while freeing subELF descriptor: %s\n",
124 printf ("Error while freeing ELF descriptor: %s\n", elf_errmsg (-1))
    [all...]
newfile.c 27 printf (" %02x", ehdr->e_ident[n]);
29 printf ("\ntype = %d\nmachine = %d\nversion = %d\nentry = %d\n"
59 printf ("cannot create temporary file: %m\n");
69 printf ("elf_begin: %s\n", elf_errmsg (-1));
76 printf ("elf32_newehdr: %s\n", elf_errmsg (-1));
85 printf ("elf32_getehdr: %s\n", elf_errmsg (-1));
100 printf ("ehdr->e_ident[%d] != 0\n", i);
108 printf ("ehdr->%s != %d\n", #name, val); \
128 printf ("elf32_newphdr: %s\n", elf_errmsg (-1));
139 printf ("elf32_getehdr (#2): %s\n", elf_errmsg (-1))
    [all...]
update1.c 39 printf ("cannot open `%s': %s\n", fname, strerror (errno));
48 printf ("cannot create ELF descriptor: %s\n", elf_errmsg (-1));
56 printf ("cannot create ELF header: %s\n", elf_errmsg (-1));
64 printf (" %02x", ehdr->e_ident[i]);
65 printf ("\
86 printf ("failure in elf_update: %s\n", elf_errmsg (-1));
94 printf ("cannot create ELF header: %s\n", elf_errmsg (-1));
102 printf (" %02x", ehdr->e_ident[i]);
103 printf ("\
115 printf ("failure in elf_end: %s\n", elf_errmsg (-1))
    [all...]
  /external/iptables/extensions/
libip6t_HL.c 37 printf(
76 printf(" --hl-set");
79 printf(" --hl-dec");
83 printf(" --hl-inc");
86 printf(" %u", info->hop_limit);
95 printf(" HL ");
98 printf("set to");
101 printf("decrement by");
104 printf("increment by");
107 printf(" %u", info->hop_limit)
    [all...]
libipt_TTL.c 36 printf(
75 printf(" --ttl-set");
78 printf(" --ttl-dec");
82 printf(" --ttl-inc");
85 printf(" %u", info->ttl);
94 printf(" TTL ");
97 printf("set to");
100 printf("decrement by");
103 printf("increment by");
106 printf(" %u", info->ttl)
    [all...]
libxt_CT.c 9 printf(
90 printf(" %s ", pfx);
93 printf("%s%s", sep, tbl[i].name);
122 printf(" CT");
124 printf(" notrack");
126 printf(" helper %s", info->helper);
134 printf("zone %u ", info->zone);
143 printf(" --notrack");
145 printf(" --helper %s", info->helper);
153 printf(" --zone %u", info->zone)
    [all...]
  /external/srtp/crypto/test/
kernel_driver.c 46 #include <stdio.h> /* for printf() */
52 printf("usage: %s [ -v ][ -d debug_module ]*\n", prog_name);
69 printf("error: crypto_kernel init failed\n");
72 printf("crypto_kernel successfully initalized\n");
86 printf("error: set debug module (%s) failed\n", optarg);
96 printf("checking crypto_kernel status...\n");
99 printf("failed\n");
102 printf("crypto_kernel passed self-tests\n");
107 printf("error: crypto_kernel shutdown failed\n");
110 printf("crypto_kernel successfully shut down\n")
    [all...]
  /system/extras/tests/memtest/
memtest.cpp 72 printf( "Usage: %s <test> <options>\n"
156 printf("memcpy() performance test is running, please wait...\n");
206 printf("%9s %9s %9s\n", "size", "MB/s", "MB/s (nc)");
208 printf("%9d %9ld %9ld\n", results[i].size, (long)results[i].res, (long)results[i+1].res);
211 printf("memcpy() validation test is running, please wait...\n");
229 if (nb) printf("%d error(s) found\n", nb);
230 else printf("success!\n");
244 printf("*** memcpy(%p,%p,%zd) destination != source\n",s,d,size);
249 printf("*** memcpy(%p,%p,%zd) clobbered past end of destination!\n",s,d,size);
254 printf("*** memcpy(%p,%p,%zd) clobbered before start of destination!\n",s,d,size)
    [all...]
  /external/clang/test/CodeGenCXX/
constructor-for-array-members.cpp 7 extern "C" int printf(...);
13 S() : iS(i++), f1(vf++) {printf("S::S()\n");}
14 ~S(){printf("S::~S(iS = %d f1 = %f)\n", iS, f1); }
24 printf("ARR_S[%d].iS = %d ARR_S[%d].f1 = %f\n", i, ARR_S[i].iS, i, ARR_S[i].f1);
29 printf("MULTI_ARR[%d][%d][%d].iS = %d MULTI_ARR[%d][%d][%d].f1 = %f\n",
  /external/clang/test/Sema/
block-literal.c 7 int printf(const char*, ...);
20 noop = ^{printf("\nClosure\n"); };
24 return ^{printf("\nClosure\n"); };
29 takeblock(^{ printf("%d\n", x); });
83 void (^global_block)(void) = ^{ printf("global x is %d\n", global_x); };
  /external/dbus/test/name-test/
test-pending-call-timeout.c 42 printf ("Failed: Reply is NULL ***\n");
48 printf ("Failed: Reply is error: %s ***\n", dbus_message_get_error_name (reply));
74 printf ("*** Testing pending call timeouts\n");
91 printf ("Iter %i: %lis\n", i, delta);
101 printf ("Success ***\n");
  /external/icu4c/samples/props/
props.cpp 35 printf("U+%04lx\t%s\n", codePoint, buffer);
38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint));
41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
43 printf(" is digit: %d decimal digit value: %d\n", u_isdigit(codePoint), u_charDigitValue(codePoint));
45 printf(" BiDi directional category (numeric enum value): %u\n", u_charDirection(codePoint));
  /external/iproute2/netem/
stats.c 53 printf("mu = %12.6f\n", mu);
54 printf("sigma = %12.6f\n", sigma);
55 printf("rho = %12.6f\n", rho);
56 /*printf("sigma2 = %10.4f\n", sqrt(sigma2/(double)(n-1)));*/
57 /*printf("correlation rho = %10.6f\n", top/((double)(n-1)*sigma*sigma));*/
  /external/llvm/test/CodeGen/Generic/
add-with-overflow.ll 15 %t1 = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([4 x i8]* @ok, i32 0, i32 0), i32 %sum ) nounwind
19 %t2 = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([4 x i8]* @no, i32 0, i32 0) ) nounwind
31 %t1 = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([4 x i8]* @ok, i32 0, i32 0), i32 %sum ) nounwind
35 %t2 = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([4 x i8]* @no, i32 0, i32 0) ) nounwind
39 declare i32 @printf(i8*, ...) nounwind
  /external/valgrind/main/none/tests/amd64/
looper.c 73 res = 0; arg = 10; loop_plain(); printf("res = %lld\n", res);
75 res = 0; arg = 10; loop_ne(); printf("res = %lld\n", res);
76 res = 0; arg = 500; loop_ne(); printf("res = %lld\n", res);
78 res = 0; arg = 10; loop_e(); printf("res = %lld\n", res);
79 res = 0; arg = 500; loop_e(); printf("res = %lld\n", res);
  /external/valgrind/main/none/tests/
pth_cvsimple.c 36 printf("inc_counter(): count = %d, unlocking mutex\n", count);
38 printf("hit threshold!\n");
83 printf("condvar was hit!\n");
85 printf("condvar was multi-hit...\n");
87 printf("condvar was missed...\n");
  /external/valgrind/main/none/tests/x86/
looper.c 70 res = 0; arg = 10; loop_plain(); printf("res = %d\n", res);
72 res = 0; arg = 10; loop_ne(); printf("res = %d\n", res);
73 res = 0; arg = 500; loop_ne(); printf("res = %d\n", res);
75 res = 0; arg = 10; loop_e(); printf("res = %d\n", res);
76 res = 0; arg = 500; loop_e(); printf("res = %d\n", res);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c 73 printf("%ld.%06u: ", (long) tv.sec, (unsigned int) tv.usec);
78 * wpa_printf - conditional printf
80 * @fmt: printf format string, followed by optional arguments
102 printf("\n");
133 printf("%s - hexdump(len=%lu):", title, (unsigned long) len);
135 printf(" [NULL]");
138 printf(" %02x", buf[i]);
140 printf(" [REMOVED]");
142 printf("\n");
209 printf("%s - hexdump_ascii(len=%lu): [REMOVED]\n"
    [all...]
  /sdk/emulator/qtools/
hist_trace.cpp 32 //printf("bb_num: %llu prev: %llu, diff: %d\n",
56 printf(" %4d: %6d %6.2f %6.2f\n", ii - kMaxHistEntries2, hist[ii], per, sum_per);
59 printf("under: %6d %6.2f\n", underflow, per);
61 printf("over: %6d %6.2f\n", overflow, per);
62 printf("total: %6d\n", total);

Completed in 905 milliseconds

<<11121314151617181920>>