Searched refs:QWORD (Results 1 – 2 of 2) sorted by relevance
41 typedef unsigned __int64 QWORD; typedef53 typedef uint64_t QWORD; /* 64-bit unsigned integer */73 typedef QWORD FSIZE_t;75 typedef QWORD LBA_t;
635 static QWORD ld_qword (const BYTE* ptr) /* Load an 8-byte little-endian word */ in ld_qword()637 QWORD rv; in ld_qword()667 static void st_qword (BYTE* ptr, QWORD val) /* Store an 8-byte word in little-endian */ in st_qword()3295 QWORD pt_lba;3398 QWORD maxlba;3429 …if (maxlba < (QWORD)fs->database + nclst * fs->csize) return FR_NO_FILESYSTEM; /* (Volume size mus…5680 QWORD nxt_alloc, sz_part, sz_pool, top_bpt;5700 nxt_alloc = (nxt_alloc + align - 1) & ((QWORD)0 - align); /* Align partition start */5704 …sz_part = (sz_part + align - 1) & ((QWORD)0 - align); /* Align partition end (only if in percentag…5870 QWORD pt_lba;[all …]