Home
last modified time | relevance | path

Searched refs:Interpreter (Results 76 – 100 of 6044) sorted by relevance

12345678910>>...242

/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/ndbapi/
H A DNdbOperationInt.cpp316 if (insertATTRINFO( Interpreter::Add(7, 6, 7)) == -1) in incValue()
364 if (insertATTRINFO( Interpreter::Sub(7, 6, 7)) == -1) in subValue()
405 if (insertATTRINFO( Interpreter::Add(7, 6, 7)) == -1) in incValue()
446 if (insertATTRINFO( Interpreter::Sub(7, 6, 7)) == -1) in subValue()
537 if (insertATTRINFO(Interpreter::EXIT_OK) == -1) in def_subroutine()
861 if (insertATTRINFO(Interpreter::BRANCH) == -1) in branch_label()
879 if (insertATTRINFO(Interpreter::EXIT_OK) == -1) in interpret_exit_ok()
891 if (insertATTRINFO(Interpreter::EXIT_OK_LAST) == -1) in interpret_exit_last_row()
958 if (insertATTRINFO(Interpreter::RETURN) == -1) in ret_sub()
1032 Interpreter::BinaryCondition c = (Interpreter::BinaryCondition)type; in branch_col()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp416 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
425 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
434 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
443 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
452 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
461 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
543 Interpreter::BinaryCondition cond = in branch_col()
636 DBUG_ASSERT(cond != Interpreter::LIKE && cond != Interpreter::NOT_LIKE); in branch_col()
831 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
1042 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/textproc/jade/jade-1.2.1/style/
H A DExpression.h21 class Interpreter; variable
77 virtual InsnPtr compile(Interpreter &, const Environment &, int,
90 InsnPtr compilePushVars(Interpreter &interp,
102 void optimize(Interpreter &, const Environment &, Owner<Expression> &);
136 void optimize(Interpreter &, const Environment &, Owner<Expression> &);
153 void optimize(Interpreter &, const Environment &, Owner<Expression> &);
168 void optimize(Interpreter &, const Environment &, Owner<Expression> &);
231 InsnPtr compileInits(Interpreter &interp, const Environment &env,
247 InsnPtr compileInits(Interpreter &interp, const Environment &env,
262 InsnPtr compileInits(Interpreter &interp, const Environment &env,
[all …]
H A DInterpreter.h32 class Interpreter; variable
242 class Interpreter :
362 Interpreter(const Interpreter &); // undefined
451 ErrorObj *Interpreter::makeError() in makeError()
469 FalseObj *Interpreter::makeFalse() in makeFalse()
475 TrueObj *Interpreter::makeTrue() in makeTrue()
481 NilObj *Interpreter::makeNil() in makeNil()
541 int Interpreter::unitsPerInch() const in unitsPerInch()
632 bool Interpreter::debugMode() const in debugMode()
638 bool Interpreter::dsssl2() const in dsssl2()
[all …]
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DExpression.h21 class Interpreter; variable
77 virtual InsnPtr compile(Interpreter &, const Environment &, int,
90 InsnPtr compilePushVars(Interpreter &interp,
102 void optimize(Interpreter &, const Environment &, Owner<Expression> &);
136 void optimize(Interpreter &, const Environment &, Owner<Expression> &);
153 void optimize(Interpreter &, const Environment &, Owner<Expression> &);
168 void optimize(Interpreter &, const Environment &, Owner<Expression> &);
231 InsnPtr compileInits(Interpreter &interp, const Environment &env,
247 InsnPtr compileInits(Interpreter &interp, const Environment &env,
262 InsnPtr compileInits(Interpreter &interp, const Environment &env,
[all …]
H A DInterpreter.h33 class Interpreter; in maxObjSize()
300 class Interpreter : in maxObjSize()
437 Interpreter(const Interpreter &); // undefined in maxObjSize()
536 ErrorObj *Interpreter::makeError() in maxObjSize()
554 FalseObj *Interpreter::makeFalse() in maxObjSize()
560 TrueObj *Interpreter::makeTrue() in maxObjSize()
566 NilObj *Interpreter::makeNil() in maxObjSize()
717 bool Interpreter::debugMode() const in maxObjSize()
723 bool Interpreter::dsssl2() const in maxObjSize()
729 bool Interpreter::strictMode() const in maxObjSize()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbapi/
H A DNdbInterpretedCode.cpp383 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GE_REG_REG, in branch_ge()
392 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_GT_REG_REG, in branch_gt()
401 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LE_REG_REG, in branch_le()
410 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_LT_REG_REG, in branch_lt()
419 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_EQ_REG_REG, in branch_eq()
428 Uint32 instr = Interpreter::Branch(Interpreter::BRANCH_NE_REG_REG, in branch_ne()
510 Interpreter::BinaryCondition c= in branch_col()
570 Uint32 len2 = Interpreter::mod4(len); in branch_col()
703 return add1(Interpreter::EXIT_OK); in interpret_exit_ok()
914 return add1(Interpreter::RETURN); in ret_sub()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/python/
H A Dpythonsettings.h36 class Interpreter
39 Interpreter() = default;
40 Interpreter(const Utils::FilePath &python,
43 Interpreter(const QString &id,
47 inline bool operator==(const Interpreter &other) const
63 static QList<Interpreter> interpreters();
64 static Interpreter defaultInterpreter();
65 static void setInterpreter(const QList<Interpreter> &interpreters, const QString &defaultId);
66 static void addInterpreter(const Interpreter &interpreter, bool isDefault = false);
69 static QList<Interpreter> detectPythonVenvs(const Utils::FilePath &path);
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwscript/
H A Dtransformationextensions.cpp39 class OpGetDistance : public Interpreter::Opcode0
96 class OpSetScale : public Interpreter::Opcode0
112 class OpGetScale : public Interpreter::Opcode0
124 class OpModScale : public Interpreter::Opcode0
141 class OpSetAngle : public Interpreter::Opcode0
203 class OpGetAngle : public Interpreter::Opcode0
230 class OpGetPos : public Interpreter::Opcode0
257 class OpSetPos : public Interpreter::Opcode0
687 class OpMove : public Interpreter::Opcode0
779 class OpFixme : public Interpreter::Opcode0
[all …]
H A Dguiextensions.cpp25 class OpEnableWindow : public Interpreter::Opcode0
39 class OpEnableRest : public Interpreter::Opcode0
50 class OpShowRestMenu : public Interpreter::Opcode0
63 class OpShowDialogue : public Interpreter::Opcode0
89 class OpToggleFogOfWar : public Interpreter::Opcode0
100 class OpToggleFullHelp : public Interpreter::Opcode0
111 class OpShowMap : public Interpreter::Opcode0
142 class OpFillMap : public Interpreter::Opcode0
165 class OpMenuTest : public Interpreter::Opcode1
206 class OpToggleMenus : public Interpreter::Opcode0
[all …]
H A Dsoundextensions.cpp25 class OpSay : public Interpreter::Opcode0
29 void execute (Interpreter::Runtime& runtime) override in execute()
50 class OpSayDone : public Interpreter::Opcode0
62 class OpStreamMusic : public Interpreter::Opcode0
75 class OpPlaySound : public Interpreter::Opcode0
88 class OpPlaySoundVP : public Interpreter::Opcode0
108 class OpPlaySound3D : public Interpreter::Opcode0
131 class OpPlaySoundVP3D : public Interpreter::Opcode0
161 class OpStopSound : public Interpreter::Opcode0
177 class OpGetSoundPlaying : public Interpreter::Opcode0
[all …]
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/test/etude/
H A Dheader.inc18 print "Interpreter claims that colored text IS available.^";
21 print "Interpreter claims that colored text IS NOT available.^";
25 print "Interpreter claims that emphasized (bold) text IS
29 print "Interpreter claims that emphasized (bold) text IS NOT
34 print "Interpreter claims that italic (or underlined) text IS
38 print "Interpreter claims that italic (or underlined) text IS
46 print "Interpreter claims that fixed-width text IS NOT
51 print "Interpreter claims that sound effects ARE available.^";
58 print "Interpreter claims that timed input IS available.^";
68 print "Interpreter claims that ~undo~ IS available.^";
[all …]
/dports/misc/mnn/MNN-1.2.0/demo/android/app/includes/MNN/
H A DInterpreter.hpp94 class MNN_PUBLIC Interpreter { class
101 static Interpreter* createFromFile(const char* file);
108 static Interpreter* createFromBuffer(const void* buffer, size_t size);
109 ~Interpreter();
252 static Interpreter* createFromBufferInternal(Content* net);
255 Interpreter(Content* net);
257 Interpreter(const Interpreter&) = delete;
258 Interpreter(const Interpreter&&) = delete;
259 Interpreter& operator=(const Interpreter&) = delete;
260 Interpreter& operator=(const Interpreter&&) = delete;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DInterpretedFrame.cs10 namespace System.Linq.Expressions.Interpreter
18 internal readonly Interpreter Interpreter; field in System.Linq.Expressions.Interpreter.InterpretedFrame
44 Interpreter = interpreter; in InterpretedFrame()
57 _pendingValue = Interpreter.NoValue; in InterpretedFrame()
65 public string Name => Interpreter.Name;
111 StackIndex = Interpreter.LocalCount + depth; in SetStackDepth()
233 if (_pendingValue != Interpreter.NoValue) in YieldToPendingContinuation()
240 _pendingValue = Interpreter.NoValue; in YieldToPendingContinuation()
250 _pendingValue = Interpreter.NoValue; in PushPendingContinuation()
262 RuntimeLabel target = Interpreter._labels[labelIndex]; in Goto()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/Interpreter/
H A DInterpreter_Integer.cpp12 void Interpreter::Helper_UpdateCR0(u32 value) in Helper_UpdateCR0()
26 void Interpreter::addi(UGeckoInstruction inst) in addi()
34 void Interpreter::addic(UGeckoInstruction inst) in addic()
49 void Interpreter::addis(UGeckoInstruction inst) in addis()
69 void Interpreter::cmpi(UGeckoInstruction inst) in cmpi()
88 void Interpreter::cmpli(UGeckoInstruction inst) in cmpli()
112 void Interpreter::ori(UGeckoInstruction inst) in ori()
117 void Interpreter::oris(UGeckoInstruction inst) in oris()
129 void Interpreter::twi(UGeckoInstruction inst) in twi()
199 void Interpreter::cmp(UGeckoInstruction inst) in cmp()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/core/
H A DInterpreter.cpp29 Interpreter::SessionMode callBackMode = Interpreter::Session_Debug;
30 Interpreter::SessionMode inputMode = Interpreter::Session_Input_Inside;
37 Interpreter* Interpreter::createFromFile(const char* file) { in createFromFile()
64 Interpreter* Interpreter::createFromBuffer(const void* buffer, size_t size) { in createFromBuffer()
80 Interpreter* Interpreter::createFromBufferInternal(Content* net) { in createFromBufferInternal()
108 return new Interpreter(net); in createFromBufferInternal()
111 void Interpreter::setSessionMode(SessionMode mode) { in setSessionMode()
152 Interpreter::Interpreter(Content* net) { in Interpreter() function in MNN::Interpreter
157 Interpreter::~Interpreter() { in ~Interpreter()
351 void Interpreter::releaseModel() { in releaseModel()
[all …]

12345678910>>...242