Searched defs:Char (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A Dstd.h196 typedef char Char; typedef
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dstd.h196 typedef char Char; typedef
/hardware/bsp/intel/peripheral/libmraa/src/glob/
H A Dglob.c135 typedef unsigned short Char; typedef
139 #define M_QUOTE (Char)0x80
140 #define M_PROTECT (Char)0x40
141 #define M_MASK (Char)0xff
142 #define M_ASCII (Char)0x7f
144 typedef char Char; typedef
149 #define CHAR(c) ((Char)((c)&M_ASCII))
150 #define META(c) ((Char)((c)|M_QUOTE))
161 static int g_Ctoc(const Char *, char *, size_t);
162 static int g_lstat(Char *, __gl_stat_
[all...]

Completed in 501 milliseconds