Searched defs:iptr (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/Sema/
H A Dattr-malloc.c14 typedef int * iptr; typedef
15 iptr returns_iptr (void) __attribute((malloc)); // no-warning
H A Dnullability.c93 int * _Nonnull iptr; local
94 float *fptr = iptr; // expected-warning{{incompatible pointer types initializing 'float *' with an expression of type 'int * _Nonnull'}}
/external/fdlibm/
H A Ds_modf.c15 * ieee_modf(double x, double *iptr)
16 * return fraction part of x, and return x's integral part in *iptr.
33 double ieee_modf(double x, double *iptr) argument
35 double ieee_modf(x, iptr)
36 double x,*iptr;
46 __HIp(iptr) = i0&0x80000000;
47 __LOp(iptr) = 0; /* *iptr = +-0 */
52 *iptr = x;
57 __HIp(iptr)
[all...]
/external/clang/test/CodeGen/
H A DPR8880.c3 void pr8880_cg_1(int *iptr) { argument
16 *iptr = 7;
33 void pr8880_cg_2(int *iptr) { argument
46 *iptr = 7;
63 void pr8880_cg_3(int *iptr) { argument
80 *iptr = 7;
94 void pr8880_cg_4(int *iptr) { argument
111 *iptr = 7;
125 void pr8880_cg_5(int x, int *iptr) { argument
139 *iptr
150 pr8880_cg_6(int x, int *iptr) argument
[all...]
/external/clang/test/CodeGenCXX/
H A Dfunction-template-specialization.cpp14 void test(int *iptr, float *fptr, int diff) { argument
16 iptr = next(iptr, diff);
25 void test2(int *iptr, double *dptr, int diff) { argument
26 iptr = next(iptr, diff);
/external/libvncserver/libvncserver/
H A Dtabletranstemplate.c57 char *iptr, char *optr,
61 IN_T *ip = (IN_T *)iptr;
88 char *iptr, char *optr,
92 IN_T *ip = (IN_T *)iptr;
55 rfbTranslateWithSingleTableINtoOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
86 rfbTranslateWithRGBTablesINtoOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
H A Dtabletrans24template.c52 char *iptr, char *optr,
56 uint8_t *ip = (uint8_t *)iptr;
91 char *iptr, char *optr,
95 uint8_t *ip = (uint8_t *)iptr;
143 char *iptr, char *optr,
147 uint8_t *ip = (uint8_t *)iptr;
176 char *iptr, char *optr,
180 uint8_t *ip = (uint8_t *)iptr;
213 char *iptr, char *optr,
217 IN_T *ip = (IN_T *)iptr;
50 rfbTranslateWithSingleTable24to24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
89 rfbTranslateWithRGBTables24to24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
141 rfbTranslateWithSingleTable24toOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
174 rfbTranslateWithRGBTables24toOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
211 rfbTranslateWithSingleTableINto24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
243 rfbTranslateWithRGBTablesINto24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
[all...]
H A Dtranslate.c226 char *iptr, char *optr, int bytesBetweenInputLines,
232 memcpy(optr, iptr, bytesPerOutputLine);
233 iptr += bytesBetweenInputLines;
225 rfbTranslateNone(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
/external/ltp/lib/
H A Dself_exec.c75 int *iptr, i, j; local
103 iptr = va_arg(ap, int *);
109 *iptr = i;
/external/speex/libspeex/
H A Dfftwrap.c209 float *iptr = t->in; local
213 iptr[i]=in[i] * m;
227 float *iptr = t->in; local
230 iptr[0] = in[0];
231 iptr[1] = 0.0f;
233 iptr[i+1] = in[i];
234 iptr[N+1] = 0.0f;
H A Dresample.c349 const spx_word16_t *iptr = & in[last_sample]; local
355 accum[0] += sinc[j]*iptr[j];
356 accum[1] += sinc[j+1]*iptr[j+1];
357 accum[2] += sinc[j+2]*iptr[j+2];
358 accum[3] += sinc[j+3]*iptr[j+3];
363 sum = inner_product_single(sinc, iptr, N);
401 const spx_word16_t *iptr = & in[last_sample]; local
407 accum[0] += sinc[j]*iptr[j];
408 accum[1] += sinc[j+1]*iptr[j+1];
409 accum[2] += sinc[j+2]*iptr[
448 const spx_word16_t *iptr = & in[last_sample]; local
511 const spx_word16_t *iptr = & in[last_sample]; local
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp180 int* iptr = &i; member in namespace:bad_args
185 X0<iptr> x0b;
190 // expected-note@-5 {{read of non-constexpr variable 'iptr' is not allowed in a constant expression}}
/external/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp115 int i, *iptr; local
120 memset(&iptr, 0, sizeof iptr);
/external/curl/tests/server/
H A Dutil.c71 char *iptr = data; local
78 *optr++ = *iptr++;
80 snprintf(optr, 4, "%%%02x", *iptr++);
/external/ppp/pppd/plugins/radius/
H A Dconfig.c65 int *iptr; local
72 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) {
77 *iptr = atoi(p);
78 option->val = (void *) iptr;
135 int *iptr; local
142 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) {
147 *iptr = 0;
151 *iptr
[all...]
/external/vboot_reference/utility/
H A Dbmpblk_util.c393 ImageInfo *iptr = local
395 if (iptr->tag == TAG_HWID) {
398 RENDER_HWID, iptr->tag, iptr->format, iptr->compression,
399 iptr->compressed_size, iptr->original_size);
400 } else if (iptr->tag == TAG_HWID_RTOL) {
403 RENDER_HWID_RTOL, iptr->tag,
404 iptr
[all...]
/external/dtc/
H A Dfdtput.c110 int *iptr = (int *)ptr; local
113 *iptr = cpu_to_fdt32(ival);
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_SupernodalMatrix.h284 Index iptr = istart + nsupc; local
287 irow = rowIndex()[iptr];
290 iptr++;
/external/curl/lib/
H A Dtransfer.c1458 const unsigned char *iptr; local
1460 for(iptr = (unsigned char *)url; /* read from here */
1461 *iptr; /* until zero byte */
1462 iptr++) {
1463 switch(*iptr) {
1468 if(*iptr >= 0x80) {
1469 snprintf(optr, 4, "%%%02x", *iptr);
1473 *optr++=*iptr;
/external/e2fsprogs/lib/ext2fs/
H A Dinode.c582 struct ext2_inode_large *iptr = (struct ext2_inode_large *)inode; local
650 retval = ext2fs_get_mem(length, &iptr);
673 memset(iptr, 0, length);
675 (struct ext2_inode_large *) iptr,
679 memcpy(iptr, scan->temp_buffer, length);
693 memset(iptr, 0, length);
695 (struct ext2_inode_large *) iptr,
699 memcpy(iptr, scan->ptr, length);
713 if (iptr != (struct ext2_inode_large *)inode) {
714 memcpy(inode, iptr, bufsiz
741 struct ext2_inode_large *iptr; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c407 uint8_t *iptr = img; local
409 for (i = 0; i < len; ++i, iptr += stride) {
410 *aptr++ = *iptr;
416 uint8_t *iptr = img; local
418 for (i = 0; i < len; ++i, iptr += stride) {
419 *iptr = *aptr++;
695 uint16_t *iptr = img; local
697 for (i = 0; i < len; ++i, iptr += stride) {
698 *aptr++ = *iptr;
705 uint16_t *iptr local
[all...]
/external/openssh/openbsd-compat/
H A Dbsd-snprintf.c677 static double my_modf(double x0, double *iptr) argument
696 (*iptr) = 0;
705 (*iptr) = l*f + i2;
709 (*iptr) = l;
710 return x - (*iptr);
/external/pcre/dist2/src/
H A Dpcre2_jit_test.c954 PCRE2_SPTR8 iptr = input; local
961 while (*iptr && max_length > 1) {
964 *offsetmap++ = (int)(iptr - (unsigned char*)input);
966 if (*iptr < 0xc0)
967 c = *iptr++;
968 else if (!(*iptr & 0x20)) {
969 c = ((iptr[0] & 0x1f) << 6) | (iptr[1] & 0x3f);
970 iptr += 2;
971 } else if (!(*iptr
1002 PCRE2_SPTR8 iptr = input; local
1026 PCRE2_SPTR8 iptr = input; local
1062 PCRE2_SPTR8 iptr = input; local
[all...]
/external/libpng/
H A Dpngread.c1209 png_uint_32 iptr; local
1214 for (iptr=0; iptr<info_ptr->height; iptr++)
1215 info_ptr->row_pointers[iptr] = NULL;
1219 for (iptr = 0; iptr < info_ptr->height; iptr++)
1220 info_ptr->row_pointers[iptr] = png_voidcast(png_bytep,
/external/pdfium/third_party/libpng16/
H A Dpngread.c1210 png_uint_32 iptr; local
1215 for (iptr=0; iptr<info_ptr->height; iptr++)
1216 info_ptr->row_pointers[iptr] = NULL;
1220 for (iptr = 0; iptr < info_ptr->height; iptr++)
1221 info_ptr->row_pointers[iptr] = png_voidcast(png_bytep,

Completed in 770 milliseconds

12