Searched refs:_DWORD (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dpartition.h29 #define BEGIN(p) _DWORD((p).start_sect)
30 #define END(p) (_DWORD((p).start_sect)+(_DWORD((p).nr_sects)))
H A Dminfo.c51 printf("signature=0x%08x\n", _DWORD(infosec->signature1));
52 if(_DWORD(infosec->count) != MAX32)
53 printf("free clusters=%u\n", _DWORD(infosec->count));
54 if(_DWORD(infosec->pos) != MAX32)
55 printf("last allocated cluster=%u\n", _DWORD(infosec->pos));
161 _DWORD(labelBlock->serial));
H A Dmsdos.h37 #define _DWORD(x) ((unsigned int)(_WORD(x) + (_WORD((x)+2) << 16))) macro
64 #define FILE_SIZE(dir) (_DWORD((dir)->size))
191 #define DWORD(x) (_DWORD(boot->x))
H A Dfat.c379 return _DWORD(address) & FAT32_ADDR;
385 set_dword(address,(code&FAT32_ADDR) | (_DWORD(address)&FAT32_HIGH));
695 _DWORD(infoSector->signature1) == INFOSECT_SIGNATURE1 &&
696 _DWORD(infoSector->signature2) == INFOSECT_SIGNATURE2) {
697 This->freeSpace = _DWORD(infoSector->count);
698 This->last = _DWORD(infoSector->pos);
H A Dmpartition.c166 printf(" nr=%d\n", _DWORD(partTable[i].nr_sects));
685 (_DWORD(partTable[dev->partition].nr_sects) +
H A Dinit.c323 This->serial_number = _DWORD(labelBlock->serial);

Completed in 91 milliseconds