Home
last modified time | relevance | path

Searched refs:bswap_array (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2013373 (bswap_array): New function.
374 (unformatted_read): Use bswap_array to byte swap the data
376 (unformatted_write): Use a larger temp buffer and bswap_array.
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dtransfer.c1004 bswap_array (void *dest, const void *src, size_t size, size_t nelems) in bswap_array() function
1158 bswap_array (dest, dest, size, nelems); in unformatted_read()
1166 bswap_array (dest, dest, size / 2, nelems * 2); in unformatted_read()
1168 bswap_array (dest, dest, size, nelems); in unformatted_read()
1335 bswap_array (buffer, buffer, size, nc); in unformatted_write()
1353 bswap_array (buffer, buffer, size / 2, nc * 2); in unformatted_write()
1357 bswap_array (buffer, p, size / 2, nc * 2); in unformatted_write()
1363 bswap_array (buffer, p, size, nc); in unformatted_write()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dtransfer.c1004 bswap_array (void *dest, const void *src, size_t size, size_t nelems) in bswap_array() function
1145 bswap_array (dest, dest, size, nelems); in unformatted_read()
1236 bswap_array (buffer, p, size, nc); in unformatted_write()