Home
last modified time | relevance | path

Searched defs:PAGEALIGN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A DdefineHeader.h26 #define PAGEALIGN(x) ((x>0)?((x-1) / 4 + 1):(x)) macro
/OK3568_Linux_fs/external/rkupdate/
H A DRKDevice.h33 #define PAGEALIGN(x) (CALC_UNIT(x, 4)) macro