Searched refs:ULONG (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 66 LONG, ULONG, enumerator 69 #define ULONG UINT 76 #define SIZET ULONG 80 #define UIPTR ULONG 102 S('o') = ULONG, S('u') = ULONG, S('x') = ULONG, S('X') = ULONG, 157 break; case ULONG: arg->i = va_arg(*ap, unsigned long); in pop_arg()
|
D | vfprintf.c | 74 LONG, ULONG, enumerator 77 #define ULONG UINT 84 #define SIZET ULONG 88 #define UIPTR ULONG 110 S('o') = ULONG, S('u') = ULONG, S('x') = ULONG, S('X') = ULONG, 167 break; case ULONG: arg->i = va_arg(*ap, unsigned long); in pop_arg()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _threads.h | 200 typedef unsigned long ULONG; typedef 203 typedef ULONG HEV; 206 typedef ULONG APIRET; 207 typedef ULONG HMTX; 210 typedef ULONG BOOL32; 211 APIRET _System DosCreateMutexSem(PCSZ pszName, PHEV phev, ULONG flAttr, BOOL32 fState); 212 APIRET _System DosRequestMutexSem(HMTX hmtx, ULONG ulTimeout);
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
D | dirent.h | 45 ULONG dir_ulCookie;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | localcharset.c | 428 ULONG cp[3]; in locale_charset() 429 ULONG cplen; in locale_charset()
|