| /OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/ |
| H A D | trace-event-perl.c | 547 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 D | trace-event-python.c | 1713 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 D | rk_aiq_ldch_generate_mesh.cpp | 104 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 D | rk_aiq_algo_afec_itf.cpp | 242 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 D | main.cpp | 54 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 D | BinRecord.cpp | 182 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 D | 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch | 90 if (ofp)
|
| H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 152 if (ofp)
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 153 if (ofp)
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190727.patch.gz | 1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20200118.patch.gz | 1# ncurses 6.1 - patch 20200118 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |