| /xnu-8792.41.9/tests/bounded_ptr_src/ |
| H A D | arith.add.cpp | 36 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 D | arith.subtract.cpp | 34 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-8792.41.9/libkern/os/ |
| H A D | overflow.h | 58 #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_mul3_overflow(a, b, c, res) __os_warn_unused(__extension__({ \ argument 85 #define os_add_and_mul_overflow(a, b, x, res) __os_warn_unused(__extension__({ \ argument 94 #define os_mul_and_add_overflow(a, x, b, res) __os_warn_unused(__extension__({ \ argument 103 #define os_convert_overflow(a, res) os_add_overflow((a), 0, (res)) argument 106 #define os_inc_overflow(res) __os_warn_unused(__extension__({ \ argument 112 #define os_dec_overflow(res) __os_warn_unused(__extension__({ \ argument
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOReporter.cpp | 277 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 D | IOStateReporter.cpp | 116 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 D | IOReportLegend.cpp | 105 IOReturn res = kIOReturnError; in addReporterLegend() local 141 kern_return_t res = kIOReturnError; in addLegendEntry() local 169 IOReturn res = kIOReturnError; in addReporterLegend() local
|
| H A D | IOWorkLoop.cpp | 377 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 D | IOEventSource.cpp | 120 bool res; in tryCloseGate() local 130 int res; in sleepGate() local 140 int res; in sleepGate() local
|
| H A D | IOSimpleReporter.cpp | 80 IOReturn res = kIOReturnError; in setValue() local 110 IOReturn res = kIOReturnError; in incrementValue() local
|
| H A D | IOCommandGate.cpp | 81 bool res = super::init(inOwner, (IOEventSource::Action) inAction); in init() local 216 IOReturn res; in runAction() local 273 IOReturn res; in attemptAction() local
|
| /xnu-8792.41.9/libsyscall/wrappers/ |
| H A D | reboot.c | 31 int res = __reboot(howto, NULL); in reboot() local 38 int res = __reboot(howto, msg); in reboot_np() local
|
| H A D | carbon_delete.c | 30 int res = __delete(path); in __carbon_delete() local
|
| H A D | rmdir.c | 30 int res = __rmdir(path); in rmdir() local
|
| H A D | unlink.c | 30 int res = __unlink(path); in unlink() local
|
| H A D | rename.c | 30 int res = __rename(old, new); in rename() local
|
| H A D | unlinkat.c | 30 int res = __unlinkat(fd, path, flag); in unlinkat() local
|
| H A D | renameat.c | 30 int res = __renameat(oldfd, old, newfd, new); in renameat() local
|
| /xnu-8792.41.9/iokit/Tests/ |
| H A D | TestCollections.cpp | 41 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
|
| H A D | TestContainers.cpp | 126 bool res = true; in testData() local 260 bool res = true; in testString() local 392 bool res = true; in testSymbol() local
|
| /xnu-8792.41.9/tests/ |
| H A D | settimeofday_29193041.c | 51 int res; variable 129 int res = settimeofday(&time, NULL); variable
|
| H A D | uipc_sosendcheck.c | 32 ssize_t res = recvmsg(sk, &msg, 0); in do_recv() local 58 int res = poll(pfd, 1, -1); in do_send() local
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | sys_pipe.c | 1430 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-8792.41.9/osfmk/arm/ |
| H A D | caches.c | 149 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-8792.41.9/libsyscall/wrappers/unix03/ |
| H A D | fchmod.c | 43 int res = __fchmod(fd, mode); in fchmod() local
|
| H A D | chmod.c | 43 int res = __chmod(path, mode); in chmod() local
|