Searched defs:types (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dparser.c1264 static const char types[] = "}-+?="; local
1320 p = strchr(types, c);
1323 subtype = p - types + VSNORMAL;
/system/core/libcutils/
H A Dtztime.c149 unsigned char types[TZ_MAX_TIMES]; member in struct:state
466 sp->timecnt + /* types */
479 sp->types[i] = (unsigned char) *p++;
480 if (sp->types[i] >= sp->typecnt)
557 sp->types[j] = sp->types[j + i];
602 sp->types[sp->timecnt] =
604 ts.types[i];
614 sp->goback &= sp->types[i] == sp->types[
1877 int types[TZ_MAX_TYPES]; local
[all...]

Completed in 204 milliseconds