HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 201 - 225 of 412) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/test/cctest/
test-macro-assembler-x64.cc 1847 int shift = shifts[i]; local
1946 int shift = shifts[i]; local
2054 int shift = shifts[i]; local
    [all...]
  /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
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic.cpp 158 // shift arguments, so any changes must be updated there as well.
163 int shift = getConstantOperand(op2).asInt32(); local
164 if (shift)
165 urshift32(Imm32(shift & 0x1f), regT0);
166 // unsigned shift < 0 or shift = k*2^32 may result in (essentially)
169 if (shift < 0 || !(shift & 31))
193 int shift = getConstantOperand(op2).asInt32(); local
202 if (shift)
    [all...]
JITArithmetic32_64.cpp 410 // shift arguments, so any changes must be updated there as well.
414 int shift = getConstantOperand(op2).asInt32(); local
416 if (shift)
417 urshift32(Imm32(shift & 0x1f), regT0);
418 // unsigned shift < 0 or shift = k*2^32 may result in (essentially)
421 if (shift < 0 || !(shift & 31))
423 } else if (shift) { // signed right shift by zero is simply toInt conversio
448 int shift = getConstantOperand(op2).asInt32(); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 98 Word32 temp, shift; local
101 shift = norm_l(fs);
102 lineNumber = (extract_l(fixmul((bandStartOffset[numOfBands] << 2),Div_32(freq << shift,fs << shift))) + 1) >> 1;
544 Word32 i, sfb, shift; local
561 shift = norm_l(tmp);
562 tmp = Div_32( INT_BITS_SCAL << shift, tmp << shift );
718 Word32 i, j, shift; local
740 shift = norm_l(workBuffer[0])
    [all...]
  /frameworks/base/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...]
  /hardware/ti/wlan/mac80211/ti-utils/
nvs.c 336 unsigned char shift; local
354 shift = 8 * (NVS_VERSION_PARAMETER_LENGTH -
357 nvs_ver_oct_idx]) << shift);
  /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
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_ematch/
tc_em_meta.h 19 __u8 shift; member in struct:tcf_meta_val
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
timex.h 71 #define SHIFT_PLL 4 /* PLL frequency factor (shift) */
72 #define SHIFT_FLL 2 /* FLL frequency factor (shift) */
73 #define MAXTC 10 /* maximum time constant (shift) */
80 * SHIFT_USEC defines the scaling (shift) of the time_freq and
84 #define SHIFT_UPDATE (SHIFT_HZ + 1) /* time offset scale (shift) */
85 #define SHIFT_USEC 16 /* frequency offset scale (shift) */
116 int shift; /* interval duration (s) (shift) (ro) */ member in struct:timex
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_ematch/
tc_em_meta.h 19 __u8 shift; member in struct:tcf_meta_val
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
timex.h 71 #define SHIFT_PLL 4 /* PLL frequency factor (shift) */
72 #define SHIFT_FLL 2 /* FLL frequency factor (shift) */
73 #define MAXTC 10 /* maximum time constant (shift) */
80 * SHIFT_USEC defines the scaling (shift) of the time_freq and
84 #define SHIFT_UPDATE (SHIFT_HZ + 1) /* time offset scale (shift) */
85 #define SHIFT_USEC 16 /* frequency offset scale (shift) */
116 int shift; /* interval duration (s) (shift) (ro) */ member in struct:timex
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_ematch/
tc_em_meta.h 19 __u8 shift; member in struct:tcf_meta_val
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
timex.h 71 #define SHIFT_PLL 4 /* PLL frequency factor (shift) */
72 #define SHIFT_FLL 2 /* FLL frequency factor (shift) */
73 #define MAXTC 10 /* maximum time constant (shift) */
80 * SHIFT_USEC defines the scaling (shift) of the time_freq and
84 #define SHIFT_UPDATE (SHIFT_HZ + 1) /* time offset scale (shift) */
85 #define SHIFT_USEC 16 /* frequency offset scale (shift) */
116 int shift; /* interval duration (s) (shift) (ro) */ member in struct:timex
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
timex.h 51 int shift; member in struct:timex
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
timex.h 51 int shift; member in struct:timex

Completed in 2312 milliseconds

1 2 3 4 5 6 7 891011>>