Searched refs:hptr (Results 1 – 7 of 7) 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/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/e2fsprogs/misc/ |
D | fuse2fs.c | 202 unsigned char *hptr; in fuse_to_ext4_acl() local 215 hptr = (unsigned char *) (h + 1); in fuse_to_ext4_acl() 217 e = (ext4_acl_entry *) hptr; in fuse_to_ext4_acl() 225 hptr += sizeof(ext4_acl_entry); in fuse_to_ext4_acl() 231 hptr += sizeof(ext4_acl_entry_short); in fuse_to_ext4_acl() 255 unsigned char *hptr; in ext4_to_fuse_acl() local 269 hptr = (unsigned char *) (eacl + 1); in ext4_to_fuse_acl() 271 e = (ext4_acl_entry *) hptr; in ext4_to_fuse_acl() 279 hptr += sizeof(ext4_acl_entry); in ext4_to_fuse_acl() 285 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/u-boot/fs/yaffs2/ |
D | yaffsfs.c | 261 static int yaffsfs_NewHandle(struct yaffsfs_Handle **hptr) in yaffsfs_NewHandle() argument 272 if (hptr) in yaffsfs_NewHandle() 273 *hptr = h; in yaffsfs_NewHandle()
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 6197 const char *hptr, *pptr; local 6211 hptr = NULL; 6217 hptr = PyBytes_AS_STRING(idna); 6219 hptr = PyBytes_AsString(hobj); 6259 error = getaddrinfo(hptr, pptr, &hints, &res0);
|