Searched refs:ulong (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/tests/baz/1.0/
H A Dtypes.hal21 * a makefile section to create a dedicated ulong.java class as it used to.
23 typedef uint32_t ulong;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dtypedefs.h172 /* define uchar, ushort, uint, ulong */
187 typedef unsigned long ulong; typedef
H A Dbcmutils.h361 extern ulong bcm_strtoul(const char *cp, char **endp, uint base);
365 extern ulong wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c747 ulong
750 ulong result, last_result = 0, value;
787 return (ulong)-1;
793 result = (ulong)(-(long)result);
1031 ulong
1032 wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen)
1034 ulong copyct = 1;

Completed in 84 milliseconds