Home
last modified time | relevance | path

Searched refs:ALIGN_SZ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c39 #define ALIGN_SZ 4 macro
40 #define IPC_IO_ALIGN(sz) (((sz) + ALIGN_SZ - 1) & (~(ALIGN_SZ - 1)))
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c25 #define ALIGN_SZ 4 macro
26 #define IPC_IO_ALIGN(sz) (((sz) + ALIGN_SZ - 1) & (~(ALIGN_SZ - 1)))