Searched refs:expected (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c12 * Wait for given kevent, which should return in 'expected' usecs.
15 do_simple_kevent(struct kevent64_s *kev, uint64_t expected) argument
23 timeout.tv_sec = (expected / (1000 * 1000)) + 1;
24 timeout.tv_nsec = (expected % (1000 * 1000)) * 1000;
40 delta_usecs = abs(elapsed_usecs - (expected));
43 if (delta_usecs > (30 * expected / 100.0) && delta_usecs > 50) {
44 printf("\tfailure: expected %lld usec, measured %lld usec.\n",
45 expected, elapsed_usecs);
58 uint64_t nowus, expected, deadline; local
83 expected
104 uint64_t expected = 0; local
[all...]
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c33 * The "expected" array tells us what the result of each test should be based on the architecture.
45 int expected[4] = { variable
125 if (result != expected[test]) {
126 printf("%s: test %d failed, expected %d, got %d\n", cmd_name, test, expected[test], result);
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c226 static int choose_pipespace(unsigned long current, unsigned long expected);
323 * returns the size which matches max(current,expected)
326 choose_pipespace(unsigned long current, unsigned long expected) argument
331 if (expected > current)
332 target = expected;
H A Dmcache.c1555 int64_t expected, int64_t got)
1560 offset, got, expected);
1566 addr, offset, got, expected, mcache_dump_mca(mca));
1554 mcache_audit_panic(mcache_audit_t *mca, void *addr, size_t offset, int64_t expected, int64_t got) argument
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp912 #error CONFIG_KXLD is expected for this arch
2612 "uncompressed file shorter than expected";
4856 "expected %s.",
4866 "expected %s.",

Completed in 43 milliseconds