Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/locale/haiku/
A DSDL_syslocale.cc42 type_code typ = B_ANY_TYPE; in SDL_SYS_GetPreferredLocales() local
44 if ((msg.GetInfo(key, &typ, &numlangs) != B_OK) || (typ != B_STRING_TYPE)) { in SDL_SYS_GetPreferredLocales()
/AliOS-Things-master/components/SDL2/src/audio/winmm/
A DSDL_winmm.c74 #define DETECT_DEV_IMPL(iscap, typ, capstyp) \ argument
75 static void DetectWave##typ##Devs(void) { \
77 const UINT devcount = wave##typ##GetNumDevs(); \
81 if (wave##typ##GetDevCaps(i,(LP##capstyp##W)&caps,sizeof(caps))==MMSYSERR_NOERROR) { \
/AliOS-Things-master/components/SDL2/test/
A Dtestintersections.c25 #define SWAP(typ,a,b) do{typ t=a;a=b;b=t;}while(0) argument

Completed in 6 milliseconds