| /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /system/core/libcorkscrew/arch-arm/ |
| backtrace-arm.c | 372 uint32_t shift = 0; local 378 value |= (op2 & 0x7f) << shift; 379 shift += 7;
|
| /system/core/libpixelflinger/codeflinger/ |
| texturing.cpp | 509 const int shift = 31 - gglClz(tmu.format.size); local 532 MOV(LT, 0, width, imm(1 << shift)); 533 if (shift) 534 MOV(GE, 0, width, reg_imm(width, LSL, shift)); 543 // width = 1<<shift 553 MOV(GT, 0, width, imm(1 << shift)); 567 MOV(LT, 0, height, imm(1 << shift)); 568 if (shift) 569 MOV(GE, 0, height, reg_imm(height, LSL, shift)); 577 if (shift) { 756 int shift = 0; local 1184 int shift = incoming.l; local 1259 int shift = incoming.l; local 1297 int shift = incoming.l; local [all...] |
| /external/chromium/chrome/browser/ui/webui/options/ |
| extension_settings_handler.cc | 258 color_utils::HSL shift = {-1, 0, 0.6}; local 259 *decoded = SkBitmapOperations::CreateHSLShiftedBitmap(*decoded, shift); [all...] |
| /external/icu4c/test/cintltst/ |
| bocu1tst.c | 287 int32_t result, m, lead, count, shift; local 338 shift=0; 341 result|=BOCU1_TRAIL_TO_BYTE(m)<<shift; 342 shift+=8; 346 result|=(lead+diff)<<shift;
|
| /external/kernel-headers/original/linux/ |
| compat.h | 61 compat_int_t shift; member in struct:compat_timex
|
| timex.h | 72 #define SHIFT_KG 6 /* phase factor (shift) */ 73 #define SHIFT_KF 16 /* PLL frequency factor (shift) */ 74 #define SHIFT_KH 2 /* FLL frequency factor (shift) */ 75 #define MAXTC 6 /* maximum time constant (shift) */ 85 * SHIFT_USEC defines the scaling (shift) of the time_freq and 91 #define SHIFT_SCALE 22 /* phase scale (shift) */ 92 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */ 93 #define SHIFT_USEC 16 /* frequency offset scale (shift) */ 123 int shift; /* interval duration (s) (shift) (ro) * member in struct:timex 277 u8 shift; \/* increases accuracy of multiply by shifting. *\/ member in struct:time_interpolator [all...] |
| /external/libvpx/vp8/encoder/ |
| bitstream.c | 177 unsigned int shift; local 214 shift = norm[range]; 215 range <<= shift; local 216 count += shift; 220 int offset = shift - count; 237 shift = count; 242 lowvalue <<= shift; local 274 shift = norm[range]; 275 range <<= shift; local 276 count += shift; 302 lowvalue <<= shift; local 377 unsigned int shift; local 430 range <<= shift; local 457 lowvalue <<= shift; local 490 range <<= shift; local 517 lowvalue <<= shift; local 593 unsigned int shift; local 634 range <<= shift; local 661 lowvalue <<= shift; local 694 range <<= shift; local 721 lowvalue <<= shift; local [all...] |
| pickinter.c | 282 int shift; local 303 shift = 2; 314 shift ++; 326 shift ++; 330 expected_udc = (Uaverage + (1 << (shift - 1))) >> shift; 331 expected_vdc = (Vaverage + (1 << (shift - 1))) >> shift;
|
| /external/opencv/cv/src/ |
| cvderiv.cpp | 557 int shift = ksize - 1, delta = (1 << shift) >> 1; local 568 shift = delta = 0; 665 s0 = CV_DESCALE( s0, shift ); s1 = CV_DESCALE( s1, shift ); 678 s0 = (s0 + delta) >> shift; [all...] |
| cvdistransform.cpp | 485 const int shift = m*2; local 491 for( i = 0; i < shift; i++ ) 494 sat_tab[i] = i - shift; 515 dist = dist + 1 - sat_tab[dist + 1 - d[j] + shift];
|
| /external/opencv/cxcore/src/ |
| cxarithm.cpp | 1865 #undef shift macro 1866 #define shift macro [all...] |
| cxsvd.cpp | 535 /* shift from bottom 2x2 minor */ 931 /* shift from bottom 2x2 minor */ 1414 int shift = w->cols != 1; local 1589 int i, shift = w->cols > 1 ? pix_size : 0; local [all...] |
| /external/protobuf/java/src/main/java/com/google/protobuf/ |
| CodedInputStream.java | 404 int shift = 0; local 406 while (shift < 64) { 408 result |= (long)(b & 0x7F) << shift; 412 shift += 7;
|