/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...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
InputPointers.java | 109 * Shift to the left by elementCount, discarding elementCount pointers at the start. 110 * @param elementCount how many elements to shift. 112 public void shift(final int elementCount) { method in class:InputPointers 113 mXCoordinates.shift(elementCount); 114 mYCoordinates.shift(elementCount); 115 mPointerIds.shift(elementCount); 116 mTimes.shift(elementCount);
|
/external/chromium_org/third_party/libpng/ |
pngrtran.c | 1611 png_uint_32 shift = 7 - (int)((row_width + 7) & 0x07); local 1633 png_uint_32 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1); local 1654 png_uint_32 shift = (int)((1 - ((row_width + 1) & 0x01)) << 2); local 1695 int shift[4]; local 1753 *bp >>= shift[0]; local 1767 *bp++ >>= shift[i%channels]; local 1781 value >>= shift[i%channels]; local 2821 int shift; local 3697 int shift, value; local 3844 int shift, value; local 4245 int i, j, shift, num; local [all...] |
/external/libpng/ |
pngrtran.c | 1611 png_uint_32 shift = 7 - (int)((row_width + 7) & 0x07); local 1633 png_uint_32 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1); local 1654 png_uint_32 shift = (int)((1 - ((row_width + 1) & 0x01)) << 2); local 1695 int shift[4]; local 1753 *bp >>= shift[0]; local 1767 *bp++ >>= shift[i%channels]; local 1781 value >>= shift[i%channels]; local 2821 int shift; local 3697 int shift, value; local 3844 int shift, value; local 4245 int i, j, shift, num; local [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrtran.c | 1523 png_uint_32 shift = 7 - (int)((row_width + 7) & 0x07); local 1544 png_uint_32 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1); local 1564 png_uint_32 shift = (int)((1 - ((row_width + 1) & 0x01)) << 2); local 1604 int shift[4]; local 1661 *bp >>= shift[0]; local 1674 *bp++ >>= shift[i%channels]; local 1687 value >>= shift[i%channels]; local 2706 int shift; local 3567 int shift, value; local 3710 int shift, value; local 4074 int i, j, shift, num; local [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 63 int shift, CvPoint offset=cvPoint(0,0) ); 70 const void* color, int thickness, int line_type, int shift ); 74 const void* color, int line_type, int shift ); 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) 997 int delta = shift ? 1 << (shift - 1) : 0; 2540 int shift = 0; local [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngrtran.c | 1838 int shift = 8 - png_ptr->sig_bit.red; local 1850 component >>= shift; local 1859 component >>= shift; local 1868 component >>= shift; local 2394 png_uint_32 shift = 7 - (int)((row_width + 7) & 0x07); local 2418 png_uint_32 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1); local 2441 png_uint_32 shift = (int)((1 - ((row_width + 1) & 0x01)) << 2); local 2489 int shift[4]; local 2599 value >>= shift[channel]; local 3503 int shift; local 4490 int shift, value; local 4643 int shift, value; local [all...] |
/external/aac/libSBRdec/src/ |
env_calc.cpp | 889 int shift = fixMin(DFRACT_BITS-1,(int)(h_sbr_cal_env->filtBufferNoise_e - noise_e)); local 894 int shift = fixMin(DFRACT_BITS-1,-(int)(h_sbr_cal_env->filtBufferNoise_e - noise_e)); local 938 int shift = (int) (noise_e - final_e); local 1346 SCHAR shift; local 1468 SCHAR shift, sum_e; local 1792 int shift = (int) (scale_change+1); local 1821 int shift = (int) (scale_change+1); local 1966 int shift; local [all...] |
/art/runtime/gc/accounting/ |
space_bitmap.cc | 114 const size_t shift = CLZ(w); local 115 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment); 117 w ^= static_cast<size_t>(kWordHighBitMask) >> shift; 158 const size_t shift = CLZ(garbage); local 159 garbage ^= static_cast<size_t>(kWordHighBitMask) >> shift; 160 *pb++ = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment); 259 const size_t shift = CLZ(w); local 260 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment); 262 w ^= static_cast<size_t>(kWordHighBitMask) >> shift;
|
/external/chromium/chrome/browser/ |
process_info_snapshot_mac.cc | 88 int shift = 0; local 91 shift = 0; 95 shift = 1; 98 shift = 2; 101 shift = 3; 104 shift = 4; 107 shift = 5; 110 shift = 6; 117 for (int i = 0; i < shift; i++)
|
/external/chromium_org/chrome/browser/ |
process_info_snapshot_mac.cc | 89 int shift = 0; local 92 shift = 0; 96 shift = 1; 99 shift = 2; 102 shift = 3; 105 shift = 4; 108 shift = 5; 111 shift = 6; 118 for (int i = 0; i < shift; i++)
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
boolhuff_armv5te.asm | 81 sub r6, r6, #24 ; shift 85 adds r3, r3, r6 ; count += shift 86 lsl r5, r4, r6 ; range <<= shift 89 sub r6, r6, r3 ; offset = shift - count 118 mov r6, r3 ; shift = count 129 lsl r2, r2, r6 ; lowvalue <<= shift 157 sub r6, r6, #24 ; shift 161 adds r3, r3, r6 ; count += shift 162 lsl r5, r4, r6 ; range <<= shift 165 sub r6, r6, r3 ; offset = shift - coun [all...] |
/frameworks/native/opengl/libagl/ |
matrix.h | 193 // that have been shifted right by 'shift' bits relative to normal 198 GLint shift, 213 "r"(shift), 227 accum = (accum << shift) + c; 238 GLint shift, 254 "r"(shift), 269 accum = (accum << shift) + c; 279 GLint shift, 295 "r"(shift), 310 accum = (accum << shift) + c [all...] |
/external/aac/libFDK/include/ |
FDK_trigFcts.h | 148 int shift = (31-scale-LD-1); local 153 s = ((LONG)residual) >> shift; 155 residual &= ( (1<<shift) - 1 );
|
/external/chromium/chrome/browser/extensions/ |
extension_input_api.cc | 106 bool shift = false; local 107 if (args->GetBoolean(kShift, &shift)) 108 flags |= shift ? ui::EF_SHIFT_DOWN : 0;
|
/external/freetype/src/base/ |
ftbbox.c | 406 FT_Int shift; local 418 /* Necessarily, we need to shift `a', `b', and `c' so that the most */ 430 shift = FT_MSB( FT_ABS( a ) | FT_ABS( b ) | FT_ABS( c ) ); 432 if ( shift > 22 ) 434 shift -= 22; 438 a >>= shift; local 439 b >>= shift; local 440 c >>= shift; local 444 shift = 22 - shift; 446 a <<= shift; local 447 b <<= shift; local 448 c <<= shift; local [all...] |
/external/guava/guava/src/com/google/common/math/ |
DoubleUtils.java | 155 int shift = exponent - SIGNIFICAND_BITS - 1; local 156 long twiceSignifFloor = absX.shiftRight(shift).longValue(); 166 && ((signifFloor & 1) != 0 || absX.getLowestSetBit() < shift);
|
/external/valgrind/main/none/tests/ppc32/ |
test_dfp2.c | 112 static void _test_dscri (int shift) 114 switch(shift) { 131 printf(" dscri, unsupported shift case %d\n", shift); 135 static void _test_dscli (int shift) 137 switch(shift) { 154 printf(" dscli, unsupported shift case %d\n", shift); 179 static void _test_dscriq (int shift) 181 switch(shift) { [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_dfp2.c | 112 static void _test_dscri (int shift) 114 switch(shift) { 131 printf(" dscri, unsupported shift case %d\n", shift); 135 static void _test_dscli (int shift) 137 switch(shift) { 154 printf(" dscli, unsupported shift case %d\n", shift); 179 static void _test_dscriq (int shift) 181 switch(shift) { [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/common/src/ |
extra_data_handler.cpp | 50 OMX_U32 rem_bits = num_bits, bins = 0, shift = 0; local 55 bins <<= shift; local 56 shift = (8-bit_ptr); 57 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift; 323 OMX_U32 rem_bits = num_bits, shift; local 328 shift = rem_bits - bit_ptr; 329 rbsp_buf[byte_ptr] |= (symbol >> shift); 330 symbol = (symbol << (32 - shift)) >> (32 - shift); [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/ |
extra_data_handler.cpp | 50 OMX_U32 rem_bits = num_bits, bins = 0, shift = 0; local 55 bins <<= shift; local 56 shift = (8-bit_ptr); 57 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift; 386 OMX_U32 rem_bits = num_bits, shift; local 391 shift = rem_bits - bit_ptr; 392 rbsp_buf[byte_ptr] |= (symbol >> shift); 393 symbol = (symbol << (32 - shift)) >> (32 - shift); [all...] |
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicIntegerArray.java | 23 private static final int shift; field in class:AtomicIntegerArray 30 shift = 31 - Integer.numberOfLeadingZeros(scale); 41 return ((long) i << shift) + base;
|
AtomicLongArray.java | 22 private static final int shift; field in class:AtomicLongArray 29 shift = 31 - Integer.numberOfLeadingZeros(scale); 40 return ((long) i << shift) + base;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_swizzle.c | 229 int shift = shifts[channel][i]; local 232 shift = -shift; 235 if(shift > 0) 236 tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), ""); 237 if(shift < 0) 238 tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), ""); 360 int shift; local 385 * Mask and shift the channels, trying to group as many channels in the 386 * same shift as possibl [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkColorMatrixFilter.cpp | 29 const int shift = state.fShift; local 31 result[0] = rowmul4(&array[0], r, g, b, a) >> shift; 32 result[1] = rowmul4(&array[5], r, g, b, a) >> shift; 33 result[2] = rowmul4(&array[10], r, g, b, a) >> shift; 34 result[3] = rowmul4(&array[15], r, g, b, a) >> shift; 52 const int shift = state.fShift; local 54 result[0] = rowmul3(&array[0], r, g, b) >> shift; 55 result[1] = rowmul3(&array[5], r, g, b) >> shift; 56 result[2] = rowmul3(&array[10], r, g, b) >> shift; 75 const int shift = state.fShift local 100 const int shift = state.fShift; local [all...] |