Home
last modified time | relevance | path

Searched defs:cop (Results 1 – 25 of 1426) sorted by relevance

12345678910>>...58

/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Ddecomp.cpp37 uint32_t read_copreg(int cop, int reg) { in read_copreg()
46 uint32_t read_copcreg(int cop, int reg) { in read_copcreg()
55 void write_copreg(int cop, int reg, uint32_t val) { in write_copreg()
63 void write_copcreg(int cop, int reg, uint32_t val) { in write_copcreg()
71 void copfun(int cop, int cofun) { in copfun()
721 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
731 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
741 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
751 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
761 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Ddecomp.cpp37 uint32_t read_copreg(int cop, int reg) { in read_copreg()
46 uint32_t read_copcreg(int cop, int reg) { in read_copcreg()
55 void write_copreg(int cop, int reg, uint32_t val) { in write_copreg()
63 void write_copcreg(int cop, int reg, uint32_t val) { in write_copcreg()
71 void copfun(int cop, int cofun) { in copfun()
721 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
731 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
741 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
751 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
761 uint32_t cop = ((inst) >> (0x1a)) & (0x3); in decompile() local
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/CommandLine/
H A DCommandOptionParser_T.cpp82 CommandOptionParser cop(""); in testInitialization() local
283 CommandOptionParser cop("Description"); in testParseOptions() local
588 CommandOptionParser cop("Description"); in testParseOptions() local
626 CommandOptionParser cop("Description"); in testParseOptions() local
672 CommandOptionParser cop("Description"); in testParseOptions() local
718 CommandOptionParser cop("Description"); in testParseOptions() local
753 CommandOptionParser cop("Description"); in testParseOptions() local
799 CommandOptionParser cop("Description"); in testParseOptions() local
834 CommandOptionParser cop("Description"); in testParseOptions() local
881 CommandOptionParser cop("Description"); in testParseOptions() local
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dcall_out.c76 free_call (struct call *cop) in free_call()
93 insert_call (struct call *cop, int delay) in insert_call()
144 struct call *cop; /* New callout structure */ in v_call_out() local
289 struct call *cop; in call_out() local
319 struct call *cop; in call_out() local
467 struct call **copp, *cop; in find_call_out() local
608 struct call *cop; in count_extra_ref_from_call_outs() local
629 struct call **copp, *cop; in remove_stale_call_outs() local
660 struct call *cop; in clear_ref_from_call_outs() local
681 struct call *cop; in count_ref_from_call_outs() local
[all …]
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dhasse_diagram.cc34 BasicClosureOperator<> cop(total, T(VIF)); in hasse_diagram() local
41 BasicClosureOperator<> cop(total, VIF); in hasse_diagram() local
57 BasicClosureOperator<> cop(total, VIF); in bounded_hasse_diagram_computation() local
89 BasicClosureOperator<> cop(total, T(VIF)); in rank_bounded_hasse_diagram() local
98 BasicClosureOperator<> cop(total, VIF); in rank_bounded_hasse_diagram() local
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/
H A Dcoprocess.sh270 function cop function
357 function cop function
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/tests/
H A Dcoprocess.sh266 function cop function
342 function cop function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/tests/
H A Dcoprocess.sh266 function cop function
342 function cop function
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/tests/
H A Dcoprocess.sh266 function cop function
342 function cop function
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DTexturedPlane.h33 VectorFP cop; variable
40 void setCOP(VectorFP& cop) { this->cop = cop; } in setCOP()
/dports/math/polymake/polymake-4.5/apps/matroid/src/
H A Dlattice_of_flats.cc32 BasicClosureOperator<> cop = BasicClosureOperator<>(total, T(mat_hyperplanes)); in lattice_of_flats() local
39 BasicClosureOperator<> cop = BasicClosureOperator<>(total, mat_hyperplanes); in lattice_of_flats() local
/dports/misc/ezc3d/ezc3d-Release_1.4.6/test/
H A Dtest_modules.cpp39 const std::vector<ezc3d::Vector3d>& cop(pf.forcePlatform(0).CoP()); in TEST() local
98 const std::vector<ezc3d::Vector3d>& cop(pf.forcePlatform(0).CoP()); in TEST() local
187 const std::vector<ezc3d::Vector3d>& cop(pf.forcePlatform(0).CoP()); in TEST() local
275 const std::vector<ezc3d::Vector3d>& cop(pf.forcePlatform(0).CoP()); in TEST() local
/dports/devel/commoncpp/commoncpp2-1.8.1/src/
H A Dcmdoptns.cpp191 void CommandOption::parseDone( CommandOptionParse * cop ) in parseDone()
195 void CommandOption::foundOption( CommandOptionParse * cop, const char * value) in foundOption()
199 void CommandOption::foundOption( CommandOptionParse * cop, const char ** value, int num ) in foundOption()
203 void CommandOption::performTask( CommandOptionParse * cop ) in performTask()
257 void CommandOptionWithArg::foundOption( CommandOptionParse * cop, const char * value ) in foundOption()
266 void CommandOptionWithArg::foundOption( CommandOptionParse * cop, const char ** value, int num ) in foundOption()
279 void CommandOptionNoArg::foundOption( CommandOptionParse * cop, const char * value) in foundOption()
/dports/emulators/qemu5/qemu-5.2.0/target/unicore32/
H A Dhelper.c29 uint32_t cop) in helper_cp0_set()
113 uint32_t helper_cp0_get(CPUUniCore32State *env, uint32_t creg, uint32_t cop) in helper_cp0_get()
/dports/emulators/qemu60/qemu-6.0.0/target/unicore32/
H A Dhelper.c29 uint32_t cop) in helper_cp0_set()
113 uint32_t helper_cp0_get(CPUUniCore32State *env, uint32_t creg, uint32_t cop) in helper_cp0_get()
/dports/databases/fastdb/fastdb/src/
H A Dcompiler.cpp25 #define DBVM(cop, type, n_opernads, commutative) type, argument
36 #define DBVM(cop, type, n_operands, commutative) n_operands, argument
47 #define DBVM(cop, type, n_operands, commutative) commutative, argument
416 int cop = dbvmVoid; in compare() local
528 int cop = lex; in comparison() local
956 int cop = lex; in addition() local
1023 int cop = lex; in multiplication() local
1061 int cop = dbvmPowerReal; in power() local
1224 int cop; in term() local
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/src/
H A Dcompiler.cpp23 #define DBVM(cop, type, n_opernads, commutative) type, argument
28 #define DBVM(cop, type, n_operands, commutative) n_operands, argument
33 #define DBVM(cop, type, n_operands, commutative) commutative, argument
376 int cop = dbvmVoid; in compare() local
474 int cop = lex; in comparison() local
807 int cop = lex; in addition() local
863 int cop = lex; in multiplication() local
901 int cop = dbvmPowerReal; in power() local
1052 int cop; in term() local
/dports/databases/gigabase/gigabase/
H A Dcompiler.cpp23 #define DBVM(cop, type, n_opernads, commutative) type, argument
28 #define DBVM(cop, type, n_operands, commutative) n_operands, argument
33 #define DBVM(cop, type, n_operands, commutative) commutative, argument
376 int cop = dbvmVoid; in compare() local
483 int cop = lex; in comparison() local
816 int cop = lex; in addition() local
872 int cop = lex; in multiplication() local
910 int cop = dbvmPowerReal; in power() local
1061 int cop; in term() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-harden-conditionals.cc167 int flags, enum tree_code cop, tree lhs, tree rhs) in insert_check_and_trap()
219 enum tree_code cop, tree lhs, tree rhs) in insert_edge_check_and_trap()
286 enum tree_code cop = invert_tree_comparison (op, HONOR_NANS (lhs)); in execute() local
344 enum tree_code cop; in execute() local
/dports/emulators/qemu-utils/qemu-4.2.1/target/unicore32/
H A Dhelper.c32 uint32_t cop) in helper_cp0_set()
115 uint32_t helper_cp0_get(CPUUniCore32State *env, uint32_t creg, uint32_t cop) in helper_cp0_get()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/unicore32/
H A Dhelper.c32 uint32_t cop) in helper_cp0_set()
115 uint32_t helper_cp0_get(CPUUniCore32State *env, uint32_t creg, uint32_t cop) in helper_cp0_get()
/dports/math/SCIP/scip-7.0.3/src/cppad/core/
H A Dcond_exp.hpp177 enum CompareOp cop , in CondExpOp()
255 enum CompareOp cop , in RecordCondExp()
/dports/emulators/qemu42/qemu-4.2.1/target/unicore32/
H A Dhelper.c32 uint32_t cop) in helper_cp0_set()
115 uint32_t helper_cp0_get(CPUUniCore32State *env, uint32_t creg, uint32_t cop) in helper_cp0_get()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/unicore32/
H A Dhelper.c32 uint32_t cop) in helper_cp0_set()
115 uint32_t helper_cp0_get(CPUUniCore32State *env, uint32_t creg, uint32_t cop) in helper_cp0_get()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dvas-window.c606 enum vas_cop_type cop, u32 pswid) in get_vinst_rxwin()
756 static bool rx_win_args_valid(enum vas_cop_type cop, in rx_win_args_valid()
815 void vas_init_rx_win_attr(struct vas_rx_win_attr *rxattr, enum vas_cop_type cop) in vas_init_rx_win_attr()
851 struct vas_window *vas_rx_win_open(int vasid, enum vas_cop_type cop, in vas_rx_win_open()
891 void vas_init_tx_win_attr(struct vas_tx_win_attr *txattr, enum vas_cop_type cop) in vas_init_tx_win_attr()
968 static bool tx_win_args_valid(enum vas_cop_type cop, in tx_win_args_valid()
992 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop, in vas_tx_win_open()

12345678910>>...58