Home
last modified time | relevance | path

Searched refs:method (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/data/cht_data/PictoChatSearcherSound/
DREADME.txt20 There is an easy method for incorporating this data into each game project.
29 This method creates sound data (sound_data.sdat) using MakeSound.bat, puts that data on the ROM, th…
/TwlSDK-5.4/build/libraries/spi/ARM9/src/
Dpm.c81 … void PMi_InsertList(PMGenCallbackInfo **listp, PMGenCallbackInfo *info, int priority, int method);
1855 …c void PMi_InsertList(PMGenCallbackInfo **listp, PMGenCallbackInfo *info, int priority, int method) in PMi_InsertList() argument
1875 if (method == PMi_COMPARE_GT && p->priority > priority ) in PMi_InsertList()
1879 if (method == PMi_COMPARE_GE && p->priority >= priority ) in PMi_InsertList()