Home
last modified time | relevance | path

Searched refs:le64 (Results 1 – 25 of 38) sorted by relevance

12

/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h424 le64 unknown_list[0];
448 le64 unknown1;
449 le64 unknown2;
450 le64 inode;
458 le64 unknown1;
459 le64 unknown2;
462 le64 inode;
Dlayout.h72 le64 oem_id; /* Magic "NTFS ". */
89 le64 volume_serial_number; /* Irrelevant (serial number). */
320 typedef le64 leMFT_REF; /* a little-endian MFT_MREF */
969 /* 56*/ le64 quota_charged; /* Byte size of the charge to
972 /* 64*/ le64 usn; /* Last update sequence number
1935 le64 offset; /* Byte offset of this entry in the $SDS stream. */
1945 le64 offset; /* Byte offset of this entry in the $SDS stream. */
1974 le64 offset; /* Byte offset of this entry in the $SDS stream. */
2034 le64 reserved; /* Not used (yet?). */
2244 le64 bytes_used; /* How many bytes of the quota are in use. */
[all …]
Dinode.h165 le64 quota_charged;
166 le64 usn;
Dtypes.h49 typedef u64 le64; typedef
Dendians.h279 #define const_cpu_to_le64(x) ((le64) __constant_cpu_to_le64(x))
283 #define const_sle64_to_cpu(x) ((s64) __constant_le64_to_cpu((le64) x))
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.h27 #define getle64(p,x) le64_to_cpu(*(const le64*)((const char*)(p) + (x)))
31 #define feedle64(p,x) (*(const le64*)((const char*)(p) + (x)))
Dntfslabel.c238 static int change_serial(ntfs_volume *vol, u64 sector, le64 serial_number, in change_serial()
242 le64 mask; in change_serial()
283 le64 serial_number; in set_new_serial()
Dntfsdecrypt.c1307 ((le64*)data)[0] ^= cpu_to_le64(0x5816657be9161312ULL + offset); in ntfs_fek_decrypt_sector()
1308 ((le64*)data)[1] ^= cpu_to_le64(0x1989adbe44918961ULL + offset); in ntfs_fek_decrypt_sector()
1311 ((le64*)data)[0] ^= cpu_to_le64(0x169119629891ad13ULL + offset); in ntfs_fek_decrypt_sector()
1337 ((le64*)data)[0] ^= cpu_to_le64(0x5816657be9161312ULL + offset); in ntfs_fek_encrypt_sector()
1338 ((le64*)data)[1] ^= cpu_to_le64(0x1989adbe44918961ULL + offset); in ntfs_fek_encrypt_sector()
1341 ((le64*)data)[0] ^= cpu_to_le64(0x169119629891ad13ULL + offset); in ntfs_fek_encrypt_sector()
Dntfsclone.c217 static le64 volume_serial_number; /* new random serial number */
255 le64 device_size;
257 le64 inuse;
767 le64 mask;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp41 case le64: return "le64"; in getArchTypeName()
130 case le64: return "le64"; in getArchTypePrefix()
305 .Case("le64", le64) in getArchTypeForLLVMName()
434 .Case("le64", Triple::le64) in parseArch()
683 case Triple::le64: in getDefaultFormat()
1279 case llvm::Triple::le64: in getArchPointerBitWidth()
1360 case Triple::le64: T.setArch(Triple::le32); break; in get32BitArchVariant()
1401 case Triple::le64: in get64BitArchVariant()
1423 case Triple::le32: T.setArch(Triple::le64); break; in get64BitArchVariant()
1456 case Triple::le64: in getBigEndianArchVariant()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h184 #define le_to_host64(n) ((__force u64) (le64) (n))
185 #define host_to_le64(n) ((__force le64) (u64) (n))
456 typedef u64 __bitwise le64; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h184 #define le_to_host64(n) ((__force u64) (le64) (n))
185 #define host_to_le64(n) ((__force le64) (u64) (n))
453 typedef u64 __bitwise le64; typedef
/third_party/ntfs-3g/libntfs-3g/
Dobject_id.c119 le64 file_id;
146 le64 file_id; in set_object_id_index()
Dreparse.c137 le64 lemref; in ntfs_fix_file_name()
945 le64 file_id; in set_reparse_index()
984 le64 file_id; in remove_reparse_index()
/third_party/ffmpeg/libavcodec/
Dpcm.c159 ENCODE(int64_t, le64, samples, dst, n, 0, 0) in pcm_encode_frame()
442 DECODE(64, le64, src, samples, n, 0, 0) in pcm_decode_frame()
Dbytestream.h91 DEF(uint64_t, le64, 8, AV_RL64, AV_WL64)
/third_party/skia/third_party/externals/microhttpd/
Dconfig.sub269 | le32 | le64 \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h84 le64, // le64: generic little-endian 64-bit CPU (PNaCl) enumerator
/third_party/libpng/
Dconfig.sub266 | le32 | le64 \
/third_party/skia/third_party/externals/libpng/
Dconfig.sub266 | le32 | le64 \
/third_party/libffi/
Dconfig.sub269 | le32 | le64 \
/third_party/node/deps/cares/
Dconfig.sub266 | le32 | le64 \
/third_party/icu/icu4c/source/
Dconfig.sub266 | le32 | le64 \
/third_party/eudev/
Dconfig.sub266 | le32 | le64 \
/third_party/skia/third_party/externals/icu/source/
Dconfig.sub266 | le32 | le64 \

12