Searched refs:copywithendian (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lstrlib.c | 1601 static void copywithendian (char *dest, const char *src, function 1652 copywithendian(buff, (char *)&f, sizeof(f), h.islittle); 1661 copywithendian(buff, (char *)&f, sizeof(f), h.islittle); 1670 copywithendian(buff, (char *)&f, sizeof(f), h.islittle); 1799 copywithendian((char *)&f, data + pos, sizeof(f), h.islittle); 1806 copywithendian((char *)&f, data + pos, sizeof(f), h.islittle); 1813 copywithendian((char *)&f, data + pos, sizeof(f), h.islittle);
|