Searched refs:QWORD (Results 1 – 5 of 5) sorted by relevance
12 typedef unsigned __int64 QWORD; typedef34 typedef unsigned long long QWORD; typedef
77 typedef QWORD FSIZE_t;
45 typedef unsigned __int64 QWORD; typedef54 typedef uint64_t QWORD; /* 64-bit unsigned integer */110 typedef QWORD FSIZE_t;
602 static QWORD ld_qword (const BYTE* ptr) /* Load an 8-byte little-endian word */ in ld_qword()604 QWORD rv; in ld_qword()634 static void st_qword (BYTE* ptr, QWORD val) /* Store an 8-byte word in little-endian */ in st_qword()3175 QWORD maxlba;3206 …if (maxlba < (QWORD)fs->database + nclst * fs->csize) return FR_NO_FILESYSTEM; /* (Volume size mu…
570 QWORD ld_qword (const BYTE* ptr) /* Load an 8-byte little-endian word */ in ld_qword()572 QWORD rv; in ld_qword()605 void st_qword (BYTE* ptr, QWORD val) /* Store an 8-byte word in little-endian */ in st_qword()3116 QWORD maxlba;3146 …if (maxlba < (QWORD)fs->database + nclst * fs->csize) return FR_NO_FILESYSTEM; /* (Volume size mus…
Completed in 26 milliseconds