Searched defs:s4 (Results 1 - 25 of 127) sorted by relevance

123456

/external/clang/test/Sema/
H A Darm-layout.c45 struct s4 { struct
49 check(s4_size, sizeof(struct s4) == 4);
50 check(s4_align, __alignof(struct s4) == 4);
52 check(s4_size, sizeof(struct s4) == 1);
53 check(s4_align, __alignof(struct s4) == 1);
H A Dpragma-pack-5.c40 struct s4 { struct
45 extern int check[sizeof(struct s4) == 4 ? 1 : -1];
46 extern int check[offsetof(struct s4, f3) == 2 ? 1 : -1];
H A Dpragma-pack-and-options-align.c43 struct s4 { struct
49 extern int a[sizeof(struct s4) == 8 ? 1 : -1];
H A Dno-documentation-warn-tagdecl-specifier.c22 /** @return s4 Test 4 */
23 struct s4* f4(void);
24 struct s4 { int is; }; struct
43 struct s4 *f8(struct s8 *p);
H A Dpragma-align-mac68k.c41 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];
H A Dwarn-strlcpycat-size.c15 } s4, **s5; variable in typeref:struct:__anon3291
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}}
H A Dinteger-overflow.c168 struct s4 { struct in struct:s2::s3
H A Dwarn-strncat-size.c21 } s4, **s5; variable in typeref:struct:__anon3292
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/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DSimplePieChartActivity.java43 private Segment s4; field in class:SimplePieChartActivity
80 s4 = new Segment("s4", 10);
108 pie.addSeries(s4, sf4);
/external/clang/test/SemaTemplate/
H A Dself-comparison.cpp46 S4<1> s4; s4.foo<1>(); local
/external/clang/test/CodeGen/
H A Dbitfield.c73 struct s4 { struct
H A Dpragma-pack-1.c54 } s4; variable in typeref:struct:S4
H A Dx86_32-arguments-win32.c27 struct s4 { struct
31 struct s4 f4_1(void) { while (1) {} }
H A Dppc64-struct-onefloat.c6 typedef struct s4 { Sf fs; } SSf; struct
14 // CHECK: %d = alloca %struct.s4, align 4
20 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr inbounds %struct.s4, %struct.s4* %d, i32 0, i32 0
42 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr inbounds %struct.s4, %struct.s4* %p4, i32 0, i32 0
/external/eigen/unsupported/Eigen/src/MoreVectorization/
H A DMathFunctions.h61 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
/external/tensorflow/tensorflow/core/framework/
H A Dpartial_tensor_shape_test.cc63 const auto s4 = s.Concatenate(PartialTensorShape()); local
64 EXPECT_EQ(-1, s4.dims());
65 EXPECT_EQ(-1, s4.num_elements());
/external/capstone/suite/MC/ARM/
H A Dvfp4-thumb.s.cs3 0xa2,0xee,0x00,0x1a = vfma.f32 s2, s4, s0 external variable declarations
7 0x92,0xee,0x40,0x1a = vfnma.f32 s2, s4, s0 external variable declarations
9 0xa2,0xee,0x40,0x1a = vfms.f32 s2, s4, s0 external variable declarations
13 0x92,0xee,0x00,0x1a = vfnms.f32 s2, s4, s0 external variable declarations
H A Dvfp4.s.cs3 0x00,0x1a,0xa2,0xee = vfma.f32 s2, s4, s0 external variable declarations
7 0x40,0x1a,0x92,0xee = vfnma.f32 s2, s4, s0 external variable declarations
9 0x40,0x1a,0xa2,0xee = vfms.f32 s2, s4, s0 external variable declarations
13 0x00,0x1a,0x92,0xee = vfnms.f32 s2, s4, s0 external variable declarations
/external/clang/test/Analysis/
H A Dmalloc-overflow.c22 struct s4 struct
27 void * f4(struct s4 *s)
32 void * f5(struct s4 *s)
34 struct s4 s2 = *s;
/external/clang/test/SemaCXX/
H A Delaborated-type-specifier.cpp22 void test_elab2(struct S4 *s4); // expected-note{{'NS::S4' declared here}}
25 void X::test_elab2(S4 *s4) { } // expected-note{{passing argument to parameter 's4' here}} argument
29 struct S4 *s4 = 0; local
30 x.test_elab2(s4); // expected-error{{cannot initialize a parameter of type 'NS::S4 *' with an lvalue of type 'struct S4 *'}}
38 S4 *s4; // expected-error{{unknown type name 'S4'; did you mean 'NS::S4'?}} local
/external/elfutils/libcpu/
H A Dmemory-access.h91 int32_t s4; member in union:unaligned
132 return up->s4;
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_convolve8_neon.h31 uint8x8_t *const s4, uint8x8_t *const s5,
41 *s4 = vld1_u8(s);
53 uint8x16_t *const s4, uint8x16_t *const s5,
63 *s4 = vld1q_u8(s);
74 const int16x4_t s4, const int16x4_t s5,
90 sum = vqadd_s16(sum, vmul_s16(s4, filter4));
96 const int16x8_t s4, const int16x8_t s5,
112 sum = vqaddq_s16(sum, vmulq_s16(s4, filter4));
28 load_u8_8x8(const uint8_t *s, const ptrdiff_t p, uint8x8_t *const s0, uint8x8_t *const s1, uint8x8_t *const s2, uint8x8_t *const s3, uint8x8_t *const s4, uint8x8_t *const s5, uint8x8_t *const s6, uint8x8_t *const s7) argument
50 load_u8_16x8(const uint8_t *s, const ptrdiff_t p, uint8x16_t *const s0, uint8x16_t *const s1, uint8x16_t *const s2, uint8x16_t *const s3, uint8x16_t *const s4, uint8x16_t *const s5, uint8x16_t *const s6, uint8x16_t *const s7) argument
72 convolve8_4(const int16x4_t s0, const int16x4_t s1, const int16x4_t s2, const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, const int16x4_t s6, const int16x4_t s7, const int16x8_t filters, const int16x4_t filter3, const int16x4_t filter4) argument
94 convolve8_8(const int16x8_t s0, const int16x8_t s1, const int16x8_t s2, const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, const int16x8_t s6, const int16x8_t s7, const int16x8_t filters, const int16x8_t filter3, const int16x8_t filter4) argument
/external/skia/tests/
H A Dskbug6653.cpp75 auto s4 = make_surface(ctx); local
76 s4->getCanvas()->clear(SK_ColorBLUE);
77 s4->getCanvas()->drawOval(rect, paint);
82 SkBitmap b4 = read_pixels(s4);
83 SkBitmap b5 = read_pixels(s4);
/external/skqp/tests/
H A Dskbug6653.cpp75 auto s4 = make_surface(ctx); local
76 s4->getCanvas()->clear(SK_ColorBLUE);
77 s4->getCanvas()->drawOval(rect, paint);
82 SkBitmap b4 = read_pixels(s4);
83 SkBitmap b5 = read_pixels(s4);
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java181 public static String s4(int v) { method in class:Hex

Completed in 490 milliseconds

123456