Searched refs:crc16 (Results 1 – 20 of 20) sorted by relevance
/external/nos/host/generic/libnos_transport/ |
D | BUILD | 5 "crc16.c", 6 "crc16.h", 25 "crc16.c", 26 "crc16.h",
|
D | crc16.h | 30 uint16_t crc16(const void *buf, uint32_t len);
|
D | crc16.c | 63 uint16_t crc16(const void *buf, uint32_t len) { in crc16() function
|
D | Android.bp | 21 "crc16.c",
|
D | transport.c | 189 const uint16_t our_crc = crc16(&st.status, length); in get_status() 320 crc = crc16(&arg_len, sizeof(arg_len)); in send_command()
|
/external/u-boot/common/ |
D | ddr_spd.c | 69 crc16(char *ptr, int count) in crc16() function 101 csum16 = crc16(p, len); in ddr3_spd_check() 126 csum16 = crc16(p, len); in ddr4_spd_check() 141 csum16 = crc16(p, len); in ddr4_spd_check()
|
/external/u-boot/lib/ |
D | Makefile | 26 obj-y += crc16.o 69 obj-$(CONFIG_SPL_YMODEM_SUPPORT) += crc16.o
|
/external/u-boot/fs/ext4/ |
D | Makefile | 11 obj-$(CONFIG_EXT4_WRITE) += ext4_write.o ext4_journal.o crc16.o
|
/external/u-boot/fs/ubifs/ |
D | crc16.c | 55 u16 crc16(u16 crc, u8 const *buffer, size_t len) in crc16() function
|
D | crc16.h | 22 extern u16 crc16(u16 crc, const u8 *buffer, size_t len);
|
D | Makefile | 12 obj-y += tnc.o tnc_misc.o debug.o crc16.o budget.o
|
D | lpt.c | 365 crc = crc16(-1, buf + UBIFS_LPT_CRC_BYTES, in ubifs_pack_pnode() 397 crc = crc16(-1, buf + UBIFS_LPT_CRC_BYTES, in ubifs_pack_nnode() 422 crc = crc16(-1, buf + UBIFS_LPT_CRC_BYTES, in ubifs_pack_ltab() 444 crc = crc16(-1, buf + UBIFS_LPT_CRC_BYTES, in ubifs_pack_lsave() 916 calc_crc = crc16(-1, buf + UBIFS_LPT_CRC_BYTES, in check_lpt_crc()
|
D | lpt_commit.c | 1129 calc_crc = crc16(-1, buf + UBIFS_LPT_CRC_BYTES, in is_a_node()
|
/external/kmod/testsuite/rootfs-pristine/test-dependencies/lib/modules/4.0.20-kmod/ |
D | modules.order | 7 kernel/lib/crc16.ko
|
/external/nos/test/system-test-harness/src/ |
D | transport_tests.cc | 64 uint16_t crc16(const void *buf, uint32_t len) { in crc16() function 192 ok &= arg.crc == crc16(&st, st.length); in StatusMatches() 193 ok &= arg.reply_crc == crc16(reply, reply_len); in StatusMatches() 242 uint16_t crc = crc16(&arg_len, sizeof(arg_len)); in SetCommandInfoCrc()
|
/external/e2fsprogs/lib/ext2fs/ |
D | Android.bp | 26 "crc16.c",
|
D | Makefile.in | 74 crc16.o \ 151 $(srcdir)/crc16.c \ 727 crc16.o: $(srcdir)/crc16.c $(top_builddir)/lib/config.h \ 729 $(srcdir)/crc16.h 743 $(srcdir)/crc16.h
|
/external/nos/host/generic/ |
D | Android.bp | 79 "libnos_transport/crc16.c",
|
/external/nos/host/generic/libnos_transport/test/ |
D | test.cpp | 108 uint16_t crc = crc16(&args_len, sizeof(args_len)); in command_crc() 179 status->reply_crc = crc16(reply, reply_len); in ACTION_P2() 181 status->crc = crc16(status, status->length); in ACTION_P2()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.41.txt | 1039 Updated "make depend" information for crc16.o
|