HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 751 - 775 of 828) sorted by null

<<31323334

  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 134 uint32_t shift; /* Destination format: */ member in struct:drm_psb_reloc
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c 876 char shift[100]; local
879 shift[2 * i] = shift[2 * i + 1] = ' ';
880 shift[2 * i] = shift[2 * i + 1] = 0;
882 fprintf(output, "%s", shift);
890 fprintf(output, "%s", shift);
901 char shift[100]; local
904 shift[2 * i] = shift[2 * i + 1] = ' '
923 char shift[100]; local
949 char shift[100]; local
970 char shift[100]; local
1002 char shift[100]; local
1108 char shift[100]; local
1293 char shift[100]; local
    [all...]
xmlschemas.c 4269 char shift[100]; local
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 354 static unsigned RFT(unsigned t, bool shift = false, bool ForceQuad = false) {
360 return shift ? 7 : (8 << IsQuad) - 1;
363 return shift ? 15 : (4 << IsQuad) - 1;
365 return shift ? 31 : (2 << IsQuad) - 1;
368 return shift ? 63 : (1 << IsQuad) - 1;
370 return shift ? 127 : (1 << IsQuad) - 1;
372 assert(!shift && "cannot shift float types!");
375 assert(!shift && "cannot shift float types!")
5143 llvm::APSInt shift; local
    [all...]
  /external/libxml2/
xpath.c 957 char shift[100]; local
960 shift[2 * i] = shift[2 * i + 1] = ' ';
961 shift[2 * i] = shift[2 * i + 1] = 0;
963 fprintf(output, "%s", shift);
971 fprintf(output, "%s", shift);
982 char shift[100]; local
985 shift[2 * i] = shift[2 * i + 1] = ' '
1004 char shift[100]; local
1030 char shift[100]; local
1051 char shift[100]; local
1083 char shift[100]; local
1189 char shift[100]; local
1374 char shift[100]; local
    [all...]
xmlschemas.c 4288 char shift[100]; local
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 39 STATISTIC(NumShiftInserts, "Number of vector shift inserts");
59 cl::desc("Allow AArch64 (or (shift)(shift))->extract"),
63 EnableAArch64SlrGeneration("aarch64-shift-insert-generation", cl::Hidden,
6221 unsigned shift = Log2_64(NumBytes); local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 1029 Bit16u shift; member in struct:__anon34005
1076 { none, none, none, none, none }, /* L shift */
1088 { none, none, none, none, none }, /* R Shift */
2517 Bit8u channel, slave, shift; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm64_toIR.c 6828 UInt shift = 0; local
6876 UInt shift = 0; local
6954 UInt shift = 0; local
    [all...]
guest_amd64_toIR.c 786 r /= (UInt)PFX_VEXnV0; /* pray this turns into a shift */
974 /* Read the %CL register :: Ity_I8, for shift/rotate operations. */
4765 IRTemp mask[4], shift[4]; local
4792 IRTemp mask[5], shift[5]; local
4820 IRTemp mask[6], shift[6]; local
    [all...]
guest_ppc_toIR.c 1404 Int shift[6]; local
1471 Int i, shift[6]; local
5292 Int i, shift = 24; local
5343 Int i, shift = 24; local
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 984 public final int shift; field in class:BatteryStats.BitDescription
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 594 //Vector shift left: Vr[i] := Va[i] << Vb[i] (negative values shift right)
604 //Vector saturating shift left: (negative values shift right)
614 //Vector rounding shift left: (negative values shift right)
624 //Vector saturating rounding shift left: (negative values shift right)
635 //Vector shift right by constant
645 //Vector shift left by constan
4008 int8x16_t shift; local
4016 int16x8_t shift; local
4024 int32x4_t shift; local
4032 int64x2_t shift; local
4040 uint8x16_t shift; local
4048 uint16x8_t shift; local
4056 uint32x4_t shift; local
4064 uint64x2_t shift; local
4075 int8x16_t shift; local
4083 int16x8_t shift; local
4091 int32x4_t shift; local
4099 int64x2_t shift; local
4107 uint8x16_t shift; local
4115 uint16x8_t shift; local
4123 uint32x4_t shift; local
4131 uint64x2_t shift; local
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/chromium_org/v8/test/cctest/
test-api.cc 19165 int shift = 8 + (i % 7); local
    [all...]
  /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 327 int shift; /* interval duration (s) (shift) (ro) */ member in struct:vki_timex
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /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 
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 7896 int8x8_t shift; local
7904 int16x4_t shift; local
7913 int32x2_t shift; local
7922 int64x1_t shift; local
7930 uint8x8_t shift; local
7938 uint16x4_t shift; local
7947 uint32x2_t shift; local
7956 uint64x1_t shift; local
7964 int8x16_t shift; local
7972 int16x8_t shift; local
7980 int32x4_t shift; local
7988 int64x2_t shift; local
7996 uint8x16_t shift; local
8004 uint16x8_t shift; local
8012 uint32x4_t shift; local
8020 uint64x2_t shift; local
8030 int8x8_t shift; local
8038 int16x4_t shift; local
8047 int32x2_t shift; local
8055 int64x1_t shift; variable
8063 uint8x8_t shift; local
8071 uint16x4_t shift; local
8080 uint32x2_t shift; local
8089 uint64x1_t shift; variable
8097 int8x16_t shift; local
8105 int16x8_t shift; local
8113 int32x4_t shift; local
8121 int64x2_t shift; local
8129 uint8x16_t shift; local
8137 uint16x8_t shift; local
8145 uint32x4_t shift; local
8153 uint64x2_t shift; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 2548 milliseconds

<<31323334