Searched refs:got (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/tests/memset_mips/
H A Dtest_memset.c140 uint32_t got = 0; local
142 got = *(uint8_t *)p;
144 got = *(uint16_t *)p;
146 got = *(uint32_t *)p;
148 if (got != notv)
149 printf ("%s: verify failure: preguard:%p d=%p v=%08x got=%08x n=%d\n", tag, p, d, v, got, n);
152 if (got != v)
153 printf ("%s: verify failure: arena:%p d=%p v=%08x got=%08x n=%d\n", tag, p, d, v, n);
156 if (got !
[all...]
/system/core/sh/
H A Dparser.c345 int got; local
349 if ((got=readtoken()) != TDO) {
350 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : ""));

Completed in 84 milliseconds