/external/valgrind/coregrind/m_gdbserver/ |
remote-utils.c | 765 If there are any, update *CSUM and *P. Otherwise, output the 769 int try_rle (char *buf, int remaining, unsigned char *csum, char **p) 774 *csum += buf[0]; 800 *csum += '*'; 802 *csum += n + 29; 815 unsigned char csum = 0; local 832 i += try_rle (buf + i, cnt - i, &csum, &p); 835 *p++ = tohex ((csum >> 4) & 0xf); 836 *p++ = tohex (csum & 0xf); 1010 unsigned char csum, c1, c2 local [all...] |
/external/iproute2/man/man8/ |
ip-tunnel.8 | 26 .RB "[" i "|" o "]" csum " ] ]" 193 .BR csum ", " icsum ", " ocsum 203 .B csum
|
ip-link.8.in | 575 .I " [no]encap-csum " 605 .I [no]encap-csum 629 .I " [i|o]csum " 677 .BI [i|o]csum 686 .B csum 1168 encap-dport 5555 encap-csum encap-remcsum
|
/external/e2fsprogs/lib/ext2fs/ |
Android.mk | 21 csum.c \
|
csum.c | 2 * csum.c --- checksumming of ext3 structures
|
Makefile.in | 38 csum.o \ 110 $(srcdir)/csum.c \ 394 tst_csum: csum.c $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR) $(STATIC_LIBE2P) \ 397 $(Q) $(CC) -o tst_csum $(srcdir)/csum.c -DDEBUG \ 603 csum.o: $(srcdir)/csum.c $(top_builddir)/lib/config.h \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
ethtool.h | 397 #define ETHTOOL_GRXCSUM 0x00000014 /* Get RX hw csum enable (ethtool_value) */ 398 #define ETHTOOL_SRXCSUM 0x00000015 /* Set RX hw csum enable (ethtool_value) */ 399 #define ETHTOOL_GTXCSUM 0x00000016 /* Get TX hw csum enable (ethtool_value) */ 400 #define ETHTOOL_STXCSUM 0x00000017 /* Set TX hw csum enable (ethtool_value) */
|
/external/e2fsprogs/misc/ |
dumpe2fs.c | 201 unsigned csum = ext2fs_bg_checksum(fs, i); local 204 printf(_(" Checksum 0x%04x"), csum); 205 if (csum != exp_csum)
|
/external/kernel-headers/original/uapi/linux/ |
btrfs.h | 92 __u64 csum_errors; /* # of failed csum checks */ 97 __u64 no_csum; /* # of 4k data block for which no csum 100 __u64 csum_discards; /* # of csum for which no data was found
|
bpf.h | 156 * @flags: bit 0 - if true, recompute skb->csum
|
ethtool.h | [all...] |
/external/opencv3/modules/shape/src/ |
hist_cost.cpp | 403 float csum = 0; local 408 csum += resta*resta/(FLT_EPSILON+suma); 410 costMatrix.at<float>(i,j)=csum/2;
|
/external/iproute2/ip/ |
link_gre6.c | 37 fprintf(f, " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n"); 209 } else if (!matches(*argv, "csum")) {
|
ip6tunnel.c | 55 fprintf(stderr, " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n"); 255 } else if (strcmp(*argv, "csum") == 0) {
|
iptunnel.c | 37 fprintf(stderr, " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n"); 119 } else if (strcmp(*argv, "csum") == 0) {
|
/external/e2fsprogs/tests/scripts/ |
resize_test | 25 OUT_TMP=$(mktemp -t csum-tmp.XXXXXX)
|
/external/valgrind/coregrind/ |
vgdb.c | 597 unsigned char csum, c1, c2; local 601 csum = 0; 624 csum += c; 626 csum += repeat; 631 csum += c; 639 if (csum == (c1 << 4) + c2) 642 fprintf (stderr, "Bad checksum, sentsum=0x%x, csum=0x%x, buf=%s\n", 643 (c1 << 4) + c2, csum, buf); [all...] |
/external/iproute2/include/linux/ |
bpf.h | 156 * @flags: bit 0 - if true, recompute skb->csum
|
/external/strace/ |
net.c | 412 const uint32_t *csum = cmsg_data; local 414 if (sizeof(*csum) > data_len) 417 tprintf(", {csum=%u}", *csum); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ethtool.h | 718 #define ETHTOOL_GRXCSUM 0x00000014 /* Get RX hw csum enable (ethtool_value) */ 719 #define ETHTOOL_SRXCSUM 0x00000015 /* Set RX hw csum enable (ethtool_value) */ 720 #define ETHTOOL_GTXCSUM 0x00000016 /* Get TX hw csum enable (ethtool_value) */ 721 #define ETHTOOL_STXCSUM 0x00000017 /* Set TX hw csum enable (ethtool_value) */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
qossp.h | 139 ULONG CSum;
|
/external/e2fsprogs/lib/blkid/ |
probe.h | 688 __u8 csum[BTRFS_CSUM_SIZE]; member in struct:btrfs_super_block
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiConfigManager.java | 916 Long csum = getChecksum(config.FQDN); local 1164 Checksum csum = new CRC32(); local [all...] |
/external/iputils/ |
ping.c | 952 in_cksum(const u_short *addr, register int len, u_short csum) 957 register int sum = csum; [all...] |
/prebuilts/android-emulator/linux-x86_64/bin/ |
resize2fs | |