HomeSort by: relevance | last modified time | path
    Searched refs:testCases (Results 1 - 5 of 5) sorted by relevancy

  /src/regress/lib/libc/ieeefp/testfloat/
Makefile 17 SRCS+= testfloat.c softfloat.c fail.c testCases.c writeHex.c \
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
fixtfdi_test.c 12 const struct testVector testCases[] = {
450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
461 input.hi = testCases[i].xhi;
462 input.lo = testCases[i].xlo;
463 expected_result = testCases[i].result;
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
fixtfdi_test.c 12 const struct testVector testCases[] = {
450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
461 input.hi = testCases[i].xhi;
462 input.lo = testCases[i].xlo;
463 expected_result = testCases[i].result;
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 1942 EMF_testCase const testCases[] = {
1975 testCases[testCaseId] == EMF_INVALID_OFFSET
1978 sequenceProducerState = testCases[testCaseId];
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 15102 #define kGAIPerfResultsKey_TestCases CFSTR( "testCases" )
15131 "%kO=%O" // testCases
27032 DNSSECTest_BasicValidationTestCase * testCases = &DNSSECTest_BasicValidationTestCases[ inContext->subtestIndex ];
27033 inContext->subtestQueryName = testCases->queryName;
27034 inContext->testCaseContext.basicValidation.number_of_answers = testCases->num_of_answers;
27038 kDNSServiceFlagsEnableDNSSEC, 0, testCases->queryName, testCases->queryType, kDNSServiceClass_IN,
27149 DNSSECTest_BasicValidationTestCase * testCases = &DNSSECTest_BasicValidationTestCases[ inContext->subtestIndex ];
27170 require_action( inType == testCases->queryType, exit,
    [all...]

Completed in 71 milliseconds