Home
last modified time | relevance | path

Searched refs:hufts (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/gzip/
Dinfblock.c98 if ((s->hufts = in inflate_blocks_new()
106 ZFREE(z, s->hufts); in inflate_blocks_new()
249 &s->sub.trees.tb, s->hufts, z); in inflate_blocks()
317 s->hufts, z); in inflate_blocks()
381 ZFREE(z, s->hufts); in inflate_blocks_free()
Dinfutil.h53 inflate_huft *hufts; /* single malloc for tree space */ member
/external/llvm/test/Transforms/ADCE/
D2002-07-17-PHIAssertion.ll6 @hufts = external global i32 ; <i32*> [#uses=1]
20 %reg117 = load i32, i32* @hufts ; <i32> [#uses=2]
/external/swiftshader/third_party/LLVM/test/Transforms/ADCE/
D2002-07-17-PHIAssertion.ll6 @hufts = external global i32 ; <i32*> [#uses=1]
20 %reg117 = load i32* @hufts ; <i32> [#uses=2]
/external/syslinux/memdisk/
Dinflate.c262 STATIC unsigned hufts; /* track memory usage */ variable
415 hufts += z + 1; /* track memory usage */
912 hufts = 0; in inflate()
919 if (hufts > h) in inflate()
920 h = hufts; in inflate()