Home
last modified time | relevance | path

Searched refs:trees (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/external/freetype/src/gzip/
Dinfblock.c75 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()
240 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10)) in inflate_blocks()
243 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7; in inflate_blocks()
246 while (s->sub.trees.index < 19) in inflate_blocks()
247 s->sub.trees.blens[border[s->sub.trees.index++]] = 0; in inflate_blocks()
248 s->sub.trees.bb = 7; in inflate_blocks()
249 t = inflate_trees_bits(s->sub.trees.blens, &s->sub.trees.bb, in inflate_blocks()
[all …]
/external/dtc/tests/
Ddumptrees.c20 } trees[] = { variable
29 #define NUM_TREES (sizeof(trees) / sizeof(trees[0]))
46 void *blob = trees[i].blob; in main()
47 const char *filename = trees[i].filename; in main()
DMakefile.tests49 $(addprefix $(TESTS_PREFIX),testutils.d trees.d dumptrees.d)
70 $(LIBTREE_TESTS): %: $(TESTS_PREFIX)testutils.o $(TESTS_PREFIX)trees.o \
73 $(TESTS_PREFIX)dumptrees: $(TESTS_PREFIX)trees.o
/external/brotli/csharp/org/brotli/dec/
DHuffmanTreeGroup.cs22 internal int[] trees; field in Org.Brotli.Dec.HuffmanTreeGroup
32 group.trees = new int[n]; in Init()
41 int n = group.trees.Length; in Decode()
44 group.trees[i] = next; in Decode()
/external/e2fsprogs/util/
Dmkutf8data.c1355 struct tree *trees; variable
1616 trees = calloc(trees_count, sizeof(struct tree)); in trees_init()
1623 trees[--count].maxage = maxage; in trees_init()
1624 trees[--count].maxage = maxage; in trees_init()
1637 while (ages[j] < trees[i].maxage) in trees_init()
1639 trees[i].maxage = ages[j-1]; in trees_init()
1643 trees[trees_count-2].next = &trees[trees_count-1]; in trees_init()
1644 trees[trees_count-1].leaf_mark = nfkdi_mark; in trees_init()
1645 trees[trees_count-2].leaf_mark = nfkdicf_mark; in trees_init()
1647 trees[i].next = &trees[trees_count-2]; in trees_init()
[all …]
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresources.cc59 DCHECK_LT(node_id, tree_ensemble_->trees(tree_id).nodes_size()); in next_node()
60 const auto& node = tree_ensemble_->trees(tree_id).nodes(node_id); in next_node()
88 DCHECK_LT(node_id, tree_ensemble_->trees(tree_id).nodes_size()); in node_value()
89 const auto& node = tree_ensemble_->trees(tree_id).nodes(node_id); in node_value()
125 DCHECK_LT(node_id, tree_ensemble_->trees(tree_id).nodes_size()); in set_node_value()
161 return tree_ensemble_->trees(tree_id).nodes_size(); in GetNumNodes()
171 DCHECK_LT(node_id, tree_ensemble_->trees(tree_id).nodes_size()); in is_leaf()
172 const auto& node = tree_ensemble_->trees(tree_id).nodes(node_id); in is_leaf()
178 const auto node = tree_ensemble_->trees(tree_id).nodes(node_id); in feature_id()
185 const auto node = tree_ensemble_->trees(tree_id).nodes(node_id); in bucket_threshold()
[all …]
/external/rust/crates/libz-sys/src/zlib/msdos/
DMakefile.tc30 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
DMakefile.bor45 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
DMakefile.msc41 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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesGetEnsembleStates.pbtxt19 The number of trees in the tree ensemble resource.
25 The number of trees that were finished successfully.
42 …summary: "Retrieves the tree ensemble resource stamp token, number of trees and growing statistics…
/external/rust/crates/libz-sys/src/zlib/win32/
DMakefile.bor28 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
/external/rust/crates/libz-sys/src/zlib/
DMakefile.in60 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o
64 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zut…
180 trees.o: $(SRCDIR)trees.c
181 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)trees.c
240 trees.lo: $(SRCDIR)trees.c
242 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/trees.o $(SRCDIR)trees.c
243 -@mv objs/trees.o $@
400 trees.o: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h
410 trees.lo: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h
/external/python/cpython2/Modules/zlib/
DMakefile.in60 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o
64 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zut…
180 trees.o: $(SRCDIR)trees.c
181 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)trees.c
240 trees.lo: $(SRCDIR)trees.c
242 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/trees.o $(SRCDIR)trees.c
243 -@mv objs/trees.o $@
400 trees.o: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h
410 trees.lo: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h
/external/rust/crates/proc-macro2/src/
Dparse.rs153 let mut trees = Vec::new(); in token_stream() localVariable
160 trees.extend(tt); in token_stream()
171 None => return Ok(TokenStream { inner: trees }), in token_stream()
190 let frame = (open_delimiter, trees); in token_stream()
194 trees = Vec::new(); in token_stream()
212 let mut g = Group::new(open_delimiter, TokenStream { inner: trees }); in token_stream()
219 trees = outer; in token_stream()
220 trees.push(TokenTree::Group(crate::Group::_new_stable(g))); in token_stream()
232 trees.push(tt); in token_stream()
810 let mut trees = Vec::new(); in doc_comment() localVariable
[all …]
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
Dzlibd32.mak22 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/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibd32.mak22 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/rust/crates/libz-sys/src/zlib/watcom/
Dwatcom_f.mak10 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
Dwatcom_l.mak10 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/rust/crates/grpcio-sys/grpc/third_party/
Dzlib.BUILD12 "trees.c",
24 "trees.h",
/external/grpc-grpc/third_party/
Dzlib.BUILD12 "trees.c",
24 "trees.h",
/external/tflite-support/third_party/
Dzlib.BUILD27 "trees.c",
28 "trees.h",
/external/llvm-project/polly/lib/External/ppcg/
DChangeLog10 - complete transition to schedule trees
26 - use schedule trees
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTree.as3 * 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/rust/crates/libz-sys/src/zlib/amiga/
DMakefile.pup18 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
/external/libpng/contrib/pngminim/encoder/
Dmakefile32 trees$(C) zutil$(C)
36 ZH = zlib.h crc32.h deflate.h trees.h zutil.h
51 trees$(O) zutil$(O)

12345678910>>...18