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

  /external/linux-kselftest/tools/testing/selftests/vm/
virtual_address_range.c 100 char *hptr[NR_CHUNKS_HIGH]; local
121 hptr[i] = mmap(hint, MAP_CHUNK_SIZE, PROT_READ | PROT_WRITE,
124 if (hptr[i] == MAP_FAILED)
127 if (validate_addr(hptr[i], 1))
136 munmap(hptr[i], MAP_CHUNK_SIZE);
  /external/syslinux/com32/chain/
options.h 61 bool hptr; member in struct:options
options.c 124 " hptr Force ds:si and ds:bp to point to handover area",
297 } else if (!strcmp(argv[i], "hptr")) {
298 opt.hptr = true;
300 opt.hptr = false;
mangle.c 452 if (opt.file && opt.maps && !opt.hptr) {
  /external/syslinux/com32/lib/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/syslinux/memdisk/
setup.c 761 struct memdisk_header *hptr; local
846 hptr = (struct memdisk_header *)memdisk_hook;
847 pptr = (struct patch_area *)(memdisk_hook + hptr->patch_offs);
992 /* The size is given by hptr->total_size plus the size of the E820
996 total_size = hptr->total_size; /* Actual memdisk code */
1004 hptr->total_size, e820_len, cmdline_len, stack_len);
1057 pptr->mdi.oldint13.uint32 = driverptr + hptr->iret_offs;
    [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:__anon61418
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/e2fsprogs/misc/
fuse2fs.c 195 unsigned char *hptr; local
208 hptr = (unsigned char *) (h + 1);
210 e = (ext4_acl_entry *) hptr;
218 hptr += sizeof(ext4_acl_entry);
224 hptr += sizeof(ext4_acl_entry_short);
248 unsigned char *hptr; local
262 hptr = (unsigned char *) (eacl + 1);
264 e = (ext4_acl_entry *) hptr;
272 hptr += sizeof(ext4_acl_entry);
278 hptr += sizeof(ext4_acl_entry_short)
    [all...]
  /external/mksh/src/
edit.c 5057 char *hptr; local
5084 char *hptr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 4144 char *hptr, *pptr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 4062 char *hptr, *pptr; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 4169 char *hptr, *pptr; local
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 5957 char *hptr, *pptr; local
    [all...]

Completed in 369 milliseconds