Home
last modified time | relevance | path

Searched refs:COMPILERKIND (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/Testing/
DcreateDb.sql14 CREATE TABLE COMPILERKIND ( table
18 CREATE INDEX compilerkind_index ON COMPILERKIND(compiler);
25 FOREIGN KEY(compilerkindid) REFERENCES COMPILERKIND(compilerkindid),
89 INSERT INTO COMPILERKIND VALUES(1,"AC6");
90 INSERT INTO COMPILERKIND VALUES(2,"GCC");
Ddiff.sql52 COMPILERKIND.compiler as COMPILER,
62 INNER JOIN COMPILERKIND ON COMPILERKIND.compilerkindid = COMPILER.compilerkindid
Dexamples.sql10 select NB,CATEGORY.category,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.…
16 INNER JOIN COMPILERKIND USING(compilerkindid)