Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmd5.c336 unsigned int overlap; in md5_append() local
339 overlap = 64 - offset; in md5_append()
341 md5_append(pms, data, overlap); in md5_append()
342 md5_append(pms, data + overlap, nbytes - overlap); in md5_append()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmd5.c336 unsigned int overlap; in md5_append() local
339 overlap = 64 - offset; in md5_append()
341 md5_append(pms, data, overlap); in md5_append()
342 md5_append(pms, data + overlap, nbytes - overlap); in md5_append()
D_sre.c1511 SRE_CODE* overlap = NULL; in SRE_SEARCH() local
1534 overlap = prefix + prefix_len - 1; in SRE_SEARCH()
1558 i = overlap[i]; in SRE_SEARCH()
1571 i = overlap[i]; in SRE_SEARCH()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiCopyMemSSE2.c55 ; First off, make sure we have no overlap. That is to say, in EfiCommonLibCopyMem()
144 ; We do this block if the source and destination buffers overlap. To in EfiCommonLibCopyMem()
DEfiCopyMem.S70 ##First off, make sure we have no overlap. That is to say,
172 # We do this block if the source and destination buffers overlap. To
DEfiCopyMem.c57 ; First off, make sure we have no overlap. That is to say, in EfiCommonLibCopyMem()
160 ; We do this block if the source and destination buffers overlap. To in EfiCommonLibCopyMem()
DEfiCopyMem.asm68 ; First off, make sure we have no overlap. That is to say,
170 ; We do this block if the source and destination buffers overlap. To
/device/linaro/bootloader/edk2/ShellBinPkg/
DReadMe.txt37 2. DrvCfg does not overlap boot manager functionality.
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtQemu.fdf43 # Regions must be defined in ascending order and may not overlap.
DArmVirtQemuKernel.fdf43 # Regions must be defined in ascending order and may not overlap.
DArmVirtXen.fdf43 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dxlat-tables-lib-v2-design.rst263 the new region will overlap another one in an invalid way, or if any other
273 Dynamic regions are not allowed to overlap each other. Static regions are
274 allowed to overlap as long as one of them is fully contained inside the other
386 regions are not allowed to overlap existing memory region. Therefore, if the
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DBeagleBoardPkg.fdf43 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Armada/
DArmada70x0.fdf41 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/
DArmJuno.fdf41 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/
DHiKey.fdf41 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/
DHiKey960.fdf41 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/CelloBoard/
DCelloBoard.fdf41 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/
DPv660D02.fdf46 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c1511 SRE_CODE* overlap = NULL; in SRE_SEARCH() local
1534 overlap = prefix + prefix_len - 1; in SRE_SEARCH()
1558 i = overlap[i]; in SRE_SEARCH()
1571 i = overlap[i]; in SRE_SEARCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c1524 SRE_CODE* overlap = NULL; in SRE_SEARCH() local
1547 overlap = prefix + prefix_len - 1; in SRE_SEARCH()
1572 i = overlap[i]; in SRE_SEARCH()
1585 i = overlap[i]; in SRE_SEARCH()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Overdrive1000Board/
DOverdrive1000Board.fdf41 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/OverdriveBoard/
DOverdriveBoard.fdf41 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/
DD03.fdf46 # Regions must be defined in ascending order and may not overlap.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D05/
DD05.fdf46 # Regions must be defined in ascending order and may not overlap.

12