Home
last modified time | relevance | path

Searched refs:getCSHAKey (Results 1 – 7 of 7) sorted by relevance

/dports/audio/faust/faust-2.37.3/embedded/faustjava/
H A DTestFaust.java41 System.out.println(Faust.getCSHAKey(factory)); in main()
H A DFaust_wrap.cxx876 result = (char *)getCSHAKey(arg1); in Java_com_grame_faust_FaustJNI_getCSHAKey()
/dports/audio/faust/faust-2.37.3/architecture/faust/dsp/
H A Dllvm-dsp-c.h204 char* getCSHAKey(llvm_dsp_factory* factory);
/dports/audio/faust/faust-2.37.3/embedded/faustjava/com/grame/faust/
H A DFaust.java83 public static String getCSHAKey(llvm_dsp_factory factory) { in getCSHAKey() method in Faust
84 return FaustJNI.getCSHAKey(llvm_dsp_factory.getCPtr(factory), factory); in getCSHAKey()
H A DFaustJNI.java45 public final static native String getCSHAKey(long jarg1, llvm_dsp_factory jarg1_); in getCSHAKey() method in FaustJNI
/dports/audio/faust/faust-2.37.3/compiler/generator/llvm/
H A Dllvm_dsp_aux.hh421 EXPORT char* getCSHAKey(llvm_dsp_factory* factory);
H A Dllvm_dsp_aux.cpp656 EXPORT char* getCSHAKey(llvm_dsp_factory* factory) in getCSHAKey() function