Searched defs:BLOCK_SIZE (Results 1 - 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A DGpt.asm24 BLOCK_SIZE EQU 0200h define
126 shr eax, BLOCK_SHIFT ; EAX = (SizeOfPartitionEntry * GptPartitionIndicator) / BLOCK_SIZE
128 ; = (SizeOfPartitionEntry * GptPartitionIndicator) % BLOCK_SIZE
134 ; (SizeOfPartitionEntry * GptPartitionIndicator) / BLOCK_SIZE)
146 pop edx ; EDX = (SizeOfPartitionEntry * GptPartitionIndicator) % BLOCK_SIZE
H A DMbr.asm24 BLOCK_SIZE EQU 0200h define
H A Dbootsect.asm38 BLOCK_SIZE EQU 0200h define
259 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
H A Dbs16.asm25 BLOCK_SIZE EQU 0200h define
246 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
H A Dbs32.asm25 BLOCK_SIZE EQU 0200h define
268 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
H A Dst16_64.asm25 BLOCK_SIZE EQU 0200h define
282 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
H A Dst32_64.asm25 BLOCK_SIZE EQU 0200h define
298 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
H A Dstart.asm25 BLOCK_SIZE EQU 0200h define
277 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
H A Dstart16.asm25 BLOCK_SIZE EQU 0200h define
270 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
H A Dstart32.asm25 BLOCK_SIZE EQU 0200h define
285 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
H A Dstart64.asm25 BLOCK_SIZE EQU 0200h define
289 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
H A DSDController.h48 #define BLOCK_SIZE 0x200 macro
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
H A DFileIo.c56 #define BLOCK_SIZE 0x200 macro
61 UINT8 BootSector[BLOCK_SIZE];
88 BLOCK_SIZE,
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
H A DFileStorage.c91 #define BLOCK_SIZE 0x200 macro
96 UINT8 BootSector[BLOCK_SIZE];
123 BLOCK_SIZE,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/
H A DFirmwareUpdate.h144 #define BLOCK_SIZE SIZE_4KB
135 #define BLOCK_SIZE macro
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/
H A DFlash.h39 #define BLOCK_SIZE(x) (((x) >> 4) & 0x01) macro
/device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
H A DFlash.h39 #define BLOCK_SIZE(x) (((x) >> 4) & 0x01) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dintobject.c33 #define BLOCK_SIZE 1000 /* 1K less typical malloc overhead */ macro
35 #define N_INTOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyIntObject))
H A Dfloatobject.c24 #define BLOCK_SIZE 1000 /* 1K less typical malloc overhead */ macro
26 #define N_FLOATOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyFloatObject))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dfloatobject.c24 #define BLOCK_SIZE 1000 /* 1K less typical malloc overhead */ macro
26 #define N_FLOATOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyFloatObject))
H A Dintobject.c33 #define BLOCK_SIZE 1000 /* 1K less typical malloc overhead */ macro
35 #define N_INTOBJECTS ((BLOCK_SIZE - BHEAD_SIZE) / sizeof(PyIntObject))

Completed in 402 milliseconds