Searched defs:__c (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CodeGen/
H A Dpr9614.c11 extern char *strrchr_foo (const char *__s, int __c) __asm ("strrchr");
12 extern inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) char * strrchr_foo (const char *__s, int __c) { argument
13 return __builtin_strrchr (__s, __c);
/external/compiler-rt/lib/builtins/
H A Ddivdc3.c21 __divdc3(double __a, double __b, double __c, double __d) argument
24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d)));
28 __c = crt_scalbn(__c, -__ilogbw);
31 double __denom = __c * __c + __d * __d;
33 __real__ z = crt_scalbn((__a * __c + __b * __d) / __denom, -__ilogbw);
34 __imag__ z = crt_scalbn((__b * __c - __a * __d) / __denom, -__ilogbw);
39 __real__ z = crt_copysign(CRT_INFINITY, __c) * __a;
40 __imag__ z = crt_copysign(CRT_INFINITY, __c) * __
[all...]
H A Ddivsc3.c21 __divsc3(float __a, float __b, float __c, float __d) argument
24 float __logbw = crt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d)));
28 __c = crt_scalbnf(__c, -__ilogbw);
31 float __denom = __c * __c + __d * __d;
33 __real__ z = crt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw);
34 __imag__ z = crt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw);
39 __real__ z = crt_copysignf(CRT_INFINITY, __c) * __a;
40 __imag__ z = crt_copysignf(CRT_INFINITY, __c) * __
[all...]
H A Ddivxc3.c22 __divxc3(long double __a, long double __b, long double __c, long double __d) argument
25 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d)));
29 __c = crt_scalbnl(__c, -__ilogbw);
32 long double __denom = __c * __c + __d * __d;
34 __real__ z = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw);
35 __imag__ z = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw);
40 __real__ z = crt_copysignl(CRT_INFINITY, __c) * __a;
41 __imag__ z = crt_copysignl(CRT_INFINITY, __c) * __
[all...]
H A Dmuldc3.c21 __muldc3(double __a, double __b, double __c, double __d) argument
23 double __ac = __a * __c;
26 double __bc = __b * __c;
37 if (crt_isnan(__c))
38 __c = crt_copysign(0, __c);
43 if (crt_isinf(__c) || crt_isinf(__d))
45 __c = crt_copysign(crt_isinf(__c) ? 1 : 0, __c);
[all...]
H A Dmulsc3.c21 __mulsc3(float __a, float __b, float __c, float __d) argument
23 float __ac = __a * __c;
26 float __bc = __b * __c;
37 if (crt_isnan(__c))
38 __c = crt_copysignf(0, __c);
43 if (crt_isinf(__c) || crt_isinf(__d))
45 __c = crt_copysignf(crt_isinf(__c) ? 1 : 0, __c);
[all...]
H A Dmulxc3.c23 __mulxc3(long double __a, long double __b, long double __c, long double __d) argument
25 long double __ac = __a * __c;
28 long double __bc = __b * __c;
39 if (crt_isnan(__c))
40 __c = crt_copysignl(0, __c);
45 if (crt_isinf(__c) || crt_isinf(__d))
47 __c = crt_copysignl(crt_isinf(__c) ? 1 : 0, __c);
[all...]
/external/libcxx/src/support/solaris/
H A Dxlocale.c18 int isxdigit_l(int __c, locale_t __l) { argument
19 return isxdigit(__c);
22 int iswxdigit_l(wchar_t __c, locale_t __l) { argument
23 return isxdigit(__c);
/external/libcxx/src/
H A Ddebug.cpp122 __libcpp_db::__insert_ic(void* __i, const void* __c) argument
129 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
133 while (c->__c_ != __c)
145 __libcpp_db::__insert_c(void* __c) argument
176 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
186 r->__c_ = __c;
226 __libcpp_db::__invalidate_all(void* __c) argument
233 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
237 while (p->__c_ != __c)
252 __libcpp_db::__find_c_and_lock(void* __c) cons
310 __erase_c(void* __c) argument
[all...]
H A Dstrstream.cpp151 strstreambuf::overflow(int_type __c) argument
153 if (__c == EOF)
187 *pptr() = static_cast<char>(__c);
189 return int_type(static_cast<unsigned char>(__c));
193 strstreambuf::pbackfail(int_type __c) argument
197 if (__c == EOF)
204 if (gptr()[-1] == static_cast<char>(__c))
207 return __c;
212 *gptr() = static_cast<char>(__c);
213 return __c;
[all...]
H A Dlocale.cpp4735 __time_get_c_storage<char>::__c() const function in class:__time_get_c_storage
4743 __time_get_c_storage<wchar_t>::__c() const function in class:__time_get_c_storage
/external/clang/lib/Headers/
H A Dxmmintrin.h98 __m128 __c = __builtin_ia32_sqrtss(__a); local
99 return (__m128) { __c[0], __a[1], __a[2], __a[3] };
111 __m128 __c = __builtin_ia32_rcpss(__a); local
112 return (__m128) { __c[0], __a[1], __a[2], __a[3] };
124 __m128 __c = __builtin_ia32_rsqrtss(__a); local
125 return (__m128) { __c[0], __a[1], __a[2], __a[3] };
832 __m64 __b, __c; local
837 __c = _mm_unpackhi_pi16(__a, __b);
839 __r = _mm_cvtpi32_ps(__r, __c);
841 __c
850 __m64 __b, __c; local
890 __m128 __c; local
902 __m64 __b, __c; local
914 __m64 __b, __c; local
[all...]
H A Davxintrin.h240 _mm_permutevar_pd(__m128d __a, __m128i __c) argument
242 return (__m128d)__builtin_ia32_vpermilvarpd((__v2df)__a, (__v2di)__c);
246 _mm256_permutevar_pd(__m256d __a, __m256i __c) argument
248 return (__m256d)__builtin_ia32_vpermilvarpd256((__v4df)__a, (__v4di)__c);
252 _mm_permutevar_ps(__m128 __a, __m128i __c) argument
254 return (__m128)__builtin_ia32_vpermilvarps((__v4sf)__a, (__v4si)__c);
258 _mm256_permutevar_ps(__m256 __a, __m256i __c) argument
260 return (__m256)__builtin_ia32_vpermilvarps256((__v8sf)__a, (__v8si)__c);
330 _mm256_blendv_pd(__m256d __a, __m256d __b, __m256d __c) argument
333 (__v4df)__a, (__v4df)__b, (__v4df)__c);
337 _mm256_blendv_ps(__m256 __a, __m256 __b, __m256 __c) argument
465 __v8si __c = (__v8si)__a; local
473 __v16hi __c = (__v16hi)__a; local
481 __v32qi __c = (__v32qi)__a; local
490 __v4di __c = (__v4di)__a; local
901 _mm256_set_pd(double __a, double __b, double __c, double __d) argument
907 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
949 _mm256_set_epi64x(long long __a, long long __b, long long __c, long long __d) argument
956 _mm256_setr_pd(double __a, double __b, double __c, double __d) argument
962 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
1003 _mm256_setr_epi64x(long long __a, long long __b, long long __c, long long __d) argument
[all...]
H A Demmintrin.h97 __m128d __c = __builtin_ia32_sqrtsd(__b); local
98 return (__m128d) { __c[0], __a[1] };
248 __m128d __c = __builtin_ia32_cmpltsd(__b, __a); local
249 return (__m128d) { __c[0], __a[1] };
255 __m128d __c = __builtin_ia32_cmplesd(__b, __a); local
256 return (__m128d) { __c[0], __a[1] };
292 __m128d __c = __builtin_ia32_cmpnltsd(__b, __a); local
293 return (__m128d) { __c[0], __a[1] };
299 __m128d __c = __builtin_ia32_cmpnlesd(__b, __a); local
300 return (__m128d) { __c[
1308 __v8hi __c = (__v8hi)__a; local
[all...]
H A Daltivec.h40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
45 vector unsigned char __c);
48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
56 vector unsigned char __c);
59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
71 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c);
1689 vec_dst(const void *__a, int __b, int __c) argument
1697 vec_dstst(const void *__a, int __b, int __c) argument
1705 vec_dststt(const void *__a, int __b, int __c) argument
1713 vec_dstt(const void *__a, int __b, int __c) argument
2571 vec_madd(vector float __a, vector float __b, vector float __c) argument
2579 vec_vmaddfp(vector float __a, vector float __b, vector float __c) argument
2587 vec_madds(vector signed short __a, vector signed short __b, vector signed short __c) argument
2594 vec_vmhaddshs(vector signed short __a, vector signed short __b, vector signed short __c) argument
3542 vec_mladd(vector short __a, vector short __b, vector short __c) argument
3548 vec_mladd(vector short __a, vector unsigned short __b, vector unsigned short __c) argument
3554 vec_mladd(vector unsigned short __a, vector short __b, vector short __c) argument
3560 vec_mladd(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
3570 vec_vmladduhm(vector short __a, vector short __b, vector short __c) argument
3576 vec_vmladduhm(vector short __a, vector unsigned short __b, vector unsigned short __c) argument
3582 vec_vmladduhm(vector unsigned short __a, vector short __b, vector short __c) argument
3588 vec_vmladduhm(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
3598 vec_mradds(vector short __a, vector short __b, vector short __c) argument
3606 vec_vmhraddshs(vector short __a, vector short __b, vector short __c) argument
3614 vec_msum(vector signed char __a, vector unsigned char __b, vector int __c) argument
3620 vec_msum(vector unsigned char __a, vector unsigned char __b, vector unsigned int __c) argument
3626 vec_msum(vector short __a, vector short __b, vector int __c) argument
3632 vec_msum(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
3642 vec_vmsummbm(vector signed char __a, vector unsigned char __b, vector int __c) argument
3650 vec_vmsumubm(vector unsigned char __a, vector unsigned char __b, vector unsigned int __c) argument
3660 vec_vmsumshm(vector short __a, vector short __b, vector int __c) argument
3668 vec_vmsumuhm(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
3678 vec_msums(vector short __a, vector short __b, vector int __c) argument
3684 vec_msums(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
3694 vec_vmsumshs(vector short __a, vector short __b, vector int __c) argument
3702 vec_vmsumuhs(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
4007 vec_nmsub(vector float __a, vector float __b, vector float __c) argument
4015 vec_vnmsubfp(vector float __a, vector float __b, vector float __c) argument
4840 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) argument
4855 vec_perm(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
4872 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) argument
4887 vec_perm(vector short __a, vector short __b, vector unsigned char __c) argument
4902 vec_perm(vector unsigned short __a, vector unsigned short __b, vector unsigned char __c) argument
4919 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) argument
4934 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) argument
4949 vec_perm(vector int __a, vector int __b, vector unsigned char __c) argument
4962 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) argument
4977 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) argument
4992 vec_perm(vector float __a, vector float __b, vector unsigned char __c) argument
5008 vec_perm(vector long long __a, vector long long __b, vector unsigned char __c) argument
5021 vec_perm(vector unsigned long long __a, vector unsigned long long __b, vector unsigned char __c) argument
5037 vec_perm(vector double __a, vector double __b, vector unsigned char __c) argument
5055 vec_vperm(vector signed char __a, vector signed char __b, vector unsigned char __c) argument
5061 vec_vperm(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
5069 vec_vperm(vector bool char __a, vector bool char __b, vector unsigned char __c) argument
5075 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) argument
5081 vec_vperm(vector unsigned short __a, vector unsigned short __b, vector unsigned char __c) argument
5089 vec_vperm(vector bool short __a, vector bool short __b, vector unsigned char __c) argument
5095 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) argument
5101 vec_vperm(vector int __a, vector int __b, vector unsigned char __c) argument
5107 vec_vperm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) argument
5113 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) argument
5119 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) argument
5126 vec_vperm(vector long long __a, vector long long __b, vector unsigned char __c) argument
5132 vec_vperm(vector unsigned long long __a, vector unsigned long long __b, vector unsigned char __c) argument
5139 vec_vperm(vector double __a, vector double __b, vector unsigned char __c) argument
5292 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) argument
5298 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) argument
5304 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
5310 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) argument
5316 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) argument
5322 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) argument
5328 vec_sel(vector short __a, vector short __b, vector unsigned short __c) argument
5334 vec_sel(vector short __a, vector short __b, vector bool short __c) argument
5340 vec_sel(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
5348 vec_sel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) argument
5354 vec_sel(vector bool short __a, vector bool short __b, vector unsigned short __c) argument
5360 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) argument
5366 vec_sel(vector int __a, vector int __b, vector unsigned int __c) argument
5372 vec_sel(vector int __a, vector int __b, vector bool int __c) argument
5378 vec_sel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
5384 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) argument
5390 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) argument
5396 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) argument
5402 vec_sel(vector float __a, vector float __b, vector unsigned int __c) argument
5410 vec_sel(vector float __a, vector float __b, vector bool int __c) argument
5420 vec_vsel(vector signed char __a, vector signed char __b, vector unsigned char __c) argument
5426 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) argument
5432 vec_vsel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
5438 vec_vsel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) argument
5444 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) argument
5450 vec_vsel(vector bool char __a, vector bool char __b, vector bool char __c) argument
5456 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) argument
5462 vec_vsel(vector short __a, vector short __b, vector bool short __c) argument
5468 vec_vsel(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
5476 vec_vsel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) argument
5482 vec_vsel(vector bool short __a, vector bool short __b, vector unsigned short __c) argument
5488 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) argument
5494 vec_vsel(vector int __a, vector int __b, vector unsigned int __c) argument
5500 vec_vsel(vector int __a, vector int __b, vector bool int __c) argument
5506 vec_vsel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
5512 vec_vsel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) argument
5518 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) argument
5524 vec_vsel(vector bool int __a, vector bool int __b, vector bool int __c) argument
5530 vec_vsel(vector float __a, vector float __b, vector unsigned int __c) argument
5538 vec_vsel(vector float __a, vector float __b, vector bool int __c) argument
5650 vec_sld(vector signed char __a, vector signed char __b, unsigned char __c) argument
5658 vec_sld(vector unsigned char __a, vector unsigned char __b, unsigned char __c) argument
5666 vec_sld(vector short __a, vector short __b, unsigned char __c) argument
5674 vec_sld(vector unsigned short __a, vector unsigned short __b, unsigned char __c) argument
5682 vec_sld(vector pixel __a, vector pixel __b, unsigned char __c) argument
5690 vec_sld(vector int __a, vector int __b, unsigned char __c) argument
5698 vec_sld(vector unsigned int __a, vector unsigned int __b, unsigned char __c) argument
5706 vec_sld(vector float __a, vector float __b, unsigned char __c) argument
5716 vec_vsldoi(vector signed char __a, vector signed char __b, unsigned char __c) argument
5724 vec_vsldoi(vector unsigned char __a, vector unsigned char __b, unsigned char __c) argument
5732 vec_vsldoi(vector short __a, vector short __b, unsigned char __c) argument
5740 vec_vsldoi(vector unsigned short __a, vector unsigned short __b, unsigned char __c) argument
5748 vec_vsldoi(vector pixel __a, vector pixel __b, unsigned char __c) argument
5756 vec_vsldoi(vector int __a, vector int __b, unsigned char __c) argument
5764 vec_vsldoi(vector unsigned int __a, vector unsigned int __b, unsigned char __c) argument
5772 vec_vsldoi(vector float __a, vector float __b, unsigned char __c) argument
7457 vec_st(vector signed char __a, int __b, vector signed char *__c) argument
7463 vec_st(vector signed char __a, int __b, signed char *__c) argument
7469 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) argument
7475 vec_st(vector unsigned char __a, int __b, unsigned char *__c) argument
7481 vec_st(vector bool char __a, int __b, signed char *__c) argument
7487 vec_st(vector bool char __a, int __b, unsigned char *__c) argument
7493 vec_st(vector bool char __a, int __b, vector bool char *__c) argument
7499 vec_st(vector short __a, int __b, vector short *__c) argument
7505 vec_st(vector short __a, int __b, short *__c) argument
7511 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) argument
7517 vec_st(vector unsigned short __a, int __b, unsigned short *__c) argument
7523 vec_st(vector bool short __a, int __b, short *__c) argument
7529 vec_st(vector bool short __a, int __b, unsigned short *__c) argument
7535 vec_st(vector bool short __a, int __b, vector bool short *__c) argument
7541 vec_st(vector pixel __a, int __b, short *__c) argument
7547 vec_st(vector pixel __a, int __b, unsigned short *__c) argument
7553 vec_st(vector pixel __a, int __b, vector pixel *__c) argument
7559 vec_st(vector int __a, int __b, vector int *__c) argument
7565 vec_st(vector int __a, int __b, int *__c) argument
7571 vec_st(vector unsigned int __a, int __b, vector unsigned int *__c) argument
7577 vec_st(vector unsigned int __a, int __b, unsigned int *__c) argument
7583 vec_st(vector bool int __a, int __b, int *__c) argument
7589 vec_st(vector bool int __a, int __b, unsigned int *__c) argument
7595 vec_st(vector bool int __a, int __b, vector bool int *__c) argument
7601 vec_st(vector float __a, int __b, vector float *__c) argument
7607 vec_st(vector float __a, int __b, float *__c) argument
7615 vec_stvx(vector signed char __a, int __b, vector signed char *__c) argument
7621 vec_stvx(vector signed char __a, int __b, signed char *__c) argument
7627 vec_stvx(vector unsigned char __a, int __b, vector unsigned char *__c) argument
7633 vec_stvx(vector unsigned char __a, int __b, unsigned char *__c) argument
7639 vec_stvx(vector bool char __a, int __b, signed char *__c) argument
7645 vec_stvx(vector bool char __a, int __b, unsigned char *__c) argument
7651 vec_stvx(vector bool char __a, int __b, vector bool char *__c) argument
7657 vec_stvx(vector short __a, int __b, vector short *__c) argument
7663 vec_stvx(vector short __a, int __b, short *__c) argument
7669 vec_stvx(vector unsigned short __a, int __b, vector unsigned short *__c) argument
7675 vec_stvx(vector unsigned short __a, int __b, unsigned short *__c) argument
7681 vec_stvx(vector bool short __a, int __b, short *__c) argument
7687 vec_stvx(vector bool short __a, int __b, unsigned short *__c) argument
7693 vec_stvx(vector bool short __a, int __b, vector bool short *__c) argument
7699 vec_stvx(vector pixel __a, int __b, short *__c) argument
7705 vec_stvx(vector pixel __a, int __b, unsigned short *__c) argument
7711 vec_stvx(vector pixel __a, int __b, vector pixel *__c) argument
7717 vec_stvx(vector int __a, int __b, vector int *__c) argument
7723 vec_stvx(vector int __a, int __b, int *__c) argument
7729 vec_stvx(vector unsigned int __a, int __b, vector unsigned int *__c) argument
7735 vec_stvx(vector unsigned int __a, int __b, unsigned int *__c) argument
7741 vec_stvx(vector bool int __a, int __b, int *__c) argument
7747 vec_stvx(vector bool int __a, int __b, unsigned int *__c) argument
7753 vec_stvx(vector bool int __a, int __b, vector bool int *__c) argument
7759 vec_stvx(vector float __a, int __b, vector float *__c) argument
7765 vec_stvx(vector float __a, int __b, float *__c) argument
7773 vec_ste(vector signed char __a, int __b, signed char *__c) argument
7779 vec_ste(vector unsigned char __a, int __b, unsigned char *__c) argument
7785 vec_ste(vector bool char __a, int __b, signed char *__c) argument
7791 vec_ste(vector bool char __a, int __b, unsigned char *__c) argument
7797 vec_ste(vector short __a, int __b, short *__c) argument
7803 vec_ste(vector unsigned short __a, int __b, unsigned short *__c) argument
7809 vec_ste(vector bool short __a, int __b, short *__c) argument
7815 vec_ste(vector bool short __a, int __b, unsigned short *__c) argument
7821 vec_ste(vector pixel __a, int __b, short *__c) argument
7827 vec_ste(vector pixel __a, int __b, unsigned short *__c) argument
7833 vec_ste(vector int __a, int __b, int *__c) argument
7839 vec_ste(vector unsigned int __a, int __b, unsigned int *__c) argument
7845 vec_ste(vector bool int __a, int __b, int *__c) argument
7851 vec_ste(vector bool int __a, int __b, unsigned int *__c) argument
7857 vec_ste(vector float __a, int __b, float *__c) argument
7865 vec_stvebx(vector signed char __a, int __b, signed char *__c) argument
7871 vec_stvebx(vector unsigned char __a, int __b, unsigned char *__c) argument
7877 vec_stvebx(vector bool char __a, int __b, signed char *__c) argument
7883 vec_stvebx(vector bool char __a, int __b, unsigned char *__c) argument
7891 vec_stvehx(vector short __a, int __b, short *__c) argument
7897 vec_stvehx(vector unsigned short __a, int __b, unsigned short *__c) argument
7903 vec_stvehx(vector bool short __a, int __b, short *__c) argument
7909 vec_stvehx(vector bool short __a, int __b, unsigned short *__c) argument
7915 vec_stvehx(vector pixel __a, int __b, short *__c) argument
7921 vec_stvehx(vector pixel __a, int __b, unsigned short *__c) argument
7929 vec_stvewx(vector int __a, int __b, int *__c) argument
7935 vec_stvewx(vector unsigned int __a, int __b, unsigned int *__c) argument
7941 vec_stvewx(vector bool int __a, int __b, int *__c) argument
7947 vec_stvewx(vector bool int __a, int __b, unsigned int *__c) argument
7953 vec_stvewx(vector float __a, int __b, float *__c) argument
7961 vec_stl(vector signed char __a, int __b, vector signed char *__c) argument
7967 vec_stl(vector signed char __a, int __b, signed char *__c) argument
7973 vec_stl(vector unsigned char __a, int __b, vector unsigned char *__c) argument
7979 vec_stl(vector unsigned char __a, int __b, unsigned char *__c) argument
7985 vec_stl(vector bool char __a, int __b, signed char *__c) argument
7991 vec_stl(vector bool char __a, int __b, unsigned char *__c) argument
7997 vec_stl(vector bool char __a, int __b, vector bool char *__c) argument
8003 vec_stl(vector short __a, int __b, vector short *__c) argument
8009 vec_stl(vector short __a, int __b, short *__c) argument
8015 vec_stl(vector unsigned short __a, int __b, vector unsigned short *__c) argument
8021 vec_stl(vector unsigned short __a, int __b, unsigned short *__c) argument
8027 vec_stl(vector bool short __a, int __b, short *__c) argument
8033 vec_stl(vector bool short __a, int __b, unsigned short *__c) argument
8039 vec_stl(vector bool short __a, int __b, vector bool short *__c) argument
8045 vec_stl(vector pixel __a, int __b, short *__c) argument
8051 vec_stl(vector pixel __a, int __b, unsigned short *__c) argument
8057 vec_stl(vector pixel __a, int __b, vector pixel *__c) argument
8063 vec_stl(vector int __a, int __b, vector int *__c) argument
8069 vec_stl(vector int __a, int __b, int *__c) argument
8075 vec_stl(vector unsigned int __a, int __b, vector unsigned int *__c) argument
8081 vec_stl(vector unsigned int __a, int __b, unsigned int *__c) argument
8087 vec_stl(vector bool int __a, int __b, int *__c) argument
8093 vec_stl(vector bool int __a, int __b, unsigned int *__c) argument
8099 vec_stl(vector bool int __a, int __b, vector bool int *__c) argument
8105 vec_stl(vector float __a, int __b, vector float *__c) argument
8111 vec_stl(vector float __a, int __b, float *__c) argument
8119 vec_stvxl(vector signed char __a, int __b, vector signed char *__c) argument
8125 vec_stvxl(vector signed char __a, int __b, signed char *__c) argument
8131 vec_stvxl(vector unsigned char __a, int __b, vector unsigned char *__c) argument
8137 vec_stvxl(vector unsigned char __a, int __b, unsigned char *__c) argument
8143 vec_stvxl(vector bool char __a, int __b, signed char *__c) argument
8149 vec_stvxl(vector bool char __a, int __b, unsigned char *__c) argument
8155 vec_stvxl(vector bool char __a, int __b, vector bool char *__c) argument
8161 vec_stvxl(vector short __a, int __b, vector short *__c) argument
8167 vec_stvxl(vector short __a, int __b, short *__c) argument
8173 vec_stvxl(vector unsigned short __a, int __b, vector unsigned short *__c) argument
8179 vec_stvxl(vector unsigned short __a, int __b, unsigned short *__c) argument
8185 vec_stvxl(vector bool short __a, int __b, short *__c) argument
8191 vec_stvxl(vector bool short __a, int __b, unsigned short *__c) argument
8197 vec_stvxl(vector bool short __a, int __b, vector bool short *__c) argument
8203 vec_stvxl(vector pixel __a, int __b, short *__c) argument
8209 vec_stvxl(vector pixel __a, int __b, unsigned short *__c) argument
8215 vec_stvxl(vector pixel __a, int __b, vector pixel *__c) argument
8221 vec_stvxl(vector int __a, int __b, vector int *__c) argument
8227 vec_stvxl(vector int __a, int __b, int *__c) argument
8233 vec_stvxl(vector unsigned int __a, int __b, vector unsigned int *__c) argument
8239 vec_stvxl(vector unsigned int __a, int __b, unsigned int *__c) argument
8245 vec_stvxl(vector bool int __a, int __b, int *__c) argument
8251 vec_stvxl(vector bool int __a, int __b, unsigned int *__c) argument
8257 vec_stvxl(vector bool int __a, int __b, vector bool int *__c) argument
8263 vec_stvxl(vector float __a, int __b, vector float *__c) argument
8269 vec_stvxl(vector float __a, int __b, float *__c) argument
8822 vector int __c = (vector signed int) local
8840 vector int __c = (vector signed int) local
9164 vec_vsx_st(vector signed int __a, int __b, vector signed int *__c) argument
9170 vec_vsx_st(vector unsigned int __a, int __b, vector unsigned int *__c) argument
9176 vec_vsx_st(vector float __a, int __b, vector float *__c) argument
9182 vec_vsx_st(vector signed long long __a, int __b, vector signed long long *__c) argument
9188 vec_vsx_st(vector unsigned long long __a, int __b, vector unsigned long long *__c) argument
9195 vec_vsx_st(vector double __a, int __b, vector double *__c) argument
9551 vec_insert(signed char __a, vector signed char __b, int __c) argument
9558 vec_insert(unsigned char __a, vector unsigned char __b, int __c) argument
9565 vec_insert(short __a, vector short __b, int __c) argument
9572 vec_insert(unsigned short __a, vector unsigned short __b, int __c) argument
9579 vec_insert(int __a, vector int __b, int __c) argument
9586 vec_insert(unsigned int __a, vector unsigned int __b, int __c) argument
9593 vec_insert(float __a, vector float __b, int __c) argument
10186 vec_stvlx(vector signed char __a, int __b, signed char *__c) argument
10195 vec_stvlx(vector signed char __a, int __b, vector signed char *__c) argument
10204 vec_stvlx(vector unsigned char __a, int __b, unsigned char *__c) argument
10213 vec_stvlx(vector unsigned char __a, int __b, vector unsigned char *__c) argument
10222 vec_stvlx(vector bool char __a, int __b, vector bool char *__c) argument
10231 vec_stvlx(vector short __a, int __b, short *__c) argument
10240 vec_stvlx(vector short __a, int __b, vector short *__c) argument
10249 vec_stvlx(vector unsigned short __a, int __b, unsigned short *__c) argument
10258 vec_stvlx(vector unsigned short __a, int __b, vector unsigned short *__c) argument
10267 vec_stvlx(vector bool short __a, int __b, vector bool short *__c) argument
10276 vec_stvlx(vector pixel __a, int __b, vector pixel *__c) argument
10285 vec_stvlx(vector int __a, int __b, int *__c) argument
10294 vec_stvlx(vector int __a, int __b, vector int *__c) argument
10303 vec_stvlx(vector unsigned int __a, int __b, unsigned int *__c) argument
10312 vec_stvlx(vector unsigned int __a, int __b, vector unsigned int *__c) argument
10321 vec_stvlx(vector bool int __a, int __b, vector bool int *__c) argument
10330 vec_stvlx(vector float __a, int __b, vector float *__c) argument
10341 vec_stvlxl(vector signed char __a, int __b, signed char *__c) argument
10350 vec_stvlxl(vector signed char __a, int __b, vector signed char *__c) argument
10359 vec_stvlxl(vector unsigned char __a, int __b, unsigned char *__c) argument
10368 vec_stvlxl(vector unsigned char __a, int __b, vector unsigned char *__c) argument
10377 vec_stvlxl(vector bool char __a, int __b, vector bool char *__c) argument
10386 vec_stvlxl(vector short __a, int __b, short *__c) argument
10395 vec_stvlxl(vector short __a, int __b, vector short *__c) argument
10404 vec_stvlxl(vector unsigned short __a, int __b, unsigned short *__c) argument
10413 vec_stvlxl(vector unsigned short __a, int __b, vector unsigned short *__c) argument
10422 vec_stvlxl(vector bool short __a, int __b, vector bool short *__c) argument
10431 vec_stvlxl(vector pixel __a, int __b, vector pixel *__c) argument
10440 vec_stvlxl(vector int __a, int __b, int *__c) argument
10449 vec_stvlxl(vector int __a, int __b, vector int *__c) argument
10458 vec_stvlxl(vector unsigned int __a, int __b, unsigned int *__c) argument
10467 vec_stvlxl(vector unsigned int __a, int __b, vector unsigned int *__c) argument
10476 vec_stvlxl(vector bool int __a, int __b, vector bool int *__c) argument
10485 vec_stvlxl(vector float __a, int __b, vector float *__c) argument
10496 vec_stvrx(vector signed char __a, int __b, signed char *__c) argument
10505 vec_stvrx(vector signed char __a, int __b, vector signed char *__c) argument
10514 vec_stvrx(vector unsigned char __a, int __b, unsigned char *__c) argument
10523 vec_stvrx(vector unsigned char __a, int __b, vector unsigned char *__c) argument
10532 vec_stvrx(vector bool char __a, int __b, vector bool char *__c) argument
10541 vec_stvrx(vector short __a, int __b, short *__c) argument
10550 vec_stvrx(vector short __a, int __b, vector short *__c) argument
10559 vec_stvrx(vector unsigned short __a, int __b, unsigned short *__c) argument
10568 vec_stvrx(vector unsigned short __a, int __b, vector unsigned short *__c) argument
10577 vec_stvrx(vector bool short __a, int __b, vector bool short *__c) argument
10586 vec_stvrx(vector pixel __a, int __b, vector pixel *__c) argument
10595 vec_stvrx(vector int __a, int __b, int *__c) argument
10604 vec_stvrx(vector int __a, int __b, vector int *__c) argument
10613 vec_stvrx(vector unsigned int __a, int __b, unsigned int *__c) argument
10622 vec_stvrx(vector unsigned int __a, int __b, vector unsigned int *__c) argument
10631 vec_stvrx(vector bool int __a, int __b, vector bool int *__c) argument
10640 vec_stvrx(vector float __a, int __b, vector float *__c) argument
10651 vec_stvrxl(vector signed char __a, int __b, signed char *__c) argument
10660 vec_stvrxl(vector signed char __a, int __b, vector signed char *__c) argument
10669 vec_stvrxl(vector unsigned char __a, int __b, unsigned char *__c) argument
10678 vec_stvrxl(vector unsigned char __a, int __b, vector unsigned char *__c) argument
10687 vec_stvrxl(vector bool char __a, int __b, vector bool char *__c) argument
10696 vec_stvrxl(vector short __a, int __b, short *__c) argument
10705 vec_stvrxl(vector short __a, int __b, vector short *__c) argument
10714 vec_stvrxl(vector unsigned short __a, int __b, unsigned short *__c) argument
10723 vec_stvrxl(vector unsigned short __a, int __b, vector unsigned short *__c) argument
10732 vec_stvrxl(vector bool short __a, int __b, vector bool short *__c) argument
10741 vec_stvrxl(vector pixel __a, int __b, vector pixel *__c) argument
10750 vec_stvrxl(vector int __a, int __b, int *__c) argument
10759 vec_stvrxl(vector int __a, int __b, vector int *__c) argument
10768 vec_stvrxl(vector unsigned int __a, int __b, unsigned int *__c) argument
10777 vec_stvrxl(vector unsigned int __a, int __b, vector unsigned int *__c) argument
10786 vec_stvrxl(vector bool int __a, int __b, vector bool int *__c) argument
10795 vec_stvrxl(vector float __a, int __b, vector float *__c) argument
13495 __builtin_crypto_vpermxor(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
13503 __builtin_crypto_vpermxor(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
13514 __builtin_crypto_vpermxor(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
13525 __builtin_crypto_vpermxor(vector unsigned long long __a, vector unsigned long long __b, vector unsigned long long __c) argument
[all...]
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c638 unsigned short int __c; member in struct:drand48_data
5187 extern int _IO_putc (int __c, _IO_FILE *__fp) __attribute__ ((__nothrow__));
5399 extern int fputc (int __c, FILE *__stream);
5400 extern int putc (int __c, FILE *__stream);
5406 extern int putchar (int __c);
5409 extern int fputc_unlocked (int __c, FILE *__stream);
5417 extern int putc_unlocked (int __c, FILE *__stream);
5418 extern int putchar_unlocked (int __c);
5465 extern int ungetc (int __c, FILE *__stream);

Completed in 449 milliseconds