Home
last modified time | relevance | path

Searched defs:Program (Results 351 – 375 of 4900) sorted by relevance

1...<<11121314151617181920>>...196

/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_profiler.hpp79 struct Program { struct
80 Program() : gpuTotal(0), cpuTotal(0), pixelTotal(0) {} in Program() argument
82 uint64_t gpuTotal;
83 uint64_t cpuTotal;
84 uint64_t pixelTotal;
85 int64_t vsizeTotal;
86 int64_t rssTotal;
89 std::vector<unsigned> calls;
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/insert/
H A Dkernel.c33 static SIZE GetKernelFormatRelocSize (LIST_MODEL *Model, PROGRAM *Program, SECTION *SourceSection, … in GetKernelFormatRelocSize()
41 static BOOLEAN EmitKernelFormatRelocs (LIST_MODEL *Model, PROGRAM *Program, SECTION *SourceSection,… in EmitKernelFormatRelocs()
82 PROGRAM *Program = Section->Parent; in InsertKernelRelocs() local
143 PROGRAM *Program = Section->Parent; in InsertKernelROMCalls() local
204 PROGRAM *Program = Section->Parent; in InsertKernelRAMCalls() local
301 PROGRAM *Program = Section->Parent; in InsertKernelLibraries() local
388 PROGRAM *Program = Section->Parent; in InsertFargo020Libraries() local
499 PROGRAM *Program = Section->Parent; in InsertKernelExports() local
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/
H A Dmanip.c31 void FreeProgram (PROGRAM *Program) in FreeProgram()
86 PROGRAM *Program = Section->Parent; in FreeSection() local
467 PROGRAM *Program = Section->Parent; in ResolveSpecialExternalSymbolReloc() local
583 PROGRAM *Program = Section->Parent; in ResolveRelocTarget() local
639 PROGRAM *Program = Section->Parent; in ResolveRelocRelation() local
753 void OptimizeRelocs (PROGRAM *Program) in OptimizeRelocs()
777 PROGRAM *Program = Dest->Parent; in MergeSections() local
1057 BOOLEAN FixupRelativeRelocs (PROGRAM *Program) in FixupRelativeRelocs()
1224 PROGRAM *Program = Reloc->Parent->Parent; in SetRelocRelation() local
1539 PROGRAM *Program = Import->Parent; in CheckGlobalImport() local
[all …]
/dports/math/reduce/Reduce-svn5758-src/doc/manual/
H A Dutil.tex139 \subsection{Restrictions}
145 \subsection{Usage}
165 \subsection{Options}
/dports/math/reduce/Reduce-svn5758-src/csl/reduce.doc/
H A Dutil.tex137 \subsection{Restrictions}
143 \subsection{Usage}
163 \subsection{Options}
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/front/glsl/
H A Dast.rs10 pub struct Program<'a> { struct
22 impl<'a> Program<'a> { argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/front/glsl/
H A Dast.rs10 pub struct Program<'a> { struct
22 impl<'a> Program<'a> { argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/peepmatic/crates/test/src/
H A Dlib.rs77 pub struct Program { struct
83 impl Program { impl
319 program: &mut Program, in replace_instruction()
331 program: &mut Program, in get_part_at_path()
363 fn operator(&self, program: &mut Program, instr: Instruction) -> Option<Operator> { in operator()
371 program: &mut Program, in make_inst_1()
400 program: &mut Program, in make_inst_2()
450 program: &mut Program, in make_inst_3()
516 program: &mut Program, in instruction_to_constant()
523 fn instruction_result_bit_width(&self, program: &mut Program, inst: Instruction) -> u8 { in instruction_result_bit_width()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/merge/
H A Dsource_file.h24 struct Program { struct
30 QHash<unsigned int, Program> m_programMap; argument
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaShaders.h35 struct Program { struct
40 std::vector<Program> programs; argument
/dports/shells/elvish/elvish-0.17.0/pkg/shell/
H A Dshell.go27 type Program struct { struct
28 ActivateDaemon daemondefs.ActivateFunc
31 func (p Program) Run(fds [3]*os.File, f *prog.Flags, args []string) error {
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/advanced-decvpp-infer/
H A DREADME.md40 ### On a bare metal Linux* System
50 ### In a docker container
64 ### Common steps
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/btf/
H A Dbtf.go430 func (s *Spec) Program(name string, length uint64) (*Program, error) { func
606 type Program struct { struct
607 spec *Spec
608 length uint64
609 funcInfos, lineInfos extInfo
610 coreRelos coreRelos
617 func ProgramSpec(s *Program) *Spec {
625 func ProgramAppend(s, other *Program) error {
647 func ProgramFuncInfos(s *Program) (recordSize uint32, bytes []byte, err error) {
660 func ProgramLineInfos(s *Program) (recordSize uint32, bytes []byte, err error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/btf/
H A Dbtf.go430 func (s *Spec) Program(name string, length uint64) (*Program, error) { func
605 type Program struct { struct
606 spec *Spec
607 length uint64
608 funcInfos, lineInfos extInfo
609 coreRelos bpfCoreRelos
616 func ProgramSpec(s *Program) *Spec {
624 func ProgramAppend(s, other *Program) error {
646 func ProgramFuncInfos(s *Program) (recordSize uint32, bytes []byte, err error) {
659 func ProgramLineInfos(s *Program) (recordSize uint32, bytes []byte, err error) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/cilium/ebpf/internal/btf/
H A Dbtf.go430 func (s *Spec) Program(name string, length uint64) (*Program, error) { func
606 type Program struct { struct
607 spec *Spec
608 length uint64
609 funcInfos, lineInfos extInfo
610 coreRelos coreRelos
617 func ProgramSpec(s *Program) *Spec {
625 func ProgramAppend(s, other *Program) error {
647 func ProgramFuncInfos(s *Program) (recordSize uint32, bytes []byte, err error) {
660 func ProgramLineInfos(s *Program) (recordSize uint32, bytes []byte, err error) {
[all …]
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-vpp/
H A DREADME.md42 ### Include Files
48 ### On a Linux* System
80 ### On a Windows* System Using Visual Studio* Version 2017 or Newer
/dports/lang/mono/mono-5.10.1.57/mcs/errors/
H A Dcs1624-3.cs4 class Program { class
5 public Program() { in Program() method in Program
H A Dcs0542-2.cs4 class Program class
6 void Program (object sender) in Program() method in Program
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-createsession/
H A DREADME.md37 ### Include Files
43 ### On a Linux* System
75 ### On a Windows* System Using Visual Studio* Version 2017 or Newer
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-decode/
H A DREADME.md42 ### Include Files
48 ### On a Linux* System
80 ### On a Windows* System Using Visual Studio* Version 2017 or Newer
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-decvpp/
H A DREADME.md41 ### Include Files
47 ### On a Linux* System
79 ### On a Windows* System Using Visual Studio* Version 2017 or Newer
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-encode/
H A DREADME.md42 ### Include Files
48 ### On a Linux* System
80 ### On a Windows* System Using Visual Studio* Version 2017 or Newer
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-transcode/
H A DREADME.md38 ### Include Files
44 ### On a Linux* System
76 ### On a Windows* System Using Visual Studio* Version 2017 or Newer
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/dpcpp-blur/
H A DREADME.md45 ### Include Files
50 ### On a Linux* System
85 ### On a Windows* System Using Visual Studio* Version 2017 or Newer
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dprogram_test.cc81 TEST(Program, RemoveFixedBlocksNothingConstant) { in TEST() argument
110 TEST(Program, RemoveFixedBlocksAllParameterBlocksConstant) { in TEST() argument
135 TEST(Program, RemoveFixedBlocksNoResidualBlocks) { in TEST() argument
160 TEST(Program, RemoveFixedBlocksOneParameterBlockConstant) { in TEST() argument
187 TEST(Program, RemoveFixedBlocksNumEliminateBlocks) { in TEST() argument
214 TEST(Program, RemoveFixedBlocksFixedCost) { in TEST() argument
255 TEST(Program, CreateJacobianBlockSparsityTranspose) { in TEST() argument
352 TEST(Program, ReallocationInCreateJacobianBlockSparsityTranspose) { in TEST() argument
399 TEST(Program, ProblemHasNanParameterBlocks) { in TEST() argument
411 TEST(Program, InfeasibleParameterBlock) { in TEST() argument
[all …]

1...<<11121314151617181920>>...196