Searched refs:le16 (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlogfile.h71 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in layout.h.
75 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */
91 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to
119 typedef le16 RESTART_AREA_FLAGS;
134 /* 8*/ le16 log_clients; /* Number of log client records in the array of
137 /* 10*/ le16 client_free_list; /* The index of the first free log client record
153 /* 12*/ le16 client_in_use_list;/* The index of the first in-use log client
192 /* 20*/ le16 restart_area_length;/* Length of the restart area including the
200 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to
238 /* 36*/ le16 log_record_header_lengt
[all...]
H A Dmst.c125 le16 *usa_pos, *data_pos;
127 le16 le_usn;
144 usa_pos = (le16*)((u8*)b + usa_ofs);
155 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1;
166 data_pos += NTFS_BLOCK_SIZE/sizeof(le16);
181 le16 *usa_pos, *data_pos;
187 usa_pos = (le16*)b + usa_ofs/sizeof(le16);
190 data_pos = (le16*)
[all...]
H A Dtypes.h28 typedef __le16 le16; typedef
36 typedef le16 ntfschar;
H A Dusnjrnl.h173 /* 4*/le16 major_ver; /* Major version of the transaction log used
175 /* 6*/le16 minor_ver; /* Minor version of the transaction log used
192 /*0x38*/le16 file_name_size; /* Size of the file name in bytes. */
193 /*0x3a*/le16 file_name_offset; /* Offset to the file name in bytes from the
H A Dlayout.h52 le16 bytes_per_sector; /* Size of a sector in bytes. */
54 le16 reserved_sectors; /* zero */
56 le16 root_entries; /* zero */
57 le16 sectors; /* zero */
59 le16 sectors_per_fat; /* zero */
60 le16 sectors_per_track; /* irrelevant */
61 le16 heads; /* irrelevant */
95 le16 end_of_sector_marker; /* End of bootsector magic. Always is
173 * The Update Sequence Array (usa) is an array of the le16 values which belong
178 * last le16'
[all...]
H A Dendian.h35 return le16_to_cpu((__force le16)x);
50 return le16_to_cpu(*(__force le16*)x);
H A Dcompress.c211 if (cb == cb_end || !le16_to_cpup((le16*)cb) ||
261 cb_sb_end = cb_sb_start + (le16_to_cpup((le16*)cb) & NTFS_SB_SIZE_MASK)
283 if (!(le16_to_cpup((le16*)cb) & NTFS_SB_IS_COMPRESSED)) {
388 pt = le16_to_cpup((le16*)cb);
H A Dmft.c2046 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = cpu_to_le16(1);
2251 le16 seq_no, usn;
2551 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs));
2564 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
2782 le16 old_seq_no;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h68 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in layout.h.
72 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */
88 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to
116 typedef le16 RESTART_AREA_FLAGS;
133 /* 8*/ le16 log_clients; /* Number of log client records in the array of
136 /* 10*/ le16 client_free_list; /* The index of the first free log client record
152 /* 12*/ le16 client_in_use_list;/* The index of the first in-use log client
191 /* 20*/ le16 restart_area_length;/* Length of the restart area including the
199 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to
237 /* 36*/ le16 log_record_header_lengt
[all...]
H A Dtypes.h47 typedef u16 le16; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dmisc.c30 le16_to_cpu(__u16 le16) argument
33 return le16;
35 __u16 be16 = ((le16 << 8) & 0xff00) | ((le16 >> 8) & 0x00ff);
H A Dmisc.h41 inline __u16 le16_to_cpu(__u16 le16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpcm.c136 ENCODE(uint16_t, le16, samples, dst, n, 0, 0x8000)
159 ENCODE(int16_t, le16, samples, dst, n, 0, 0)
162 ENCODE_PLANAR(int16_t, le16, dst, n, 0, 0)
374 DECODE(16, le16, src, samples, n, 0, 0x8000)
404 DECODE(16, le16, src, samples, n, 0, 0)
407 DECODE_PLANAR(16, le16, src, samples, n, 0, 0);
H A Dbytestream.h88 DEF(unsigned int, le16, 2, AV_RL16, AV_WL16)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.c29 le16_to_cpu(uint16_t le16) argument
32 return le16;
34 uint16_t be16 = ((le16 << 8) & 0xff00) | ((le16 >> 8) & 0x00ff);
555 fseek(fp, 2, SEEK_CUR); // Reserved le16
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpcm.c133 ENCODE(uint16_t, le16, samples, dst, n, 0, 0x8000)
154 ENCODE(int16_t, le16, samples, dst, n, 0, 0)
353 DECODE(16, le16, src, samples, n, 0, 0x8000)
372 DECODE(16, le16, src, samples, n, 0, 0)
H A Dbytestream.h91 DEF (le16, 2, AV_RL16, AV_WL16)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dio.h777 #define clrsetbits_le16(addr, clear, set) clrsetbits(le16, addr, clear, set)

Completed in 190 milliseconds