Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvmsdir.h28 typedef unsigned short u_short; typedef
36 u_short d_reclen;
37 u_short d_namlen;
/ndk/sources/android/support/src/stdio/
Dstrtod.c226 (((u_short *)(void *)a)[1] = \
227 (u_short)b, ((u_short *)(void *)a)[0] = (u_short)c, a++)
230 (((u_short *)(void *)a)[0] = \
231 (u_short)b, ((u_short *)(void *)a)[1] = (u_short)c, a++)