Searched refs:got (Results 1 – 2 of 2) sorted by relevance
140 uint32_t got = 0; in testone() local142 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()
345 int got; in command() local349 if ((got=readtoken()) != TDO) { in command()350 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : "")); in command()