Home
last modified time | relevance | path

Searched defs:outf (Results 1 – 14 of 14) sorted by relevance

/third_party/zlib/contrib/iostream3/
Dtest.cc13 gzofstream outf; in main() local
/third_party/pulseaudio/src/pulsecore/resampler/
Dspeex.c59 uint32_t inf = in_n_frames, outf = *out_n_frames; in speex_resample_float() local
95 uint32_t inf = in_n_frames, outf = *out_n_frames; in speex_resample_int() local
/third_party/littlefs/scripts/
Dexplode_asserts.py137 def mkdecls(outf, maxwidth=16): argument
/third_party/node/deps/icu-small/source/tools/escapesrc/
Descapesrc.cpp380 std::ofstream outf; in convert() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/escapesrc/
Descapesrc.cpp377 std::ofstream outf; in convert() local
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
Descapesrc.cpp380 std::ofstream outf; in convert() local
/third_party/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp380 std::ofstream outf; in convert() local
/third_party/zlib/contrib/blast/
Dblast.c440 local int outf(void *how, unsigned char *buf, unsigned len) in outf() function
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datomsrecovery.c963 FILE * outf, GError ** err, GError ** warn) in moov_recov_write_file()
/third_party/python/Python/
Dsysmodule.c628 sys_displayhook_unencodable(PyObject *outf, PyObject *o) in sys_displayhook_unencodable()
698 PyObject *outf; in sys_displayhook() local
/third_party/skia/tests/
DProcessorTest.cpp427 SkPMColor4f inf[3], outf[3]; in legal_modulation() local
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c1587 const gchar *outf; in GST_START_TEST() member
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c2200 char outf[INOUTF_SZ]; in do_scsi_device_read_write() local
6282 char outf[INOUTF_SZ]; in do_scsi_sgm_read_write() local
7291 char outf[INOUTF_SZ]; in do_scsi_sgp_read_write() local
/third_party/ffmpeg/libavfilter/
Dvf_paletteuse.c892 static int apply_palette(AVFilterLink *inlink, AVFrame *in, AVFrame **outf) in apply_palette()