OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outd
(Results
1 - 2
of
2
) sorted by null
/external/zlib/examples/
gun.c
118
struct
outd
{
struct
133
struct
outd
*me = (struct
outd
*)out_desc;
217
struct
outd
outd
; /* output structure */
local
221
outd
.outfile = outfile;
222
outd
.check = 0;
280
if (outcnt && out(&
outd
, outbuf, outcnt)) {
352
if (out(&
outd
, outbuf, outcnt)) {
388
struct
outd
outd
local
[
all
...]
/external/openfst/src/include/fst/
determinize.h
371
Weight
outd
= Weight::Zero();
local
377
outd
= Plus(
outd
, Times(element.weight, ind));
379
return
outd
;
Completed in 56 milliseconds