Lines Matching refs:Result
37 int64_t Result;45 uint64_t Result;53 int32_t Result;61 uint32_t Result;68 Type Result; \69 int rc = Fun(Test.psz, NULL, Test.uBase, &Result); \70 if (Result != Test.Result) \72 RTPrintf("failure: '%s' -> " Fmt " expected " Fmt ". (%s/%u)\n", Test.psz, Result, Test.Result, #Fun, iTest); \