/third_party/skia/third_party/externals/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() 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/ |
D | HuffmanTreeGroup.cs | 22 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/ |
D | icutrim.py | 195 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/ |
D | serve_header.py | 152 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:
|
D | README.md | 63 ## 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/ |
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.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.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
|
/third_party/zlib/ |
D | BUILD.gn | 43 "trees.c", 44 "trees.h", 82 "trees.c", 83 "trees.h",
|
D | Makefile.in | 56 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/ |
D | Makefile.bor | 27 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
|
D | Makefile.msc | 33 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/ |
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
|
/third_party/zlib/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
|
/third_party/rust/crates/proc-macro2/src/ |
D | parse.rs | 154 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/ |
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
|
/third_party/zlib/amiga/ |
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
|
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
|
/third_party/skia/third_party/externals/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)
|
/third_party/node/deps/v8/bazel/ |
D | BUILD.zlib | 32 "trees.c", 33 "trees.h",
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 101 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/ |
D | eq.rs | 613 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/ |
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
|
/third_party/vk-gl-cts/external/zlib/ |
D | CMakeLists.txt | 42 ${ZLIB_ABS_PATH}/trees.c 43 ${ZLIB_ABS_PATH}/trees.h
|