Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 25 of 6354) sorted by relevance

12345678910>>...255

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgnu-nat.h39 struct proc struct
41 thread_t port; /* The task or thread port. */
42 int tid; /* The GDB pid (actually a thread id). */
43 int num; /* An id number for threads, to print. */
45 mach_port_t saved_exc_port; /* The task/thread's real exception port. */
46 mach_port_t exc_port; /* Our replacement, which for. */
70 struct proc *next; argument
76 #define proc_is_task(proc) ((proc)->tid == PROC_TID_TASK) argument
77 #define proc_is_thread(proc) ((proc)->tid != PROC_TID_TASK) argument
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgnu-nat.h38 struct proc struct
40 thread_t port; /* The task or thread port. */
41 int tid; /* The GDB pid (actually a thread id). */
42 int num; /* An id number for threads, to print. */
44 mach_port_t saved_exc_port; /* The task/thread's real exception port. */
45 mach_port_t exc_port; /* Our replacement, which for. */
69 struct proc *next; argument
75 #define proc_is_task(proc) ((proc)->tid == PROC_TID_TASK) argument
76 #define proc_is_thread(proc) ((proc)->tid != PROC_TID_TASK) argument
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgnu-nat.h37 struct proc struct
39 thread_t port; /* The task or thread port. */
40 int tid; /* The GDB pid (actually a thread id). */
41 int num; /* An id number for threads, to print. */
43 mach_port_t saved_exc_port; /* The task/thread's real exception port. */
44 mach_port_t exc_port; /* Our replacement, which for. */
68 struct proc *next; argument
74 #define proc_is_task(proc) ((proc)->tid == PROC_TID_TASK) argument
75 #define proc_is_thread(proc) ((proc)->tid != PROC_TID_TASK) argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgnu-nat.h39 struct proc struct
41 thread_t port; /* The task or thread port. */
42 int tid; /* The GDB pid (actually a thread id). */
43 int num; /* An id number for threads, to print. */
45 mach_port_t saved_exc_port; /* The task/thread's real exception port. */
46 mach_port_t exc_port; /* Our replacement, which for. */
70 struct proc *next; argument
76 #define proc_is_task(proc) ((proc)->tid == PROC_TID_TASK) argument
77 #define proc_is_thread(proc) ((proc)->tid != PROC_TID_TASK) argument
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgnu-nat.h57 struct proc struct
59 thread_t port; /* The task or thread port. */
60 int tid; /* The GDB pid (actually a thread id). */
61 int num; /* An id number for threads, to print. */
63 mach_port_t saved_exc_port; /* The task/thread's real exception port. */
64 mach_port_t exc_port; /* Our replacement, which for. */
88 struct proc *next; argument
94 #define proc_is_task(proc) ((proc)->tid == PROC_TID_TASK) argument
95 #define proc_is_thread(proc) ((proc)->tid != PROC_TID_TASK) argument
/dports/math/z3/z3-z3-4.8.13/src/ackermannization/
H A Dackr_bound_probe.cpp29 struct proc { struct in ackr_bound_probe
32 typedef ackr_helper::app_set app_set;
33 ast_manager& m;
36 ackr_helper m_ackr_helper;
37 expr_mark m_non_select;
39 proc(ast_manager & m) : m(m), m_ackr_helper(m) { } in proc() argument
41 ~proc() { in ~proc()
50 void prune_non_select() { in prune_non_select()
54 void operator()(quantifier *) {} in operator ()()
55 void operator()(var *) {} in operator ()()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ackermannization/
H A Dackr_bound_probe.cpp29 struct proc { struct in ackr_bound_probe
32 typedef ackr_helper::app_set app_set;
33 ast_manager& m;
36 ackr_helper m_ackr_helper;
37 expr_mark m_non_select;
39 proc(ast_manager & m) : m(m), m_ackr_helper(m) { } in proc() function
41 ~proc() { in ~proc()
50 void prune_non_select() { in prune_non_select()
54 void operator()(quantifier *) {} in operator ()()
55 void operator()(var *) {} in operator ()()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dproc.h225 struct proc { struct
246 p_specdataref; /* subsystem proc-specific data */ argument
254 char p_stat; /* p: S* process status. */ argument
259 LIST_ENTRY(proc) p_pglist; /* l: List of processes in pgrp. */ argument
287 struct proc *p_opptr; /* l: save parent during ptrace. */ argument
299 void *p_emuldata; /* :: per-proc emul data, or NULL */ argument
301 struct klist p_klist; /* p: knotes attached to proc */ argument
305 struct lcproc *p_lwpctl; /* p, a: _lwp_ctl() information */ argument
325 struct pgrp *p_pgrp; /* l: Pointer to process group */ argument
337 struct mdproc p_md; /* p: Any machine-dependent fields */ argument
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxdevcli.h426 #define dev_proc_copy_mono(proc)\ argument
433 #define dev_proc_copy_color(proc)\ argument
441 #define dev_proc_draw_line(proc)\ argument
449 #define dev_proc_get_bits(proc)\ argument
457 #define dev_proc_get_params(proc)\ argument
462 #define dev_proc_put_params(proc)\ argument
522 #define dev_proc_get_band(proc)\ argument
534 #define dev_proc_copy_rop(proc)\ argument
544 #define dev_proc_fill_path(proc)\ argument
563 #define dev_proc_fill_mask(proc)\ argument
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxdevcli.h426 #define dev_proc_copy_mono(proc)\ argument
433 #define dev_proc_copy_color(proc)\ argument
441 #define dev_proc_draw_line(proc)\ argument
449 #define dev_proc_get_bits(proc)\ argument
457 #define dev_proc_get_params(proc)\ argument
462 #define dev_proc_put_params(proc)\ argument
522 #define dev_proc_get_band(proc)\ argument
534 #define dev_proc_copy_rop(proc)\ argument
544 #define dev_proc_fill_path(proc)\ argument
563 #define dev_proc_fill_mask(proc)\ argument
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/oboe-sys-0.4.4/oboe/src/aaudio/
H A DAAudioLoader.cpp151 void *proc = dlsym(mLibHandle, functionName); in load_I_PPB() local
157 void *proc = dlsym(mLibHandle, functionName); in load_CPH_I() local
163 void *proc = dlsym(mLibHandle, functionName); in load_V_PBI() local
169 void *proc = dlsym(mLibHandle, functionName); in load_V_PBCPH() local
175 void *proc = dlsym(mLibHandle, functionName); in load_V_PBPDPV() local
181 void *proc = dlsym(mLibHandle, functionName); in load_V_PBPEPV() local
187 void *proc = dlsym(mLibHandle, functionName); in load_I_PSI() local
193 void *proc = dlsym(mLibHandle, functionName); in load_I_PS() local
199 void *proc = dlsym(mLibHandle, functionName); in load_L_PS() local
205 void *proc = dlsym(mLibHandle, functionName); in load_F_PS() local
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Ddb_mod.py255 def db_cmd_tcat(proc, block): argument
410 def set_proc_polort(proc): argument
435 def tcat_extract_vr_base(proc): argument
872 def db_cmd_blip(proc, block): argument
1078 def db_cmd_align(proc, block): argument
1296 def copy_ricor_regs_str(proc): argument
1388 def db_cmd_ricor(proc, block): argument
3888 def db_cmd_surf(proc, block): argument
3990 def cmd_surf_align(proc): argument
6646 def get_keep_trs_cmd(proc): argument
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxdevcli.h874 #define dev_proc_copy_mono(proc)\ argument
881 #define dev_proc_copy_color(proc)\ argument
889 #define dev_proc_draw_line(proc)\ argument
897 #define dev_proc_get_bits(proc)\ argument
968 #define dev_proc_get_band(proc)\ argument
980 #define dev_proc_copy_rop(proc)\ argument
990 #define dev_proc_fill_path(proc)\ argument
1009 #define dev_proc_fill_mask(proc)\ argument
1077 #define dev_proc_end_image(proc)\ argument
1412 #define dev_proc_fillpage(proc)\ argument
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxdevcli.h874 #define dev_proc_copy_mono(proc)\ argument
881 #define dev_proc_copy_color(proc)\ argument
889 #define dev_proc_draw_line(proc)\ argument
897 #define dev_proc_get_bits(proc)\ argument
968 #define dev_proc_get_band(proc)\ argument
980 #define dev_proc_copy_rop(proc)\ argument
990 #define dev_proc_fill_path(proc)\ argument
1009 #define dev_proc_fill_mask(proc)\ argument
1077 #define dev_proc_end_image(proc)\ argument
1412 #define dev_proc_fillpage(proc)\ argument
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/src/aaudio/
H A DAAudioLoader.cpp146 void *proc = dlsym(mLibHandle, functionName); in load_I_PPB() local
152 void *proc = dlsym(mLibHandle, functionName); in load_CPH_I() local
158 void *proc = dlsym(mLibHandle, functionName); in load_V_PBI() local
164 void *proc = dlsym(mLibHandle, functionName); in load_V_PBPDPV() local
170 void *proc = dlsym(mLibHandle, functionName); in load_V_PBPEPV() local
176 void *proc = dlsym(mLibHandle, functionName); in load_I_PSI() local
182 void *proc = dlsym(mLibHandle, functionName); in load_I_PS() local
188 void *proc = dlsym(mLibHandle, functionName); in load_L_PS() local
194 void *proc = dlsym(mLibHandle, functionName); in load_F_PS() local
200 void *proc = dlsym(mLibHandle, functionName); in load_B_PS() local
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/oboe/src/aaudio/
H A DAAudioLoader.cpp141 void *proc = dlsym(mLibHandle, functionName); in load_I_PPB() local
147 void *proc = dlsym(mLibHandle, functionName); in load_CPH_I() local
153 void *proc = dlsym(mLibHandle, functionName); in load_V_PBI() local
159 void *proc = dlsym(mLibHandle, functionName); in load_V_PBPDPV() local
165 void *proc = dlsym(mLibHandle, functionName); in load_V_PBPEPV() local
171 void *proc = dlsym(mLibHandle, functionName); in load_I_PSI() local
177 void *proc = dlsym(mLibHandle, functionName); in load_I_PS() local
183 void *proc = dlsym(mLibHandle, functionName); in load_L_PS() local
189 void *proc = dlsym(mLibHandle, functionName); in load_F_PS() local
195 void *proc = dlsym(mLibHandle, functionName); in load_B_PS() local
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxdevcli.h862 #define dev_proc_copy_mono(proc)\ argument
869 #define dev_proc_copy_color(proc)\ argument
877 #define dev_proc_draw_line(proc)\ argument
885 #define dev_proc_get_bits(proc)\ argument
893 #define dev_proc_get_params(proc)\ argument
956 #define dev_proc_get_band(proc)\ argument
968 #define dev_proc_copy_rop(proc)\ argument
978 #define dev_proc_fill_path(proc)\ argument
997 #define dev_proc_fill_mask(proc)\ argument
1065 #define dev_proc_end_image(proc)\ argument
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxdevcli.h862 #define dev_proc_copy_mono(proc)\ argument
869 #define dev_proc_copy_color(proc)\ argument
877 #define dev_proc_draw_line(proc)\ argument
885 #define dev_proc_get_bits(proc)\ argument
893 #define dev_proc_get_params(proc)\ argument
956 #define dev_proc_get_band(proc)\ argument
968 #define dev_proc_copy_rop(proc)\ argument
978 #define dev_proc_fill_path(proc)\ argument
997 #define dev_proc_fill_mask(proc)\ argument
1065 #define dev_proc_end_image(proc)\ argument
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dbinary.cpp68 proc(std::ostream &os, const T &x) { in proc() function
73 proc(std::istream &is, T &x) { in proc() function
78 proc(binary::size_t &sz, const T &x) { in proc() function
97 proc(std::istream &is, std::vector<T> &v) { in proc() function
125 proc(std::istream &is, std::vector<T> &v) { in proc() function
147 proc(std::istream &is, std::string &s) { in proc() function
163 proc(S & s, QT &x) { in proc() function
174 proc(S &s, QT &x) { in proc() function
187 proc(S &s, QT &x) { in proc() function
202 proc(S &s, QT &x) { in proc() function
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dbinary.cpp68 proc(std::ostream &os, const T &x) { in proc() function
73 proc(std::istream &is, T &x) { in proc() function
78 proc(binary::size_t &sz, const T &x) { in proc() function
97 proc(std::istream &is, std::vector<T> &v) { in proc() function
125 proc(std::istream &is, std::vector<T> &v) { in proc() function
147 proc(std::istream &is, std::string &s) { in proc() function
163 proc(S & s, QT &x) { in proc() function
174 proc(S &s, QT &x) { in proc() function
187 proc(S &s, QT &x) { in proc() function
202 proc(S &s, QT &x) { in proc() function
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dbinary.cpp68 proc(std::ostream &os, const T &x) { in proc() function
73 proc(std::istream &is, T &x) { in proc() function
78 proc(binary::size_t &sz, const T &x) { in proc() function
97 proc(std::istream &is, std::vector<T> &v) { in proc() function
125 proc(std::istream &is, std::vector<T> &v) { in proc() function
147 proc(std::istream &is, std::string &s) { in proc() function
163 proc(S & s, QT &x) { in proc() function
174 proc(S &s, QT &x) { in proc() function
187 proc(S &s, QT &x) { in proc() function
202 proc(S &s, QT &x) { in proc() function
[all …]
/dports/net/openradius/openradius-0.9.12c/common/
H A Dsubprocs.h83 typedef struct proc { struct
84 struct proc *next; /* next in list of all processes */ argument
102 /* Set of processes */ argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dbinary.cpp68 proc(std::ostream &os, const T &x) { in proc() function
73 proc(std::istream &is, T &x) { in proc() function
78 proc(binary::size_t &sz, const T &x) { in proc() function
97 proc(std::istream &is, std::vector<T> &v) { in proc() function
125 proc(std::istream &is, std::vector<T> &v) { in proc() function
147 proc(std::istream &is, std::string &s) { in proc() function
163 proc(S & s, QT &x) { in proc() function
174 proc(S &s, QT &x) { in proc() function
187 proc(S &s, QT &x) { in proc() function
202 proc(S &s, QT &x) { in proc() function
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dbinary.cpp68 proc(std::ostream &os, const T &x) { in proc() function
73 proc(std::istream &is, T &x) { in proc() function
78 proc(binary::size_t &sz, const T &x) { in proc() function
97 proc(std::istream &is, std::vector<T> &v) { in proc() function
125 proc(std::istream &is, std::vector<T> &v) { in proc() function
147 proc(std::istream &is, std::string &s) { in proc() function
163 proc(S & s, QT &x) { in proc() function
174 proc(S &s, QT &x) { in proc() function
187 proc(S &s, QT &x) { in proc() function
202 proc(S &s, QT &x) { in proc() function
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Dbinary.cpp68 proc(std::ostream &os, const T &x) { in proc() function
73 proc(std::istream &is, T &x) { in proc() function
78 proc(binary::size_t &sz, const T &x) { in proc() function
97 proc(std::istream &is, std::vector<T> &v) { in proc() function
125 proc(std::istream &is, std::vector<T> &v) { in proc() function
147 proc(std::istream &is, std::string &s) { in proc() function
163 proc(S & s, QT &x) { in proc() function
174 proc(S &s, QT &x) { in proc() function
187 proc(S &s, QT &x) { in proc() function
202 proc(S &s, QT &x) { in proc() function
[all …]

12345678910>>...255