Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 117) sorted by relevance

12345

/bionic/libc/private/
Dbionic_atomic_arm.h140 __bionic_cmpxchg(int32_t old_value, int32_t new_value, volatile int32_t* ptr) in __bionic_cmpxchg()
142 int32_t prev, status; in __bionic_cmpxchg()
163 typedef int (kernel_cmpxchg)(int32_t, int32_t, volatile int32_t *);
166 __kernel_cmpxchg(int32_t old_value, int32_t new_value, volatile int32_t* ptr) in __kernel_cmpxchg()
173 __bionic_cmpxchg(int32_t old_value, int32_t new_value, volatile int32_t* ptr) in __bionic_cmpxchg()
186 __ATOMIC_INLINE__ int32_t
187 __bionic_swap(int32_t new_value, volatile int32_t* ptr) in __bionic_swap()
189 int32_t prev, status; in __bionic_swap()
203 __ATOMIC_INLINE__ int32_t
204 __bionic_swap(int32_t new_value, volatile int32_t* ptr) in __bionic_swap()
[all …]
Dbionic_atomic_gcc_builtin.h31 __bionic_cmpxchg(int32_t old_value, int32_t new_value, volatile int32_t* ptr) in __bionic_cmpxchg()
37 __ATOMIC_INLINE__ int32_t
38 __bionic_swap(int32_t new_value, volatile int32_t* ptr) in __bionic_swap()
40 int32_t old_value; in __bionic_swap()
47 __ATOMIC_INLINE__ int32_t
48 __bionic_atomic_inc(volatile int32_t* ptr) in __bionic_atomic_inc()
54 __ATOMIC_INLINE__ int32_t
55 __bionic_atomic_dec(volatile int32_t* ptr) in __bionic_atomic_dec()
Dbionic_atomic_x86.h42 __bionic_cmpxchg(int32_t old_value, int32_t new_value, volatile int32_t* ptr) in __bionic_cmpxchg()
44 int32_t prev; in __bionic_cmpxchg()
54 __ATOMIC_INLINE__ int32_t
55 __bionic_swap(int32_t new_value, volatile int32_t *ptr) in __bionic_swap()
65 __ATOMIC_INLINE__ int32_t
66 __bionic_atomic_inc(volatile int32_t *ptr) in __bionic_atomic_inc()
77 __ATOMIC_INLINE__ int32_t
78 __bionic_atomic_dec(volatile int32_t *ptr) in __bionic_atomic_dec()
Dbionic_atomic_mips.h42 __bionic_cmpxchg(int32_t old_value, int32_t new_value, volatile int32_t* ptr) in __bionic_cmpxchg()
44 int32_t prev, status; in __bionic_cmpxchg()
59 __ATOMIC_INLINE__ int32_t
60 __bionic_swap(int32_t new_value, volatile int32_t *ptr) in __bionic_swap()
62 int32_t prev, status; in __bionic_swap()
74 __ATOMIC_INLINE__ int32_t
75 __bionic_atomic_inc(volatile int32_t *ptr) in __bionic_atomic_inc()
77 int32_t prev, status; in __bionic_atomic_inc()
89 __ATOMIC_INLINE__ int32_t
90 __bionic_atomic_dec(volatile int32_t *ptr) in __bionic_atomic_dec()
[all …]
Dlogd.h70 void __libc_android_log_event_int(int32_t tag, int value);
71 void __libc_android_log_event_uid(int32_t tag);
/bionic/libc/bionic/
Dcrtbrand.c52 int32_t namesz;
53 int32_t descsz;
54 int32_t type;
56 int32_t android_api;
59 sizeof(int32_t),
/bionic/libm/src/
De_rem_pio2f.c34 static const int32_t two_over_pi[] = {
62 int32_t __ieee754_rem_pio2f(float x, float *y) in __ieee754_rem_pio2f()
67 int32_t e0,n,ix,hx; in __ieee754_rem_pio2f()
74 n = (int32_t) (t*invpio2+half); in __ieee754_rem_pio2f()
91 SET_FLOAT_WORD(z, ix - ((int32_t)(e0<<23))); in __ieee754_rem_pio2f()
De_rem_pio2.c31 static const int32_t two_over_pi[] = {
45 static const int32_t npio2_hw[] = {
76 int32_t __ieee754_rem_pio2(double x, double *y) in __ieee754_rem_pio2()
80 int32_t e0,i,j,nx,n,ix,hx; in __ieee754_rem_pio2()
114 n = (int32_t) (t*invpio2+half); in __ieee754_rem_pio2()
157 SET_HIGH_WORD(z, ix - ((int32_t)(e0<<20))); in __ieee754_rem_pio2()
159 tx[i] = (double)((int32_t)(z)); in __ieee754_rem_pio2()
Dk_rem_pio2f.c48 int __kernel_rem_pio2f(float *x, float *y, int e0, int nx, int prec, const int32_t *ipio2) in __kernel_rem_pio2f()
50 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2f()
75 fw = (float)((int32_t)(twon8* z)); in __kernel_rem_pio2f()
76 iq[i] = (int32_t)(z-two8*fw); in __kernel_rem_pio2f()
83 n = (int32_t) z; in __kernel_rem_pio2f()
142 fw = (float)((int32_t)(twon8*z)); in __kernel_rem_pio2f()
143 iq[jz] = (int32_t)(z-two8*fw); in __kernel_rem_pio2f()
145 iq[jz] = (int32_t) fw; in __kernel_rem_pio2f()
146 } else iq[jz] = (int32_t) z ; in __kernel_rem_pio2f()
Dk_rem_pio2.c156 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2) in __kernel_rem_pio2()
158 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2()
183 fw = (double)((int32_t)(twon24* z)); in __kernel_rem_pio2()
184 iq[i] = (int32_t)(z-two24*fw); in __kernel_rem_pio2()
191 n = (int32_t) z; in __kernel_rem_pio2()
250 fw = (double)((int32_t)(twon24*z)); in __kernel_rem_pio2()
251 iq[jz] = (int32_t)(z-two24*fw); in __kernel_rem_pio2()
253 iq[jz] = (int32_t) fw; in __kernel_rem_pio2()
254 } else iq[jz] = (int32_t) z ; in __kernel_rem_pio2()
Ds_finitef.c30 int32_t ix; in finitef()
Ds_finite.c27 int32_t hx; in finite()
Ds_expm1f.c42 int32_t k,xsb; in expm1f()
102 int32_t i; in expm1f()
110 int32_t i; in expm1f()
116 int32_t i; in expm1f()
De_sqrtf.c29 int32_t sign = (int)0x80000000; in __ieee754_sqrtf()
30 int32_t ix,s,q,m,t,i; in __ieee754_sqrtf()
Ds_ilogbf.c27 int32_t hx,ix; in ilogbf()
Ds_logbf.c29 int32_t ix; in logbf()
Ds_logb.c32 int32_t lx,ix; in logb()
Ds_tan.c54 int32_t n, ix; in tan()
Ds_ilogb.c31 int32_t hx,lx,ix; in ilogb()
Ds_frexpf.c29 int32_t hx,ix; in frexpf()
Ds_truncf.c33 int32_t i0,j0; in truncf()
De_jnf.c33 int32_t i,hx,ix, sgn; in __ieee754_jnf()
110 float q0,q1,h,tmp; int32_t k,m; in __ieee754_jnf()
166 int32_t i,hx,ix,ib; in __ieee754_ynf()
167 int32_t sign; in __ieee754_ynf()
/bionic/libthread_db/include/
Dthread_db.h61 typedef int32_t td_err_e;
104 int32_t ti_lid; // the kernel's id for the thread
150 … td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
/bionic/libc/kernel/common/linux/
Drpmsg_omx.h39 int32_t result;
/bionic/libc/include/
Dstdint.h46 typedef __int32_t int32_t; typedef
89 typedef int32_t int_fast16_t;
121 typedef int32_t int_least32_t;
122 typedef int32_t int_fast32_t;

12345