| /external/mesa3d/src/util/ | 
| D | vma.c | 36 #define util_vma_foreach_hole(_hole, _heap) \  argument39 #define util_vma_foreach_hole_safe(_hole, _heap) \  argument
 42 #define util_vma_foreach_hole_safe_rev(_hole, _heap) \  argument
 
 | 
| /external/fastrpc/src/ | 
| D | adsp_default_listener_stub.c | 39 typedef struct _heap _heap;  typedef40 struct _heap {  struct
 41    _heap* pPrev;  argument
 47    _heap* pheap;  argument
 
 | 
| D | adspmsgd_adsp1_stub.c | 189 typedef struct _heap _heap;  typedef190 struct _heap {  struct
 191    _heap* pPrev;  argument
 197    _heap* pheap;  argument
 
 | 
| D | apps_remotectl_skel.c | 40 typedef struct _heap _heap;  typedef41 struct _heap {  struct
 42    _heap* pPrev;  argument
 48    _heap* pheap;  argument
 
 | 
| D | adspmsgd_apps_skel.c | 189 typedef struct _heap _heap;  typedef190 struct _heap {  struct
 191    _heap* pPrev;  argument
 197    _heap* pheap;  argument
 
 | 
| D | adspmsgd_adsp_stub.c | 189 typedef struct _heap _heap;  typedef190 struct _heap {  struct
 191    _heap* pPrev;  argument
 197    _heap* pheap;  argument
 
 | 
| D | adsp_perf_stub.c | 188 typedef struct _heap _heap;  typedef189 struct _heap {  struct
 190    _heap* pPrev;  argument
 196    _heap* pheap;  argument
 
 | 
| D | adsp_current_process1_stub.c | 189 typedef struct _heap _heap;  typedef190 struct _heap {  struct
 191    _heap* pPrev;  argument
 197    _heap* pheap;  argument
 
 | 
| D | remotectl_stub.c | 189 typedef struct _heap _heap;  typedef190 struct _heap {  struct
 191    _heap* pPrev;  argument
 197    _heap* pheap;  argument
 
 | 
| D | apps_mem_skel.c | 188 typedef struct _heap _heap;  typedef189 struct _heap {  struct
 190    _heap* pPrev;  argument
 196    _heap* pheap;  argument
 
 | 
| D | adsp_current_process_stub.c | 189 typedef struct _heap _heap;  typedef190 struct _heap {  struct
 191    _heap* pPrev;  argument
 197    _heap* pheap;  argument
 
 | 
| D | adsp_listener_stub.c | 39 typedef struct _heap _heap;  typedef40 struct _heap {  struct
 41    _heap* pPrev;  argument
 47    _heap* pheap;  argument
 
 | 
| D | apps_std_skel.c | 189 typedef struct _heap _heap;  typedef190 struct _heap {  struct
 191    _heap* pPrev;  argument
 197    _heap* pheap;  argument
 
 | 
| /external/python/cpython2/Lib/multiprocessing/ | 
| D | heap.py | 239     _heap = Heap()  variable in BufferWrapper
 | 
| /external/python/cpython3/Lib/multiprocessing/ | 
| D | heap.py | 324     _heap = Heap()  variable in BufferWrapper
 | 
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ | 
| D | EventLoop.common.kt | 415         private var _heap: Any? = null // null | ThreadSafeHeap | DISPOSED_TASK  variable in kotlinx.coroutines.EventLoopImplBase.DelayedTask
 |