HomeSort by relevance Sort by last modified time
    Searched refs:tohex (Results 1 - 7 of 7) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 642 int tohex (int nib) function
659 *hex++ = tohex ((*bin >> 4) & 0xf);
660 *hex++ = tohex (*bin++ & 0xf);
835 *p++ = tohex ((csum >> 4) & 0xf);
836 *p++ = tohex (csum & 0xf);
    [all...]
  /external/valgrind/none/tests/amd64/
aes.c 49 static int tohex (int nib) function
60 *summary++ = tohex((dst->uChar[i] >> 4) & 0xf);
61 *summary++ = tohex(dst->uChar[i] & 0xf);
  /external/openssh/
misc.h 53 char *tohex(const void *, size_t);
misc.c 742 tohex(const void *vp, size_t l) function
749 return xstrdup("tohex: length > 65536");
ssh.c 1134 conn_hash_hex = tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1));
    [all...]
channels.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z8k.c 63 tohex (int c) function
85 c = (tohex (input_line_pointer[0]) << 4)
86 | tohex (input_line_pointer[1]);
    [all...]

Completed in 125 milliseconds