| /external/skia/src/animator/ |
| SkAnimatorScript.cpp | 210 int shift = 16; local 213 result |= SkClampMax(valuePtr->fOperand.fS32, 255) << shift; 214 shift -= 8;
|
| SkAnimatorScript2.cpp | 290 int shift = 16; local 292 result |= SkClampMax(params->begin()[index].fS32, 255) << shift; 293 shift -= 8;
|
| /external/skia/src/effects/ |
| SkColorMatrixFilter.cpp | 30 const int shift = state.fShift; local 32 result[0] = rowmul4(&array[0], r, g, b, a) >> shift; 33 result[1] = rowmul4(&array[5], r, g, b, a) >> shift; 34 result[2] = rowmul4(&array[10], r, g, b, a) >> shift; 35 result[3] = rowmul4(&array[15], r, g, b, a) >> shift; 53 const int shift = state.fShift; local 55 result[0] = rowmul3(&array[0], r, g, b) >> shift; 56 result[1] = rowmul3(&array[5], r, g, b) >> shift; 57 result[2] = rowmul3(&array[10], r, g, b) >> shift; 76 const int shift = state.fShift local 101 const int shift = state.fShift; local [all...] |
| /external/skia/src/ports/ |
| SkFontHost_FreeType_common.cpp | 287 int shift = 7; local 288 for (int i = 0; i < leftOverBits; ++i, --shift) { 289 bits |= convert_8_to_1(*src++) << shift; 554 funcs.shift = 0;
|
| /external/strace/ |
| vsprintf.c | 328 int shift = 3; local 331 shift = 4; 334 num >>= shift; local
|
| /external/valgrind/main/VEX/priv/ |
| guest_generic_x87.c | 108 Int bexp, i, j, shift; local 145 shift = 0; 149 shift++; 154 for (i = 51 - shift; i >= 0; i--) { 161 bexp -= shift; 479 above). Shift the significand left until bit 51 of it becomes [all...] |
| /frameworks/av/media/libeffects/visualizer/ |
| EffectVisualizer.cpp | 348 int32_t shift; local 353 shift = 32; 359 if (shift > clz) shift = clz; 362 // translate to a shift of 8 (for converting 16 bit to 8 bit) 363 shift = 25 - shift; 365 if (shift < 3) { 366 shift = 3; 369 shift++ [all...] |
| /frameworks/av/media/libstagefright/codecs/aacenc/src/ |
| tns.c | 100 Word32 temp, shift; local 103 shift = norm_l(fs); 104 lineNumber = (extract_l(fixmul((bandStartOffset[numOfBands] << 2),Div_32(freq << shift,fs << shift))) + 1) >> 1; 546 Word32 i, sfb, shift; local 563 shift = norm_l(tmp); 564 tmp = Div_32( INT_BITS_SCAL << shift, tmp << shift ); 722 Word32 i, j, shift; local 744 shift = norm_l(workBuffer[0]) [all...] |
| /frameworks/compile/mclinker/lib/Target/Hexagon/ |
| HexagonRelocator.cpp | 497 uint32_t shift = 0; local 505 shift = 16; 529 shift = 6; 550 if ((shift != 0) && (result % alignment != 0)) 553 result >>= shift; 574 uint32_t shift = 0; local 581 shift = 2; 588 shift = 2; 595 shift = 2; 602 shift = 2 758 uint32_t shift = 0; local 839 uint32_t shift = 0; local 906 uint32_t shift = 0; local [all...] |
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| GsmSmsTest.java | 221 // Turkish locking shift table 227 // no locking shift table defined for Spanish 230 // Portuguese locking shift table 344 decodeSingle(1); // Turkish locking shift table 345 decodeSingle(3); // Portuguese locking shift table 363 int shift = bitOffset % 8; local 365 septets[byteOffset] |= v << shift; 367 if (shift > 1) { 368 septets[byteOffset + 1] = (byte) (v >> (8 - shift)); 393 // Turkish single shift extension tabl 428 int shift = bitOffset % 8; local 491 int shift = bitOffset % 8; local [all...] |
| /frameworks/rs/cpu_ref/linkloader/include/impl/ |
| ELFObject.hxx | 481 uint32_t shift = 0; local 483 case R_AARCH64_LDST8_ABS_LO12_NC: shift = 0; break; 484 case R_AARCH64_LDST16_ABS_LO12_NC: shift = 1; break; 485 case R_AARCH64_LDST32_ABS_LO12_NC: shift = 2; break; 486 case R_AARCH64_LDST64_ABS_LO12_NC: shift = 3; break; 487 case R_AARCH64_LDST128_ABS_LO12_NC: shift = 4; break; 493 uint32_t imm12 = ((S + A) & 0xFFF) >> shift; 603 int shift = 0; local 606 case R_AARCH64_MOVW_UABS_G0_NC: shift = 0; break; 608 case R_AARCH64_MOVW_UABS_G1_NC: shift = 16; break 624 int shift = 0; local [all...] |
| /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
| cxa_personality.cpp | 177 uintptr_t shift = 0; local 183 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; 184 shift += 7; 200 uintptr_t shift = 0; local 206 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; 207 shift += 7; 210 if ((byte & 0x40) && (shift < (sizeof(result) << 3))) 211 result |= static_cast<uintptr_t>(~0) << shift; [all...] |
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| quotearg.c | 128 int shift = uc % INT_BITS; local 129 int r = (*p >> shift) & 1; 130 *p ^= ((i & 1) ^ r) << shift; 433 its end, find an error, or come back to the initial shift
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
| DrawableLoader.java | 220 int shift = 0; local 223 shift++; 225 scale = 1 << (shift - 1);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/tc_ematch/ |
| tc_em_meta.h | 20 __u8 shift; member in struct:tcf_meta_val
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
| timex.h | 81 int shift; /* interval duration (s) (shift) (ro) */ member in struct:timex
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
| timex.h | 50 int shift; /* interval duration (s) (shift) (ro) */ member in struct:timex
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_ematch/ |
| tc_em_meta.h | 20 __u8 shift; member in struct:tcf_meta_val
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
| timex.h | 81 int shift; /* interval duration (s) (shift) (ro) */ member in struct:timex
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
| timex.h | 50 int shift; /* interval duration (s) (shift) (ro) */ member in struct:timex
|
| /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|