Home
last modified time | relevance | path

Searched defs:proc (Results 226 – 250 of 13266) sorted by relevance

12345678910>>...531

/dports/devel/rpc2/rpc2-2.14/rp2gen/
H A Drp2.h104 typedef struct proc { struct
105 struct proc *thread; /* For chaining proc's together */ argument
110 rp2_bool new_connection; /* TRUE if this is the unique new connection procedure */ argument
111 char *op_code; /* Name of op code for this procedure */ argument
112 int op_number; /* Opcode number for this proc */ argument
113 int linenum; /* Line number where this proc was defined */ argument
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/
H A DTestMasterProcedureScheduler.java145 Procedure proc = queue.poll(); in testSimpleTableOpsQueues() local
179 Procedure proc = queue.poll(); in testCreateDeleteTableOperationsWithWriteLock() local
212 Procedure proc = procs[i] = queue.poll(); in testCreateDeleteTableOperationsWithReadLock() local
251 Procedure proc = queue.poll(); in testVerifyRwLocks() local
394 public void addBack(Procedure proc) { in addBack()
398 public void addFront(Procedure proc) { in addFront()
403 Procedure proc = null; in acquire() local
428 public void release(Procedure proc) { in release()
441 public TableName getTableName(Procedure proc) { in getTableName()
445 public TableProcedureInterface.TableOperationType getTableOperationType(Procedure proc) { in getTableOperationType()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/net/tshark/wireshark-3.6.1/ui/cli/
H A Dtap-follow.c23 #include <epan/charsets.h> in write_raw()
24 #include <epan/follow.h> in write_raw()
25 #include <epan/stat_tap_ui.h> in write_raw()
27 #include <wsutil/ws_assert.h> in write_raw()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr84155.f9023 subroutine proc () subroutine
38 end subroutine proc argument
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/reflect/
H A DProceduralProxy.java11 Procedure proc; field in ProceduralProxy
12 public ProceduralProxy(Procedure proc) { in ProceduralProxy()
31 public static Object makeProxy(Class iface, Procedure proc) { in makeProxy()
36 public static Object makeProxy(Class iface, Procedure proc, ClassLoader loader) { in makeProxy()
/dports/databases/hbase/hbase-1.2.1/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/
H A DProcedureSimpleRunQueue.java40 public void addFront(final Procedure proc) { in addFront()
51 public void addBack(final Procedure proc) { in addBack()
62 public void yield(final Procedure proc) { in yield()
119 public void completionCleanup(Procedure proc) { in completionCleanup()
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_manager.cpp187 struct proc { struct
188 int m_max;
189 app_ref_vector &m_out;
190 proc (app_ref_vector &out) : m_max(-1), m_out(out) {} in proc() function
191 void operator() (var const * n) const {} in operator ()()
192 void operator() (app *n) { in operator ()()
201 void operator() (quantifier const *n) const {} in operator ()()
213 struct proc { struct
214 void operator() (var const *n) const {} in operator ()()
215 void operator() (app const *n) const { in operator ()()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DLIRInstructionClass.java246 final void forEachUse(LIRInstruction obj, InstructionValueProcedure proc) { in forEachUse()
250 final void forEachAlive(LIRInstruction obj, InstructionValueProcedure proc) { in forEachAlive()
254 final void forEachTemp(LIRInstruction obj, InstructionValueProcedure proc) { in forEachTemp()
258 final void forEachDef(LIRInstruction obj, InstructionValueProcedure proc) { in forEachDef()
262 final void visitEachUse(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachUse()
266 final void visitEachAlive(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachAlive()
270 final void visitEachTemp(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachTemp()
274 final void visitEachDef(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachDef()
278 final void forEachState(LIRInstruction obj, InstructionValueProcedure proc) { in forEachState()
287 final void visitEachState(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachState()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DLIRInstructionClass.java246 final void forEachUse(LIRInstruction obj, InstructionValueProcedure proc) { in forEachUse()
250 final void forEachAlive(LIRInstruction obj, InstructionValueProcedure proc) { in forEachAlive()
254 final void forEachTemp(LIRInstruction obj, InstructionValueProcedure proc) { in forEachTemp()
258 final void forEachDef(LIRInstruction obj, InstructionValueProcedure proc) { in forEachDef()
262 final void visitEachUse(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachUse()
266 final void visitEachAlive(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachAlive()
270 final void visitEachTemp(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachTemp()
274 final void visitEachDef(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachDef()
278 final void forEachState(LIRInstruction obj, InstructionValueProcedure proc) { in forEachState()
287 final void visitEachState(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachState()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_manager.cpp187 struct proc { struct
188 int m_max;
189 app_ref_vector &m_out;
190 proc (app_ref_vector &out) : m_max(-1), m_out(out) {} in proc() argument
191 void operator() (var const * n) const {} in operator ()()
192 void operator() (app *n) { in operator ()()
201 void operator() (quantifier const *n) const {} in operator ()()
213 struct proc { struct
214 void operator() (var const *n) const {} in operator ()()
215 void operator() (app const *n) const { in operator ()()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DLIRInstructionClass.java246 final void forEachUse(LIRInstruction obj, InstructionValueProcedure proc) { in forEachUse()
250 final void forEachAlive(LIRInstruction obj, InstructionValueProcedure proc) { in forEachAlive()
254 final void forEachTemp(LIRInstruction obj, InstructionValueProcedure proc) { in forEachTemp()
258 final void forEachDef(LIRInstruction obj, InstructionValueProcedure proc) { in forEachDef()
262 final void visitEachUse(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachUse()
266 final void visitEachAlive(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachAlive()
270 final void visitEachTemp(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachTemp()
274 final void visitEachDef(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachDef()
278 final void forEachState(LIRInstruction obj, InstructionValueProcedure proc) { in forEachState()
287 final void visitEachState(LIRInstruction obj, InstructionValueConsumer proc) { in visitEachState()
[all …]

12345678910>>...531