Home
last modified time | relevance | path

Searched refs:foutput (Results 1 – 12 of 12) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/
DbuildebpfPlugin.py61 foutput = serr.decode("utf-8")
63 foutput = rawout.decode("utf-8")
67 return proc, foutput
DnsPlugin.py140 foutput = serr.decode("utf-8")
142 foutput = rawout.decode("utf-8")
146 return proc, foutput
/external/lz4/programs/
Dlz4io.c404 FILE* foutput; in LZ4IO_compressFilename_Legacy() local
412 foutput = LZ4IO_openDstFile(prefs, output_filename); in LZ4IO_compressFilename_Legacy()
413 if (foutput == NULL) { in LZ4IO_compressFilename_Legacy()
426 { size_t const writeSize = fwrite(out_buff, 1, MAGICNUMBER_SIZE, foutput); in LZ4IO_compressFilename_Legacy()
450 { size_t const writeSize = fwrite(out_buff, 1, outSize+4, foutput); in LZ4IO_compressFilename_Legacy()
472 fclose(foutput); in LZ4IO_compressFilename_Legacy()
895 …nsigned long long LZ4IO_decodeLegacyStream(LZ4IO_prefs_t* const prefs, FILE* finput, FILE* foutput) in LZ4IO_decodeLegacyStream() argument
929 …storedSkips = LZ4IO_fwriteSparse(prefs, foutput, out_buff, (size_t)decodeSize, storedSkips); /* su… in LZ4IO_decodeLegacyStream()
933 LZ4IO_fwriteSparseEnd(foutput, storedSkips); in LZ4IO_decodeLegacyStream()
1054 static unsigned long long LZ4IO_passThrough(LZ4IO_prefs_t* const prefs, FILE* finput, FILE* foutput in LZ4IO_passThrough() argument
[all …]
/external/elfutils/src/
Delfcompress.c49 static const char *foutput = NULL; variable
114 if (foutput != NULL) in parse_opt()
117 foutput = arg; in parse_opt()
147 if (foutput != NULL && state->argc - state->next > 1) in parse_opt()
552 if (foutput == NULL && get_sections () == 0) in process_file()
574 if (foutput == NULL) in process_file()
583 fnew = xstrdup (foutput); in process_file()
1289 if (foutput == NULL) in process_file()
1350 if (foutput != NULL && remaining + 1 < argc) in main()
/external/autotest/client/tests/iozone/
Dpostprocessing.py225 foutput = logging.FileHandler(foutput_path)
226 foutput.setFormatter(formatter)
227 logger.addHandler(foutput)
230 logger.removeHandler(foutput)
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_submit.c224 float *foutput = (float *) output; in bit_vertex() local
240 fprintf(stderr, "%08X /* %f */ ", output[i], foutput[i]); in bit_vertex()
248 fprintf(stderr, "%08X /* %f */ ", output[i], foutput[i]); in bit_vertex()
/external/linux-kselftest/tools/testing/selftests/tc-testing/
Dtdc.py202 foutput = serr.decode("utf-8", errors="ignore")
204 foutput = rawout.decode("utf-8", errors="ignore")
206 foutput = "Command \"{}\" timed out\n".format(command)
211 return proc, foutput
232 (proc, foutput) = exec_cmd(args, pm, stage, cmd)
238 print("\n{} *** Error message: \"{}\"".format(prefix, foutput),
/external/zstd/programs/
Dfileio.c2023 FILE* foutput, FILE* finput, in FIO_passThrough() argument
2032 { size_t const sizeCheck = fwrite(buffer, 1, alreadyLoaded, foutput); in FIO_passThrough()
2040 storedSkips = FIO_fwriteSparse(foutput, buffer, readFromInput, prefs, storedSkips); in FIO_passThrough()
2048 FIO_fwriteSparseEnd(prefs, foutput, storedSkips); in FIO_passThrough()
/external/pffft/
Dpffft_priv_impl.h1416 void FUNC_TRANSFORM_INTERNAL(SETUP_STRUCT *setup, const float *finput, float *foutput, v4sf *scratc… in FUNC_TRANSFORM_INTERNAL() argument
1426 v4sf *voutput = (v4sf*)foutput; in FUNC_TRANSFORM_INTERNAL()
1430 assert(VALIGNED(finput) && VALIGNED(foutput)); in FUNC_TRANSFORM_INTERNAL()
1475 assert(finput==foutput); in FUNC_TRANSFORM_INTERNAL()
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst1918 .. option:: -foutput-class-dir=<arg>, --output-class-directory <arg>, --output-class-directory=<arg>
/external/clang/include/clang/Driver/
DOptions.td1068 def foutput_class_dir_EQ : Joined<["-"], "foutput-class-dir=">, Group<f_Group>;
/external/llvm-project/clang/include/clang/Driver/
DOptions.td1847 def foutput_class_dir_EQ : Joined<["-"], "foutput-class-dir=">, Group<f_Group>;