Searched refs:outputs (Results 1 – 25 of 45) sorted by relevance
12
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 73 static SWIsltsResult free_outputs(char **outputs, char **inputs, int num); 407 char ** outputs = NULL; in load_outputs() local 417 *poutputs = outputs = (char **) lts_alloc(num, sizeof(char*)); in load_outputs() 418 if (outputs == NULL) { in load_outputs() 431 out = outputs[i] = lts_alloc(olen + 1, sizeof(char)); in load_outputs() 453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]); in load_outputs() 454 …pfprintf(PSTDOUT,"LOAD_TREE: outputs[%d] len %d out %x out %s\n", i, olen, outputs[i], outputs[i]); in load_outputs() 463 free_outputs(outputs, inputs, num); in load_outputs() 471 static SWIsltsResult free_outputs(char **outputs, char **inputs, int num) in free_outputs() argument 476 if (outputs) { in free_outputs() [all …]
|
/external/srec/seti/sltsEngine/include/ |
D | lts_seq_internal.h | 126 char **outputs; member
|
/external/libpng/scripts/ |
D | libpng-config.in | 46 --static revise subsequent outputs for static linking
|
D | libpng-config-body.in | 20 --static revise subsequent outputs for static linking
|
/external/icu4c/samples/ugrep/ |
D | readme.txt | 12 specified files, and outputs each matching line.
|
/external/dropbear/libtomcrypt/notes/ |
D | ccm_tv.txt | 1 CCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs
|
D | gcm_tv.txt | 1 GCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs
|
D | eax_tv.txt | 1 EAX Test Vectors. Uses the 00010203...NN-1 pattern for header/nonce/plaintext/key. The outputs
|
D | ocb_tv.txt | 1 OCB Test Vectors. Uses the 00010203...NN-1 pattern for nonce/plaintext/key. The outputs
|
/external/openssl/crypto/des/ |
D | FILES0 | 15 times - Some outputs from 'speed' on some machines.
|
/external/webkit/V8Binding/v8/tools/gyp/ |
D | v8.gyp | 178 'outputs': [ 535 'outputs': [
|
/external/expat/doc/ |
D | xmlwf.sgml | 170 By default, <option>-d</option> outputs a canonical representation 384 <command>&dhpackage;</command> outputs nothing.
|
/external/bison/ |
D | TODO | 147 There are a couple of proposed outputs: 245 Suggest: Change the name $undefined to undefined; looks better in outputs.
|
D | NEWS | 18 * %name-prefix changes the namespace name in C++ outputs. 265 * Bison now warns if it detects conflicting outputs to the same file, 267 that command outputs both code and header to foo.h.
|
/external/tesseract/ |
D | acinclude.m4 | 112 # which outputs tons of "garbage" on stdout:
|
D | ReleaseNotes | 12 Windows version now outputs to stderr by default, fixing a lot of the problems with lack of visible…
|
/external/qemu/tcg/ |
D | README | 49 number of outputs and inputs. 396 GCC style "early clobber" outputs are not currently supported.
|
/external/jpeg/ |
D | filelist.doc | 94 jidctred.c Inverse DCTs with reduced-size outputs.
|
/external/dbus/doc/ |
D | dcop-howto.txt | 545 0inputs+0outputs (1084major+62minor)pagefaults 0swaps 551 0inputs+0outputs (1107major+65minor)pagefaults 0swaps
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 331 % outputs text on separate line in roman font, starting at standard page margin 352 % @center line outputs that line, centered 359 % @sp n outputs n lines of vertical space 2062 % \normalbackslash outputs one backslash in fixed width font.
|
/external/blktrace/doc/ |
D | blktrace.tex | 46 run in \emph{live} mode directly outputs data collected by blktrace. 742 to help understand some of the outputs and command-line options above.
|
/external/bzip2/ |
D | bzip2.txt | 75 pressed and decompressed like this. The resulting outputs
|
D | bzip2.1.preformatted | 78 pressed and decompressed like this. The resulting outputs
|
/external/grub/docs/ |
D | texinfo.tex | 793 % outputs text on separate line in roman font, starting at standard page margin 897 % outputs that line, centered. 918 % @sp n outputs n lines of vertical space 1027 % @math outputs its argument in math mode. 1078 % @dots{} outputs an ellipsis using the current font. 1712 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction 6999 % \backslashcurfont outputs one backslash character in current font, 7015 % \normalbackslash outputs one backslash in fixed width font. 7036 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
|
/external/bison/build-aux/ |
D | texinfo.tex | 813 % outputs text on separate line in roman font, starting at standard page margin 917 % outputs that line, centered. 938 % @sp n outputs n lines of vertical space 1047 % @math outputs its argument in math mode. 1098 % @dots{} outputs an ellipsis using the current font. 1774 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction 7122 % \backslashcurfont outputs one backslash character in current font, 7139 % \normalbackslash outputs one backslash in fixed width font. 7160 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
|
12