Searched refs:program (Results 1 - 25 of 100) sorted by path

1234

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh80 # using PnP. The included pinnaclecfg program in this shell archive
90 # the pinnaclecfg program after the kernel is loaded.
133 # pinnaclecfg program. Using this program, you can assign the
256 # trouble, you can try the setdigital.c program
327 # To generating the firmware files with the `conv' program, we create
334 # The conv (and conv.l) program is not needed after conversion and can
349 # want to set it as the input source, you can use this program if you
350 # have trouble trying to do it with a mixer program (be sure to
457 X * This program i
[all...]
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S13 | Speed: The program decbin takes ??? cycles to execute.
H A Dfpsp.h214 .set EXC_PC,6 | exception frame program counter
H A Dsacos.S18 | Speed: The program sCOS takes approximately 310 cycles.
H A Dsasin.S18 | Speed: The program sASIN takes approximately 310 cycles.
H A Dsatan.S18 | Speed: The program satan takes approximately 160 cycles for input
20 | the program will run no worse than 10% slower.
H A Dsatanh.S19 | Speed: The program satanh takes approximately 270 cycles.
H A Dscosh.S18 | Speed: The program sCOSH takes approximately 250 cycles.
H A Dsetox.S33 | The program setox takes approximately 210/190 cycles for input
36 | depending on their values, the program may run faster or slower --
39 | The program setoxm1 takes approximately ??? / ??? cycles for input
42 | depending on their values, the program may run faster or slower --
H A Dssinh.S18 | Speed: The program sSINH takes approximately 280 cycles.
H A Dstan.S18 | Speed: The program sTAN takes approximately 170 cycles for
H A Dstanh.S18 | Speed: The program stanh takes approximately 270 cycles.
H A Dstwotox.S19 | Speed: The program stwotox takes approximately 190 cycles and the
20 | program stentox takes approximately 200 cycles.
H A Dx_unimp.S7 | Invoked when the user program encounters a floating-point
H A Dskeleton.S23 | interrupt) the user program can be resumed via 'rte'.
H A Dslogn.S19 | Speed: The program slogn takes approximately 190 cycles for input
22 | 210 cycles. For the less common arguments, the program will
39 | beforehand and stored in the program.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7996 # calculated beforehand and stored in the program. #
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S76 | send some signal to program here
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c550 /* We must program clocks before CRTC2, otherwise interlaced mode
591 .program = matroxfb_g450_program,
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk1 # PTP 1588 clock support - User space test program
5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
16 # along with this program; if not, write to the Free Software
/linux-master/tools/virtio/ringtest/
H A DMakefile7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S17 # distribution when not linked into another program.)
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S5 @ has relicensed it under the GPLv2. Therefore this program is free software;
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c168 /* Compute the 28-bit jump target address from a BPF program location */
184 /* Compute the PC-relative offset to relative BPF program offset */
840 int target = get_target(ctx, ctx->program->len);
849 /* Build the program body from eBPF bytecode */
852 const struct bpf_prog *prog = ctx->program;
890 const struct bpf_prog *prog = ctx->program;
943 ctx.program = prog;
H A Dbpf_jit_comp.h74 /* JIT context for an eBPF program */
76 struct bpf_prog *program; /* The eBPF program being JITed */ member in struct:jit_context
79 u32 bpf_index; /* Index of current BPF program insn */
125 * initialized by the program if expected, e.g. FP.
134 * saved/restored by the program if callee-saved.
153 /* Compute the 28-bit jump target address from a BPF program location */
156 /* Compute the PC-relative offset to relative BPF program offset */
213 * Build program prologue to set up the stack and registers.
219 * Build the program epilogu
[all...]

Completed in 445 milliseconds

1234