Home
last modified time | relevance | path

Searched refs:coreid (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/Testing/
Ddiff.sql9 …where coreid=5 AND DATE BETWEEN datetime('now','localtime','-23 hours') AND datetime('now', 'local…
19 …where coreid != 5 AND DATE BETWEEN datetime('now','localtime','-23 hours') AND datetime('now', 'lo…
60 INNER JOIN CORE ON CORE.coreid = otherCores.coreid
DcreateDb.sql2 coreid INTEGER PRIMARY KEY, field
66 coreid INTEGER, field
70 FOREIGN KEY(coreid) REFERENCES CORE(coreid)
DextractDb.py210 def getExistingCompilerForCore(benchTable,coreid): argument
211 r=c.execute(allCompilerForCore % benchTable,(coreid,)).fetchall()
221 def getCoreDesc(coreid): argument
222 r=c.execute(coreDesc,(coreid,)).fetchone()
422 def getNbElemsInBenchAndTypeAndCoreCmd(benchTable,coreid,typeid): argument
423 vals=(coreid,typeid) + runidval
434 def getNbElemsInBenchAndCoreAndCompilerCmd(benchTable,comp,coreid): argument
435 vals=(comp,coreid) + runidval
444 def getNbElemsInBenchAndCoreCmd(benchTable,coreid): argument
445 vals=(coreid,) + runidval
[all …]
Dexamples.sql14 INNER JOIN CORE USING(coreid)
DaddToRegDB.py165 coreid = 0
251 coreid = val
285 return({'compilerid':compilerid,'platformid':platformid,'coreid':coreid})
DaddToDB.py159 coreid = 0
244 coreid = val
275 return({'compilerid':compilerid,'platformid':platformid,'coreid':coreid})