/external/zlib/src/examples/ |
enough.c | 10 Prune examine() search on previously visited states 23 Examine all possible Huffman codes for a given number of symbols and a 317 /* Examine all possible codes from the given node (syms, len, left). Compute 322 local void examine(int syms, int len, int left, int mem, int rem) function 382 /* examine codes from here, updating table space as we go */ 385 examine(syms - use, len + 1, (left - use) << 1, 423 examine(n, root + 1, left, 1 << root, 0); 428 examine((n - left) << 1, root + 1, (n - left) << 1, 437 Examine and show the total number of possible Huffman codes for a given 447 To count and examine Huffman codes that are not length-limited, provide [all...] |
/prebuilts/go/darwin-x86/src/cmd/doc/ |
dirs.go | 70 // this is the queue of directories to examine in this pass. 72 // next is the queue of directories to examine in the next pass.
|
/prebuilts/go/linux-x86/src/cmd/doc/ |
dirs.go | 70 // this is the queue of directories to examine in this pass. 72 // next is the queue of directories to examine in the next pass.
|
/external/vulkan-validation-layers/ |
CONTRIBUTING.md | 24 If you desire to help in this area, please examine the
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolizer/ |
symbolizer.go | 141 // Construct search path to examine
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/ |
symbolizer.go | 141 // Construct search path to examine
|
/frameworks/base/tools/apilint/ |
apilint.py | [all...] |
/prebuilts/go/darwin-x86/src/debug/gosym/ |
pclntab_test.go | 79 // These tests open and examine the test binary, and use elf.Open to do so.
|
/prebuilts/go/darwin-x86/src/math/big/ |
arith_test.go | 416 // Individual bitLen tests. Numbers chosen to examine both sides
|
/prebuilts/go/linux-x86/src/debug/gosym/ |
pclntab_test.go | 79 // These tests open and examine the test binary, and use elf.Open to do so.
|
/prebuilts/go/linux-x86/src/math/big/ |
arith_test.go | 416 // Individual bitLen tests. Numbers chosen to examine both sides
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 780 /** Same as a normal DFA state except that we don't examine [all...] |
/external/v8/tools/gcmole/ |
gcmole.lua | 139 log("Failed to examine " .. filename)
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
help.go | 437 The go command, and the tools it invokes, examine a few different 519 in each directory. It identifies which files to examine based on
|
alldocs.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
help.go | 437 The go command, and the tools it invokes, examine a few different 519 in each directory. It identifies which files to examine based on
|
alldocs.go | [all...] |
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
parser.go | 97 // This loop needs to examine each character before deciding whether to consume it. If we see a semicolon,
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
parser.go | 97 // This loop needs to examine each character before deciding whether to consume it. If we see a semicolon,
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
inl.go | 363 // back up will examine left, right, list, rlist, ninit, ntest, nincr,
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
inl.go | 363 // back up will examine left, right, list, rlist, ninit, ntest, nincr,
|
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
doc.go | 560 cgo examine the executable. Cgo records the list of shared library [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/ |
report.go | 115 // Only examine mappings that have samples that match the [all...] |
/prebuilts/go/darwin-x86/src/regexp/ |
regexp.go | 59 // examine text beyond the text returned by a match, so the methods that [all...] |
/prebuilts/go/linux-x86/src/cmd/cgo/ |
doc.go | 560 cgo examine the executable. Cgo records the list of shared library [all...] |