/external/fdlibm/ |
D | s_modf.c | 33 double ieee_modf(double x, double *iptr) in ieee_modf() argument 35 double ieee_modf(x, iptr) in ieee_modf() 36 double x,*iptr; in ieee_modf() 46 __HIp(iptr) = i0&0x80000000; 47 __LOp(iptr) = 0; /* *iptr = +-0 */ 52 *iptr = x; 57 __HIp(iptr) = i0&(~i); 58 __LOp(iptr) = 0; 59 return x - *iptr; 63 *iptr = x*one; [all …]
|
/external/ppp/pppd/plugins/radius/ |
D | config.c | 65 int *iptr; in set_option_int() local 72 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) { in set_option_int() 77 *iptr = atoi(p); in set_option_int() 78 option->val = (void *) iptr; in set_option_int() 135 int *iptr; in set_option_auo() local 142 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) { in set_option_auo() 147 *iptr = 0; in set_option_auo() 151 *iptr = AUTH_LOCAL_FST; in set_option_auo() 153 *iptr = AUTH_RADIUS_FST; in set_option_auo() 162 if ((*iptr & AUTH_RADIUS_FST) && !strcmp(p, "local")) in set_option_auo() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | function-template-specialization.cpp | 10 void test(int *iptr, float *fptr, int diff) { in test() argument 12 iptr = next(iptr, diff); in test() 21 void test2(int *iptr, double *dptr, int diff) { in test2() argument 22 iptr = next(iptr, diff); in test2()
|
/external/clang/test/SemaCXX/ |
D | warn-bad-memaccess.cpp | 84 int i, *iptr; in test_nowarn() local 89 memset(&iptr, 0, sizeof iptr); in test_nowarn()
|
/external/speex/libspeex/ |
D | fftwrap.c | 209 float *iptr = t->in; in spx_fft() local 213 iptr[i]=in[i] * m; in spx_fft() 227 float *iptr = t->in; in spx_ifft() local 230 iptr[0] = in[0]; in spx_ifft() 231 iptr[1] = 0.0f; in spx_ifft() 233 iptr[i+1] = in[i]; in spx_ifft() 234 iptr[N+1] = 0.0f; in spx_ifft()
|
D | resample.c | 349 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_direct_single() local 355 accum[0] += sinc[j]*iptr[j]; in resampler_basic_direct_single() 356 accum[1] += sinc[j+1]*iptr[j+1]; in resampler_basic_direct_single() 357 accum[2] += sinc[j+2]*iptr[j+2]; in resampler_basic_direct_single() 358 accum[3] += sinc[j+3]*iptr[j+3]; in resampler_basic_direct_single() 363 sum = inner_product_single(sinc, iptr, N); in resampler_basic_direct_single() 401 const spx_word16_t *iptr = & in[last_sample]; in resampler_basic_direct_double() local 407 accum[0] += sinc[j]*iptr[j]; in resampler_basic_direct_double() 408 accum[1] += sinc[j+1]*iptr[j+1]; in resampler_basic_direct_double() 409 accum[2] += sinc[j+2]*iptr[j+2]; in resampler_basic_direct_double() [all …]
|
/external/clang/test/Sema/ |
D | attr-malloc.c | 14 typedef int * iptr; typedef 15 iptr returns_iptr (void) __attribute((malloc)); // no-warning
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1.cpp | 55 int* iptr = &i; variable 56 …X0<iptr> x0b; // expected-error{{non-type template argument for template parameter of pointer type…
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-class-extension.m | 14 void foo(I1 *iptr) {}
|
/external/llvm/test/FrontendObjC/ |
D | 2010-02-23-DbgInheritance.m | 9 void fn(I *iptr) {}
|
/external/openssl/include/openssl/ |
D | asn1.h | 406 #define ASN1_ITEM_ptr(iptr) (iptr) argument 409 #define ASN1_ITEM_ref(iptr) (&(iptr##_it)) argument 426 #define ASN1_ITEM_ptr(iptr) (iptr()) argument 429 #define ASN1_ITEM_ref(iptr) (iptr##_it) argument
|
D | asn1t.h | 80 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr)) argument 94 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
|
/external/openssl/crypto/asn1/ |
D | asn1.h | 406 #define ASN1_ITEM_ptr(iptr) (iptr) argument 409 #define ASN1_ITEM_ref(iptr) (&(iptr##_it)) argument 426 #define ASN1_ITEM_ptr(iptr) (iptr()) argument 429 #define ASN1_ITEM_ref(iptr) (iptr##_it) argument
|
D | asn1t.h | 80 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr)) argument 94 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
|
/external/pcre/ |
D | pcre_exec.c | 5857 register int *iptr = md->offset_vector + ocount; in pcre_exec() local 5858 register int *iend = iptr - resetcount/2 + 1; in pcre_exec() 5859 while (--iptr >= iend) *iptr = -1; in pcre_exec() 5907 register int *iptr = md->offset_vector; in pcre_exec() local 5908 register int *iend = iptr + resetcount; in pcre_exec() 5909 while (iptr < iend) *iptr++ = -1; in pcre_exec()
|
D | configure | 15456 typedef const int *iptr; 15457 iptr p = 0;
|
/external/jpeg/ |
D | configure | 1126 typedef const int *iptr; 1127 iptr p = 0;
|
/external/llvm/test/CodeGen/ARM/ |
D | reg_sequence.ll | 169 define void @t7(i32* %iptr, i32* %optr) nounwind { 179 %0 = bitcast i32* %iptr to i8* ; <i8*> [#uses=2]
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 92 #define yaffs_InodeToObject(iptr) ((yaffs_Object *)((iptr)->u.generic_ip)) argument
|
/external/genext2fs/ |
D | configure | 4917 typedef const int *iptr; 4918 iptr p = 0;
|
/external/liblzf/ |
D | configure | 6341 typedef const int *iptr; 6342 iptr p = 0;
|
/external/srtp/ |
D | configure | 6612 typedef const int *iptr; 6613 iptr p = 0;
|
/external/strace/ |
D | configure | 3697 typedef const int *iptr; 3698 iptr p = 0;
|
/external/e2fsprogs/ |
D | configure | 6108 typedef const int *iptr; 6109 iptr p = 0;
|
/external/libpng/ |
D | configure | 11107 typedef const int *iptr; 11108 iptr p = 0;
|