Home
last modified time | relevance | path

Searched refs:QWORD (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dff.h41 typedef unsigned __int64 QWORD; typedef
50 typedef uint64_t QWORD; /* 64-bit unsigned integer */
114 typedef QWORD FSIZE_t;
Dff.c601 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…