Home
last modified time | relevance | path

Searched refs:_WORD (Results 1 – 3 of 3) sorted by relevance

/external/mtools/
Dmsdos.h36 #define _WORD(x) ((uint16_t)((unsigned char)(x)[0] + (((unsigned char)(x)[1]) << 8))) macro
37 #define _DWORD(x) ((uint32_t)(_WORD(x) + (_WORD((x)+2) << 16)))
66 #define START(dir) (_WORD((dir)->start))
67 #define STARTHI(dir) (_WORD((dir)->startHi))
196 #define WORD(x) (_WORD(boot->boot.x))
199 #define WORD_S(x) (_WORD(boot.boot.x))
Dplain_io.c722 if( _WORD(buf+510) != 0xaa55) in SimpleFileOpen()
Dfat.c331 return _WORD(address); in fat16_decode()