Home
last modified time | relevance | path

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

12345678

/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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()
/third_party/node/tools/icu/
Dicutrim.py195 trees = {} variable
214 mytree = trees[tree]
257 trees[tree] = mytree
284 trees[tree] = { "extension": ".res", "treeprefix": treeprefix, "hasIndex": True }
290 trees[tree]["locs"] = [line.strip() for line in treeitems]
342 for tree in trees:
344 if "hasIndex" not in trees[tree]:
347 if(trees[tree]["treeprefix"]):
348 treebunddir = os.path.join(treebunddir, trees[tree]["treeprefix"])
355 …runcmd("icupkg","-s %s -a %s%s %s" % (options.tmpdir, trees[tree]["treeprefix"], RES_INDX, outfile…
/third_party/json/tools/serve_header/
Dserve_header.py152 self.trees = set([])
186 if not tree in self.trees:
193 self.trees.add(tree)
198 trees = set([])
201 while self.trees:
202 tree = self.trees.pop()
211 trees.add(tree)
212 self.trees = trees
218 for tree in self.trees:
236 for tree in self.trees:
DREADME.md63 ## Serving `json.hpp` from multiple project directory instances or working trees
65 `serve_header.py` was designed with the goal of supporting multiple project roots or working trees
73 ├── feature2/ ⮜ working trees (e.g., created
91 `serve_header.py` will automatically detect the addition or removal of working trees anywhere withi…
/third_party/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
/third_party/zlib/
DBUILD.gn43 "trees.c",
44 "trees.h",
82 "trees.c",
83 "trees.h",
DMakefile.in56 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o
60 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zut…
176 trees.o: $(SRCDIR)trees.c
177 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)trees.c
236 trees.lo: $(SRCDIR)trees.c
238 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/trees.o $(SRCDIR)trees.c
239 -@mv objs/trees.o $@
394 trees.o: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h
404 trees.lo: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h
/third_party/zlib/win32/
DMakefile.bor27 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
30 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o…
70 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
DMakefile.msc33 gzwrite.obj infback.obj inflate.obj inftrees.obj inffast.obj trees.obj uncompr.obj zutil.obj
114 trees.obj: $(TOP)/trees.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/deflate.h $(TOP)/trees
/third_party/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
/third_party/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
/third_party/rust/crates/proc-macro2/src/
Dparse.rs154 let mut trees = TokenStreamBuilder::new(); in token_stream() localVariable
160 if let Ok((rest, ())) = doc_comment(input, &mut trees) { in token_stream()
171 None => return Ok(trees.build()), in token_stream()
190 let frame = (open_delimiter, trees); in token_stream()
194 trees = TokenStreamBuilder::new(); in token_stream()
212 let mut g = Group::new(open_delimiter, trees.build()); in token_stream()
219 trees = outer; in token_stream()
220 trees.push_token_from_parser(TokenTree::Group(crate::Group::_new_fallback(g))); in token_stream()
232 trees.push_token_from_parser(tt); in token_stream()
794 fn doc_comment<'a>(input: Cursor<'a>, trees: &mut TokenStreamBuilder) -> PResult<'a, ()> { in doc_comment()
[all …]
/third_party/zlib/watcom/
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
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
/third_party/zlib/amiga/
DMakefile.sas17 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
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
/third_party/skia/third_party/externals/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)
/third_party/node/deps/v8/bazel/
DBUILD.zlib32 "trees.c",
33 "trees.h",
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c101 GList *trees; member
895 ttml_resolve_referenced_styles (GList * trees, GHashTable * styles_table) in ttml_resolve_referenced_styles() argument
899 for (tree = g_list_first (trees); tree; tree = tree->next) { in ttml_resolve_referenced_styles()
946 ttml_inherit_element_styles (GList * trees) in ttml_inherit_element_styles() argument
950 for (tree = g_list_first (trees); tree; tree = tree->next) { in ttml_inherit_element_styles()
1161 ttml_find_next_transition (GList * trees, GstClockTime time) in ttml_find_next_transition() argument
1167 for (trees = g_list_first (trees); trees; trees = trees->next) { in ttml_find_next_transition()
1168 GNode *tree = (GNode *) trees->data; in ttml_find_next_transition()
1262 cur_scene->trees = active_trees; in ttml_create_scenes()
1731 for (region_tree = g_list_first (scene->trees); region_tree; in ttml_attach_scene_metadata()
[all …]
/third_party/rust/crates/syn/tests/common/
Deq.rs613 let mut this_trees = self.trees(); in eq()
614 let mut other_trees = other.trees(); in eq()
651 trees: &mut impl Iterator<Item = &'a TokenTree>, in doc_comment()
657 match trees.next() { in doc_comment()
668 let stream = match trees.next() { in doc_comment()
672 let mut trees = stream.trees(); in doc_comment() localVariable
673 match trees.next() { in doc_comment()
683 match trees.next() { in doc_comment()
693 match trees.next() { in doc_comment()
695 is_escaped_literal_token(token, unescaped) && trees.next().is_none() in doc_comment()
/third_party/zlib/old/
DMakefile.riscos19 @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \
23 @.o.trees @.o.uncompr @.o.zutil
/third_party/vk-gl-cts/external/zlib/
DCMakeLists.txt42 ${ZLIB_ABS_PATH}/trees.c
43 ${ZLIB_ABS_PATH}/trees.h

12345678