HomeSort by relevance Sort by last modified time
    Searched refs:s6 (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
x86_32-arguments-win32.c 42 // CHECK: define void @f6_2(%struct.s6* byval align 4 %a0)
43 struct s6 { struct
46 struct s6 f6_1(void) { while (1) {} }
47 void f6_2(struct s6 a0) {}
  /art/test/Statics/
Statics.java 24 static final float s6 = 0.5f; field in class:Statics
47 return s6;
  /external/clang/test/Sema/
no-documentation-warn-tagdecl-specifier.c 32 /** @return s6 Test 6 - expected warning here */
33 struct s6 *ps6;
34 struct s6* f6(void);
pragma-align-mac68k.c 57 struct s6 { struct
61 extern int a6_0[sizeof(struct s6) == 0 ? 1 : -1];
62 extern int a6_1[__alignof(struct s6) == 2 ? 1 : -1];
  /external/jpeg/
mips_idct_le.S 71 sw $s6, 4($sp)
107 or $s6, $t5, $t6
108 or $s6, $s6, $t7
109 bnez $s6, full_column
155 subq.ph $s6, $t2, $t6 # tmp12 ...
158 mulq_rs.ph $s6, $s6, $t8 # ... tmp12 ...
168 shll_s.ph $s6, $s6, 1 # x
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h 127 const StringHolder& s5, const StringHolder& s6);
131 const StringHolder& s5, const StringHolder& s6,
136 const StringHolder& s5, const StringHolder& s6,
141 const StringHolder& s5, const StringHolder& s6,
147 const StringHolder& s5, const StringHolder& s6,
154 const StringHolder& s5, const StringHolder& s6,
stringutil.cc 270 const StringHolder& s5, const StringHolder& s6) {
273 s5.Length() + s6.Length() + 1);
279 result += s6;
286 const StringHolder& s5, const StringHolder& s6,
290 s5.Length() + s6.Length() + s7.Length() + 1);
296 result += s6;
304 const StringHolder& s5, const StringHolder& s6,
308 s5.Length() + s6.Length() + s7.Length() + s8.Length() + 1);
314 result += s6;
323 const StringHolder& s5, const StringHolder& s6,
    [all...]
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 94 struct s6 {}; struct
95 typedef int s6::* s6_mdp;
96 typedef int (s6::*s6_mfp)();
  /bionic/libc/arch-mips/include/machine/
regdef.h 81 #define s6 $22 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 81 #define s6 $22 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 81 #define s6 $22 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 81 #define s6 $22 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 81 #define s6 $22 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regdef.h 81 #define s6 $22 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 81 #define s6 $22 macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /external/kernel-headers/original/asm-mips/
regdef.h 42 #define s6 $22 macro
85 #define s6 $22 macro
  /external/llvm/test/MC/COFF/
linkonce.s 26 .section s6
80 // CHECK: Name: s6
146 // CHECK: Name: s6
147 // CHECK: Section: s6 (6)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 51 #define s6 $22 macro
101 #define s6 $22 macro
  /external/chromium_org/third_party/smhasher/src/
Spooky.h 135 uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7,
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;
146 s8 += data[8]; s10 ^= s6; s7 ^= s8; s8 = Rot64(s8,55); s7 += s9
    [all...]

Completed in 488 milliseconds

1 2 3 4 5 6