HomeSort by relevance Sort by last modified time
    Searched full:csum (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /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...]