Searched refs:QWORD (Results 1 – 2 of 2) sorted by relevance
41 typedef unsigned __int64 QWORD; typedef50 typedef uint64_t QWORD; /* 64-bit unsigned integer */114 typedef QWORD FSIZE_t;
601 static QWORD ld_qword (const BYTE* ptr) /* Load an 8-byte little-endian word */ in ld_qword()603 QWORD rv; in ld_qword()633 static void st_qword (BYTE* ptr, QWORD val) /* Store an 8-byte word in little-endian */ in st_qword()3292 QWORD maxlba;3323 …if (maxlba < (QWORD)fs->database + nclst * fs->csize) return FR_NO_FILESYSTEM; /* (Volume size mus…