| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | ansi_cprng.c | 53 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() function 91 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 92 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 93 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 108 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 118 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 150 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 172 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 173 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 174 hexdump("Output V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() [all …]
|
| /OK3568_Linux_fs/buildroot/package/mupdf/ |
| H A D | 0004-Makefile-compile-hexdump.exe-with-HOSTCC.patch | 4 Subject: [PATCH] Makefile: compile hexdump.exe with HOSTCC 6 hexdump.exe must be compiled for the host or the build will fail when 32 +$(OUT)/scripts/hexdump.exe: scripts/hexdump.c
|
| /OK3568_Linux_fs/external/rkscript/ |
| H A D | list-iodomain.sh | 194 iff=`hexdump -C $nvem_path | grep -Ew "00000000 52 56 11 26|00000000 52 56 11 09"` 207 iff=`hexdump -C $nvem_path | grep -Ew "00000000 52 4b 33 08"` 220 iff=`hexdump -C $nvem_path | grep -Ew "00000000 52 4b 33 26"` 233 iff=`hexdump -C $nvem_path | grep -Ew "00000000 52 4b 35 68|00000000 52 4b 35 66"` 390 which hexdump &>/dev/null
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libdata/ |
| H A D | libdata-hexdump-perl_0.02.bb | 36 ALTERNATIVE:${PN} = "hexdump" 37 ALTERNATIVE_LINK_NAME[hexdump] = "${bindir}/hexdump"
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | hexdump.su | |
| H A D | .hexdump.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | hexdump.su | |
| H A D | .hexdump.o.cmd | |
| /OK3568_Linux_fs/kernel/tools/edid/ |
| H A D | Makefile | 23 | hexdump -v -e '/1 "%02X+"'; done); \ 37 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | Makefile | 58 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \ 63 $(call if_changed,hexdump)
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_net.c | 79 static void hexdump(const unsigned char *buf, unsigned short len) in hexdump() function 325 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell() 660 hexdump(iov[0].iov_base, iov[0].iov_len); in dvb_net_ule_check_crc() 661 hexdump(iov[1].iov_base, iov[1].iov_len); in dvb_net_ule_check_crc() 662 hexdump(iov[2].iov_base, iov[2].iov_len); in dvb_net_ule_check_crc() 665 hexdump(&ule_hist[98*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 666 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 668 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 669 hexdump(ule_hist, TS_SZ); in dvb_net_ule_check_crc() 671 hexdump(ule_where - TS_SZ - TS_SZ, TS_SZ); in dvb_net_ule_check_crc() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kexec/ |
| H A D | kexec_common_lib.sh | 55 secureboot_mode=$(hexdump -v -e '/1 "%d\ "' \ 57 setup_mode=$(hexdump -v -e '/1 "%d\ "' \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmsdspi_linux.c | 358 hexdump(char *pfx, unsigned char *msg, int msglen) in hexdump() function 407 hexdump(" OUT: ", msg_out, msglen); in spi_sendrecv() 430 hexdump(" IN : ", msg_in, msglen); in spi_sendrecv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmsdspi_linux.c | 358 hexdump(char *pfx, unsigned char *msg, int msglen) in hexdump() function 407 hexdump(" OUT: ", msg_out, msglen); in spi_sendrecv() 430 hexdump(" IN : ", msg_in, msglen); in spi_sendrecv()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_sys.h | 172 hexdump(cmd, 64); in qbman_cena_write_complete() 203 hexdump(shadow, 64); in qbman_cena_read()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/packagegroups/ |
| H A D | packagegroup-meta-perl.bb | 45 libdata-hexdump-perl \ 94 libdata-hexdump-perl-ptest \
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | img2brec.sh | 108 hexdump -v -e "\"0A0%05.5_ax10\" 16/1 \"%02x\"\"\r\n\"" | \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/switch_endian/ |
| H A D | Makefile | 18 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
|
| /OK3568_Linux_fs/debian/overlay-debug/rockchip-test/suspend_resume/ |
| H A D | suspend_resume.sh | 21 hexdump -n 2 -e '/2 "%u"' /dev/urandom
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-nvmem | 14 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
|
| /OK3568_Linux_fs/external/rockchip-test/suspend_resume/ |
| H A D | suspend_resume.sh | 21 hexdump -n 2 -e '/2 "%u"' /dev/urandom
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmsdspi_linux.c | 582 hexdump(char *pfx, unsigned char *msg, int msglen) function 631 hexdump(" OUT: ", msg_out, msglen); 654 hexdump(" IN : ", msg_in, msglen);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmsdspi_linux.c | 582 hexdump(char *pfx, unsigned char *msg, int msglen) function 631 hexdump(" OUT: ", msg_out, msglen); 654 hexdump(" IN : ", msg_in, msglen);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmsdspi_linux.c | 582 hexdump(char *pfx, unsigned char *msg, int msglen) function 631 hexdump(" OUT: ", msg_out, msglen); 654 hexdump(" IN : ", msg_in, msglen);
|
| /OK3568_Linux_fs/u-boot/arch/sh/lib/ |
| H A D | bootm.c | 17 static void hexdump(unsigned char *buf, int len) in hexdump() function
|