/bionic/libc/include/bits/ |
D | pthread_types.h | 39 int32_t sched_policy; 40 int32_t sched_priority; 51 int32_t __private[8]; 62 int32_t __private[12]; 64 int32_t __private[1]; 74 int32_t __private[10]; 76 int32_t __private[1]; 86 int32_t __private[14]; 88 int32_t __private[10]; 99 int32_t __private[2];
|
/bionic/tools/versioner/src/ |
D | CompilationType.h | 52 int32_t arch : 3; 53 int32_t cpp : 1; 54 int32_t api_level : 6; 55 int32_t file_offset_bits : 1; 56 int32_t padding : 21; 58 packed.arch = static_cast<int32_t>(type.arch); 63 int32_t value; 65 return std::hash<int32_t>()(value);
|
/bionic/tests/ |
D | sstream_test.cpp | 53 CheckOverflow<int32_t>(std::numeric_limits<int32_t>::min(), "-2147483648", false); in TEST() 54 CheckOverflow<int32_t>(0, "-2147483649", true); in TEST() 55 CheckOverflow<int32_t>(std::numeric_limits<int32_t>::max(), "2147483647", false); in TEST() 56 CheckOverflow<int32_t>(0, "2147483648", true); in TEST()
|
/bionic/libc/tzcode/ |
D | bionic.cpp | 40 extern "C" int __bionic_open_tzdata(const char*, int32_t*); 115 int32_t index_offset; 116 int32_t data_offset; 117 int32_t final_offset; 122 int32_t start; 123 int32_t length; 124 int32_t unused; // Was raw GMT offset; always 0 since tzdata2014f (L). 133 int32_t* entry_length) { in __bionic_open_tzdata_path() 237 int __bionic_open_tzdata(const char* olson_id, int32_t* entry_length) { in __bionic_open_tzdata()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | k_rem_pio2.c | 151 static const int32_t ipio2[] = { 296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2() 321 fw = (double)((int32_t)(twon24* z)); in __kernel_rem_pio2() 322 iq[i] = (int32_t)(z-two24*fw); in __kernel_rem_pio2() 329 n = (int32_t) z; in __kernel_rem_pio2() 388 fw = (double)((int32_t)(twon24*z)); in __kernel_rem_pio2() 389 iq[jz] = (int32_t)(z-two24*fw); in __kernel_rem_pio2() 391 iq[jz] = (int32_t) fw; in __kernel_rem_pio2() 392 } else iq[jz] = (int32_t) z ; in __kernel_rem_pio2()
|
D | e_jnf.c | 37 int32_t i,hx,ix, sgn; in jnf() 114 float q0,q1,h,tmp; int32_t k,m; in jnf() 175 int32_t i,hx,ix,ib; in ynf() 176 int32_t sign; in ynf()
|
D | e_rem_pio2f.c | 52 int32_t e0,n,ix,hx; in __ieee754_rem_pio2f() 73 SET_FLOAT_WORD(z, ix - ((int32_t)(e0<<23))); in __ieee754_rem_pio2f()
|
D | e_jn.c | 56 int32_t i,hx,ix,lx, sgn; in jn() 157 double q0,q1,h,tmp; int32_t k,m; in jn() 218 int32_t i,hx,ix,lx; in yn() 219 int32_t sign; in yn()
|
D | e_j1.c | 90 int32_t hx,ix; in j1() 146 int32_t hx,ix,lx; in y1() 275 int32_t ix; in pone() 372 int32_t ix; in qone()
|
D | e_j1f.c | 52 int32_t hx,ix; in j1f() 108 int32_t hx,ix; in y1f() 230 int32_t ix; in ponef() 327 int32_t ix; in qonef()
|
D | e_rem_pio2.c | 59 int32_t e0,i,j,nx,n,ix,hx; in __ieee754_rem_pio2() 169 INSERT_WORDS(z, ix - ((int32_t)(e0<<20)), low); in __ieee754_rem_pio2() 171 tx[i] = (double)((int32_t)(z)); in __ieee754_rem_pio2()
|
D | e_j0f.c | 51 int32_t hx,ix; in j0f() 111 int32_t hx,ix; in y0f() 235 int32_t ix; in pzerof() 332 int32_t ix; in qzerof()
|
D | e_j0.c | 89 int32_t hx,ix; in j0() 149 int32_t hx,ix,lx; in y0() 281 int32_t ix; in pzero() 378 int32_t ix; in qzero()
|
D | e_acosf.c | 38 int32_t hx,ix; in acosf() 64 int32_t idf; in acosf()
|
D | s_log1pf.c | 43 int32_t k,hx,hu,ax; in log1pf() 61 if(hx>0||hx<=((int32_t)0xbe95f619)) { in log1pf()
|
D | s_log1p.c | 105 int32_t k,hx,hu,ax; in log1p() 123 if(hx>0||hx<=((int32_t)0xbfd2bec4)) { in log1p()
|
D | s_finitef.c | 29 int32_t ix; in finitef()
|
D | s_finite.c | 26 int32_t hx; in finite()
|
D | s_ilogbf.c | 26 int32_t hx,ix; in ilogbf()
|
/bionic/libc/bionic/ |
D | icu_wrappers.cpp | 37 int32_t __icu_getIntPropertyValue(wint_t wc, UProperty property) { in __icu_getIntPropertyValue() 38 typedef int32_t (*u_getIntPropertyValue_t)(UChar32, UProperty); in __icu_getIntPropertyValue()
|
/bionic/libc/private/ |
D | icu.h | 39 typedef int32_t UChar32; 82 int32_t __icu_getIntPropertyValue(wint_t wc, UProperty property);
|
/bionic/libc/include/ |
D | stdint.h | 64 typedef __int32_t int32_t; typedef 79 typedef int32_t int_least32_t; 97 typedef int32_t int_fast16_t; 99 typedef int32_t int_fast32_t;
|
/bionic/libc/kernel/uapi/linux/ |
D | coda.h | 50 typedef int int32_t; typedef 137 int32_t f_blocks; 138 int32_t f_bfree; 139 int32_t f_bavail; 140 int32_t f_files; 141 int32_t f_ffree;
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 44 int32_t return_value = StartIteration(handle, &cookie); in GetEntries() 77 int32_t error; in CreateAlignedZip() 139 int32_t return_value = OpenArchive(argv[2], &handle); in main()
|
/bionic/libc/include/netinet/ |
D | ip.h | 236 int32_t saddr; 237 int32_t daddr;
|