Searched refs:ROUND_UP (Results 1 – 4 of 4) sorted by relevance
44 const static int ROUND_UP[4] = { 0, 3, 2, 1 }; variable49 return ROUND_UP[n % 4]; in padding_extra()
81 const static int ROUND_UP[4] = { 0, 3, 2, 1 }; variable86 return n + ROUND_UP[n % 4]; in round_up()191 int paddingLen = ROUND_UP[nameLen % 4]; in write_snapshot_file()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
42635 field public static final int ROUND_UP = 0; // 0x0