/external/skia/src/core/ |
SkSpriteBlitter_RGB16.cpp | 192 uint32_t s4 = *qsrc++; local 194 *dst++ = ctable[s4 & 0xFF]; 195 *dst++ = ctable[(s4 >> 8) & 0xFF]; 196 *dst++ = ctable[(s4 >> 16) & 0xFF]; 197 *dst++ = ctable[s4 >> 24]; 199 *dst++ = ctable[s4 >> 24]; 200 *dst++ = ctable[(s4 >> 16) & 0xFF]; 201 *dst++ = ctable[(s4 >> 8) & 0xFF]; 202 *dst++ = ctable[s4 & 0xFF]; 208 uint32_t s4 = *qsrc++ local [all...] |
/dalvik/vm/ |
Common.h | 91 typedef int32_t s4; typedef 98 * are "left aligned", i.e. given "JValue jv", "jv.i" and "*((s4*)&jv)" 110 s4 i; 133 s4 i;
|
Sync.h | 89 s8 timeout, s4 nanos, bool interruptShouldThrow); 148 s8 msec, s4 nsec);
|
/art/test/StackWalk/ |
StackWalk.java | 25 String s4 = new String("4"); local 47 s += s4; 76 s4 = s18 = s19; 77 s += s4;
|
/bionic/libc/arch-mips/include/machine/ |
regdef.h | 79 #define s4 $20 macro
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
regdef.h | 79 #define s4 $20 macro
|
/external/clang/test/CodeGen/ |
pragma-pack-1.c | 44 struct S4 54 } s4; variable in typeref:struct:S4 64 // CHECK: %struct.S4 = type { [3 x i8], %struct.T4, i32 }
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 61 Packet4f s4=pmadd(s3,z1, p4f_asin5); local 62 Packet4f temp=pmul(s4,z1);//not really a madd but a mul by z so that the next term can be a madd 75 Packet4f s4=pmadd(s3,z2, p4f_asin5); local 76 Packet4f temp=pmul(s4,z2);//not really a madd but a mul by z so that the next term can be a madd
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/ |
regdef.h | 79 #define s4 $20 macro
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/ |
regdef.h | 79 #define s4 $20 macro
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/ |
regdef.h | 79 #define s4 $20 macro
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/ |
regdef.h | 79 #define s4 $20 macro
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/ |
regdef.h | 79 #define s4 $20 macro
|
/bionic/libc/kernel/arch-mips/asm/ |
regdef.h | 49 #define s4 $20 macro 99 #define s4 $20 macro
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
regdef.h | 49 #define s4 $20 macro 99 #define s4 $20 macro
|
/external/clang/test/Sema/ |
warn-strlcpycat-size.c | 15 } s4, **s5; variable in typeref:struct:__anon16966 25 strlcpy(s4.f1, 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:__anon16967 43 strncat(s4.f1, 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/kernel-headers/original/asm-mips/ |
regdef.h | 40 #define s4 $20 macro 83 #define s4 $20 macro
|
/external/llvm/test/MC/COFF/ |
linkonce.s | 18 .section s4 68 // CHECK: Name: s4 130 // CHECK: Name: s4 131 // CHECK: Section: s4 (4)
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
regdef.h | 49 #define s4 $20 macro 99 #define s4 $20 macro
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
regdef.h | 49 #define s4 $20 macro 99 #define s4 $20 macro
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
regdef.h | 49 #define s4 $20 macro 99 #define s4 $20 macro
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
regdef.h | 49 #define s4 $20 macro 99 #define s4 $20 macro
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
regdef.h | 49 #define s4 $20 macro 99 #define s4 $20 macro
|
/external/chromium_org/third_party/smhasher/src/ |
Spooky.h | 135 uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7, 140 s2 += data[2]; s4 ^= s0; s1 ^= s2; s2 = Rot64(s2,43); s1 += s3; 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 [all...] |