Searched refs:hptr (Results 1 – 12 of 12) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | virtual_address_range.c | 100 char *hptr[NR_CHUNKS_HIGH]; in main() local 121 hptr[i] = mmap(hint, MAP_CHUNK_SIZE, PROT_READ | PROT_WRITE, in main() 124 if (hptr[i] == MAP_FAILED) in main() 127 if (validate_addr(hptr[i], 1)) in main() 136 munmap(hptr[i], MAP_CHUNK_SIZE); in main()
|
/external/syslinux/com32/lib/libpng/ |
D | pngmem.c | 179 png_byte huge * hptr; in png_malloc_default() local 239 hptr = (png_byte huge *)table; in png_malloc_default() 240 if ((png_size_t)hptr & 0xf) in png_malloc_default() 242 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L); in png_malloc_default() 243 hptr = hptr + 16L; /* "hptr += 16L" fails on Turbo C++ 3.0 */ in png_malloc_default() 247 png_ptr->offset_table_ptr[i] = (png_bytep)hptr; in png_malloc_default() 248 hptr = hptr + (png_uint_32)65536L; /* "+=" fails on TC++3.0 */ in png_malloc_default()
|
/external/libpng/contrib/pngminus/ |
D | README | 130 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L); 131 hptr += 16L; 133 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L); 134 hptr = hptr + 16L; 138 png_ptr->offset_table_ptr[i] = (png_bytep)hptr; 139 hptr += (png_uint_32)65536L; 141 png_ptr->offset_table_ptr[i] = (png_bytep)hptr; 142 hptr = hptr + 65536L;
|
/external/syslinux/memdisk/ |
D | setup.c | 761 struct memdisk_header *hptr; in setup() local 846 hptr = (struct memdisk_header *)memdisk_hook; in setup() 847 pptr = (struct patch_area *)(memdisk_hook + hptr->patch_offs); in setup() 996 total_size = hptr->total_size; /* Actual memdisk code */ in setup() 1004 hptr->total_size, e820_len, cmdline_len, stack_len); in setup() 1057 pptr->mdi.oldint13.uint32 = driverptr + hptr->iret_offs; in setup() 1129 pptr = (struct patch_area *)(dpp + hptr->patch_offs); in setup() 1130 hptr = (struct memdisk_header *)dpp; in setup() 1139 hptr->safe_hook.old_hook.uint32 = pptr->mdi.oldint13.uint32; in setup() 1142 mbft = (struct mBFT *)(((const char *)hptr) + hptr->safe_hook.mbft); in setup() [all …]
|
/external/syslinux/com32/chain/ |
D | options.h | 61 bool hptr; member
|
D | options.c | 298 opt.hptr = true; in opt_parse_args() 300 opt.hptr = false; in opt_parse_args()
|
D | mangle.c | 452 if (opt.file && opt.maps && !opt.hptr) { in mangler_handover()
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 195 unsigned char *hptr; in fuse_to_ext4_acl() local 208 hptr = (unsigned char *) (h + 1); in fuse_to_ext4_acl() 210 e = (ext4_acl_entry *) hptr; in fuse_to_ext4_acl() 218 hptr += sizeof(ext4_acl_entry); in fuse_to_ext4_acl() 224 hptr += sizeof(ext4_acl_entry_short); in fuse_to_ext4_acl() 248 unsigned char *hptr; in ext4_to_fuse_acl() local 262 hptr = (unsigned char *) (eacl + 1); in ext4_to_fuse_acl() 264 e = (ext4_acl_entry *) hptr; in ext4_to_fuse_acl() 272 hptr += sizeof(ext4_acl_entry); in ext4_to_fuse_acl() 278 hptr += sizeof(ext4_acl_entry_short); in ext4_to_fuse_acl()
|
/external/mksh/src/ |
D | edit.c | 5057 char *hptr; in grabhist() local 5067 if ((hptr = *histpos()) == NULL) { in grabhist() 5073 if ((vs->linelen = strlen(hptr)) >= vs->cbufsize) in grabhist() 5075 memmove(vs->cbuf, hptr, vs->linelen); in grabhist() 5084 char *hptr; in grabsearch() local 5106 hptr = *histpos(); in grabsearch() 5107 if ((vs->linelen = strlen(hptr)) >= vs->cbufsize) in grabsearch() 5109 memmove(vs->cbuf, hptr, vs->linelen); in grabsearch()
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4169 char *hptr, *pptr; local 4184 hptr = NULL; 4189 hptr = PyString_AsString(idna); 4191 hptr = PyString_AsString(hobj); 4228 error = getaddrinfo(hptr, pptr, &hints, &res0);
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 5957 char *hptr, *pptr; local 5971 hptr = NULL; 5977 hptr = PyBytes_AS_STRING(idna); 5979 hptr = PyBytes_AsString(hobj); 6019 error = getaddrinfo(hptr, pptr, &hints, &res0);
|
/external/syslinux/doc/ |
D | chain.txt | 182 hptr
|