Home
last modified time | relevance | path

Searched +defs:cop +defs:o (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/p5-B-C/B-C-1.57/ByteLoader/
H A Dbytecode.h356 #define BSET_pregcomp(o, arg) \ argument
370 #define BSET_pregcomp(o, arg) \ argument
391 #define BSET_pregcomp(o, arg) \ argument
416 #define BSET_pregcomp(o, arg) \ argument
424 #define BSET_pregcomp(o, arg) \ argument
436 #define BSET_pregcomp(o, arg) \ argument
466 #define BSET_newopx(o, arg) STMT_START { \ argument
477 #define BSET_newopn(o, arg) STMT_START { \ argument
551 #define BSET_op_type(o, arg) STMT_START { \ argument
564 #define BSET_cop_file(cop, arg) CopFILE_set(cop,arg) argument
[all …]
/dports/devel/p5-B-Generate/B-Generate-1.56/
H A DGenerate.xs229 find_cv_by_root(OP* o) { in find_cv_by_root()
402 cc_opclass(pTHX_ const OP *o) in cc_opclass()
541 cc_opclassname(pTHX_ OP *o) in cc_opclassname()
565 OP *o; in __svop_new() local
596 void op_clear(OP* o) { in op_clear()
1001 COP *cop = PL_curcop; variable
1052 COP *cop = PL_curcop; variable
1127 COP *cop = PL_curcop; variable
1380 #define SVOP_sv(o) (cSVOPo_sv) argument
1791 COP *cop = PL_curcop; variable
[all …]
/dports/net/dgd/dgd-1.4.23/src/
H A Ddata.c52 copatch cop[COPCHUNKSZ]; /* callout patches */ member
347 copatch *cop; in cop_new() local
399 copatch *cop; in cop_del() local
448 static void cop_commit(copatch *cop) in cop_commit()
464 static void cop_release(copatch *cop) in cop_release()
480 static void cop_discard(copatch *cop) in cop_discard()
586 copatch **c, **n, *cop; in commit_callouts() local
842 copatch *cop, **c, **t; in discard_callouts() local
1210 copatch **c, *cop; in d_new_call_out() local
1279 copatch **c, *cop; in d_del_call_out() local
[all …]
/dports/devel/p5-Devel-CallChecker/Devel-CallChecker-0.008/lib/Devel/
H A DCallChecker.xs21 # define OpMORESIB_set(o, sib) ((o)->op_sibling = (sib)) argument
22 # define OpLASTSIB_set(o, parent) ((o)->op_sibling = NULL) argument
23 # define OpMAYBESIB_set(o, sib, parent) ((o)->op_sibling = (sib)) argument
26 # define OpHAS_SIBLING(o) (cBOOL((o)->op_sibling)) argument
27 # define OpSIBLING(o) (0 + (o)->op_sibling) argument
127 OP *pushop, *aop, *bop, *cop; in THX_entersub_extract_args() local
147 OP *pushop, *bop, *cop; in THX_entersub_inject_args() local
188 # define ck_entersub_args_proto(o, gv, sv) \ argument
210 # define ck_entersub_args_proto_or_list(o, gv, sv) \ argument
244 # define op_null(o) THX_op_null(aTHX_ o) argument
[all …]
/dports/devel/p5-B-C/B-C-1.57/
H A DC.xs13 # define PM_GETRE(o) (INT2PTR(REGEXP*,SvIVX(PL_regex_pad[(o)->op_pmoffset]))) argument
15 # define PM_GETRE(o) ((o)->op_pmregexp) argument
24 # define PmopSTASHPV(o) ((o)->op_pmflags & PMf_ONCE) argument
269 precomp(o) in precomp() argument
355 aux(o) in aux() argument
627 #define COP_stashflags(o) CopSTASH_flags(o) in PadnamelistMAXNAMED() argument
661 _autovivification(cop) in _autovivification() argument
/dports/lang/perl5.32/perl-5.32.1/ext/B/
H A DB.xs103 make_op_object(pTHX_ const OP *o) in make_op_object()
112 get_overlay_object(pTHX_ const OP *o, const char * const name, U32 namelen) in get_overlay_object()
186 make_warnings_object(pTHX_ const COP *const cop) in make_warnings_object()
215 make_cop_io_object(pTHX_ COP *cop) in make_cop_io_object()
354 #define PMOP_pmreplstart(o) o->op_pmstashstartu.op_pmreplstart argument
355 #define PMOP_pmreplroot(o) o->op_pmreplrootu.op_pmreplroot argument
358 walkoptree(pTHX_ OP *o, const char *method, SV *ref) in walkoptree()
405 oplist(pTHX_ OP *o, SV **SP) in oplist()
/dports/lang/perl5.30/perl-5.30.3/ext/B/
H A DB.xs103 make_op_object(pTHX_ const OP *o) in make_op_object()
112 get_overlay_object(pTHX_ const OP *o, const char * const name, U32 namelen) in get_overlay_object()
186 make_warnings_object(pTHX_ const COP *const cop) in make_warnings_object()
215 make_cop_io_object(pTHX_ COP *cop) in make_cop_io_object()
354 #define PMOP_pmreplstart(o) o->op_pmstashstartu.op_pmreplstart argument
355 #define PMOP_pmreplroot(o) o->op_pmreplrootu.op_pmreplroot argument
358 walkoptree(pTHX_ OP *o, const char *method, SV *ref) in walkoptree()
405 oplist(pTHX_ OP *o, SV **SP) in oplist()
/dports/lang/perl5.34/perl-5.34.0/ext/B/
H A DB.xs106 make_op_object(pTHX_ const OP *o) in make_op_object()
115 get_overlay_object(pTHX_ const OP *o, const char * const name, U32 namelen) in get_overlay_object()
189 make_warnings_object(pTHX_ const COP *const cop) in make_warnings_object()
218 make_cop_io_object(pTHX_ COP *cop) in make_cop_io_object()
357 #define PMOP_pmreplstart(o) o->op_pmstashstartu.op_pmreplstart argument
358 #define PMOP_pmreplroot(o) o->op_pmreplrootu.op_pmreplroot argument
361 walkoptree(pTHX_ OP *o, const char *method, SV *ref) in walkoptree()
408 oplist(pTHX_ OP *o, SV **SP) in oplist()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/B/
H A DB.xs106 make_op_object(pTHX_ const OP *o) in make_op_object()
115 get_overlay_object(pTHX_ const OP *o, const char * const name, U32 namelen) in get_overlay_object()
189 make_warnings_object(pTHX_ const COP *const cop) in make_warnings_object()
218 make_cop_io_object(pTHX_ COP *cop) in make_cop_io_object()
357 #define PMOP_pmreplstart(o) o->op_pmstashstartu.op_pmreplstart argument
358 #define PMOP_pmreplroot(o) o->op_pmreplrootu.op_pmreplroot argument
361 walkoptree(pTHX_ OP *o, const char *method, SV *ref) in walkoptree()
408 oplist(pTHX_ OP *o, SV **SP) in oplist()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/pingproc/
H A Dpingproc.cpp141 void COP1(const uint32_t cop) in COP1()
149 void COP2(const uint32_t cop) in COP2()
1112 int8_t cop; in doBatchOp_scan() local
1244 int8_t cop; in doBatchOp_filt() local
1257 int8_t cop; in doBatchOp_filt() local
1394 int8_t cop; in doBatchQueryOp() local
1417 int8_t cop; in doBatchQueryOp() local
1567 int8_t cop; in doBatchOp_step() local
1697 void doListOp(const OID_t o = 0) in doListOp()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/pingproc/
H A Dpingproc.cpp141 void COP1(const uint32_t cop) in COP1()
149 void COP2(const uint32_t cop) in COP2()
1112 int8_t cop; in doBatchOp_scan() local
1244 int8_t cop; in doBatchOp_filt() local
1257 int8_t cop; in doBatchOp_filt() local
1394 int8_t cop; in doBatchQueryOp() local
1417 int8_t cop; in doBatchQueryOp() local
1567 int8_t cop; in doBatchOp_step() local
1697 void doListOp(const OID_t o = 0) in doListOp()
/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonBassMaker.c147 float cop; member
695 bmMidiSendMsg(void *synth, int fd, int chan, int c, int o, int v) in bmMidiSendMsg()
927 bmMemory(guiSynth *synth, int fd, int chan, int c, int o, int v) in bmMemory()
1101 bmSendControl(guiSynth *synth, bmMem *bm, int c, int o) in bmSendControl()
1176 bmCallNote(guiSynth *synth, int fd, int chan, int c, int o, int v) in bmCallNote()
1254 bmCallLed(guiSynth *synth, int fd, int chan, int c, int o, int v) in bmCallLed()
1332 bmCallPad1(guiSynth *synth, int fd, int chan, int c, int o, int v) in bmCallPad1()
1337 bmCallPad2(guiSynth *synth, int fd, int chan, int c, int o, int v) in bmCallPad2()
1342 bmSpeed(guiSynth *synth, int fd, int chan, int c, int o, int v) in bmSpeed()
1365 bmDirection(guiSynth *synth, int fd, int chan, int c, int o, int v) in bmDirection()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java749 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
768 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
940 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
959 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java749 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
768 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
940 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
959 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java749 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
768 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
940 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
959 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java749 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
768 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
940 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
959 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java749 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
768 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
940 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
959 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java749 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
768 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
940 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
959 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java749 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
768 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
940 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
959 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java749 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
768 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
940 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
959 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java750 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
769 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
941 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
960 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java750 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
769 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
941 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
960 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1290 Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1419 final Op.ConditionOp cop = (Op.ConditionOp)op; in match() local
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit); in matches() local
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mb86235/
H A Dmb86235d.cpp122 int o = (opcode >> 42) & 0x1f; in dasm_alu_mul() local
227 int cop = (opcode >> 22) & 0x1f; in dasm_control() local
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mb86235/
H A Dmb86235d.cpp122 int o = (opcode >> 42) & 0x1f; in dasm_alu_mul() local
227 int cop = (opcode >> 22) & 0x1f; in dasm_control() local
/dports/lang/perl5.30/perl-5.30.3/
H A Dop.c294 OP *o; in Perl_Slab_Alloc() local
1258 S_cop_free(pTHX_ COP* cop) in S_cop_free()
4796 OP *o; in S_move_proto_attr() local
5045 OP *o; in Perl_bind_match() local
5241 OP *o; in Perl_block_end() local
6155 OP *o; in Perl_newOP() local
6984 OP *o; in Perl_pmruntime() local
7012 OP *o; in Perl_pmruntime() local
7929 OP *o; in Perl_newASSIGNOP() local
8144 COP *cop; in Perl_newSTATEOP() local
[all …]

1234