Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dlprops.c53 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap()
90 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap()
172 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap() local
220 struct ubifs_lpt_heap *heap; in remove_from_lpt_heap() local
251 struct ubifs_lpt_heap *heap; in lpt_heap_replace() local
447 struct ubifs_lpt_heap *heap; in change_category() local
762 struct ubifs_lpt_heap *heap; in ubifs_fast_find_free() local
933 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats() local
955 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, in dbg_check_heap()
1076 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb() local
H A Dlpt_commit.c805 struct ubifs_lpt_heap *heap; in populate_lsave() local
2011 struct ubifs_lpt_heap *heap; in dbg_populate_lsave() local
H A Dlpt.c2113 struct ubifs_lpt_heap *heap; in dbg_chk_pnode() local
H A Ddebug.c896 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap()
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_huffman.c116 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
/openbmc/u-boot/lib/zlib/
H A Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member