Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 87) sorted by relevance

1234

/xnu-10002.81.5/tests/bounded_ptr_src/
H A Darith.add.cpp36 test_bounded_ptr<QualT> res = ptr + 0; in tests() local
40 test_bounded_ptr<QualT> res = ptr + 1; in tests() local
44 test_bounded_ptr<QualT> res = ptr + 2; in tests() local
48 test_bounded_ptr<QualT> res = ptr + 3; in tests() local
52 test_bounded_ptr<QualT> res = ptr + 4; in tests() local
56 test_bounded_ptr<QualT> res = ptr + 5; in tests() local
70 test_bounded_ptr<QualT> res = ptr + 0; in tests() local
74 test_bounded_ptr<QualT> res = ptr + -1; in tests() local
78 test_bounded_ptr<QualT> res = ptr + -2; in tests() local
82 test_bounded_ptr<QualT> res = ptr + -3; in tests() local
[all …]
H A Darith.subtract.cpp34 test_bounded_ptr<QualT> res = ptr - static_cast<std::ptrdiff_t>(0); in tests() local
38 test_bounded_ptr<QualT> res = ptr - 1; in tests() local
42 test_bounded_ptr<QualT> res = ptr - 2; in tests() local
46 test_bounded_ptr<QualT> res = ptr - 3; in tests() local
50 test_bounded_ptr<QualT> res = ptr - 4; in tests() local
54 test_bounded_ptr<QualT> res = ptr - 5; in tests() local
68 test_bounded_ptr<QualT> res = ptr - static_cast<std::ptrdiff_t>(0); in tests() local
72 test_bounded_ptr<QualT> res = ptr - -1; in tests() local
76 test_bounded_ptr<QualT> res = ptr - -2; in tests() local
80 test_bounded_ptr<QualT> res = ptr - -3; in tests() local
[all …]
/xnu-10002.81.5/libkern/os/
H A Doverflow.h58 #define os_add_overflow(a, b, res) __os_warn_unused(__builtin_add_overflow((a), (b), (res))) argument
59 #define os_sub_overflow(a, b, res) __os_warn_unused(__builtin_sub_overflow((a), (b), (res))) argument
60 #define os_mul_overflow(a, b, res) __os_warn_unused(__builtin_mul_overflow((a), (b), (res))) argument
67 #define os_add3_overflow(a, b, c, res) __os_warn_unused(__extension__({ \ argument
76 #define os_sub3_overflow(a, b, c, res) __os_warn_unused(__extension__({ \ argument
85 #define os_mul3_overflow(a, b, c, res) __os_warn_unused(__extension__({ \ argument
94 #define os_add_and_mul_overflow(a, b, x, res) __os_warn_unused(__extension__({ \ argument
103 #define os_mul_and_add_overflow(a, x, b, res) __os_warn_unused(__extension__({ \ argument
112 #define os_convert_overflow(a, res) os_add_overflow((a), 0, (res)) argument
115 #define os_inc_overflow(res) __os_warn_unused(__extension__({ \ argument
[all …]
/xnu-10002.81.5/iokit/Kernel/
H A DIOReporter.cpp277 IOReturn res = kIOReturnError, kerr; in addChannel() local
360 IOReturn res = kIOReturnError; in configureReport() local
378 IOReturn res = kIOReturnError; in updateReport() local
428 IOReturn res = kIOReturnError; in handleSwapPrepare() local
496 IOReturn res = kIOReturnError; in handleAddChannelSwap() local
611 IOReturn res = kIOReturnError; in handleConfigureReport() local
675 IOReturn res = kIOReturnError; in handleUpdateReport() local
768 IOReturn res = kIOReturnError; in setElementValues() local
825 IOReturn res = kIOReturnError; in updateReportChannel() local
879 IOReturn res = kIOReturnError; in copyElementValues() local
[all …]
H A DIOStateReporter.cpp116 IOReturn res = kIOReturnError; in handleSwapPrepare() local
165 IOReturn res = kIOReturnError; in handleAddChannelSwap() local
262 IOReturn res = kIOReturnError; in _getStateIndices() local
303 IOReturn res = kIOReturnError; in setChannelState() local
340 IOReturn res = kIOReturnError; in overrideChannelState() local
416 IOReturn res = kIOReturnError; in incrementChannelState() local
491 IOReturn res = kIOReturnError; in setState() local
538 IOReturn res = kIOReturnError; in setStateID() local
555 IOReturn res = kIOReturnError; in handleSetStateID() local
590 IOReturn res = kIOReturnError; in setStateByIndices() local
[all …]
H A DIOReportLegend.cpp105 IOReturn res = kIOReturnError; in addReporterLegend() local
141 kern_return_t res = kIOReturnError; in addLegendEntry() local
169 IOReturn res = kIOReturnError; in addReporterLegend() local
H A DIOWorkLoop.cpp377 bool res = false; in runEventSources() local
517 bool res = (IORecursiveLockTryLock(gateLock) != 0); in tryCloseGate() local
527 int res; in sleepGate() local
537 int res; in sleepGate() local
569 IOReturn res; in runAction() local
584 IOReturn res = kIOReturnSuccess; in _maintRequest() local
H A DIOEventSource.cpp120 bool res; in tryCloseGate() local
130 int res; in sleepGate() local
140 int res; in sleepGate() local
H A DIOSimpleReporter.cpp80 IOReturn res = kIOReturnError; in setValue() local
110 IOReturn res = kIOReturnError; in incrementValue() local
H A DIOCommandGate.cpp81 bool res = super::init(inOwner, (IOEventSource::Action) inAction); in init() local
216 IOReturn res; in runAction() local
273 IOReturn res; in attemptAction() local
/xnu-10002.81.5/libsyscall/wrappers/
H A Dreboot.c31 int res = __reboot(howto, NULL); in reboot() local
38 int res = __reboot(howto, msg); in reboot_np() local
H A Drmdir.c30 int res = __rmdir(path); in rmdir() local
H A Dcarbon_delete.c30 int res = __delete(path); in __carbon_delete() local
H A Dunlink.c30 int res = __unlink(path); in unlink() local
H A Drename.c30 int res = __rename(old, new); in rename() local
H A Dunlinkat.c30 int res = __unlinkat(fd, path, flag); in unlinkat() local
/xnu-10002.81.5/tests/
H A Dsettimeofday_29193041.c51 int res; variable
129 int res = settimeofday(&time, NULL); variable
H A Daccept_race.c28 int res = connect(sock, (struct sockaddr *)&raddr, sizeof(raddr)); in client() local
51 int res = bind(sock, (struct sockaddr *)&laddr, sizeof(laddr)); in server() local
H A Duipc_sosendcheck.c32 ssize_t res = recvmsg(sk, &msg, 0); in do_recv() local
58 int res = poll(pfd, 1, -1); in do_send() local
H A Djumbo_va_spaces_common.c24 void *res; in verify_jumbo_va() local
/xnu-10002.81.5/iokit/Tests/
H A DTestCollections.cpp41 bool res = true; in testArray() local
294 bool res = true; in testSet() local
509 bool res = true; in testDictionary() local
743 bool res = true; in testIterator() local
/xnu-10002.81.5/bsd/kern/
H A Dsys_pipe.c1430 int res; in filt_pipenotsuptouch() local
1450 int res; in filt_pipenotsupprocess() local
1467 int res = 0; in filt_piperead_common() local
1527 int res = 0; in filt_pipewrite_common() local
1556 int res; in filt_pipewritetouch() local
1576 int res; in filt_pipewriteprocess() local
1592 int res; in pipe_kqfilter() local
/xnu-10002.81.5/osfmk/arm/
H A Dcaches.c149 unsigned int *res) in dcache_incoherent_io_flush64()
202 unsigned int *res) in dcache_incoherent_io_store64()
416 __unused unsigned int *res) in dcache_incoherent_io_flush64()
428 __unused unsigned int *res) in dcache_incoherent_io_store64()
/xnu-10002.81.5/libsyscall/wrappers/unix03/
H A Dchmod.c43 int res = __chmod(path, mode); in chmod() local
H A Dfchmod.c43 int res = __fchmod(fd, mode); in fchmod() local

1234