HomeSort by relevance Sort by last modified time
    Searched refs:s5 (Results 26 - 50 of 276) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /external/jpeg/
mips_idct_le.S 70 sw $s5, 8($sp)
101 or $s5, $t3, $t4
106 bnez $s5, full_column
151 subq.ph $s5, $t0, $t4 # tmp11
179 addq.ph $t2, $s5, $s6 # tmp1
180 subq.ph $t4, $s5, $s6 # tmp2
187 addq.ph $s5, $t1, $t7 # z11
203 addq.ph $t7, $s5, $s7 # tmp7
204 subq.ph $s5, $s5, $s7 # tmp11 ..
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /external/clang/test/Sema/
warn-strlcpycat-size.c 15 } s4, **s5; variable in typeref:struct:__anon23004
26 strlcpy((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
warn-strncat-size.c 21 } s4, **s5; variable in typeref:struct:__anon23005
41 strncat((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
  /external/llvm/test/MC/AArch64/
neon-scalar-by-elem-mul.s 8 fmul s4, s5, v7.s[2]
15 // CHECK: fmul s4, s5, v7.s[2] // encoding: [0xa4,0x98,0x87,0x5f]
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips5.s 8 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips4/
invalid-mips5.s 8 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /external/chromium_org/third_party/smhasher/src/
Spooky.h 135 uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7,
141 s3 += data[3]; s5 ^= s1; s2 ^= s3; s3 = Rot64(s3,31); s2 += s4;
142 s4 += data[4]; s6 ^= s2; s3 ^= s4; s4 = Rot64(s4,17); s3 += s5;
143 s5 += data[5]; s7 ^= s3; s4 ^= s5; s5 = Rot64(s5,28); s4 += s6;
144 s6 += data[6]; s8 ^= s4; s5 ^= s6; s6 = Rot64(s6,39); s5 += s7;
145 s7 += data[7]; s9 ^= s5; s6 ^= s7; s7 = Rot64(s7,57); s6 += s8
    [all...]
  /art/test/004-StackWalk/src/
Main.java 26 String s5 = new String("5"); local
48 s += s5;
66 s += s5;

Completed in 819 milliseconds

12 3 4 5 6 7 8 91011>>