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

  /external/chromium_org/third_party/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.46/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xos_r.h 413 struct hostent *hptr; member in struct:__anon45002
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.11-4.8/sysroot/usr/include/X11/
Xos_r.h 413 struct hostent *hptr; member in struct:__anon46738
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/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 1311 HPOINTER hptr; member in struct:WMcursor
1343 HPOINTER hptr; local
    [all...]
  /external/mksh/src/
edit.c 5002 char *hptr; local
5029 char *hptr; local
    [all...]

Completed in 822 milliseconds