| /xnu-12377.41.6/tests/bounded_ptr_src/ |
| H A D | ctor.convert.cpp | 50 test_bounded_ptr<From> const from(ptr, array.begin(), array.end()); in tests() local 55 test_bounded_ptr<From> const from(ptr, array.begin(), array.end()); in tests() local 60 test_bounded_ptr<From> const from(ptr, array.begin(), array.end()); in tests() local 65 test_bounded_ptr<From> const from(ptr, array.begin(), array.end()); in tests() local 72 test_bounded_ptr<From> from = nullptr; in tests() local 79 libkern::bounded_ptr<From, dummy_policy1> from(ptr, array.begin(), array.end()); in tests() local 89 test_bounded_ptr<From> const from(array.begin(), array.begin() + 1, array.end()); in tests() local
|
| H A D | assign.convert.cpp | 50 test_bounded_ptr<From> const from(ptr1, array.begin(), array.end()); in tests() local 59 test_bounded_ptr<From> const from(ptr1, array.begin(), array.end()); in tests() local 70 test_bounded_ptr<From> const from = nullptr; in tests() local 79 libkern::bounded_ptr<From, dummy_policy1> from(ptr1, array.begin(), array.end()); in tests() local 91 test_bounded_ptr<From> const from(array.begin(), array.begin() + 1, array.end()); in tests() local
|
| H A D | reinterpret_cast.cpp | 40 test_bounded_ptr<From> from(array.begin() + 2, array.begin(), array.end()); in tests() local 46 test_bounded_ptr<From> from(array.begin() + 2, array.begin(), array.end()); in tests() local 53 test_bounded_ptr<From> from(nullptr, nullptr, nullptr); in tests() local 60 libkern::bounded_ptr<From, non_default_policy> from(array.begin(), array.begin(), array.end()); in tests() local
|
| /xnu-12377.41.6/tests/intrusive_shared_ptr_src/ |
| H A D | cast.const.cpp | 24 tracked_shared_ptr<From> const from(&obj, libkern::no_retain); in tests() local 33 tracked_shared_ptr<From> from(&obj, libkern::no_retain); in tests() local 44 tracked_shared_ptr<From> const from = nullptr; in tests() local 53 tracked_shared_ptr<From> from = nullptr; in tests() local
|
| H A D | cast.reinterpret.cpp | 28 tracked_shared_ptr<From> const from(&obj, libkern::no_retain); in tests() local 37 tracked_shared_ptr<From> from(&obj, libkern::no_retain); in tests() local 48 tracked_shared_ptr<From> const from = nullptr; in tests() local 57 tracked_shared_ptr<From> from = nullptr; in tests() local
|
| H A D | cast.static.cpp | 33 tracked_shared_ptr<From> const from(&obj, libkern::no_retain); in tests() local 42 tracked_shared_ptr<From> from(&obj, libkern::no_retain); in tests() local 53 tracked_shared_ptr<From> const from = nullptr; in tests() local 62 tracked_shared_ptr<From> from = nullptr; in tests() local
|
| H A D | ctor.move.cpp | 38 libkern::intrusive_shared_ptr<From, test_policy> from(&obj, libkern::retain); in tests() local 49 libkern::intrusive_shared_ptr<From, test_policy> from(&obj, libkern::retain); in tests() local 60 libkern::intrusive_shared_ptr<From, test_policy> from(&obj, libkern::retain); in tests() local 73 libkern::intrusive_shared_ptr<From, test_policy> from = nullptr; in tests() local
|
| H A D | ctor.copy.cpp | 37 libkern::intrusive_shared_ptr<From, test_policy> const from(&obj, libkern::retain); in tests() local 44 libkern::intrusive_shared_ptr<From, test_policy> const from(&obj, libkern::retain); in tests() local 51 libkern::intrusive_shared_ptr<From, test_policy> const from(&obj, libkern::retain); in tests() local 60 libkern::intrusive_shared_ptr<From, test_policy> const from = nullptr; in tests() local
|
| H A D | assign.copy.cpp | 36 tracked_shared_ptr<From> const from(&obj1, libkern::retain); in tests() local 49 tracked_shared_ptr<From> const from(&obj1, libkern::retain); in tests() local 62 tracked_shared_ptr<From> const from = nullptr; in tests() local 75 tracked_shared_ptr<From> const from = nullptr; in tests() local
|
| H A D | assign.move.cpp | 37 tracked_shared_ptr<From> from(&obj1, libkern::retain); in tests() local 50 tracked_shared_ptr<From> from(&obj1, libkern::retain); in tests() local 63 tracked_shared_ptr<From> from = nullptr; in tests() local 76 tracked_shared_ptr<From> from = nullptr; in tests() local
|
| /xnu-12377.41.6/tests/safe_allocation_src/ |
| H A D | ctor.move.cpp | 22 tracked_safe_allocation<T> from(10, libkern::allocate_memory); in tests() local 42 tracked_safe_allocation<T> from(10, libkern::allocate_memory); in tests() local 62 tracked_safe_allocation<T> from(10, libkern::allocate_memory); in tests() local 84 tracked_safe_allocation<T> from = nullptr; in tests() local
|
| H A D | assign.move.cpp | 22 tracked_safe_allocation<T> from(10, libkern::allocate_memory); in tests() local 48 tracked_safe_allocation<T> from = nullptr; in tests() local 73 tracked_safe_allocation<T> from(10, libkern::allocate_memory); in tests() local 99 tracked_safe_allocation<T> from = nullptr; in tests() local
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | stubs.c | 60 copyoutstr(const void *from, user_addr_t to, size_t maxlen, size_t *lencopied) in copyoutstr() 96 char const *from = (char const *) vfrom; in copystr() local
|
| /xnu-12377.41.6/bsd/dev/arm/ |
| H A D | stubs.c | 36 copyoutstr(const void *from, user_addr_t to, size_t maxlen, size_t * lencopied) in copyoutstr() 73 char const *from = (char const *) vfrom; in copystr() local
|
| /xnu-12377.41.6/osfmk/i386/ |
| H A D | lbr.h | 66 uint64_t *from; member
|
| H A D | hpet.c | 408 hpetReg_t *from = (hpetReg_t *) hpetArea; in hpet_save() local 424 hpetReg_t *from = &saved_hpet; in hpet_restore() local
|
| /xnu-12377.41.6/libsyscall/wrappers/legacy/ |
| H A D | recvfrom.c | 45 recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr * __restrict from, socklen_t * __… in recvfrom()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | page_decrypt.c | 46 dsmos_page_transform(const void* from, void *to, unsigned long long src_offset, void *ops) in dsmos_page_transform()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | kpi_socket.h | 120 #define sock_accept(so, from, fromlen, flags, callback, cookie, new_so) \ argument
|
| /xnu-12377.41.6/libkern/zlib/ |
| H A D | inffast.c | 105 unsigned char FAR *from; /* where to copy match from */ in inflate_fast() local
|
| H A D | infback.c | 279 unsigned char FAR *from; /* where to copy match bytes from */ in inflateBack() local
|
| /xnu-12377.41.6/pexpert/gen/ |
| H A D | bootargs.c | 343 char *from, in argstrcpy() 359 char *from, in argstrcpy2()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | udp6_output.c | 503 struct sockaddr_in6 from; in udp6_output() local
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tty_subr.c | 569 catq(struct clist *from, struct clist *to) in catq()
|
| H A D | kpi_socket.c | 76 sock_accept_common(socket_t sock, struct sockaddr *__sized_by(fromlen) from, int fromlen, int flags, in sock_accept_common() 214 sock_accept(socket_t sock, struct sockaddr *__sized_by(fromlen) from, int fromlen, int flags, in sock_accept() 222 …k_accept_internal(socket_t sock, struct sockaddr *__sized_by(fromlen) from, int fromlen, int flags, in sock_accept_internal()
|