/external/syzkaller/sys/linux/ |
D | ion.txt | 28 cnt len[heaps, int32] 30 heaps ptr64[out, ion_heap_data]
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
D | ion.h | 118 __u64 heaps; /* buffer to be populated */ member
|
D | ionutils.c | 71 query.heaps = (unsigned long int)&heap_data[0]; in ion_export_buffer_fd()
|
D | README | 21 By default only the SYSTEM and SYSTEM_CONTIG heaps are supported.
|
/external/jemalloc_new/src/ |
D | extent.c | 288 extent_heap_new(&extents->heaps[i]); in extents_init() 316 if (extent_heap_empty(&extents->heaps[pind])) { in extents_insert_locked() 320 extent_heap_insert(&extents->heaps[pind], extent); in extents_insert_locked() 342 extent_heap_remove(&extents->heaps[pind], extent); in extents_remove_locked() 343 if (extent_heap_empty(&extents->heaps[pind])) { in extents_remove_locked() 375 assert(!extent_heap_empty(&extents->heaps[i])); in extents_fit_alignment() 376 extent_t *extent = extent_heap_first(&extents->heaps[i]); in extents_fit_alignment() 418 assert(!extent_heap_empty(&extents->heaps[i])); 419 extent_t *extent = extent_heap_first(&extents->heaps[i]); 442 assert(!extent_heap_empty(&extents->heaps[i])); in extents_first_fit_locked() [all …]
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | extent_structs.h | 183 extent_heap_t heaps[NPSIZES+1]; member
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 29 // WebAssembly may someday supports mixed 32-bit and 64-bit heaps in the same
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 135 device->memory.heaps[0] = (struct anv_memory_heap) { in anv_physical_device_init_heaps() 154 device->memory.heaps[0] = (struct anv_memory_heap) { in anv_physical_device_init_heaps() 159 device->memory.heaps[1] = (struct anv_memory_heap) { in anv_physical_device_init_heaps() 177 if (device->memory.heaps[heap].supports_48bit_addresses) { in anv_physical_device_init_heaps() 1056 .size = physical_device->memory.heaps[i].size, in anv_GetPhysicalDeviceMemoryProperties() 1057 .flags = physical_device->memory.heaps[i].flags, in anv_GetPhysicalDeviceMemoryProperties() 1866 if (pdevice->memory.heaps[mem->type->heapIndex].supports_48bit_addresses) in anv_AllocateMemory()
|
D | anv_private.h | 782 struct anv_memory_heap heaps[VK_MAX_MEMORY_HEAPS]; member
|
/external/python/cpython2/Doc/library/ |
D | heapq.rst | 84 The module also offers three general purpose functions based on heaps. 273 and heaps are good for this, as they are reasonably speedy, the speed is almost 293 heap completely vanishes, you switch heaps and start a new run. Clever and 296 In a word, heaps are useful memory structures to know. I use them in a few
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 29 // WebAssembly may someday supports mixed 32-bit and 64-bit heaps in the same
|
/external/python/cpython3/Doc/library/ |
D | heapq.rst | 83 The module also offers three general purpose functions based on heaps. 285 and heaps are good for this, as they are reasonably speedy, the speed is almost 305 heap completely vanishes, you switch heaps and start a new run. Clever and 308 In a word, heaps are useful memory structures to know. I use them in a few
|
D | turtle.rst | 2339 | | with three heaps of sticks | event driven (mouse, |
|
/external/python/cpython2/Doc/c-api/ |
D | memory.rst | 54 different heaps. However, one may safely allocate and release memory blocks 275 allocators operating on different heaps. ::
|
/external/python/cpython3/Doc/c-api/ |
D | memory.rst | 54 different heaps. However, one may safely allocate and release memory blocks 581 allocators operating on different heaps. ::
|
/external/python/cpython2/Doc/tutorial/ |
D | stdlib2.rst | 337 The :mod:`heapq` module provides functions for implementing heaps based on
|
/external/python/cpython3/Doc/tutorial/ |
D | stdlib2.rst | 339 The :mod:`heapq` module provides functions for implementing heaps based on
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 201 ** All heaps
|
/external/curl/m4/ |
D | curl-compilers.m4 | 1010 dnl on i686-Linux as it gives us heaps with false positives.
|
/external/jemalloc/ |
D | ChangeLog | 108 - Use pairing heaps rather than red-black trees for various hot data
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.4.rst | 1080 :func:`nsmallest` that use heaps to find the N largest or smallest values in a
|
/external/jemalloc_new/ |
D | ChangeLog | 482 - Use pairing heaps rather than red-black trees for various hot data
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.4.rst | 1080 :func:`nsmallest` that use heaps to find the N largest or smallest values in a
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1898 heapq Priority queue implemented using lists organized as heaps.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|