/dalvik/vm/mterp/c/ |
OP_NEW_ARRAY.cpp | 5 s4 length; 13 vdst, vsrc1, ref, (s4) GET_REGISTER(vsrc1)); 14 length = (s4) GET_REGISTER(vsrc1);
|
OP_FILL_ARRAY_DATA.cpp | 4 s4 offset; 9 offset = FETCH(1) | (((s4) FETCH(2)) << 16);
|
OP_PACKED_SWITCH.cpp | 5 s4 offset; 8 offset = FETCH(1) | (((s4) FETCH(2)) << 16);
|
OP_SPARSE_SWITCH.cpp | 5 s4 offset; 8 offset = FETCH(1) | (((s4) FETCH(2)) << 16);
|
OP_CONST_WIDE_32.cpp | 9 SET_REGISTER_WIDE(vdst, (s4) tmp);
|
OP_RSUB_INT.cpp | 7 SET_REGISTER(vdst, (s2) vsrc2 - (s4) GET_REGISTER(vsrc1));
|
OP_RSUB_INT_LIT8.cpp | 9 SET_REGISTER(vdst, (s1) vsrc2 - (s4) GET_REGISTER(vsrc1));
|
/external/clang/test/Sema/ |
no-documentation-warn-tagdecl-specifier.c | 22 /** @return s4 Test 4 */ 23 struct s4* f4(void); 24 struct s4 { int is; }; struct 43 struct s4 *f8(struct s8 *p);
|
pragma-align-mac68k.c | 41 struct s4 { struct 45 extern int a4_0[offsetof(struct s4, f0) == 0 ? 1 : -1]; 46 extern int a4_1[offsetof(struct s4, f1) == 1 ? 1 : -1]; 47 extern int a4_2[sizeof(struct s4) == 2 ? 1 : -1]; 48 extern int a4_3[__alignof(struct s4) == 2 ? 1 : -1];
|
pragma-pack-and-options-align.c | 43 struct s4 { struct 49 extern int a[sizeof(struct s4) == 8 ? 1 : -1];
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
iter_iter.pass.cpp | 37 std::string s4("(a([bc]))"); 42 test(F(s4.begin()), F(s4.end()), 2);
|
/external/llvm/test/MC/ARM/ |
vfp4.s | 9 @ ARM: vfma.f32 s2, s4, s0 @ encoding: [0x00,0x1a,0xa2,0xee] 10 @ THUMB: vfma.f32 s2, s4, s0 @ encoding: [0xa2,0xee,0x00,0x1a] 11 @ THUMB_V7EM: vfma.f32 s2, s4, s0 @ encoding: [0xa2,0xee,0x00,0x1a] 12 vfma.f32 s2, s4, s0 26 @ ARM: vfnma.f32 s2, s4, s0 @ encoding: [0x40,0x1a,0x92,0xee] 27 @ THUMB: vfnma.f32 s2, s4, s0 @ encoding: [0x92,0xee,0x40,0x1a] 28 @ THUMB_V7EM: vfnma.f32 s2, s4, s0 @ encoding: [0x92,0xee,0x40,0x1a] 29 vfnma.f32 s2, s4, s0 35 @ ARM: vfms.f32 s2, s4, s0 @ encoding: [0x40,0x1a,0xa2,0xee] 36 @ THUMB: vfms.f32 s2, s4, s0 @ encoding: [0xa2,0xee,0x40,0x1a [all...] |
/external/clang/test/Analysis/ |
malloc-overflow.c | 22 struct s4 struct 27 void * f4(struct s4 *s) 32 void * f5(struct s4 *s) 34 struct s4 s2 = *s;
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
stringutil.h | 119 const StringHolder& s3, const StringHolder& s4); 122 const StringHolder& s3, const StringHolder& s4, 126 const StringHolder& s3, const StringHolder& s4, 130 const StringHolder& s3, const StringHolder& s4, 135 const StringHolder& s3, const StringHolder& s4, 140 const StringHolder& s3, const StringHolder& s4, 146 const StringHolder& s3, const StringHolder& s4, 153 const StringHolder& s3, const StringHolder& s4, 167 const StringHolder& s3, const StringHolder& s4); 170 const StringHolder& s3, const StringHolder& s4, [all...] |
stringutil.cc | 241 const StringHolder& s3, const StringHolder& s4) { 243 result.reserve(s1.Length() + s2.Length() + s3.Length() + s4.Length() + 1); 248 result += s4; 254 const StringHolder& s3, const StringHolder& s4, 257 result.reserve(s1.Length() + s2.Length() + s3.Length() + s4.Length() + 262 result += s4; 269 const StringHolder& s3, const StringHolder& s4, 272 result.reserve(s1.Length() + s2.Length() + s3.Length() + s4.Length() + 277 result += s4; 285 const StringHolder& s3, const StringHolder& s4, [all...] |
/dalvik/vm/compiler/codegen/x86/ |
LowerConst.cpp | 69 s4 tmp = (s4) (INST_B(inst) << 28) >> 28; 91 set_VR_to_imm(vA, OpndSize_32, (s4)tmp); 101 set_VR_to_imm(vA, OpndSize_32, (s4)tmp<<16); //?? 123 set_VR_to_imm(vA, OpndSize_32, (s4)tmp); 124 set_VR_to_imm(vA+1, OpndSize_32, (s4)tmp>>31); 135 set_VR_to_imm(vA, OpndSize_32, (s4)tmp); 138 set_VR_to_imm(vA+1, OpndSize_32, (s4)tmp); 149 set_VR_to_imm(vA+1, OpndSize_32, (s4)tmp<<16);
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_loopfilter_filters_dspr2.c | 33 uint8_t *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local 63 s4 = s + pitch; 64 s5 = s4 + pitch; 71 "lw %[p4], (%[s4]) \n\t" 74 : [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4) 104 "sw %[p4], (%[s4]) \n\t" 108 [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4) 126 uint8_t *s1, *s2, *s3, *s4; local [all...] |
/dalvik/vm/analysis/ |
VerifySubs.h | 66 int curOffset, s4* pOffset, bool* pConditional); 69 char dvmDetermineCat1Const(s4 value);
|
/dalvik/vm/oo/ |
ObjectInlines.h | 66 INLINE s4 dvmGetFieldInt(const Object* obj, int offset) { 82 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; 86 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; 90 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; 94 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; 97 INLINE s4 dvmGetFieldIntVolatile(const Object* obj, int offset) { 98 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; 102 union { s4 ival; float fval; } alias; 103 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; 137 INLINE void dvmSetFieldInt(Object* obj, int offset, s4 val) [all...] |
/external/clang/test/SemaTemplate/ |
self-comparison.cpp | 28 template <int A> struct S4 { 46 S4<1> s4; s4.foo<1>(); local
|
/external/clang/test/CodeGen/ |
ppc64-struct-onefloat.c | 6 typedef struct s4 { Sf fs; } SSf; struct 14 // CHECK: %d = alloca %struct.s4, align 4 20 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s4* %d, i32 0, i32 0 42 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s4* %p4, i32 0, i32 0
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
loopfilter_filters_dspr2.c | 356 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local 377 s4 = s + p; 387 p4 = *((uint32_t *)(s4)); 413 *((uint32_t *)s4) = p4; 422 s4 += 4; 432 p4 = *((uint32_t *)(s4)); 458 *((uint32_t *)s4) = p4; 467 s4 += 4; 477 p4 = *((uint32_t *)(s4)); 503 *((uint32_t *)s4) = p4 566 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local 683 unsigned char *s1, *s2, *s3, *s4; local 1033 unsigned char *s1, *s2, *s3, *s4; local 1644 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local 1789 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local 1916 unsigned char *s1, *s2, *s3, *s4; local 2126 unsigned char *s1, *s2, *s3, *s4; local [all...] |
/external/jpeg/ |
mips_idct_le.S | 60 # $s4:7 - temp results 69 sw $s4, 12($sp) 100 or $s4, $t1, $t2 103 bnez $s4, full_column 150 addq.ph $s4, $t0, $t4 # tmp10 160 addq.ph $t0, $s4, $s7 # tmp0 161 subq.ph $t6, $s4, $s7 # tmp3 211 lw $s4, 0($at) # FIX(1.082392200) 224 mulq_rs.ph $s4, $s6, $s4 # tmp10 .. [all...] |
/dalvik/vm/native/ |
sun_misc_Unsafe.cpp | 68 s4 expectedValue = args[4]; 69 s4 newValue = args[5]; 144 s4 value = (s4) args[4]; 223 s4* address = (s4*) (((u1*) obj) + offset); 236 s4 value = (s4) args[4]; 237 s4* address = (s4*) (((u1*) obj) + offset) [all...] |
/external/chromium_org/third_party/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...] |