HomeSort by: relevance | last modified time | path
    Searched defs:host_to_bigendian (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
fileio.h 161 host_to_bigendian (LONGEST num, char *buf, int bytes) function
174 host_to_bigendian ((LONGEST) num, (char *) fnum, 4);
182 host_to_bigendian ((LONGEST) num, (char *) fnum, 4);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
fileio.h 161 host_to_bigendian (LONGEST num, char *buf, int bytes) function
174 host_to_bigendian ((LONGEST) num, (char *) fnum, 4);
182 host_to_bigendian ((LONGEST) num, (char *) fnum, 4);

Completed in 22 milliseconds