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

  /external/tcpdump/
smb.h 119 #define PTR_DIFF(p1, p2) ((size_t)(((char *)(p1)) - (char *)(p2)))
print-smb.c 419 print_data(ndo, words + 1, min(wct * 2, PTR_DIFF(maxbuf, words + 1)));
429 print_data(ndo, data + 2, min(EXTRACT_LE_16BITS(data), PTR_DIFF(maxbuf, data + 2)));
463 print_data(ndo, words + 1, min(wct * 2, PTR_DIFF(maxbuf, words + 1)));
473 print_data(ndo, data + 2, min(EXTRACT_LE_16BITS(data), PTR_DIFF(maxbuf, data + 2)));
513 print_data(ndo, data + 2, min(EXTRACT_LE_16BITS(data), PTR_DIFF(maxbuf, data + 2)));
886 print_data(ndo, data + 2, min(bcc, PTR_DIFF(maxbuf, data + 2)));
    [all...]
smbutil.c 242 return(PTR_DIFF(s, s0) + 1);
332 size_t l = PTR_DIFF(p, fmt);
466 l = PTR_DIFF(p, fmt);
704 name_type = name_extract(ndo, startbuf, PTR_DIFF(buf, startbuf),
862 size_t len = PTR_DIFF(maxbuf, buf);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
minilzo-inl.c     [all...]
  /external/libvncserver/common/
minilzo.c     [all...]

Completed in 72 milliseconds