Searched defs:s33 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Darm-aapcs-vfp.c120 // CHECK-LABEL: define arm_aapcs_vfpcc void @f33(%struct.s33* byval align 1 %s)
121 struct s33 { char buf[32*32]; }; struct
122 void f33(struct s33 s) { }
H A Darm-arguments.c177 struct s33 { char buf[32*32]; }; struct
178 void f33(struct s33 s) { }
179 // APCS-GNU-LABEL: define void @f33(%struct.s33* byval align 1 %s)
180 // AAPCS-LABEL: define arm_aapcscc void @f33(%struct.s33* byval align 1 %s)
H A Darm64-arguments.c130 struct s33 { char buf[32*32]; }; struct
131 void f33(struct s33 s) { }
132 // CHECK: define void @f33(%struct.s33* %s)
H A Dx86_32-arguments-darwin.c139 struct s33 { float a; long long : 0; } f33(void) { while (1) {} } struct
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp156 SkPMColor s33 = *src.getAddr32(x3, y3); local
157 SkPMColor s3 = cubicBlend(fCoefficients, fractx, s03, s13, s23, s33);

Completed in 1974 milliseconds