Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoduheapq.c41 STATIC void uheapq_heap_siftdown(mp_obj_list_t *heap, mp_uint_t start_pos, mp_uint_t pos) { in uheapq_heap_siftdown()
56 STATIC void uheapq_heap_siftup(mp_obj_list_t *heap, mp_uint_t pos) { in uheapq_heap_siftup()
74 mp_obj_list_t *heap = uheapq_get_heap(heap_in); in mod_uheapq_heappush() local
82 mp_obj_list_t *heap = uheapq_get_heap(heap_in); in mod_uheapq_heappop() local
98 mp_obj_list_t *heap = uheapq_get_heap(heap_in); in mod_uheapq_heapify() local
A Dmodutimeq.c88 STATIC void utimeq_heap_siftdown(mp_obj_utimeq_t *heap, mp_uint_t start_pos, mp_uint_t pos) { in utimeq_heap_siftdown()
104 STATIC void utimeq_heap_siftup(mp_obj_utimeq_t *heap, mp_uint_t pos) { in utimeq_heap_siftup()
127 mp_obj_utimeq_t *heap = utimeq_get_heap(heap_in); in mod_utimeq_heappush() local
143 mp_obj_utimeq_t *heap = utimeq_get_heap(heap_in); in mod_utimeq_heappop() local
168 mp_obj_utimeq_t *heap = utimeq_get_heap(heap_in); in mod_utimeq_peektime() local
180 mp_obj_utimeq_t *heap = utimeq_get_heap(heap_in); in mod_utimeq_dump() local
A Dmoduasyncio.c55 mp_obj_task_t *heap; member
/AliOS-Things-master/components/py_engine/engine/py/
A Dpairheap.h75 static inline bool mp_pairheap_is_empty(mp_pairheap_lt_t lt, mp_pairheap_t *heap) { in mp_pairheap_is_empty()
81 static inline mp_pairheap_t *mp_pairheap_peek(mp_pairheap_lt_t lt, mp_pairheap_t *heap) { in mp_pairheap_peek()
87 static inline mp_pairheap_t *mp_pairheap_push(mp_pairheap_lt_t lt, mp_pairheap_t *heap, mp_pairheap… in mp_pairheap_push()
93 static inline mp_pairheap_t *mp_pairheap_pop(mp_pairheap_lt_t lt, mp_pairheap_t *heap) { in mp_pairheap_pop()
A Dpairheap.c71 mp_pairheap_t *heap = NULL; in mp_pairheap_pairing() local
89 mp_pairheap_t *mp_pairheap_delete(mp_pairheap_lt_t lt, mp_pairheap_t *heap, mp_pairheap_t *node) { in mp_pairheap_delete()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/
A Dtcm_heap.h43 #define HNEW(heap, type) \ argument
46 #define HNEWVEC(heap, type, nelem) \ argument
49 #define HDELETE(heap, type, mem) \ argument
52 #define HDELETEVEC(heap, type, nelem, mem) \ argument
/AliOS-Things-master/components/amp-utility/python/
A Duheapq.py15 def heappush(heap, item): argument
21 def heappop(heap): argument
/AliOS-Things-master/components/minilibc/include/
A Dmm.h372 #define mm_seminitialize(heap) argument
373 #define mm_takesemaphore(heap) argument
374 #define mm_trysemaphore(heap) argument
375 #define mm_givesemaphore(heap) argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/ke/src/
A Dke_env.h36 struct mblock_free * heap[KE_MEM_BLOCK_MAX]; member
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c8564 duk_heap *heap; member
21980 duk_heap *heap; in duk_debugger_attach() local
22249 duk_heap *heap; in duk_destroy_heap() local
22263 duk_heap *heap; in duk_suspend() local
22305 duk_heap *heap; in duk_resume() local
22685 duk_heap *heap; in duk_get_memory_functions() local
22700 duk_heap *heap; in duk_gc() local
28468 duk_heap *heap; in duk_push_heap_stash() local
50916 duk_heap *heap; local
50964 duk_heap *heap; local
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dtask.py52 def ph_delete(heap, node): argument
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c189 char *heap = malloc(heap_size); in main_() local
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmain.c42 static char *heap = NULL; variable
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmain.c42 static char *heap = NULL; variable
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c45 static int8_t *heap = NULL; variable
/AliOS-Things-master/components/mbedtls/library/
A Dmemory_buffer_alloc.c88 static buffer_alloc_ctx heap; variable
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.h209 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member

Completed in 322 milliseconds