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

  /toolchain/binutils/binutils-2.25/bfd/
ihex.c 855 bfd_byte startbuf[4]; local
861 startbuf[0] = (bfd_byte)((start & 0xf0000) >> 12) & 0xff;
862 startbuf[1] = 0;
863 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
864 startbuf[3] = (bfd_byte)start & 0xff;
865 if (! ihex_write_record (abfd, 4, 0, 3, startbuf))
870 startbuf[0] = (bfd_byte)(start >> 24) & 0xff;
871 startbuf[1] = (bfd_byte)(start >> 16) & 0xff;
872 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
873 startbuf[3] = (bfd_byte)start & 0xff
    [all...]
  /external/tcpdump/
print-smb.c 27 const u_char *startbuf = NULL; variable
811 startbuf = buf;
945 startbuf = data;
    [all...]
smbutil.c 25 extern const u_char *startbuf;
355 if (((s - startbuf) % 2) != 0) {
704 name_type = name_extract(ndo, startbuf, PTR_DIFF(buf, startbuf),
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 2231 register char * startbuf; local
    [all...]

Completed in 92 milliseconds