| /OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/ |
| H A D | test_config.cfg | 7 ; program = "example.sh" 21 ; program 42 program = "memtester.sh" 55 program = emmc_test 68 program = "ddr_emmc_test" 85 program = "lcd test" 96 program = "rtctester.sh" 104 program = "simtester.sh" 116 program = "wifitester.sh" 125 program = "" [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/ |
| H A D | xtrace | 143 program=$1 145 if test ! -f "$program"; then 146 printf >&2 $"executable \`$program' not found\n" 149 if test ! -x "$program"; then 150 printf >&2 $"\`$program' is no executable\n" 160 addr2line -fC -e "$program" | 173 …$TERMINAL_PROG -T "xtrace - $program $*" -e /bin/sh -c "LD_PRELOAD=$pcprofileso PCPROFILE_OUTPUT=$… 179 addr2line -fC -e "$program" 187 read -p "Press return here to close $TERMINAL_PROG($program)."
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/ |
| H A D | xtrace | 143 program=$1 145 if test ! -f "$program"; then 146 printf >&2 $"executable \`$program' not found\n" 149 if test ! -x "$program"; then 150 printf >&2 $"\`$program' is no executable\n" 160 addr2line -fC -e "$program" | 173 …$TERMINAL_PROG -T "xtrace - $program $*" -e /bin/sh -c "LD_PRELOAD=$pcprofileso PCPROFILE_OUTPUT=$… 179 addr2line -fC -e "$program" 187 read -p "Press return here to close $TERMINAL_PROG($program)."
|
| /OK3568_Linux_fs/external/libmali/include/GLES3/ |
| H A D | gl31.h | 386 typedef void (GL_APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader); 387 typedef void (GL_APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar… 415 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program); 422 typedef void (GL_APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader); 439 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize… 440 typedef void (GL_APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSiz… 441 typedef void (GL_APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei … 442 typedef GLint (GL_APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name); 449 typedef void (GL_APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params); 450 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *l… [all …]
|
| H A D | gl32.h | 386 typedef void (GL_APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader); 387 typedef void (GL_APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar… 415 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program); 422 typedef void (GL_APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader); 439 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize… 440 typedef void (GL_APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSiz… 441 typedef void (GL_APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei … 442 typedef GLint (GL_APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name); 449 typedef void (GL_APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params); 450 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *l… [all …]
|
| H A D | gl3.h | 384 typedef void (GL_APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader); 385 typedef void (GL_APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar… 413 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program); 420 typedef void (GL_APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader); 437 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize… 438 typedef void (GL_APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSiz… 439 typedef void (GL_APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei … 440 typedef GLint (GL_APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name); 447 typedef void (GL_APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params); 448 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *l… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-stmpe.c | 104 u16 program[3] = { in stmpe_24xx_pwm_config() local 157 program[0] = SMAX; /* off all the time */ in stmpe_24xx_pwm_config() 160 program[0] = LOAD | 0xff; /* LOAD 0xff */ in stmpe_24xx_pwm_config() 165 program[0] = SMIN; /* on all the time */ in stmpe_24xx_pwm_config() 168 program[0] = LOAD | 0x00; /* LOAD 0x00 */ in stmpe_24xx_pwm_config() 198 program[0] = LOAD | value; in stmpe_24xx_pwm_config() 199 program[1] = 0x0000; in stmpe_24xx_pwm_config() 212 program[0] = PRESCALE_512 | STEPTIME_1 | incdec; in stmpe_24xx_pwm_config() 215 program[1] = BRANCH; in stmpe_24xx_pwm_config() 220 pwm->hwpwm, value, last, program[0], program[1], in stmpe_24xx_pwm_config() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | program.hpp | 34 : program( in Program() 37 uniformsState((context.linkProgram(program), Uniforms::bindLocations(program))), in Program() 38 attributeLocations(Attributes::bindLocations(context, program)) { in Program() 41 context.linkProgram(program); in Program() 45 uniformsState = Uniforms::bindLocations(program); in Program() 50 : program(context.createProgram(binaryProgram.format(), binaryProgram.code())), in Program() 107 if (auto binaryProgram = context.getBinaryProgram(program)) { in get() 134 context.program = program; in draw() 148 UniqueProgram program; member in mbgl::gl::Program
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | MakeIndex | 15 …program provided that the copyright notice and this permission notice are preserved and provided t… 17 …program under the conditions above with the additional requirement that the entire modified work m… 19 This program is distributed with no warranty of any sort. No contributor accepts responsibility fo…
|
| H A D | NAIST-2003 | 33 The program was produced on an experimental basis in the course of the 36 program is provided without any warranty whatsoever, whether express, 40 the program and the nonexistence of any infringement or violation of 43 Each user of the program will agree and understand, and be deemed to 45 the program and, accordingly, the entire risk arising from or 46 otherwise connected with the program is assumed by the user. 50 development of the program and their respective officials, directors, 54 with the use or inability to use the program or any product, material 55 or result produced or otherwise obtained by using the program, 59 foregoing by his or her commencement of use of the program. The term [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | prog_sk_lookup.rst | 4 BPF sk_lookup program 7 BPF sk_lookup program type (``BPF_PROG_TYPE_SK_LOOKUP``) introduces programmability 11 When invoked BPF sk_lookup program can select a socket that will receive the 19 BPF sk_lookup program type was introduced to address setup scenarios where 36 BPF sk_lookup program can be attached to a network namespace with 53 verdict code. As for other BPF program types that are network filters, 58 A BPF sk_lookup program can also select a socket to receive the packet by 59 calling ``bpf_sk_assign()`` BPF helper. Typically, the program looks up a socket 62 selection. Selecting a socket only takes effect if the program has terminated 68 1. If any program returned ``SK_PASS`` and selected a valid socket, the socket [all …]
|
| H A D | map_cgroup_storage.rst | 11 storage is identified by the cgroup the program is attached to. 13 The map provide a local storage at the cgroup that the BPF program is attached 34 ``attach_type`` is the the program's attach type. 42 To access the storage in a program, use ``bpf_get_local_storage``:: 67 int program(struct __sk_buff *skb) 102 int program(struct __sk_buff *skb) 131 for a single ``CGROUP_STORAGE`` map, there can be at most one program loaded 132 that uses the map. A program may be attached to multiple cgroups or have 137 non-per-CPU) and the BPF program during load verification time. As a result, 138 each map can only be used by one BPF program and each BPF program can only use [all …]
|
| H A D | prog_cgroup_sockopt.rst | 7 ``BPF_PROG_TYPE_CGROUP_SOCKOPT`` program type can be attached to two 26 If BPF program sets ``optlen`` to -1, the control will be returned 38 * ``1`` - success, continue with next BPF program in the cgroup chain. 62 the BPF program from the parent cgroup). 76 the programs are executed from the bottom up: B, A. First program 79 control will be passed to the second (A) program which will see the 82 Same for ``BPF_CGROUP_SETSOCKOPT``: if the program is attached to 85 then the next program in the chain (A) will see those changes, 91 When the ``optval`` is greater than the ``PAGE_SIZE``, the BPF program 96 done by the BPF program to the ``optval`` are ignored. [all …]
|
| H A D | prog_cgroup_sysctl.rst | 7 This document describes ``BPF_PROG_TYPE_CGROUP_SYSCTL`` program type that 17 ``BPF_PROG_TYPE_CGROUP_SYSCTL`` program to a cgroup. 23 BPF program:: 49 ``BPF_PROG_TYPE_CGROUP_SYSCTL`` program must return one of the following 55 If program returns ``0`` user space will get ``-1`` from ``read(2)`` or 65 ``/proc/sys`` into provided by BPF program buffer; 68 sysctl into provided by BPF program buffer. This helper is available on both 78 has to be overridden BPF program can set ``file_pos`` to zero before calling 83 BPF program sees sysctl value same way as user space does in proc filesystem, 98 See `test_sysctl_prog.c`_ for an example of BPF program in C that access [all …]
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/debian-hacks/ |
| H A D | Set-program-name-from-the-remoting-name.patch | 4 Subject: [PATCH] Set program name from the remoting name 16 // Set program name to the one defined in application.ini. 18 - nsAutoCString program(gAppData->name); 19 + nsAutoCString program(gAppData->remotingName); 20 ToLowerCase(program); 21 g_set_prgname(program.get());
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-cgroup.rst | 42 Output will start with program ID followed by attach type, 43 attach flags and program name. 56 program ID, attach type, attach flags and program name. 63 Attach program *PROG* to the cgroup *CGROUP* with attach type 67 some bpf program, the program in this cgroup yields to sub-cgroup 68 program; **multi** if a sub-cgroup installs some bpf program, 69 that cgroup program gets run in addition to the program in this 72 Only one program is allowed to be attached to a cgroup with 74 program will release old program and attach the new one.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0002-linux-syslinux-implement-open_ext2_fs.patch | 44 extern const char *program; /* Name of program */ 55 fprintf(stderr, "%s: %s\n", program, msg); 77 + program, device); 86 + program, device); 91 + fprintf(stderr, "%s: %s is mounted\n", program, device); 101 + program, device); 109 + program, device); 119 + program, subdir, device); 125 + fprintf(stderr, "%s: failed to cd to: %s\n", program, subdir);
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sunrpc.h | 139 const char *program, 143 TP_ARGS(clnt, xprt, program, server), 149 __string(program, program) 157 __assign_str(program, program) 163 __get_str(program), __get_str(server)) 168 const char *program, 173 TP_ARGS(program, server, error), 177 __string(program, program) 183 __assign_str(program, program) 188 __get_str(program), __get_str(server), __entry->error) [all …]
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | domain.c | 231 && p1->program == p2->program; in tomoyo_same_transition_control() 247 char *program = param->data; in tomoyo_write_transition_control() local 248 char *domainname = strstr(program, " from "); in tomoyo_write_transition_control() 255 domainname = program; in tomoyo_write_transition_control() 256 program = NULL; in tomoyo_write_transition_control() 258 if (program && strcmp(program, "any")) { in tomoyo_write_transition_control() 259 if (!tomoyo_correct_path(program)) in tomoyo_write_transition_control() 261 e.program = tomoyo_get_name(program); in tomoyo_write_transition_control() 262 if (!e.program) in tomoyo_write_transition_control() 280 tomoyo_put_name(e.program); in tomoyo_write_transition_control() [all …]
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_egl.c | 74 GLuint vertex_shader, fragment_shader, program; member 95 if (ctx->program) in egl_free_ctx() 96 glDeleteProgram(ctx->program); in egl_free_ctx() 315 ctx->program = glCreateProgram(); in egl_init_ctx() 316 glAttachShader(ctx->program, ctx->vertex_shader); in egl_init_ctx() 317 glAttachShader(ctx->program, ctx->fragment_shader); in egl_init_ctx() 318 glLinkProgram(ctx->program); in egl_init_ctx() 320 glGetProgramiv(ctx->program, GL_LINK_STATUS, &status); in egl_init_ctx() 322 glGetProgramInfoLog(ctx->program, sizeof(msg), NULL, msg); in egl_init_ctx() 327 glUseProgram(ctx->program); in egl_init_ctx() [all …]
|
| /OK3568_Linux_fs/external/libmali/include/GLES2/ |
| H A D | gl2ext.h | 188 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVKHRPROC) (GLuint program, GLint location, GLsizei bufS… 189 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVKHRPROC) (GLuint program, GLint location, GLsizei bufS… 190 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMUIVKHRPROC) (GLuint program, GLint location, GLsizei buf… 194 GL_APICALL void GL_APIENTRY glGetnUniformfvKHR (GLuint program, GLint location, GLsizei bufSize, GL… 195 GL_APICALL void GL_APIENTRY glGetnUniformivKHR (GLuint program, GLint location, GLsizei bufSize, GL… 196 GL_APICALL void GL_APIENTRY glGetnUniformuivKHR (GLuint program, GLint location, GLsizei bufSize, G… 408 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei … 409 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const v… 411 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length… 412 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const void *bi… [all …]
|
| H A D | gl2.h | 384 typedef void (GL_APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader); 385 typedef void (GL_APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar… 413 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program); 420 typedef void (GL_APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader); 437 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize… 438 typedef void (GL_APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSiz… 439 typedef void (GL_APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei … 440 typedef GLint (GL_APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name); 447 typedef void (GL_APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params); 448 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *l… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | render_tile.cpp | 77 auto& program = parameters.programs.debug; in finishRender() local 90 const auto allAttributeBindings = program.computeAllAttributeBindings( in finishRender() 96 program.draw( in finishRender() 104 program.computeAllUniformValues( in finishRender() 117 program.draw( in finishRender() 125 program.computeAllUniformValues( in finishRender() 148 program.computeAllUniformValues( in finishRender() 157 program.computeAllAttributeBindings( in finishRender()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/ |
| H A D | 0001-drop-including-rpath-cmake-module.patch | 12 src/program/CMakeLists.txt | 1 - 27 diff --git a/src/program/CMakeLists.txt b/src/program/CMakeLists.txt 29 --- a/src/program/CMakeLists.txt 30 +++ b/src/program/CMakeLists.txt
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_psi.c | 868 struct vidtv_psi_table_pat_program *program; in vidtv_psi_pat_program_init() local 871 program = kzalloc(sizeof(*program), GFP_KERNEL); in vidtv_psi_pat_program_init() 872 if (!program) in vidtv_psi_pat_program_init() 875 program->service_id = cpu_to_be16(service_id); in vidtv_psi_pat_program_init() 878 program->bitfield = cpu_to_be16((RESERVED << 13) | program_map_pid); in vidtv_psi_pat_program_init() 879 program->next = NULL; in vidtv_psi_pat_program_init() 885 head->next = program; in vidtv_psi_pat_program_init() 888 return program; in vidtv_psi_pat_program_init() 909 struct vidtv_psi_table_pat_program *program; in vidtv_psi_pat_program_assign() local 914 program = p; in vidtv_psi_pat_program_assign() [all …]
|