Searched defs:adjust (Results 1 - 2 of 2) sorted by relevance

/system/core/libutils/
H A DFileMap.cpp95 int adjust; local
116 adjust = offset % mPageSize;
117 adjOffset = offset - adjust;
118 adjLength = length + adjust;
134 int prot, flags, adjust; local
159 adjust = offset % mPageSize;
161 adjOffset = offset - adjust;
162 adjLength = length + adjust;
174 adjust = offset;
188 mDataPtr = (char*) mBasePtr + adjust;
[all...]
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp96 // adjust the color iterator to make sure it won't overflow
803 const int adjust = FRAC_BITS*2 - prec; local
836 if (adjust) {
838 ADD(AL, 0, u, u, imm(1<<(adjust-1)));
839 MOV(AL, 0, u, reg_imm(u, LSR, adjust));
851 if (adjust) {
853 ADD(AL, 0, u, u, imm(1<<(adjust-1)));
854 MOV(AL, 0, u, reg_imm(u, LSR, adjust));
865 if (adjust) {
867 ADD(AL, 0, u, u, imm(1<<(adjust
899 const int adjust = FRAC_BITS*2 - 8; local
997 const int adjust = FRAC_BITS*2 - 8; local
[all...]

Completed in 51 milliseconds