Home
last modified time | relevance | path

Searched refs:map_handle (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython3/Modules/
Dmmapmodule.c103 HANDLE map_handle; member
124 if (m_obj->map_handle != NULL) in mmap_object_dealloc()
125 CloseHandle (m_obj->map_handle); in mmap_object_dealloc()
164 HANDLE map_handle = self->map_handle; in mmap_close_method() local
167 self->map_handle = NULL; in mmap_close_method()
174 if (map_handle != NULL) { in mmap_close_method()
175 CloseHandle(map_handle); in mmap_close_method()
203 if (self->map_handle == NULL) { \
489 CloseHandle(self->map_handle); in mmap_resize_method()
490 self->map_handle = NULL; in mmap_resize_method()
[all …]
/external/python/cpython2/Modules/
Dmmapmodule.c103 HANDLE map_handle; member
122 if (m_obj->map_handle != NULL) in mmap_object_dealloc()
123 CloseHandle (m_obj->map_handle); in mmap_object_dealloc()
158 if (self->map_handle != NULL) { in mmap_close_method()
159 CloseHandle(self->map_handle); in mmap_close_method()
160 self->map_handle = NULL; in mmap_close_method()
185 if (self->map_handle == NULL) { \
463 CloseHandle(self->map_handle); in mmap_resize_method()
464 self->map_handle = NULL; in mmap_resize_method()
475 self->map_handle = CreateFileMapping( in mmap_resize_method()
[all …]
/external/libdrm/libkms/
Dvmwgfx.c41 uint64_t map_handle; member
110 bo->map_handle = rep->map_handle; in vmwgfx_bo_create()
145 …rm_mmap(NULL, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); in vmwgfx_bo_map()
Dnouveau.c44 uint64_t map_handle; member
122 bo->map_handle = arg.info.map_handle; in nouveau_bo_create()
154 …= drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); in nouveau_bo_map()
/external/v8/src/compiler/
Djs-heap-copy-reducer.cc191 Handle<Map> map_handle; in Reduce() local
192 if (access.map.ToHandle(&map_handle)) { in Reduce()
193 MapRef(broker(), map_handle); in Reduce()
Daccess-info.cc769 for (Handle<Map> map_handle : group) { in ConsolidateElementLoad()
770 MapRef map(broker(), map_handle); in ConsolidateElementLoad()
Dserializer-for-background-compilation.cc2595 auto processMap = [&](Handle<Map> map_handle) { in ProcessHintsForHasInPrototypeChain() argument
2596 MapRef map(broker(), map_handle); in ProcessHintsForHasInPrototypeChain()
3268 for (Handle<Map> map_handle : group) { in ProcessElementAccess()
3269 MapRef map(broker(), map_handle); in ProcessElementAccess()
Djs-native-context-specialization.cc1192 for (Handle<Map> map_handle : lookup_start_object_maps) { in ReduceNamedAccess()
1193 MapRef map(broker(), map_handle); in ReduceNamedAccess()
/external/libdrm/nouveau/
Dabi16.c277 nvbo->map_handle = info->map_handle; in abi16_bo_info()
289 if (nvbo->map_handle) in abi16_bo_info()
Dprivate.h85 uint64_t map_handle; member
Dnouveau.c867 MAP_SHARED, drm->fd, nvbo->map_handle); in nouveau_bo_map()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c65 uint64_t map_handle; member
321 region->map_handle = rep->buffer_map_handle; in vmw_ioctl_gb_surface_create()
442 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref()
470 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref()
640 region->map_handle = rep->map_handle; in vmw_ioctl_region_create()
692 region->drm_fd, region->map_handle); in vmw_ioctl_region_map()
Dvmwgfx_drm.h413 __u64 map_handle; member
/external/igt-gpu-tools/include/drm-uapi/
Dnouveau_drm.h54 __u64 map_handle; member
Dvmwgfx_drm.h411 __u64 map_handle; member
/external/ImageMagick/MagickCore/
Dnt-base.c1787 map_handle; in NTMapMemory() local
1797 map_handle=INVALID_HANDLE_VALUE; in NTMapMemory()
1823 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()
1825 if (map_handle) in NTMapMemory()
1827 map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset, in NTMapMemory()
1829 CloseHandle(map_handle); in NTMapMemory()
/external/libdrm/include/drm/
Dnouveau_drm.h119 __u64 map_handle; member
Dvmwgfx_drm.h402 __u64 map_handle; member
/external/kernel-headers/original/uapi/drm/
Dnouveau_drm.h54 __u64 map_handle; member
Dvmwgfx_drm.h411 __u64 map_handle; member
/external/v8/src/codegen/
Dcode-stub-assembler.cc1519 Handle<Map> map_handle( in GetInstanceTypeMap() local
1522 return HeapConstant(map_handle); in GetInstanceTypeMap()