Searched refs:endian (Results 1 – 5 of 5) sorted by relevance
/fs/nls/ |
D | nls_base.c | 117 static inline void put_utf16(wchar_t *s, unsigned c, enum utf16_endian endian) in put_utf16() argument 119 switch (endian) { in put_utf16() 132 int utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, in utf8s_to_utf16s() argument 154 endian); in utf8s_to_utf16s() 158 endian); in utf8s_to_utf16s() 161 put_utf16(op++, u, endian); in utf8s_to_utf16s() 165 put_utf16(op++, *s++, endian); in utf8s_to_utf16s() 174 static inline unsigned long get_utf16(unsigned c, enum utf16_endian endian) in get_utf16() argument 176 switch (endian) { in get_utf16() 186 int utf16s_to_utf8s(const wchar_t *pwcs, int inlen, enum utf16_endian endian, in utf16s_to_utf8s() argument [all …]
|
/fs/cramfs/ |
D | README | 9 All data is currently in host-endian format; neither mkcramfs nor the 143 `always use little-endian' (like ext2fs) or `writer chooses 144 endianness; kernel adapts at runtime'. Little-endian wins because of 145 code simplicity and little CPU overhead even on big-endian machines.
|
/fs/hpfs/ |
D | hpfs.h | 24 #error unknown endian
|
/fs/befs/ |
D | ChangeLog | 76 * Made functions in endian.h to do the correct byteswapping, no matter 84 Uses the functions from endian.h [WD]
|
/fs/reiserfs/ |
D | README | 149 the endian safe patches which allow ReiserFS to run on any platform
|