Searched defs:bound (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
D | EfiCommonLib.h | 393 #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/ |
D | symtable.c | 372 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/ |
D | symtable.c | 374 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/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaDec.c | 165 UInt32 bound; in LzmaDec_DecodeReal() local 589 UInt32 bound; in LzmaDec_TryDummy() local
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.c | 167 UInt32 bound; in LzmaDec_DecodeReal() local 591 UInt32 bound; in LzmaDec_TryDummy() local
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.c | 167 UInt32 bound; in LzmaDec_DecodeReal() local 591 UInt32 bound; in LzmaDec_TryDummy() local
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regparse.c | 1708 int low, high, bound, x; in add_code_range_to_buf() local
|