Searched refs:c2 (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/bionic/libstdc++/
H A Dtest_climits.cpp48 volatile char c2 = CHAR_MAX; local
/system/core/fastbootd/other/
H A Dgptedit.c240 char *c, *c2; local
261 c2 = strchr(c, ',');
263 if (c2 == NULL) {
270 *c2++ = '\0';
271 end = strtoul(c2, NULL, 10);
/system/core/libutils/
H A DUnicode.cpp318 const char16_t c2 = ntohs(*s2N); local
319 const int d = (int)*s1H++ - (int)c2;

Completed in 1353 milliseconds