Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c547 FILE *ofp; in perl_generate_script() local
550 ofp = fopen(fname, "w"); in perl_generate_script()
551 if (ofp == NULL) { in perl_generate_script()
556 fprintf(ofp, "# perf script event handlers, " in perl_generate_script()
559 fprintf(ofp, "# Licensed under the terms of the GNU GPL" in perl_generate_script()
562 fprintf(ofp, "# The common_* event handler fields are the most useful " in perl_generate_script()
565 fprintf(ofp, "# all events. They don't necessarily correspond to " in perl_generate_script()
568 fprintf(ofp, "# in the format files. Those fields not available as " in perl_generate_script()
571 fprintf(ofp, "# be retrieved using Perl functions of the form " in perl_generate_script()
574 fprintf(ofp, "# See Context.pm for the list of available " in perl_generate_script()
[all …]
H A Dtrace-event-python.c1713 FILE *ofp; in python_generate_script() local
1716 ofp = fopen(fname, "w"); in python_generate_script()
1717 if (ofp == NULL) { in python_generate_script()
1721 fprintf(ofp, "# perf script event handlers, " in python_generate_script()
1724 fprintf(ofp, "# Licensed under the terms of the GNU GPL" in python_generate_script()
1727 fprintf(ofp, "# The common_* event handler fields are the most useful " in python_generate_script()
1730 fprintf(ofp, "# all events. They don't necessarily correspond to " in python_generate_script()
1733 fprintf(ofp, "# in the format files. Those fields not available as " in python_generate_script()
1736 fprintf(ofp, "# be retrieved using Python functions of the form " in python_generate_script()
1739 fprintf(ofp, "# See the perf-script-python Documentation for the list " in python_generate_script()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_ldch_generate_mesh.cpp104 FILE* ofp; in read_mesh_from_file() local
105 ofp = fopen(fileName, "rb"); in read_mesh_from_file()
106 if (ofp != NULL) { in read_mesh_from_file()
110 fread(&hpic, sizeof(unsigned short), 1, ofp); in read_mesh_from_file()
111 fread(&vpic, sizeof(unsigned short), 1, ofp); in read_mesh_from_file()
112 fread(&hsize, sizeof(unsigned short), 1, ofp); in read_mesh_from_file()
113 fread(&vsize, sizeof(unsigned short), 1, ofp); in read_mesh_from_file()
114 fread(&hstep, sizeof(unsigned short), 1, ofp); in read_mesh_from_file()
115 fread(&vstep, sizeof(unsigned short), 1, ofp); in read_mesh_from_file()
119 unsigned int num = fread(ldchCtx->ldch_mem_info->addr, 1, lut_size, ofp); in read_mesh_from_file()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Drk_aiq_algo_afec_itf.cpp242 FILE* ofp; in read_mesh_table() local
248 ofp = fopen(filename, "rb"); in read_mesh_table()
249 if (ofp != NULL) { in read_mesh_table()
250 … unsigned int num = fread(fecCtx->meshxi, 1, fecCtx->fec_mesh_size * sizeof(unsigned short), ofp); in read_mesh_table()
251 fclose(ofp); in read_mesh_table()
266 ofp = fopen(filename, "rb"); in read_mesh_table()
267 if (ofp != NULL) { in read_mesh_table()
268 … unsigned int num = fread(fecCtx->meshxf, 1, fecCtx->fec_mesh_size * sizeof(unsigned char), ofp); in read_mesh_table()
269 fclose(ofp); in read_mesh_table()
283 ofp = fopen(filename, "rb"); in read_mesh_table()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/
H A Dmain.cpp54 FILE *ofp = NULL; in write_file_all() local
56 ofp = fopen(fpath, "wb+"); in write_file_all()
57 if (!ofp) { in write_file_all()
61 fwrite(data, 1, len, ofp); in write_file_all()
63 fclose(ofp); in write_file_all()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A DBinRecord.cpp182 FILE *ofp = NULL; in saveFile() local
184 ofp = fopen(fpath, "wb+"); in saveFile()
185 if (!ofp) { in saveFile()
190 fwrite(buf, 1, file_size, ofp); in saveFile()
191 fclose(ofp); in saveFile()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch90 if (ofp)
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch152 if (ofp)
/OK3568_Linux_fs/buildroot/package/patch/
H A D0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch153 if (ofp)
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190727.patch.gz1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20200118.patch.gz1# ncurses 6.1 - patch 20200118 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...