Home
last modified time | relevance | path

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

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