Searched refs:newmap (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_memory.c | 95 struct efi_mem_list *newmap; in efi_mem_carve_out() local 138 newmap = calloc(1, sizeof(*newmap)); in efi_mem_carve_out() 139 newmap->desc = map->desc; in efi_mem_carve_out() 140 newmap->desc.physical_start = carve_start; in efi_mem_carve_out() 141 newmap->desc.num_pages = (map_end - carve_start) >> EFI_PAGE_SHIFT; in efi_mem_carve_out() 143 list_add_tail(&newmap->link, &map->link); in efi_mem_carve_out()
|
/external/python/cpython3/Modules/ |
D | mmapmodule.c | 522 void *newmap; in mmap_resize_method() local 530 newmap = mremap(self->data, self->size, new_size, MREMAP_MAYMOVE); in mmap_resize_method() 533 newmap = mremap(self->data, self->size, self->data, new_size, 0); in mmap_resize_method() 535 newmap = mremap(self->data, self->size, new_size, 0); in mmap_resize_method() 538 if (newmap == (void *)-1) in mmap_resize_method() 543 self->data = newmap; in mmap_resize_method()
|
/external/python/cpython2/Modules/ |
D | mmapmodule.c | 510 void *newmap; in mmap_resize_method() local 518 newmap = mremap(self->data, self->size, new_size, MREMAP_MAYMOVE); in mmap_resize_method() 521 newmap = mremap(self->data, self->size, self->data, new_size, 0); in mmap_resize_method() 523 newmap = mremap(self->data, self->size, new_size, 0); in mmap_resize_method() 526 if (newmap == (void *)-1) in mmap_resize_method() 531 self->data = newmap; in mmap_resize_method()
|
/external/selinux/libsepol/src/ |
D | link.c | 188 uint32_t *newmap = calloc(perm->s.value, sizeof(*newmap)); in permission_copy_callback() local 189 if (newmap == NULL) { in permission_copy_callback() 193 memcpy(newmap, mod->perm_map[sclassi], in permission_copy_callback() 194 mod->perm_map_len[sclassi] * sizeof(*newmap)); in permission_copy_callback() 196 mod->perm_map[sclassi] = newmap; in permission_copy_callback()
|
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |