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

  /external/libpng/
pngmem.c 179 png_byte huge * hptr; local
239 hptr = (png_byte huge *)table;
240 if ((png_size_t)hptr & 0xf)
242 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
243 hptr = hptr + 16L; /* "hptr += 16L" fails on Turbo C++ 3.0 */
247 png_ptr->offset_table_ptr[i] = (png_bytep)hptr;
248 hptr = hptr + (png_uint_32)65536L; /* "+=" fails on TC++3.0 *
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 166 png_byte huge * hptr; local
226 hptr = (png_byte huge *)table;
227 if ((png_size_t)hptr & 0xf)
229 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
230 hptr = hptr + 16L; /* "hptr += 16L" fails on Turbo C++ 3.0 */
234 png_ptr->offset_table_ptr[i] = (png_bytep)hptr;
235 hptr = hptr + (png_uint_32)65536L; /* "+=" fails on TC++3.0 *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h 449 struct hostent *hptr; member in struct:__anon22166
461 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
462 strcpy((hp).h_name, (hp).hptr->h_name), \
464 ((hp).hptr = &(hp).hent), \
476 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
478 (hp).hptr )
481 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
483 (hp).hptr )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 440 struct hostent *hptr; member in struct:__anon22286
452 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
453 strcpy((hp).h_name, (hp).hptr->h_name), \
455 ((hp).hptr = &(hp).hent), \
467 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
469 (hp).hptr )
472 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
474 (hp).hptr )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h 449 struct hostent *hptr; member in struct:__anon23756
461 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
462 strcpy((hp).h_name, (hp).hptr->h_name), \
464 ((hp).hptr = &(hp).hent), \
476 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
478 (hp).hptr )
481 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
483 (hp).hptr )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 440 struct hostent *hptr; member in struct:__anon23876
452 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
453 strcpy((hp).h_name, (hp).hptr->h_name), \
455 ((hp).hptr = &(hp).hent), \
467 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
469 (hp).hptr )
472 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
474 (hp).hptr )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 440 struct hostent *hptr; member in struct:__anon25388
452 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
453 strcpy((hp).h_name, (hp).hptr->h_name), \
455 ((hp).hptr = &(hp).hent), \
467 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
469 (hp).hptr )
472 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
474 (hp).hptr )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 1311 HPOINTER hptr; member in struct:WMcursor
1343 HPOINTER hptr; local
    [all...]
  /external/mksh/src/
edit.c 4874 char *hptr; local
4901 char *hptr; local
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 769 const guint8 *hptr = tvb_get_ptr(tvb, offset, length); local
771 decomp->next_in = (Bytef *)hptr;
    [all...]

Completed in 344 milliseconds