HomeSort by: relevance | last modified time | path
    Searched refs:leaves (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/external/zlib/pigz/dist/zopfli/
katajainen.c 33 Nodes forming chains. Also used to represent leaves.
38 int count; /* Leaf symbol index, or number of leaves before this chain. */
98 leaves: The leaves, one per symbol.
99 numsymbols: Number of leaves.
106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) {
123 InitNode(leaves[lastcount].weight, lastcount + 1, 0, newchain);
126 if (lastcount < numsymbols && sum > leaves[lastcount].weight) {
128 InitNode(leaves[lastcount].weight, lastcount + 1, oldchain->tail,
134 BoundaryPM(lists, maxbits, leaves, numsymbols, pool, index - 1, 0)
192 Node* leaves = (Node*)malloc(n * sizeof(*leaves)); local
    [all...]
  /src/usr.bin/make/unit-tests/
varname-make_print_var_on_error.mk 8 # gn->commands has been set to NULL already. This leaves .ERROR_CMD an empty
  /src/crypto/external/apache2/openssl/dist/providers/common/der/
oids_to_c.pm 105 my %leaves = map { $_ => 1 } registered_oid_leaves;
106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
  /src/crypto/external/bsd/openssl/dist/providers/common/der/
oids_to_c.pm 105 my %leaves = map { $_ => 1 } registered_oid_leaves;
106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
  /src/external/gpl3/gcc/dist/libgcc/config/sparc/
sol2-c1.S 54 ! Leave some room for a call. Sun leaves 32 octets (to sit on
  /src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
sol2-c1.S 54 ! Leave some room for a call. Sun leaves 32 octets (to sit on
  /src/external/mpl/bind/dist/lib/dns/include/dns/
qp.h 311 size_t leaves; /*%< values in the trie */ member in struct:dns_qp_memusage
  /src/share/examples/puffs/pgfs/
newfs.sql 31 -- XXX this leaves large objects
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
testutils.inc 335 ; leaves H, I, U, and UI untested
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
testutils.inc 335 ; leaves H, I, U, and UI untested
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 2500 uint64_t leaves; local
2506 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz;
2510 ztest_shared->zs_vdev_next_leaf = find_vdev_hole(spa) * leaves;
2752 uint64_t leaves; local
2765 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz;
2782 leaf = ztest_random(leaves);
2840 top * leaves + leaf);
4789 uint64_t leaves; local
4805 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz;
4809 ASSERT(leaves >= 1)
    [all...]
  /src/external/mpl/bind/dist/tests/bench/
qp-dump.c 244 printf("leaves %zu\n"
251 memusage.leaves, memusage.live, memusage.used,
  /src/external/mpl/bind/dist/tests/dns/
qpmulti_test.c 406 assert_int_equal(mu.leaves, 0);
  /src/external/lgpl3/gmp/dist/mpn/alpha/
mode1o.asm 44 C eliminating cbit+climb from the dependent chain. This leaves,
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/k62mmx/
lshift.asm 181 C leaves -4 to -1 which can be tested with test $1 and $2.
rshift.asm 188 C and leaves 0 to 3 which can be tested with test $1 and $2.
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
fpmath-sf.S 996 ;; the previous loop leaves r15.r13 zero
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
fpmath-sf.S 996 ;; the previous loop leaves r15.r13 zero
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
armv8-mont.pl 107 // guaranteed to be zero, which leaves two computationally
  /src/external/historical/nawk/dist/
FIXES.1e 74 returns 0 on EOF and leaves the contents of buf unchanged.
1064 delete arrayname is now legal; it clears the elements but leaves
  /src/external/lgpl3/gmp/dist/mpn/ia64/
mul_2.asm 48 C loaded u value in one xma pair, then leaves it live over several unrelated
  /src/external/gpl3/gcc/dist/libgcc/config/h8300/
lib1funcs.S 178 ; turns both into +ve numbers, and leaves what the answer sign
  /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
lib1funcs.S 178 ; turns both into +ve numbers, and leaves what the answer sign
  /src/external/gpl3/gdb/dist/sim/testsuite/ft32/
basic.s 690 # using a negative parameter for the link. "link $r14,-4" leaves
  /src/external/gpl3/gdb.old/dist/sim/testsuite/ft32/
basic.s 690 # using a negative parameter for the link. "link $r14,-4" leaves

Completed in 54 milliseconds

1 2 3