HomeSort by relevance Sort by last modified time
    Searched defs:hptr (Results 1 - 7 of 7) sorted by null

  /external/opencv3/3rdparty/libpng/
pngmem.c 191 png_byte huge * hptr; local
266 hptr = (png_byte huge *)table;
267 if ((png_size_t)hptr & 0xf)
269 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
270 hptr = hptr + 16L; /* "hptr += 16L" fails on Turbo C++ 3.0 */
275 png_ptr->offset_table_ptr[i] = (png_bytep)hptr;
276 hptr = hptr + (png_uint_32)65536L; /* "+=" fails on TC++3.0 *
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_qmfb.c 927 register jpc_fix_t *hptr; local
937 hptr = &a[llen];
939 hptr[0] -= lptr[0];
940 ++hptr;
944 hptr[0] -= (lptr[0] + lptr[1]) >> 1;
945 ++hptr;
949 hptr[0] -= lptr[0];
954 hptr = &a[llen];
956 lptr[0] += (hptr[0] + 1) >> 1;
961 lptr[0] += (hptr[0] + hptr[1] + 2) >> 2
984 jpc_fix_t *hptr; local
1046 jpc_fix_t *hptr; local
1146 jpc_fix_t *hptr; local
1245 register jpc_fix_t *hptr; local
1302 jpc_fix_t *hptr; local
1364 jpc_fix_t *hptr; local
1464 jpc_fix_t *hptr; local
1647 register jpc_fix_t *hptr; local
1769 jpc_fix_t *hptr; local
1977 jpc_fix_t *hptr; local
2185 jpc_fix_t *hptr; local
2361 register jpc_fix_t *hptr; local
2483 jpc_fix_t *hptr; local
2691 jpc_fix_t *hptr; local
2899 jpc_fix_t *hptr; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos_r.h 413 struct hostent *hptr; member in struct:__anon38035
425 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
426 strcpy((hp).h_name, (hp).hptr->h_name), \
428 ((hp).hptr = &(hp).hent), \
440 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
442 (hp).hptr )
445 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
447 (hp).hptr )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 413 struct hostent *hptr; member in struct:__anon39898
425 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
426 strcpy((hp).h_name, (hp).hptr->h_name), \
428 ((hp).hptr = &(hp).hent), \
440 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
442 (hp).hptr )
445 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
447 (hp).hptr )
    [all...]
  /external/opencv3/modules/imgproc/src/
convhull.cpp 282 const int* hptr = hull.ptr<int>(); local
286 bool rev_orientation = ((hptr[1] > hptr[0]) + (hptr[2] > hptr[1]) + (hptr[0] > hptr[2])) != 2;
289 int hcurr = hptr[rev_orientation ? 0 : hpoints-1];
294 int hnext = hptr[rev_orientation ? hpoints - i - 1 : i];
  /external/opencv3/modules/video/src/
ecc.cpp 68 const float* hptr = src5.ptr<float>(0); local
70 const float h0_ = hptr[0];
71 const float h1_ = hptr[3];
72 const float h2_ = hptr[6];
73 const float h3_ = hptr[1];
74 const float h4_ = hptr[4];
75 const float h5_ = hptr[7];
76 const float h6_ = hptr[2];
77 const float h7_ = hptr[5];
140 const float* hptr = src5.ptr<float>(0) local
    [all...]
  /external/mksh/src/
edit.c 5043 char *hptr; local
5070 char *hptr; local
    [all...]

Completed in 485 milliseconds