Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 1 of 1) sorted by relevance

/fatfs-2.7.6/
Dff.c614 static WORD ld_word (const BYTE* ptr) /* Load a 2-byte little-endian word */ in ld_word()
623 static DWORD ld_dword (const BYTE* ptr) /* Load a 4-byte little-endian word */ in ld_dword()
635 static QWORD ld_qword (const BYTE* ptr) /* Load an 8-byte little-endian word */ in ld_qword()
652 static void st_word (BYTE* ptr, WORD val) /* Store a 2-byte word in little-endian */ in st_word()
658 static void st_dword (BYTE* ptr, DWORD val) /* Store a 4-byte word in little-endian */ in st_dword()
667 static void st_qword (BYTE* ptr, QWORD val) /* Store an 8-byte word in little-endian */ in st_qword()
2722 const TCHAR** ptr /* Pointer to pointer to the ANSI/OEM or Unicode string */