/external/freetype/src/gzip/ |
D | infblock.c | 75 ZFREE(z, s->sub.trees.blens); in inflate_blocks_reset() 218 s->sub.trees.table = t = (uInt)b & 0x3fff; in inflate_blocks() 229 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL) in inflate_blocks() 235 s->sub.trees.index = 0; in inflate_blocks() 239 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10)) in inflate_blocks() 242 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7; in inflate_blocks() 245 while (s->sub.trees.index < 19) in inflate_blocks() 246 s->sub.trees.blens[border[s->sub.trees.index++]] = 0; in inflate_blocks() 247 s->sub.trees.bb = 7; in inflate_blocks() 248 t = inflate_trees_bits(s->sub.trees.blens, &s->sub.trees.bb, in inflate_blocks() [all …]
|
/external/dtc/tests/ |
D | dumptrees.c | 35 } trees[] = { variable 42 #define NUM_TREES (sizeof(trees) / sizeof(trees[0])) 49 void *blob = trees[i].blob; in main() 50 const char *filename = trees[i].filename; in main()
|
D | Makefile.tests | 46 $(addprefix $(TESTS_PREFIX),testutils.d trees.d dumptrees.d) 61 $(LIBTREE_TESTS): %: $(TESTS_PREFIX)testutils.o $(TESTS_PREFIX)trees.o \ 64 $(TESTS_PREFIX)dumptrees: $(TESTS_PREFIX)trees.o
|
/external/brotli/java/org/brotli/dec/ |
D | HuffmanTreeGroup.java | 27 int[] trees; field in HuffmanTreeGroup 39 group.trees = new int[n]; in init() 50 int n = group.trees.length; in decode() 52 group.trees[i] = next; in decode()
|
/external/zlib/src/msdos/ |
D | Makefile.bor | 45 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 47 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 83 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.tc | 30 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 32 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 68 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.msc | 41 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 77 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
/external/zlib/src/win32/ |
D | Makefile.bor | 28 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 31 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 71 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.msc | 37 gzwrite.obj infback.obj inflate.obj inftrees.obj inffast.obj trees.obj uncompr.obj zutil.obj 118 trees.obj: $(TOP)/trees.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/deflate.h $(TOP)/trees…
|
/external/zlib/src/contrib/pascal/ |
D | zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
/external/zlib/src/contrib/delphi/ |
D | zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
/external/zlib/src/watcom/ |
D | watcom_l.mak | 10 trees.c uncompr.c zutil.c 15 trees.obj uncompr.obj zutil.obj 32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
|
D | watcom_f.mak | 10 trees.c uncompr.c zutil.c 15 trees.obj uncompr.obj zutil.obj 32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | Tree.as | 3 * such as CommonTreeNodeStream that work on these kinds of trees. You 4 * don't have to make your trees implement this interface, but if you do, 7 * NOTE: When constructing trees, ANTLR can build any kind of tree; it can 8 * even use Token objects as trees if you add a child list to your tokens.
|
/external/libpng/contrib/pngminim/encoder/ |
D | makefile | 32 trees$(C) zutil$(C) 36 ZH = zlib.h crc32.h deflate.h trees.h zutil.h 51 trees$(O) zutil$(O)
|
/external/zlib/src/amiga/ |
D | Makefile.pup | 18 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o 67 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|
D | Makefile.sas | 17 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o 66 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_ncons.c | 77 STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, 174 STACK_OF(GENERAL_SUBTREE) *trees, in do_i2r_name_constraints() 179 if (sk_GENERAL_SUBTREE_num(trees) > 0) in do_i2r_name_constraints() 181 for (i = 0; i < sk_GENERAL_SUBTREE_num(trees); i++) { in do_i2r_name_constraints() 182 tree = sk_GENERAL_SUBTREE_value(trees, i); in do_i2r_name_constraints()
|
/external/python/cpython2/Doc/library/ |
D | symbol.rst | 1 :mod:`symbol` --- Constants used with Python parse trees 25 back to name strings, allowing more human-readable representation of parse trees
|
D | parser.rst | 2 :mod:`parser` --- Access Python parse trees 6 :synopsis: Access parse trees for Python source code. 41 trees for Python code, but some examples of using the :mod:`parser` module are 48 :file:`Grammar/Grammar` in the standard Python distribution. The parse trees 55 Python version to another as source text will always allow correct parse trees 58 language constructs. The parse trees are not typically compatible from one 86 cost of processing complex parse trees, to provide a parse tree representation 89 manipulate parse trees. A simple "wrapper" class may be created in Python to 94 other representations such as parse trees and compiled code objects, but there 169 parse trees represented as list- or tuple- trees, or may be compiled into [all …]
|
D | xml.dom.pulldom.rst | 1 :mod:`xml.dom.pulldom` --- Support for building partial DOM trees 5 :synopsis: Support for building partial DOM trees from SAX events.
|
/external/zlib/src/ |
D | Makefile.in | 57 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o 61 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zut… 278 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h 288 trees.lo: deflate.h zutil.h zlib.h zconf.h trees.h
|
/external/python/cpython2/Modules/zlib/ |
D | Makefile.in | 57 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o 61 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zut… 278 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h 288 trees.lo: deflate.h zutil.h zlib.h zconf.h trees.h
|
/external/zlib/src/old/ |
D | Makefile.riscos | 19 @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \ 23 @.o.trees @.o.uncompr @.o.zutil
|
/external/regex-re2/doc/ |
D | mksyntaxgo | 25 Package syntax parses regular expressions into parse trees and compiles 26 parse trees into programs. Most clients of regular expressions will use the
|