Searched defs:SQUASHFS_SWAP_SHORTS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.h28 #define SQUASHFS_SWAP_SHORTS(d, s, n) swap_le16_num(s, d, n) macro
37 #define SQUASHFS_SWAP_SHORTS(d, s, n) memcpy(d, s, n * sizeof(short)) macro
H A Dmksquashfs.h28 #define SQUASHFS_SWAP_SHORTS(s, d, n) swap_le16_num(s, d, n) macro
37 #define SQUASHFS_SWAP_SHORTS(s, d, n) memcpy(d, s, n * sizeof(short)) macro

Completed in 68 milliseconds