Home
last modified time | relevance | path

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

/AliOS-Things-master/components/fatfs/include/
A Dinteger.h12 typedef unsigned __int64 QWORD; typedef
34 typedef unsigned long long QWORD; typedef
A Dff.h77 typedef QWORD FSIZE_t;
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h45 typedef unsigned __int64 QWORD; typedef
54 typedef uint64_t QWORD; /* 64-bit unsigned integer */
110 typedef QWORD FSIZE_t;
A Dff.c602 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…
/AliOS-Things-master/components/fatfs/src/
A Dff.c570 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