| /freebsd-11-stable/contrib/gcc/ |
| HD | predict.def | 92 DEF_PREDICTOR (PRED_TREE_POINTER, "pointer (on trees)", HITRATE (81), 0) 98 DEF_PREDICTOR (PRED_TREE_OPCODE_POSITIVE, "opcode values positive (on trees)", HITRATE (79), 0) 99 DEF_PREDICTOR (PRED_TREE_OPCODE_NONEQUAL, "opcode values nonequal (on trees)", HITRATE (71), 0) 100 DEF_PREDICTOR (PRED_TREE_FPOPCODE, "fp_opcode (on trees)", HITRATE (90), 0) 107 DEF_PREDICTOR (PRED_TREE_EARLY_RETURN, "early return (on trees)", HITRATE (67), 0)
|
| HD | LANGUAGES | 36 All trees that represent sizes in bits should have a TREE_TYPE of 43 in trees, care should be taken to change the tree's type again to sizetype.
|
| HD | tree-ssa-live.c | 884 tpa->trees = VEC_alloc (tree, heap, x); in tpa_init() 927 VEC_free (tree, heap, tpa->trees); in tpa_delete() 962 swap_t = VEC_index (tree, tpa->trees, last); in tpa_compact() 967 VEC_replace (tree, tpa->trees, last, in tpa_compact() 968 VEC_index (tree, tpa->trees, x)); in tpa_compact() 975 VEC_replace (tree, tpa->trees, x, swap_t); in tpa_compact() 1054 VEC_safe_push (tree, heap, rv->trees, t); in root_var_init() 1063 t = VEC_index (tree, rv->trees, x); in root_var_init() 1119 if (t == VEC_index (tree, tv->trees, y)) in type_var_init() 1124 VEC_safe_push (tree, heap, tv->trees, t); in type_var_init()
|
| HD | common.opt | 574 Optimize induction variables on trees 942 Enable SSA-CCP optimization on trees 950 Enable loop header copying on trees 962 Enable copy propagation on trees 970 Enable SSA dead code elimination optimization on trees 982 Enable Full Redundancy Elimination (FRE) on trees 986 Enable loop invariant motion on trees 990 Enable linear loop transforms on trees 1002 Enable SSA-PRE optimization on trees 1010 Enable SSA code sinking on trees [all …]
|
| HD | tree-ssa-live.h | 341 VEC(tree,heap) *trees; 379 return VEC_index (tree, tpa->trees, i); in tpa_tree()
|
| HD | builtin-attrs.def | 78 /* Construct trees for identifiers. */
|
| /freebsd-11-stable/bin/sh/tests/parser/ |
| HD | heredoc7.0 | 3 # Some of these created malformed parse trees with null pointers for here 12 # Some of these created malformed parse trees with null pointers for here
|
| /freebsd-11-stable/crypto/openssl/crypto/x509v3/ |
| HD | v3_ncons.c | 72 STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, 212 STACK_OF(GENERAL_SUBTREE) *trees, in do_i2r_name_constraints() 217 if (sk_GENERAL_SUBTREE_num(trees) > 0) in do_i2r_name_constraints() 219 for (i = 0; i < sk_GENERAL_SUBTREE_num(trees); i++) { in do_i2r_name_constraints() 220 tree = sk_GENERAL_SUBTREE_value(trees, i); in do_i2r_name_constraints()
|
| /freebsd-11-stable/sys/libkern/ |
| HD | zlib.c | 3569 } trees; /* if DTREE, decoding info for trees */ member 3693 ZFREE(z, s->sub.trees.blens); 3837 s->sub.trees.table = t = (uInt)b & 0x3fff; 3850 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL) 3856 s->sub.trees.index = 0; 3860 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10)) 3863 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7; 3866 while (s->sub.trees.index < 19) 3867 s->sub.trees.blens[border[s->sub.trees.index++]] = 0; 3868 s->sub.trees.bb = 7; [all …]
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/ |
| HD | README | 40 Updates and commits are about merging two trees that share a common 42 the trees comes from the working copy, the other from the repository. 43 But when thinking about how to merge two such trees, we can ignore the 80 So below we consider the general problem of how to merge two trees 164 situation is more complex for trees. There is sometimes no way for a
|
| /freebsd-11-stable/lib/libz/ |
| HD | Makefile | 38 SRCS+= trees.c
|
| /freebsd-11-stable/sys/contrib/zlib/doc/ |
| HD | algorithm.txt | 14 match distances are compressed with another tree. The trees are stored 18 it would be useful to start another block with fresh trees. (This is 84 of the first table is nine bits. Also the distance trees have 30 possible 120 At least for deflate's output that generates new trees every several 10's of
|
| HD | rfc1951.txt | 194 and Huffman coding. The Huffman trees for each block are independent 199 Each block consists of two parts: a pair of Huffman code trees that 201 compressed data part. (The Huffman trees themselves are compressed 214 The code trees for each block appear in a compact form just before 537 read representation of code trees (see 795 new block with fresh trees would be useful, or when the block size
|
| /freebsd-11-stable/sys/contrib/zlib/ |
| HD | ChangeLog | 314 - Update trees.c to be able to generate modified trees.h 405 - Avoid use of "eof" parameter in trees.c to not shadow library variable 556 - Add ush casts in trees.c to avoid pedantic runtime errors 574 - Add Z_TREES flush option to inflate() to return at end of trees 624 trees.c, according to the txtvsbin.txt document [Truta] 654 - Do not initialize global static by default in trees.c, add a response 681 - Add cast in trees.c t avoid a warning [Oberhumer] 721 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees 749 - Use a new algorithm for setting strm->data_type in trees.c [Truta] 766 - Fix trees.c to update strm->data_type (no one ever noticed!) [all …]
|
| /freebsd-11-stable/sys/modules/zfs/ |
| HD | Makefile | 64 SRCS+= trees.c
|
| /freebsd-11-stable/usr.sbin/makefs/tests/ |
| HD | makefs_cd9660_tests.sh | 178 $MAKEFS -o allow-deep-trees $TEST_IMAGE $TEST_INPUTS_DIR
|
| /freebsd-11-stable/contrib/dtc/ |
| HD | README.license | 25 encourage widespread and correct usage of flattened device trees,
|
| /freebsd-11-stable/contrib/dtc/Documentation/ |
| HD | dtc-paper.tex | 14 \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
|
| HD | dts-format.txt | 8 constructs used to represent device trees.
|
| /freebsd-11-stable/contrib/gcclibs/libmudflap/ |
| HD | mf-runtime.c | 677 static mfsplay_tree trees [__MF_TYPE_MAX+1]; in __mf_object_tree() local 679 if (UNLIKELY (trees[type] == NULL)) in __mf_object_tree() 680 trees[type] = mfsplay_tree_new (); in __mf_object_tree() 681 return trees[type]; in __mf_object_tree()
|
| /freebsd-11-stable/contrib/mdocml/ |
| HD | configure.local.example | 61 # trees by default. 193 # into the manual trees. To allow mandoc to follow such symlinks,
|
| /freebsd-11-stable/bin/sh/ |
| HD | nodetypes | 35 # This file describes the nodes used in parse trees. Unindented lines
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | tree-ssa.texi | 53 representing an entire function in trees. To this end, it was necessary to 91 GIMPLE retains much of the structure of the parse trees: lexical 131 convert the front end trees to GIMPLE@. Usually such a hook will involve 132 much of the same code for expanding front end trees to RTL@. This function 133 can return fully lowered GIMPLE, or it can return GENERIC trees and let the 142 trees to GIMPLE, and hand that off to the back end rather than first 150 which would work better with higher-level trees, but currently the 944 trees, and choose the appropriate macro:
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | INSTALL.txt | 13 make sure both the libpcap and tcpdump source trees are in the same
|
| /freebsd-11-stable/contrib/bsnmp/snmp_mibII/ |
| HD | mibII_tree.def | 31 # Definition of the standard interfaces and ip trees.
|