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

<<11121314151617

  /external/v8/src/mips/
lithium-codegen-mips.cc 996 int32_t shift = WhichPowerOf2(constant_abs); local
997 __ sll(result, left, shift)
999 int32_t shift = WhichPowerOf2(constant_abs - 1); local
1003 int32_t shift = WhichPowerOf2(constant_abs + 1); local
    [all...]
  /external/v8/src/
parser.cc 3183 uint32_t shift = DoubleToInt32(y_val) & 0x1f; local
3189 uint32_t shift = DoubleToInt32(y_val) & 0x1f; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 961 /* For shift operations, we put in the result and the undershifted
962 result. Except if the shift amount is zero, the thunk is left
6064 IROp shift; local
    [all...]
guest_amd64_toIR.c 941 /* Read the %CL register :: Ity_I8, for shift/rotate operations. */
4418 IRTemp mask[4], shift[4]; local
4445 IRTemp mask[5], shift[5]; local
4473 IRTemp mask[6], shift[6]; local
    [all...]
guest_ppc_toIR.c 1298 Int i, shift[6]; local
4891 Int i, shift = 24; local
4942 Int i, shift = 24; local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/libxml2/
xpath.c 877 char shift[100]; local
880 shift[2 * i] = shift[2 * i + 1] = ' ';
881 shift[2 * i] = shift[2 * i + 1] = 0;
883 fprintf(output, "%s", shift);
891 fprintf(output, "%s", shift);
902 char shift[100]; local
905 shift[2 * i] = shift[2 * i + 1] = ' '
924 char shift[100]; local
950 char shift[100]; local
971 char shift[100]; local
1003 char shift[100]; local
1109 char shift[100]; local
1294 char shift[100]; local
    [all...]
xmlschemas.c 4269 char shift[100]; local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 1029 Bit16u shift; member in struct:__anon11484
1076 { none, none, none, none, none }, /* L shift */
1088 { none, none, none, none, none }, /* R Shift */
2517 Bit8u channel, slave, shift; local
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 1795 final int shift = mTextView.getText().length() - originalLength; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx.h 1639 unsigned int shift; \/* Shift count to trasform frames in bytes *\/ member in struct:snd_cs46xx_pcm
1677 unsigned int shift; \/* Shift count to trasform frames in bytes *\/ member in struct:snd_cs46xx::__anon25211
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/valgrind/main/include/vki/
vki-linux.h 296 int shift; /* interval duration (s) (shift) (ro) */ member in struct:vki_timex
    [all...]
  /external/valgrind/main/perf/
tinycc.c 8877 int b, t, shift, frac_bits, s, exp_val, ch; local
15102 uint8_t shift; member in struct:Operand
16072 int shift, v; local
    [all...]
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 1568 milliseconds

<<11121314151617