Searched refs:typ (Results 1 – 3 of 3) sorted by relevance
42 type_code typ = B_ANY_TYPE; in SDL_SYS_GetPreferredLocales() local44 if ((msg.GetInfo(key, &typ, &numlangs) != B_OK) || (typ != B_STRING_TYPE)) { in SDL_SYS_GetPreferredLocales()
74 #define DETECT_DEV_IMPL(iscap, typ, capstyp) \ argument75 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) { \
25 #define SWAP(typ,a,b) do{typ t=a;a=b;b=t;}while(0) argument
Completed in 6 milliseconds