Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Ddt.c13 static int append_psci_compatible(void *fdt, int offs, const char *str) in append_psci_compatible()
20 int offs; in dt_add_psci_node() local
54 static int check_node_compat_prefix(void *fdt, int offs, const char *prefix) in check_node_compat_prefix()
79 int offs = 0; in dt_add_psci_cpu_enable_methods() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c200 unsigned offs = 0x100; in LzmaDec_DecodeReal() local
615 unsigned offs = 0x100; in LzmaDec_TryDummy() local
DLzmaEnc.c638 UInt32 offs = 0x100; in LitEnc_EncodeMatched() local
702 UInt32 offs = 0x100; in LitEnc_GetPriceMatched() local
1137 UInt32 offs = 0; in GetOptimum() local
1463 UInt32 offs, curBack, posSlot; in GetOptimum() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c202 unsigned offs = 0x100; in LzmaDec_DecodeReal() local
617 unsigned offs = 0x100; in LzmaDec_TryDummy() local
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c202 unsigned offs = 0x100; in LzmaDec_DecodeReal() local
617 unsigned offs = 0x100; in LzmaDec_TryDummy() local
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DMvpp2LibHw.h1640 #define MVPP2_PRS_TCAM_DATA_BYTE(offs) (((offs) - ((offs) % 2)) * 2 + ((offs) % 2)) argument
1641 #define MVPP2_PRS_TCAM_DATA_BYTE_EN(offs) (((offs) * 2) - ((offs) % 2) + 2) argument
1645 #define MVPP2_PRS_TCAM_EN_OFFS(offs) ((offs) + 2) argument