HomeSort by relevance Sort by last modified time
    Searched defs:iptr (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/Sema/
attr-malloc.c 14 typedef int * iptr; typedef
15 iptr returns_iptr (void) __attribute((malloc)); // no-warning
nullability.c 93 int * _Nonnull iptr; local
94 float *fptr = iptr; // expected-warning{{incompatible pointer types initializing 'float *' with an expression of type 'int * _Nonnull'}}
  /external/ltp/lib/
self_exec.c 76 int *iptr, i, j; local
106 iptr = va_arg(ap, int *);
113 *iptr = i;
  /external/clang/test/SemaCXX/
warn-bad-memaccess.cpp 115 int i, *iptr; local
120 memset(&iptr, 0, sizeof iptr);
  /external/ppp/pppd/plugins/radius/
config.c 65 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 = AUTH_LOCAL_FST
    [all...]
  /external/speex/libspeexdsp/
fftwrap.c 260 float *iptr = t->in; local
264 iptr[i]=in[i] * m;
278 float *iptr = t->in; local
281 iptr[0] = in[0];
282 iptr[1] = 0.0f;
284 iptr[i+1] = in[i];
285 iptr[N+1] = 0.0f;
resample.c 349 const spx_word16_t *iptr = & in[last_sample]; local
354 for(j=0;j<N;j++) sum += MULT16_16(sinct[j], iptr[j]);
361 accum[0] += MULT16_16(sinct[j], iptr[j]);
362 accum[1] += MULT16_16(sinct[j+1], iptr[j+1]);
363 accum[2] += MULT16_16(sinct[j+2], iptr[j+2]);
364 accum[3] += MULT16_16(sinct[j+3], iptr[j+3]);
370 sum = inner_product_single(sinct, iptr, N);
407 const spx_word16_t *iptr = & in[last_sample]; local
414 accum[0] += sinct[j]*iptr[j];
415 accum[1] += sinct[j+1]*iptr[j+1]
454 const spx_word16_t *iptr = & in[last_sample]; local
517 const spx_word16_t *iptr = & in[last_sample]; local
    [all...]
  /external/vboot_reference/utility/
bmpblk_util.c 393 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->format, iptr->compression
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 180 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/curl/tests/server/
util.c 81 char *iptr = data; local
88 *optr++ = *iptr++;
90 msnprintf(optr, 4, "%%%02x", *iptr++);
  /external/dtc/
fdtput.c 110 fdt32_t *iptr = (fdt32_t *)ptr; local
113 *iptr = cpu_to_fdt32(ival);
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 284 Index iptr = istart + nsupc; local
287 irow = rowIndex()[iptr];
290 iptr++;
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 407 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 = img local
    [all...]
  /external/curl/lib/
urlapi.c 184 const unsigned char *iptr; local
191 for(iptr = (unsigned char *)url; /* read from here */
192 *iptr; /* until zero byte */
193 iptr++) {
195 if(iptr < host_sep) {
196 *optr++ = *iptr;
200 switch(*iptr) {
205 if(urlchar_needs_escaping(*iptr)) {
206 msnprintf(optr, 4, "%%%02x", *iptr);
210 *optr++=*iptr;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
inode.c 582 struct ext2_inode_large *iptr = (struct ext2_inode_large *)inode; local
651 retval = ext2fs_get_mem(length, &iptr);
674 memset(iptr, 0, length);
676 (struct ext2_inode_large *) iptr,
680 memcpy(iptr, scan->temp_buffer, length);
694 memset(iptr, 0, length);
696 (struct ext2_inode_large *) iptr,
700 memcpy(iptr, scan->ptr, length);
714 if (iptr != (struct ext2_inode_large *)inode) {
715 memcpy(inode, iptr, bufsize)
742 struct ext2_inode_large *iptr; local
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_test.c 970 PCRE2_SPTR8 iptr = input; local
1018 PCRE2_SPTR8 iptr = input; local
1042 PCRE2_SPTR8 iptr = input; local
1078 PCRE2_SPTR8 iptr = input; local
    [all...]
  /external/libaom/libaom/av1/common/
resize.c 608 uint8_t *iptr = img; local
610 for (i = 0; i < len; ++i, iptr += stride) {
611 *aptr++ = *iptr;
617 uint8_t *iptr = img; local
619 for (i = 0; i < len; ++i, iptr += stride) {
620 *iptr = *aptr++;
627 double *iptr = img; local
629 for (i = 0; i < len; ++i, iptr += stride) {
630 *aptr++ = *iptr;
637 double *iptr = img local
1000 uint16_t *iptr = img; local
1010 uint16_t *iptr = img; local
    [all...]
  /external/libevent/test/
regress_util.c 699 ev_intptr_t iptr; local
773 iptr = (ev_intptr_t)ptr;
775 ptr = (void *)iptr;
780 iptr = -1;
781 tt_assert(iptr < 0);
    [all...]
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 131 const int* iptr = (const int*)&x; local
132 return (((*iptr) & 0x7f800000) >> 23) - 127;
    [all...]
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 132 const int* iptr = (const int*)&x; local
133 return (((*iptr) & 0x7f800000) >> 23) - 127;
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-rockchip/
ddr_rk3368.h 154 u32 iptr; member in struct:rk3368_ddr_pctl
156 check_member(rk3368_ddr_pctl, iptr, 0x03fc);
sdram_rk3036.h 148 u32 iptr; member in struct:rk3036_ddr_pctl
150 check_member(rk3036_ddr_pctl, iptr, 0x03fc);
  /external/libpng/
pngread.c 1220 png_uint_32 iptr; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngread.c 1210 png_uint_32 iptr; local
    [all...]
  /external/u-boot/tools/
mxsimage.c 2259 uint8_t *image, *iptr; local
    [all...]

Completed in 705 milliseconds

1 2