Home
last modified time | relevance | path

Searched refs:arg_op (Results 1 – 24 of 24) sorted by relevance

/dports/security/gpg-gui/GPG-Gui-0.2.2/src/
H A DMain.vala36 GPGOperation? arg_op = null;
42 arg_op = GPGOperation.DECRYPT;
44 arg_op = GPGOperation.ENCRYPT;
71 if (arg_op != null) {
72 window.set_operation(arg_op);
/dports/sysutils/pwsafe/pwsafe-1dbcfd0/
H A Dpwsafe.cpp361 OP arg_op = OP_NOP; variable
659 if (arg_op == OP_NOP) in main()
661 arg_op = OP_LIST; in main()
665 arg_op = OP_EMIT; in main()
668 …if ((arg_op == OP_LIST || arg_op == OP_EMIT || arg_op == OP_ADD || arg_op == OP_EDIT || arg_op == … in main()
682 if (!arg_name && (arg_op == OP_EMIT || arg_op == OP_EDIT || arg_op == OP_DELETE)) { in main()
765 switch (arg_op) { in main()
932 arg_op = OP_LIST; in parse()
938 arg_op = OP_ADD; in parse()
944 arg_op = OP_EDIT; in parse()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_undo.h57 void ED_undo_operator_repeat_cb(struct bContext *C, void *arg_op, void *arg_unused);
58 void ED_undo_operator_repeat_cb_evt(struct bContext *C, void *arg_op, int arg_unused);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/undo/
H A Ded_undo.c677 void ED_undo_operator_repeat_cb(bContext *C, void *arg_op, void *UNUSED(arg_unused)) in ED_undo_operator_repeat_cb() argument
679 ED_undo_operator_repeat(C, (wmOperator *)arg_op); in ED_undo_operator_repeat_cb()
682 void ED_undo_operator_repeat_cb_evt(bContext *C, void *arg_op, int UNUSED(arg_unused)) in ED_undo_operator_repeat_cb_evt() argument
684 ED_undo_operator_repeat(C, (wmOperator *)arg_op); in ED_undo_operator_repeat_cb_evt()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/reductions/
H A Dtest_reductions.py118 arg_op = "arg" + opname if klass is Index else "idx" + opname
121 assert getattr(obj, arg_op)() == 1
122 result = getattr(obj, arg_op)(skipna=False)
130 assert getattr(obj, arg_op)() == 1
131 result = getattr(obj, arg_op)(skipna=False)
141 arg_op = "arg" + opname if klass is Index else "idx" + opname
149 getattr(obj, arg_op)()
151 getattr(obj, arg_op)(skipna=False)
/dports/security/nmap/nmap-7.91/scripts/
H A Dnat-pmp-mapport.nse57 local arg_op = stdnse.get_script_args(SCRIPT_NAME .. ".op") or "map"
63 local op = arg_op:lower()
/dports/math/curv/curv-0.5/libcurv/
H A Dbuiltin.cc788 Shared<Operation> arg_op = nullptr; in tuple_call() local
791 arg_op = rx->expr(); in tuple_call()
796 arg_op = rlist; in tuple_call()
809 arg_op = nullptr; in tuple_call()
812 if (arg_op) rlist->init(); in tuple_call()
814 if (arg_op) { in tuple_call()
822 arg_op), in tuple_call()
/dports/math/curv/curv-0.5/ideas/new_core/
H A DCall_Site64 * Passing func_op and arg_op works for Call_Expr::eval and
67 * Function::sc_call_expr(arg_op, call_phrase, frame)
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp4040 OPERAND *call_op, *arg_op; in gen_va_start() local
4060 call_op->next = arg_op; in gen_va_start()
4239 OPERAND *call_op, *arg_op; in gen_va_end() local
4259 call_op->next = arg_op; in gen_va_end()
6922 if (arg_op == NULL) in gen_arg_operand_list()
6925 arg_op->next = op; in gen_arg_operand_list()
6926 arg_op = op; in gen_arg_operand_list()
12658 OPERAND *arg_op; in process_formal_arguments() local
12753 arg_op = convert_operand(arg_op, var_type, I_TRUNC); in process_formal_arguments()
12755 arg_op = convert_operand(arg_op, var_type, I_FPTRUNC); in process_formal_arguments()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c1270 static void wm_block_redo_cb(bContext *C, void *arg_op, int UNUSED(arg_event)) in wm_block_redo_cb() argument
1272 wmOperator *op = arg_op; in wm_block_redo_cb()
1287 static void wm_block_redo_cancel_cb(bContext *C, void *arg_op) in wm_block_redo_cancel_cb() argument
1289 wmOperator *op = arg_op; in wm_block_redo_cancel_cb()
1297 static uiBlock *wm_block_create_redo(bContext *C, ARegion *region, void *arg_op) in wm_block_create_redo() argument
1299 wmOperator *op = arg_op; in wm_block_create_redo()
1314 UI_block_func_handle_set(block, wm_block_redo_cb, arg_op); in wm_block_create_redo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Expression/
H A DIRInterpreter.cpp1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Expression/
H A DIRInterpreter.cpp1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1416 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1417 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1428 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Expression/
H A DIRInterpreter.cpp1415 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret() local
1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret()
1427 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnTypes.hs1338 go_for_it arg_op arg_fix@(Fixity _ arg_prec assoc) = do
1343 (arg_op, arg_fix) section)
1368 sectionPrecErr op@(n1,_) arg_op@(n2,_) section
1374 nest 2 (text "namely" <+> ppr_opfix arg_op)]),
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_select.c1226 static uiBlock *node_find_menu(bContext *C, ARegion *region, void *arg_op) in node_find_menu() argument
1231 wmOperator *op = (wmOperator *)arg_op; in node_find_menu()
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/X86/
H A DCodeGen.hs3270 (arg_op, arg_code) <- getOperand arg
3274 PUSH II64 arg_op,
/dports/audio/snd/snd-21.2/
H A Ds7.c71365 int32_t arg_op;
71371 arg_op = op_no_hop(e1);
71372 switch (arg_op)
71390 arg_op = op_no_hop(arg);
71391 switch (arg_op)
71417 arg_op = op_no_hop(arg);
71418 switch (arg_op)
71430 arg_op = op_no_hop(arg);
71431 switch (arg_op)
71447 switch (arg_op)
[all …]