Home
last modified time | relevance | path

Searched refs:SIZE_OFFSET (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h765 const size_t SIZE_OFFSET = 3; in GetPadSize() local
766 return (((size + SIZE_OFFSET) & (~SIZE_OFFSET)) - size); in GetPadSize()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs698 const SIZE_OFFSET: usize = 3; in get_pad_size() consts
699 ((size + SIZE_OFFSET) & (!SIZE_OFFSET)) - size in get_pad_size()
H A Dwrapper.rs153 const SIZE_OFFSET: usize = 3; consts
154 (((size + SIZE_OFFSET) & (!SIZE_OFFSET)) - size)

Completed in 4 milliseconds