Home
last modified time | relevance | path

Searched refs:BYTE (Results 1 – 25 of 37) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbitset.h10 #define BYTE char macro
12 typedef BYTE *bitset;
21 #define BITSPERBYTE (8*sizeof(BYTE))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbitset.h10 #define BYTE char macro
12 typedef BYTE *bitset;
21 #define BITSPERBYTE (8*sizeof(BYTE))
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h149 typedef UINT8 BYTE; typedef
819 typedef BYTE TPMI_YES_NO;
912 BYTE sha1[SHA1_DIGEST_SIZE];
913 BYTE sha256[SHA256_DIGEST_SIZE];
914 BYTE sm3_256[SM3_256_DIGEST_SIZE];
915 BYTE sha384[SHA384_DIGEST_SIZE];
916 BYTE sha512[SHA512_DIGEST_SIZE];
928 BYTE buffer[sizeof(TPMU_HA)];
934 BYTE buffer[sizeof(TPMT_HA)];
949 BYTE buffer[1024];
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/
Dfpu_rmode.asm24 ;_map BYTE 1 ; round to nearest
25 ; BYTE 3 ; round to negative infinity
26 ; BYTE 2 ; round to positive infinity
27 ; BYTE 0 ; round to zero
/device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
Dfpu_rmode.asm19 ;_map BYTE 1 ; round to nearest
20 ; BYTE 3 ; round to negative infinity
21 ; BYTE 2 ; round to positive infinity
22 ; BYTE 0 ; round to zero
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiCopyMemSSE2.c84 mov al, BYTE PTR [esi] ; get byte from Source in EfiCommonLibCopyMem()
85 mov BYTE PTR [edi], al ; write byte to Destination in EfiCommonLibCopyMem()
136 mov al, BYTE PTR [esi] ; get byte from Source in EfiCommonLibCopyMem()
137 mov BYTE PTR [edi], al ; write byte to Destination in EfiCommonLibCopyMem()
160 mov al, BYTE PTR [esi] ; get byte from Source in EfiCommonLibCopyMem()
161 mov BYTE PTR [edi], al ; write byte to Destination in EfiCommonLibCopyMem()
DEfiCopyMem.c87 mov al, BYTE PTR [esi] ; get byte from Source in EfiCommonLibCopyMem()
88 mov BYTE PTR [edi], al ; write byte to Destination in EfiCommonLibCopyMem()
152 mov al, BYTE PTR [esi] ; get byte from Source in EfiCommonLibCopyMem()
153 mov BYTE PTR [edi], al ; write byte to Destination in EfiCommonLibCopyMem()
176 mov al, BYTE PTR [esi] ; get byte from Source in EfiCommonLibCopyMem()
177 mov BYTE PTR [edi], al ; write byte to Destination in EfiCommonLibCopyMem()
DEfiCopyMem.asm97 mov al, BYTE PTR [esi] ; get byte from Source
98 mov BYTE PTR [edi], al ; write byte to Destination
162 mov al, BYTE PTR [esi] ; get byte from Source
163 mov BYTE PTR [edi], al ; write byte to Destination
186 mov al, BYTE PTR [esi] ; get byte from Source
187 mov BYTE PTR [edi], al ; write byte to Destination
DEfiZeroMemSSE2.c62 mov BYTE PTR [edi], 0 in EfiCommonLibZeroMem()
DEfiZeroMem.c63 mov BYTE PTR [edi], 0 in EfiCommonLibZeroMem()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dbitset.c11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes); in newbitset()
32 BYTE mask = BIT2MASK(ibit); in addbit()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dbitset.c11 bitset ss = (char *)PyObject_MALLOC(sizeof(BYTE) * nbytes); in newbitset()
32 BYTE mask = BIT2MASK(ibit); in addbit()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
DWinNtSerialIo.h135 #define ConvertData2Nt(x) (BYTE) x
138 (BYTE) ( \
148 (BYTE) ( \
/device/linaro/bootloader/edk2/BeagleBoardPkg/Debugger_scripts/
Dtrace32_load_symbols_cygwin.cmm99 IF Data.BYTE(D:&header+0x00)==0x4D
101 IF Data.BYTE(D:&header+0x01)==0x5A
103 IF Data.BYTE(D:&header+0x80)==0x50
105 IF Data.BYTE(D:&header+0x81)==0x45
Dtrace32_load_symbols.cmm127 IF Data.BYTE(D:&header+0x00)==0x4D
129 IF Data.BYTE(D:&header+0x01)==0x5A
131 IF Data.BYTE(D:&header+0x80)==0x50
133 IF Data.BYTE(D:&header+0x81)==0x45
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Debugger_scripts/
Dtrace32_load_symbols_cygwin.cmm99 IF Data.BYTE(D:&header+0x00)==0x4D
101 IF Data.BYTE(D:&header+0x01)==0x5A
103 IF Data.BYTE(D:&header+0x80)==0x50
105 IF Data.BYTE(D:&header+0x81)==0x45
Dtrace32_load_symbols.cmm127 IF Data.BYTE(D:&header+0x00)==0x4D
129 IF Data.BYTE(D:&header+0x01)==0x5A
131 IF Data.BYTE(D:&header+0x80)==0x50
133 IF Data.BYTE(D:&header+0x81)==0x45
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dstm32f4xx.bl.lkr39 BYTE (0xff) ;
46 BYTE (0xff) ;
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DSerialDebug.asm90 debugShowCharacter BYTE ('0' + (%1))
92 debugShowCharacter BYTE ('a' + ((%1) - 0xa))
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiEntry.asm41 EXTERNDEF gcSmiHandlerTemplate:BYTE
46 EXTERNDEF FeaturePcdGet (PcdCpuSmmStackGuard):BYTE
51 gcSmiHandlerTemplate LABEL BYTE
DSmiException.asm29 EXTERNDEF gcPsd:BYTE
30 EXTERNDEF FeaturePcdGet (PcdCpuSmmProfileEnable):BYTE
149 TssDescriptor LABEL BYTE
190 ExceptionTssDescriptor LABEL BYTE
230 gcPsd LABEL BYTE
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DThunk16.asm23 EXTERNDEF C m16Start:BYTE
70 m16Start LABEL BYTE
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DThunk16.asm28 EXTERNDEF C m16Start:BYTE
71 m16Start LABEL BYTE
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
DArmDisassembler.c80 #define BYTE(_B) ((_B) ? "B":"") macro
228 …Index = AsciiSPrint (Buf, Size, "%a%a%a%a %a, ", L ? "LDR" : "STR", COND (OpCode), BYTE (B), (!(P)… in DisassembleArmInstruction()
350 …AsciiSPrint (Buf, Size, "SWP%a%a %a, %a, [%a]", COND (OpCode), BYTE (B), gReg[Rd], gReg[Rm], gReg[… in DisassembleArmInstruction()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGenBootSector.c295 BYTE DiskPartition[0x200]; in GetBootSectorOffset()
436 BYTE DiskPartition[0x200] = {0}; in ProcessBsOrMbr()
437 BYTE DiskPartitionBackup[0x200] = {0}; in ProcessBsOrMbr()

12