HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 226 - 250 of 5817) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/tc/
q_hhf.c 20 fprintf(stderr, "Usage: ... hhf [ limit PACKETS ] [ quantum BYTES]\n");
21 fprintf(stderr, " [ hh_limit NUMBER ]\n");
22 fprintf(stderr, " [ reset_timeout TIME ]\n");
23 fprintf(stderr, " [ admit_bytes BYTES ]\n");
24 fprintf(stderr, " [ evict_timeout TIME ]\n");
25 fprintf(stderr, " [ non_hh_weight NUMBER ]\n");
44 fprintf(stderr, "Illegal \"limit\"\n");
50 fprintf(stderr, "Illegal \"quantum\"\n");
56 fprintf(stderr, "Illegal \"hh_limit\"\n");
62 fprintf(stderr, "Illegal \"reset_timeout\"\n")
    [all...]
q_gred.c 33 #define DPRINTF(format, args...) fprintf(stderr, format, ##args)
40 fprintf(stderr, "Usage: tc qdisc { add | replace | change } ... gred setup vqs NUMBER\n");
41 fprintf(stderr, " default DEFAULT_VQ [ grio ] [ limit BYTES ]\n");
42 fprintf(stderr, " tc qdisc change ... gred vq VQ [ prio VALUE ] limit BYTES\n");
43 fprintf(stderr, " min BYTES max BYTES avpkt BYTES [ burst PACKETS ]\n");
44 fprintf(stderr, " [ probability PROBABILITY ] [ bandwidth KBPS ]\n");
63 fprintf(stderr, "Illegal \"vqs\"\n");
66 fprintf(stderr, "GRED: only %u VQs are currently supported\n",
72 fprintf(stderr, "\"default\" must be defined after \"vqs\"\n");
77 fprintf(stderr, "Illegal \"default\"\n")
    [all...]
  /external/libopus/silk/
debug.c 107 fprintf(fp, " min avg %% max count\n");
110 fprintf(fp, "%-28s", silk_Timer_tags[k]);
112 fprintf(fp, " %-27s", silk_Timer_tags[k]);
114 fprintf(fp, " %-26s", silk_Timer_tags[k]);
116 fprintf(fp, " %-25s", silk_Timer_tags[k]);
118 fprintf(fp, " %-24s", silk_Timer_tags[k]);
121 fprintf(fp, "%8.2f", (1e6 * (silk_max_64(silk_Timer_min[k] - del, 0))) / lpFrequency.QuadPart);
122 fprintf(fp, "%12.2f %6.2f", avg, 100.0 * avg / sum_avg * silk_Timer_cnt[k]);
123 fprintf(fp, "%12.2f", (1e6 * (silk_max_64(silk_Timer_max[k] - del, 0))) / lpFrequency.QuadPart);
124 fprintf(fp, "%10d\n", silk_Timer_cnt[k])
    [all...]
  /external/rmi4utils/rmi4update/
firmware_image.cpp 82 fprintf(stderr, "Firmware image checksum verification failed, saw 0x%08lX, calculated 0x%08lX\n",
92 fprintf(stderr, "Supplied firmware image size too large, goes out of image file size bound\n");
127 fprintf(stdout, "Firmware Header:\n");
135 fprintf(stdout, "Checksum:\t\t0x%lx\n", m_checksum);
136 fprintf(stdout, "Firmware Size:\t\t%ld\n", m_firmwareSize);
137 fprintf(stdout, "Config Size:\t\t%ld\n", m_configSize);
138 fprintf(stdout, "Lockdown Size:\t\t%ld\n", m_lockdownSize);
139 fprintf(stdout, "Firmware Build ID:\t%ld\n", m_firmwareBuildID);
140 fprintf(stdout, "Package ID:\t\t%d\n", m_packageID);
141 fprintf(stdout, "Bootloader Version:\t%d\n", m_bootloaderVersion)
    [all...]
  /external/libjpeg-turbo/
jpegtran.c 52 fprintf(stderr, "usage: %s [switches] ", progname);
54 fprintf(stderr, "inputfile outputfile\n");
56 fprintf(stderr, "[inputfile]\n");
59 fprintf(stderr, "Switches (names may be abbreviated):\n");
60 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
61 fprintf(stderr, " -copy comments Copy only comment markers (default)\n");
62 fprintf(stderr, " -copy all Copy all extra markers\n");
64 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
67 fprintf(stderr, " -progressive Create progressive JPEG file\n");
69 fprintf(stderr, "Switches for modifying the image:\n")
    [all...]
  /external/ltp/testcases/kernel/syscalls/mallopt/
mallopt01.c 137 fprintf(stderr, "mallinfo structure:\n");
138 fprintf(stderr, "mallinfo.arena = %d\n", info.arena);
139 fprintf(stderr, "mallinfo.ordblks = %d\n", info.ordblks);
140 fprintf(stderr, "mallinfo.smblks = %d\n", info.smblks);
141 fprintf(stderr, "mallinfo.hblkhd = %d\n", info.hblkhd);
142 fprintf(stderr, "mallinfo.hblks = %d\n", info.hblks);
143 fprintf(stderr, "mallinfo.usmblks = %d\n", info.usmblks);
144 fprintf(stderr, "mallinfo.fsmblks = %d\n", info.fsmblks);
145 fprintf(stderr, "mallinfo.uordblks = %d\n", info.uordblks);
146 fprintf(stderr, "mallinfo.fordblks = %d\n", info.fordblks)
    [all...]
  /external/arm-neon-tests/
ref_dsp.c 54 fprintf(ref_file, "\n\nDSP (non-NEON) intrinsics\n");
62 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
68 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
74 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
80 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
86 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
92 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
98 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
106 fprintf(ref_file, "qsub(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
112 fprintf(ref_file, "qsub(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
verrx.c 39 (void)fprintf(stderr, "%s: ", __progname);
42 (void)fprintf(stderr, "\n");
vwarnx.c 39 (void)fprintf(stderr, "%s: ", __progname);
42 (void)fprintf(stderr, "\n");
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
ErrorLog.h 29 # define ERR(...) fprintf(stderr, __VA_ARGS__)
31 # define DBG(...) fprintf(stderr, __VA_ARGS__)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpcycles.c 29 fprintf(stderr,"Cycle %d: (degree %d) %s -->\n", i++, degree, RulePtr[c->croot]->rname);
30 fprintf(stderr," *self*\n");
32 fprintf(stderr,"\n");
36 fprintf(stderr," *** FOLLOW(%s) must be in cache but isn't ***\n",
54 fprintf(stderr,"\n");
56 fprintf(stderr,"FoStack[%d] is null\n",k);
59 fprintf(stderr,"FoTOS[%d] is null\n",k);
64 fprintf(stderr,"#%d rule %d %s\n",i,*pi,RulePtr[*pi]->rname);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
errsupport.c 24 fprintf(stderr,
30 fprintf(stderr,
44 fprintf(stderr, "parse error: expected any token/tree found found NULL tree\n");
58 fprintf(stderr,
64 fprintf(stderr,
81 fprintf(stderr,
85 fprintf(stderr,
98 fprintf(stderr, "panic: %s\n", err);
  /external/blktrace/
blkrawverify.c 106 fprintf(ofp, " Dump %s\n", prefix);
107 fprintf(ofp, " %8s: %08x\n", "magic", bit->magic);
108 fprintf(ofp, " %8s: %u\n", "sequence", bit->sequence);
109 fprintf(ofp, " %8s: %llu\n", "time", (unsigned long long) bit->time);
110 fprintf(ofp, " %8s: %llu\n", "sector", (unsigned long long) bit->sector);
111 fprintf(ofp, " %8s: %u\n", "bytes", bit->bytes);
112 fprintf(ofp, " %8s: %s\n", "action", act_to_str(bit->action));
113 fprintf(ofp, " %8s: %u\n", "bytes", bit->bytes);
114 fprintf(ofp, " %8s: %u\n", "cpu", bit->cpu);
115 fprintf(ofp, " %8s: %u\n", "error", bit->error)
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
asprintf.cc 14 fprintf(stderr, "x%d %sx\n", res, p);
17 fprintf(stderr, "DONE\n");
  /external/compiler-rt/test/cfi/
anon-namespace.cpp 78 fprintf(stderr, "1\n");
88 fprintf(stderr, "2\n");
base-derived-destructor.cpp 82 fprintf(stderr, "1\n");
92 fprintf(stderr, "2\n");
nvcall.cpp 50 fprintf(stderr, "1\n");
58 fprintf(stderr, "2\n");
sibling.cpp 47 fprintf(stderr, "1\n");
53 fprintf(stderr, "2\n");
simple-fail.cpp 84 fprintf(stderr, "1\n");
94 fprintf(stderr, "2\n");
vdtor.cpp 47 fprintf(stderr, "1\n");
55 fprintf(stderr, "2\n");
  /external/compiler-rt/test/cfi/icall/
external-call.c 15 fprintf(stderr, "1\n");
26 fprintf(stderr, "2\n");
  /external/compiler-rt/test/lsan/TestCases/
stale_stack_leak.cc 21 fprintf(stderr, "Test alloc: %p.\n", locals[0]);
36 fprintf(stderr, "Value after LSan: %p.\n", *pp);
  /external/compiler-rt/test/msan/
death-callback.cc 15 fprintf(stderr, "msan-death-callback\n");
37 fprintf(stderr, "done\n");
  /external/compiler-rt/test/tsan/
halt_on_error.cc 14 fprintf(stderr, "BEFORE\n");
20 fprintf(stderr, "AFTER\n");
longjmp.cc 17 fprintf(stderr, "JUMPED\n");
21 fprintf(stderr, "FAILED\n");

Completed in 171 milliseconds

1 2 3 4 5 6 7 8 91011>>