Home
last modified time | relevance | path

Searched refs:PALIGN (Results 1 – 25 of 106) sorted by relevance

12345

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPlatformPkg/Library/EblCmdLib/
H A DEblCmdFdt.c34 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
134 p = PALIGN(p + strlen(s) + 1, 4); in DumpFdt()
164 p = PALIGN(p, 8); in DumpFdt()
167 p = PALIGN(p + sz, 4); in DumpFdt()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/ARM/Drivers/FdtPlatformDxe/
H A DShellDumpFdt.c12 #define PALIGN(p, a) ((void *)(ALIGN ((unsigned long)(p), (a)))) macro
129 p = PALIGN (p + AsciiStrLen (s) + 1, 4); in DumpFdt()
159 p = PALIGN (p, 8); in DumpFdt()
162 p = PALIGN (p + sz, 4); in DumpFdt()
/dports/emulators/qemu/qemu-6.2.0/dtc/
H A Dfdtdump.c24 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
109 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
139 p = PALIGN(p, 8); in dump_blob()
142 p = PALIGN(p + sz, 4); in dump_blob()
/dports/emulators/qemu42/qemu-4.2.1/dtc/
H A Dfdtdump.c23 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
108 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
138 p = PALIGN(p, 8); in dump_blob()
141 p = PALIGN(p + sz, 4); in dump_blob()
/dports/emulators/qemu60/qemu-6.0.0/dtc/
H A Dfdtdump.c24 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
109 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
139 p = PALIGN(p, 8); in dump_blob()
142 p = PALIGN(p + sz, 4); in dump_blob()
/dports/emulators/qemu-utils/qemu-4.2.1/dtc/
H A Dfdtdump.c23 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
108 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
138 p = PALIGN(p, 8); in dump_blob()
141 p = PALIGN(p + sz, 4); in dump_blob()
/dports/emulators/qemu5/qemu-5.2.0/dtc/
H A Dfdtdump.c24 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
109 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
139 p = PALIGN(p, 8); in dump_blob()
142 p = PALIGN(p + sz, 4); in dump_blob()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/dtc/
H A Dfdtdump.c23 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
108 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
138 p = PALIGN(p, 8); in dump_blob()
141 p = PALIGN(p + sz, 4); in dump_blob()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/dtc/
H A Dfdtdump.c24 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
109 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
139 p = PALIGN(p, 8); in dump_blob()
142 p = PALIGN(p + sz, 4); in dump_blob()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/dtc/
H A Dfdtdump.c23 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
108 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
138 p = PALIGN(p, 8); in dump_blob()
141 p = PALIGN(p + sz, 4); in dump_blob()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/dtc/
H A Dfdtdump.c24 #define PALIGN(p, a) ((void *)(ALIGN((uintptr_t)(p), (a)))) macro
109 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
139 p = PALIGN(p, 8); in dump_blob()
142 p = PALIGN(p + sz, 4); in dump_blob()
/dports/sysutils/dtc/dtc-1.6.0/
H A Dfdtdump.c24 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
109 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()
139 p = PALIGN(p, 8); in dump_blob()
142 p = PALIGN(p + sz, 4); in dump_blob()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPkg/Library/BdsLib/
H A DBdsLinuxFdt.c23 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
155 p = PALIGN(p + AsciiStrLen (s) + 1, 4); in DebugDumpFdt()
185 p = PALIGN(p, 8); in DebugDumpFdt()
188 p = PALIGN(p + sz, 4); in DebugDumpFdt()
/dports/emulators/qemu42/qemu-4.2.1/dtc/tests/
H A Dtests.h36 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/dtc/tests/
H A Dtests.h36 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/dports/emulators/qemu-utils/qemu-4.2.1/dtc/tests/
H A Dtests.h36 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/dtc/tests/
H A Dtests.h36 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) in BOOST_AUTO_TEST_CASE()
/dports/emulators/qemu/qemu-6.2.0/dtc/tests/
H A Dtests.h23 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/dports/emulators/qemu60/qemu-6.0.0/dtc/tests/
H A Dtests.h23 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/dports/emulators/qemu5/qemu-5.2.0/dtc/tests/
H A Dtests.h23 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/dtc/tests/
H A Dtests.h23 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/dtc/tests/
H A Dtests.h23 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/dports/sysutils/dtc/dtc-1.6.0/tests/
H A Dtests.h23 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/dports/security/p5-Net-SAML/zxid-1.42/
H A Derrmac.h365 #define PALIGN(n) ALIGN32(n) macro
367 #define PALLOCN(p,k,n) MB ((U8*)(p))=(k)->ap; (k)->ap += PALIGN(n); ME
380 (char*)(p)=(char*)((k)->ap); (k)->ap += PALIGN(n); ME
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86ISelLowering.h255 PALIGN, enumerator

12345