Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 25 of 7599) sorted by relevance

12345678910>>...304

/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c64 printf("%lx", (unsigned long) grpc_compression_algorithm_is_message); in main()
65 printf("%lx", (unsigned long) grpc_compression_algorithm_is_stream); in main()
66 printf("%lx", (unsigned long) grpc_compression_algorithm_parse); in main()
67 printf("%lx", (unsigned long) grpc_compression_algorithm_name); in main()
68 printf("%lx", (unsigned long) grpc_compression_algorithm_for_level); in main()
69 printf("%lx", (unsigned long) grpc_compression_options_init); in main()
70 printf("%lx", (unsigned long) grpc_compression_options_enable_algorithm); in main()
71 printf("%lx", (unsigned long) grpc_compression_options_disable_algorithm); in main()
72 printf("%lx", (unsigned long) grpc_compression_options_is_algorithm_enabled); in main()
73 printf("%lx", (unsigned long) grpc_metadata_array_init); in main()
[all …]
/external/cpuinfo/tools/
Disa-info.c14 printf("Scalar instructions:\n"); in main()
16 printf("\tx87 FPU: %s\n", cpuinfo_has_x86_fpu() ? "yes" : "no"); in main()
17 printf("\tCMOV: %s\n", cpuinfo_has_x86_cmov() ? "yes" : "no"); in main()
19 printf("\tLAHF/SAHF: %s\n", cpuinfo_has_x86_lahf_sahf() ? "yes" : "no"); in main()
20 printf("\tLZCNT: %s\n", cpuinfo_has_x86_lzcnt() ? "yes" : "no"); in main()
21 printf("\tPOPCNT: %s\n", cpuinfo_has_x86_popcnt() ? "yes" : "no"); in main()
22 printf("\tTBM: %s\n", cpuinfo_has_x86_tbm() ? "yes" : "no"); in main()
23 printf("\tBMI: %s\n", cpuinfo_has_x86_bmi() ? "yes" : "no"); in main()
24 printf("\tBMI2: %s\n", cpuinfo_has_x86_bmi2() ? "yes" : "no"); in main()
25 printf("\tADCX/ADOX: %s\n", cpuinfo_has_x86_adx() ? "yes" : "no"); in main()
[all …]
/external/clang/test/Sema/
Dformat-strings.c11 int printf(const char *restrict, ...); // expected-note{{passing argument to parameter here}}
31 printf(s); // expected-warning {{format string is not a string literal}} in check_string_literal()
57 printf(fmt, 1, 2); // expected-warning{{data argument not used}} in check_string_literal()
60 printf("abc" in check_string_literal()
62 printf("abc\ in check_string_literal()
69 printf("%*d", (unsigned) 1, 1); // no-warning in check_string_literal()
81 printf(s); // expected-warning {{format string is not a string literal}} in check_string_literal2()
100 printf(i == 1 ? "yes" : "no"); // no-warning in check_conditional_literal()
101 printf(i == 0 ? (i == 1 ? "yes" : "no") : "dont know"); // no-warning in check_conditional_literal()
102printf(i == 0 ? (i == 1 ? s : "no") : "dont know"); // expected-warning{{format string is not a st… in check_conditional_literal()
[all …]
/external/ethtool/
Dpcnet32.c31 printf("Driver: %s\n",info->driver); in pcnet32_dump_regs()
32 printf("Version: %s\n",info->version); in pcnet32_dump_regs()
34 printf("APROM: "); in pcnet32_dump_regs()
36 printf(" %04x ", data[i]); in pcnet32_dump_regs()
37 printf("\n"); in pcnet32_dump_regs()
42 if (((i-csr) & 7) == 0) printf("CSR%02d: ", i-csr); in pcnet32_dump_regs()
43 printf(" %04x ", data[i]); in pcnet32_dump_regs()
44 if (((i-csr) & 7) == 7) printf("\n"); in pcnet32_dump_regs()
46 if (((i-csr) & 7) != 7) printf("\n"); in pcnet32_dump_regs()
51 if (((i-csr) & 7) == 0) printf("BCR%02d: ", i-csr); in pcnet32_dump_regs()
[all …]
Dsfpid.c21 printf("\t%-41s : 0x%02x", "Extended identifier", id[1]); in sff8079_show_ext_identifier()
23 printf(" (GBIC not specified / not MOD_DEF compliant)\n"); in sff8079_show_ext_identifier()
25 printf(" (GBIC/SFP defined by 2-wire interface ID)\n"); in sff8079_show_ext_identifier()
27 printf(" (GBIC compliant with MOD_DEF %u)\n", id[1]); in sff8079_show_ext_identifier()
29 printf(" (unknown)\n"); in sff8079_show_ext_identifier()
42 printf("\t%-41s : 0x%02x 0x%02x 0x%02x " \ in sff8079_show_transceiver()
49 printf("%s 10G Ethernet: 10G Base-ER" \ in sff8079_show_transceiver()
52 printf("%s 10G Ethernet: 10G Base-LRM\n", pfx); in sff8079_show_transceiver()
54 printf("%s 10G Ethernet: 10G Base-LR\n", pfx); in sff8079_show_transceiver()
56 printf("%s 10G Ethernet: 10G Base-SR\n", pfx); in sff8079_show_transceiver()
[all …]
Dmarvell.c16 printf("Addr %d ", n); in dump_addr()
18 printf("%02X%c", a[i], i == 5 ? '\n' : ' '); in dump_addr()
26 printf("%s\n", name); in dump_timer()
27 printf("\tInit 0x%08X Value 0x%08X\n", r[0], r[1]); in dump_timer()
28 printf("\tTest 0x%02X Control 0x%02X\n", a[8], a[9]); in dump_timer()
56 printf("\n%s (disabled)\n", name); in dump_queue()
60 printf("\n%s\n", name); in dump_queue()
61 printf("---------------\n"); in dump_queue()
62 printf("Descriptor Address 0x%08X%08X\n", in dump_queue()
64 printf("Address Counter 0x%08X%08X\n", in dump_queue()
[all …]
Dsff-common.c38 printf("\t%-41s : %u%s\n", name, val * mult, unit); in sff_show_value_with_unit()
46 printf("\t%-41s : ", name); in sff_show_ascii()
53 printf("\n"); in sff_show_ascii()
58 printf("\t%-41s : %02x:%02x:%02x\n", "Vendor OUI", in sff8024_show_oui()
65 printf("\t%-41s : 0x%02x", "Identifier", id[id_offset]); in sff8024_show_identifier()
68 printf(" (no module present, unknown, or unspecified)\n"); in sff8024_show_identifier()
71 printf(" (GBIC)\n"); in sff8024_show_identifier()
74 printf(" (module soldered to motherboard)\n"); in sff8024_show_identifier()
77 printf(" (SFP)\n"); in sff8024_show_identifier()
80 printf(" (300 pin XBI)\n"); in sff8024_show_identifier()
[all …]
/external/bc/
Dconfigure.sh42 printf "%s\n\n" "$1"
48 printf 'usage: %s -h\n' "$script"
49 printf ' %s --help\n' "$script"
50 printf ' %s [-bD|-dB|-c] [-EfgGHMNPST] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\n' "$script"
51 printf ' %s \\\n' "$script"
52 printf ' [--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n'
53 printf ' [--debug --disable-extra-math --disable-generated-tests] \\\n'
54 printf ' [--disable-history --disable-man-pages --disable-nls] \\\n'
55 printf ' [--disable-prompt --disable-signal-handling --disable-strip] \\\n'
56 printf ' [--opt=OPT_LEVEL] [--karatsuba-len=KARATSUBA_LEN] \\\n'
[all …]
/external/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c61 printf in tdrmopen()
89 printf in tdrmopen()
114 printf("ERROR: Open of device %s failed %d errno = %d\n", in tdrmopen()
118 printf("Device opened successfully \n"); in tdrmopen()
140 printf("Test DRM Driver may not be loaded\n"); in main()
144 printf("\tBegin drm read system ioctl\n"); in main()
148 printf("Failed on drm ioctl DRM(get_magic) test\n"); in main()
150 printf("Success on drm ioctl DRM(get_magic) test\n"); in main()
155 printf("Failed on drm ioctl DRM(get_status) test\n"); in main()
157 printf("Success on drm ioctl DRM(get_status) test\n"); in main()
[all …]
/external/igt-gpu-tools/tools/
Dintel_audio_dump.c71 printf("%-21s(%#x) 0x%08x %s\n", # reg, reg, dword, desc); \
77 printf("%-21s(%#x) 0x%08x %s\n", # reg, reg, dword, desc); \
83 printf("%-21s(%#x) 0x%08x %s\n", # reg, reg, dword, desc); \
533 printf("\nDetails:\n\n"); in dump_eaglelake()
536 printf("AUD_VID_DID vendor id\t\t\t0x%x\n", dword >> 16); in dump_eaglelake()
537 printf("AUD_VID_DID device id\t\t\t0x%x\n", dword & 0xffff); in dump_eaglelake()
540 printf("AUD_RID major revision\t\t\t0x%lx\n", REG_BITS(dword, 23, 20)); in dump_eaglelake()
541 printf("AUD_RID minor revision\t\t\t0x%lx\n", REG_BITS(dword, 19, 16)); in dump_eaglelake()
542 printf("AUD_RID revision id\t\t\t0x%lx\n", REG_BITS(dword, 15, 8)); in dump_eaglelake()
543 printf("AUD_RID stepping id\t\t\t0x%lx\n", REG_BITS(dword, 7, 0)); in dump_eaglelake()
[all …]
Dintel_vbt_decode.c146 printf("\tPanel fitting: "); in dump_general_features()
149 printf("disabled\n"); in dump_general_features()
152 printf("text only\n"); in dump_general_features()
155 printf("graphics only\n"); in dump_general_features()
158 printf("text & graphics\n"); in dump_general_features()
161 printf("\tFlexaim: %s\n", YESNO(features->flexaim)); in dump_general_features()
162 printf("\tMessage: %s\n", YESNO(features->msg_enable)); in dump_general_features()
163 printf("\tClear screen: %d\n", features->clear_screen); in dump_general_features()
164 printf("\tDVO color flip required: %s\n", YESNO(features->color_flip)); in dump_general_features()
166 printf("\tExternal VBT: %s\n", YESNO(features->download_ext_vbt)); in dump_general_features()
[all …]
Dintel_opregion_decode.c153 printf("OpRegion Header:\n"); in decode_header()
156 printf("\tsign:\t%s\n", s); in decode_header()
159 printf("\tsize:\t0x%08x\n", header->size); in decode_header()
160 printf("\tover:\t0x%08x\n", header->over); in decode_header()
163 printf("\tsver:\t%s\n", s); in decode_header()
167 printf("\tvver:\t%s\n", s); in decode_header()
171 printf("\tgver:\t%s\n", s); in decode_header()
174 printf("\tmbox:\t0x%08x\n", header->mbox); in decode_header()
176 printf("\tdmod:\t0x%08x\n", header->dmod); in decode_header()
177 printf("\tpcon:\t0x%08x\n", header->pcon); in decode_header()
[all …]
/external/clang/test/CodeGenCXX/
Dpredefined-expr.cpp103 int printf(const char * _Format, ...);
108 printf("__func__ %s\n", __func__); in topLevelNamespaceFunction()
109 printf("__FUNCTION__ %s\n", __FUNCTION__); in topLevelNamespaceFunction()
110 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in topLevelNamespaceFunction()
119 printf("__func__ %s\n", __func__); in anonymousNamespaceFunction()
120 printf("__FUNCTION__ %s\n", __FUNCTION__); in anonymousNamespaceFunction()
121 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in anonymousNamespaceFunction()
133 printf("__func__ %s\n", __func__); in classTemplateFunction()
134 printf("__FUNCTION__ %s\n", __FUNCTION__); in classTemplateFunction()
135 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__); in classTemplateFunction()
[all …]
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dmodule.sh21 printf "** Test: Running ${FUNCNAME[0]} **\n\n"
23 printf "Inserting $1 module\n"
27 printf "Insmod $1 failed\n"
31 printf "Removing $1 module\n"
35 printf "rmmod $1 failed\n"
39 printf "\n"
47 printf "** Test: Running ${FUNCNAME[0]} for driver $1 and cpus_hotplug=$2 **\n\n"
52 printf "\n"
56 printf "Inserting $1 module\n\n"
59 printf "Insmod $1 failed\n"
[all …]
/external/google-breakpad/src/processor/
Ddump_context.cc278 printf("MDRawContextX86\n"); in Print()
279 printf(" context_flags = 0x%x\n", in Print()
281 printf(" dr0 = 0x%x\n", context_x86->dr0); in Print()
282 printf(" dr1 = 0x%x\n", context_x86->dr1); in Print()
283 printf(" dr2 = 0x%x\n", context_x86->dr2); in Print()
284 printf(" dr3 = 0x%x\n", context_x86->dr3); in Print()
285 printf(" dr6 = 0x%x\n", context_x86->dr6); in Print()
286 printf(" dr7 = 0x%x\n", context_x86->dr7); in Print()
287 printf(" float_save.control_word = 0x%x\n", in Print()
289 printf(" float_save.status_word = 0x%x\n", in Print()
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dmath.cpp7 printf("//! [first sample]\n");
11 [](int v){printf("OnNext: %d\n", v);}, in __anoncb25dc9d0102()
12 [](){printf("OnCompleted\n");}); in __anoncb25dc9d0202()
13 printf("//! [first sample]\n");
18 printf("//! [first empty sample]\n");
22 [](int v){printf("OnNext: %d\n", v);}, in __anoncb25dc9d0302()
26 printf("OnError: %s\n", ex.what()); in __anoncb25dc9d0402()
29 [](){printf("OnCompleted\n");}); in __anoncb25dc9d0502()
30 printf("//! [first empty sample]\n");
35 printf("//! [last sample]\n");
[all …]
Dblocking_observable.cpp7 printf("//! [blocking first sample]\n");
10 printf("first = %d\n", first);
11 printf("//! [blocking first sample]\n");
15 printf("//! [blocking first empty sample]\n");
19 printf("first = %d\n", first);
21 printf("Exception: %s\n", ex.what());
23 printf("//! [blocking first empty sample]\n");
27 printf("//! [blocking first error sample]\n");
32 printf("first = %d\n", first);
34 printf("Exception: %s\n", ex.what());
[all …]
/external/ltp/testcases/kernel/io/disktest/
Dusage.c33 printf("\n"); in usage()
34 printf("\tdisktest [OPTIONS...] filespec\n"); in usage()
35 printf("\t-?\t\tDisplay this help text and exit.\n"); in usage()
36 printf("\t-a seed\t\tSets seed for random number generation.\n"); in usage()
37 printf("\t-A action\tSpecifies modified actions during runtime.\n"); in usage()
38 printf("\t-B lblk[:hblk]\tSet the block transfer size.\n"); in usage()
39 printf("\t-c\t\tUse a counting sequence as the data pattern.\n"); in usage()
40 printf in usage()
42 printf("\t-d\t\tDump data to standard out and exit.\n"); in usage()
43 printf("\t-D r%%:w%%\tDuty cycle used while reading and/or writing.\n"); in usage()
[all …]
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Ddisasm.c52 printf("^%u", cur_dest_index + unit); in print_dest()
62 printf("/t[addr0]"); in print_dest()
65 printf("/v"); in print_dest()
67 printf("/$"); in print_dest()
68 printf("%u", instr->store0_addr); in print_dest()
71 printf("."); in print_dest()
73 printf("x"); in print_dest()
75 printf("y"); in print_dest()
81 printf("/t[addr0]"); in print_dest()
84 printf("/v"); in print_dest()
[all …]
/external/u-boot/examples/api/
Ddemo.c15 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0)
46 printf("API signature found @%x\n", (unsigned int)sig); in main()
49 printf("\n*** Consumer API test ***\n"); in main()
50 printf("syscall ptr 0x%08x@%08x\n", (unsigned int)syscall_ptr, in main()
56 printf("*** Press any key to continue ***\n"); in main()
57 printf("got char 0x%x\n", ub_getc()); in main()
63 printf("\n*** Timing - wait a couple of secs ***\n"); in main()
65 printf("\ntime: start %lu\n\n", start); in main()
72 printf("\ntime: now %lu\n\n", now); in main()
75 printf("\n*** Enumerate devices ***\n"); in main()
[all …]
/external/mesa3d/src/freedreno/ir3/
Dir3_print.c71 printf("%04u:", instr->serialno); in print_instr_name()
73 printf("%04u:", instr->name); in print_instr_name()
74 printf("%04u:", instr->ip); in print_instr_name()
76 printf("XXX: "); in print_instr_name()
78 printf("%03u: ", instr->use_count); in print_instr_name()
82 printf("\t"); in print_instr_name()
84 printf("(sy)"); in print_instr_name()
86 printf("(ss)"); in print_instr_name()
88 printf("(jp)"); in print_instr_name()
90 printf("(rpt%d)", instr->repeat); in print_instr_name()
[all …]
/external/iw/
Dscan.c482 printf("\t"); in tab_on_first()
489 printf(" "); in print_ssid()
491 printf("\n"); in print_ssid()
501 printf(" "); in print_supprates()
507 printf("VHT"); in print_supprates()
509 printf("HT"); in print_supprates()
511 printf("%d.%d", r/2, 5*(r&1)); in print_supprates()
513 printf("%s ", data[i] & 0x80 ? "*" : ""); in print_supprates()
515 printf("\n"); in print_supprates()
520 printf(" channel %d\n", data[0]); in print_ds()
[all …]
Devent.c53 printf(" [no frame]"); in print_frame()
59 printf(" [invalid frame: "); in print_frame()
64 printf(" %s -> ", macbuf); in print_frame()
66 printf("%s", macbuf); in print_frame()
73 printf(" status: %d: %s", tmp, get_status_str(tmp)); in print_frame()
81 printf(" status: %d: %s", tmp, get_status_str(tmp)); in print_frame()
87 printf(" reason %d: %s", tmp, get_reason_str(tmp)); in print_frame()
94 printf(" [frame:"); in print_frame()
98 printf(" %.02x", frame[i]); in print_frame()
99 printf("]"); in print_frame()
[all …]
/external/ltp/testcases/kernel/device-drivers/agp/user_space/
Duser_tagp.c63 printf in tagpopen()
91 printf in tagpopen()
116 printf("ERROR: Open of device %s failed %d errno = %d\n", in tagpopen()
120 printf("Device opened successfully \n"); in tagpopen()
143 printf("Open /dev/agpgart failed \n"); in agpgart_io_test()
157 printf("Test agpgart io failed\n"); in main()
159 printf("Test agpgart io success\n"); in main()
164 printf("Test AGP Driver may not be loaded\n"); in main()
170 printf("Success: Expected failure for pci_find_dev test\n"); in main()
172 printf("Fail on pci_find_dev test\n"); in main()
[all …]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc52 printf("*** Error at line %i \n", __LINE__); \
53 printf("*** Error code = %i \n", base1->LastError()); \
80 printf(" TYPING NOISE DETECTED \n"); in CallbackOnError()
82 printf(" TYPING NOISE OFF DETECTED \n"); in CallbackOnError()
84 printf(" RECEIVE PACKET TIMEOUT \n"); in CallbackOnError()
86 printf(" PACKET RECEIPT RESTARTED \n"); in CallbackOnError()
88 printf(" RUNTIME PLAY WARNING \n"); in CallbackOnError()
90 printf(" RUNTIME RECORD WARNING \n"); in CallbackOnError()
92 printf(" SATURATION WARNING \n"); in CallbackOnError()
94 printf(" RUNTIME PLAY ERROR \n"); in CallbackOnError()
[all …]

12345678910>>...304