Searched refs:trees (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/lib/libz/
H A DMakefile33 SRCS+= trees.c
/freebsd-10.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c72 STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp,
171 STACK_OF(GENERAL_SUBTREE) *trees,
176 if (sk_GENERAL_SUBTREE_num(trees) > 0)
178 for (i = 0; i < sk_GENERAL_SUBTREE_num(trees); i++) {
179 tree = sk_GENERAL_SUBTREE_value(trees, i);
/freebsd-10.3-release/sys/net/
H A Dzlib.c447 /* used by trees.c: */
460 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
464 * The same heap array is used to build all trees.
468 /* Depth of each subtree used as tie breaker for trees of equal frequency
484 * - creating new Huffman trees less frequently may not provide fast
489 * trees more frequently.
501 ulg opt_len; /* bit length of current block with optimal trees */
502 ulg static_len; /* bit length of current block with static trees */
538 /* in trees.c */
1845 /* +++ trees
3569 } trees; /* if DTREE, decoding info for trees */ member in union:inflate_blocks_state::__anon11024
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dtree-ssa-live.c1 /* Liveness for SSA trees.
884 tpa->trees = VEC_alloc (tree, heap, x);
927 VEC_free (tree, heap, tpa->trees);
962 swap_t = VEC_index (tree, tpa->trees, last);
967 VEC_replace (tree, tpa->trees, last,
968 VEC_index (tree, tpa->trees, x));
975 VEC_replace (tree, tpa->trees, x, swap_t);
1054 VEC_safe_push (tree, heap, rv->trees, t);
1063 t = VEC_index (tree, rv->trees, x);
1119 if (t == VEC_index (tree, tv->trees,
[all...]
H A Dtree-ssa-live.h1 /* Routines for liveness in SSA trees.
199 trees. A partition map must be provided, and based on the active partitions,
341 VEC(tree,heap) *trees; member in struct:tree_partition_associator_d
379 return VEC_index (tree, tpa->trees, i);
/freebsd-10.3-release/sys/modules/zfs/
H A DMakefile69 SRCS+= trees.c
/freebsd-10.3-release/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh178 $MAKEFS -o allow-deep-trees $TEST_IMAGE $TEST_INPUTS_DIR
320 # trees with rock ridge extensions on
/freebsd-10.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex14 \title{Device trees everywhere}
384 The device trees for embedded boards are usually quite simple, and
469 makes it easy to create interrupt trees without having to explicitly
529 that \dtc could include to make creating device trees more convenient:
541 board-specific purpose. For example, many of Apple's device trees
/freebsd-10.3-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c258 /* Live objects: splay trees, separated by type, ordered on .low (base address). */
673 /* Lookup & manage automatic initialization of the five or so splay trees. */
677 static mfsplay_tree trees [__MF_TYPE_MAX+1]; local
679 if (UNLIKELY (trees[type] == NULL))
680 trees[type] = mfsplay_tree_new ();
681 return trees[type];
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql257 or WORKING trees as described in notes/wc-ng/design. Fields relate
258 both to BASE and WORKING trees, unless documented otherwise.
332 The 'BASE' and 'WORKING' trees use the same literal values for

Completed in 147 milliseconds