Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DEfiCommonLib.h393 #define EFI_ALIGN(ptr, bound) ((VOID *) (((UINTN) (ptr) + ((UINTN) (bound) - 1)) &~((UINTN) (bound)… argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c372 PyObject *bound, PyObject *local, PyObject *free, in analyze_name()
528 PyObject *bound, PyObject *free, int classflag) in update_symbols()
620 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block()
732 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free, in analyze_child_block()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c374 PyObject *bound, PyObject *local, PyObject *free, in analyze_name()
530 PyObject *bound, PyObject *free, int classflag) in update_symbols()
622 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block()
734 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free, in analyze_child_block()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c181 UInt32 bound; in LzmaDec_DecodeReal() local
525 UInt32 bound; in LzmaDec_TryDummy() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c162 UInt32 bound; in LzmaDec_DecodeReal() local
506 UInt32 bound; in LzmaDec_TryDummy() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c181 UInt32 bound; in LzmaDec_DecodeReal() local
525 UInt32 bound; in LzmaDec_TryDummy() local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c1708 int low, high, bound, x; in add_code_range_to_buf() local