Home
last modified time | relevance | path

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

/external/lib/cksum/
A Ddebug.c52 printf("not enough arguments\n"); in cmd_crc16()
53 printf("usage: %s <address> <size>\n", argv[0].str); in cmd_crc16()
59 printf("0x%hx\n", crc); in cmd_crc16()
67 printf("not enough arguments\n"); in cmd_crc32()
68 printf("usage: %s <address> <size>\n", argv[0].str); in cmd_crc32()
74 printf("0x%x\n", crc); in cmd_crc32()
82 printf("not enough arguments\n"); in cmd_adler32()
83 printf("usage: %s <address> <size>\n", argv[0].str); in cmd_adler32()
89 printf("0x%x\n", crc); in cmd_adler32()
115 printf("buffer at %p, size %u\n", buf, BUFSIZE); in cmd_cksum_bench()
[all …]
/external/lib/lwip/
A Dcmd.c34 printf("%s commands:\n", argv[0].str); in net_cmd()
36 printf("%s lookup <hostname>\n", argv[0].str); in net_cmd()
50 printf("Failed to resolve host: %d\n", err); in net_cmd()
52 printf("%s: %u.%u.%u.%u\n", hostname, in net_cmd()
/external/lib/libm/
A Dmath_private.h552 printf("x = %.21Lg; ", (long double)*xp); \
555 printf("y = %.21Lg; z = 0; show(x, y, z);\n", (long double)(v))
557 printf("y = %.21Lg; z = %.21Lg; show(x, y, z);\n", \
568 printf("x = %.21Lg; ", (long double)*xp); \
571 printf("y = %.21Lg; z = 0; show(x, y, z);\n", (long double)(v))
573 printf("y = %.21Lg; z = %.21Lg; show(x, y, z);\n", \
584 printf("x = %.21Lg; ", (long double)*xp); \
587 printf("y = %.21Lg; z = 0; show(x, y, z);\n", (long double)(v))
589 printf("y = %.21Lg; z = %.21Lg; show(x, y, z);\n", \
606 printf("x = %.36Lg; ", (long double)*xp); \
[all …]
/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/inc/
A Dboard_api.h161 #define DEBUGOUT(...) printf(__VA_ARGS__)
162 #define DEBUGSTR(str) printf(str)
167 #define DEBUGOUT(...) printf(__VA_ARGS__)
/external/lib/lwip/netif/ppp/
A Dppp_oe.c270 printf("%c%c%"U16_F": wrong interface, not accepting host unique\n", in pppoe_find_softc_by_hunique()
322 printf("pppoe: packet too short: %d\n", pb->len); in pppoe_dispatch_disc_pkt()
328 printf("pppoe: unknown version/type packet: 0x%x\n", ph->vertype); in pppoe_dispatch_disc_pkt()
351 printf("pppoe: tag 0x%x len 0x%x is too long\n", tag, len); in pppoe_dispatch_disc_pkt()
398 printf("%s: %s: %s\n", devname, err_msg, pppoe_error_tmp); in pppoe_dispatch_disc_pkt()
400 printf("%s: %s\n", devname, err_msg); in pppoe_dispatch_disc_pkt()
458 printf("pppoe: received PADR but not includes ac_cookie\n"); in pppoe_dispatch_disc_pkt()
465 printf("pppoe: received PADR but could not find request for it\n"); in pppoe_dispatch_disc_pkt()
583 printf("pppoe (data): dropping too short packet: %d bytes\n", pb->len); in pppoe_data_input()
588 printf("pppoe_data_input: could not get PPPoE header\n"); in pppoe_data_input()
[all …]
/external/platform/pico/rp2_common/pico_malloc/
A Dpico_malloc.c41 printf("malloc %d %p->%p\n", (uint) size, rc, ((uint8_t *) rc) + size); in WRAPPER_FUNC()
58 printf("calloc %d %p->%p\n", (uint) (count * size), rc, ((uint8_t *) rc) + size); in WRAPPER_FUNC()
75 printf("realloc %p %d->%p\n", mem, (uint) size, rc); in WRAPPER_FUNC()
/external/platform/pico/rp2_common/pico_cyw43_driver/cybt_shared_bus/
A Dcybt_shared_bus.c38 #define cybt_debug(format,args...) printf("%d.%d: " format, (int)cyw43_hal_ticks_ms() / 1000, (int)…
42 #define cybt_printf(format, args...) printf("%d.%d: " format, (int)cyw43_hal_ticks_ms() / 1000, (in…
187 printf("\n "); in dump_bytes()
189 printf("0x%02x", bptr[i]); in dump_bytes()
191 printf(", "); in dump_bytes()
195 printf("\n"); in dump_bytes()
A Dcybt_shared_bus_driver.c27 #define cybt_printf(format, args ...) printf(format,##args)
38 #define cybt_debug(format, args ...) printf(format,##args)
/external/platform/pico/rp2_common/pico_cyw43_driver/
A Dcyw43_bus_pio_spi.c213 printf("\n"); in dump_bytes()
215 printf(" "); in dump_bytes()
217 printf("%02x ", bptr[i++]); in dump_bytes()
219 printf("\n"); in dump_bytes()
238 printf("[%lu] bus TX/RX %u bytes rx %u:", counter++, tx_length, rx_length); in cyw43_spi_transfer()
283 printf("[%lu] bus TX only %u bytes:", counter++, tx_length); in cyw43_spi_transfer()
318 printf("[%lu] bus TX %u bytes:", counter++, rx_length); in cyw43_spi_transfer()
327 printf("RXed:"); in cyw43_spi_transfer()
329 printf("\n"); in cyw43_spi_transfer()
501 printf("cyw43_read_bytes error %d", ret); in cyw43_read_bytes()
[all …]
/external/platform/pico/rp2_common/pico_printf/include/pico/
A Dprintf.h68 #define weak_raw_printf(...) ({printf(__VA_ARGS__); true;})
84 #define weak_raw_printf(...) ({printf(__VA_ARGS__); true;})
/external/lib/aes/test/
A Daes_test.c80 printf("%u cycles to set encryption key\n", c / ITER); in aes_bench()
88 printf("%u cycles to encrypt block of 16 bytes\n", c / ITER); in aes_bench()
/external/platform/pico/common/pico_util/
A Dpheap.c126 printf("%d (c=%d s=%d p=%d) ", id, node->child, node->sibling, node->parent); in ph_dump_node()
128 printf("\n"); in ph_dump_node()
137 printf("node_count %d\n", count); in ph_dump()
/external/platform/pico/rp2_common/hardware_dma/
A Ddma.c90printf("(%08x) ber %d rer %d wer %d busy %d trq %d cto %d rgsl %d rgsz %d inw %d inr %d sz %d hip … in print_dma_ctrl()
/external/platform/pico/rp2_common/pico_btstack/
A Dbtstack_flash_bank.c20 #define DEBUG_PRINT(format,args...) printf(format, ## args)
/external/platform/pico/rp2_common/pico_cyw43_arch/
A Dcyw43_arch.c18 #define CYW43_ARCH_DEBUG(...) printf(__VA_ARGS__)
/external/platform/pico/common/pico_time/
A Dtime.c329printf("%lld (hi %02x)", to_us_since_boot(get_entry(pool, id)->target), *get_entry_id_high(pool, i… in alarm_pool_dump_key()
331 printf("%"PRIu64, to_us_since_boot(get_entry(pool, id)->target)); in alarm_pool_dump_key()
/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c30 #define weak_raw_printf printf
/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c274 int __printflike(1, 0) WRAPPER_FUNC(printf)(const char* format, ...) in WRAPPER_FUNC() argument

Completed in 30 milliseconds