HomeSort by relevance Sort by last modified time
    Searched refs:hptr (Results 1 - 6 of 6) 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...]
  /prebuilt/linux-x86/toolchain/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:__anon13428
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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 440 struct hostent *hptr; member in struct:__anon13542
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...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos_r.h 449 struct hostent *hptr; member in struct:__anon14884
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...]
  /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...]

Completed in 52 milliseconds