Searched refs:eightchar (Results 1 – 1 of 1) sorted by relevance
99 cd9660_bothendian_dword(uint32_t dw, unsigned char *eightchar) in cd9660_bothendian_dword() argument110 memcpy(eightchar, &le, 4); in cd9660_bothendian_dword()111 memcpy((eightchar+4), &be, 4); in cd9660_bothendian_dword()