Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 67) sorted by relevance

123

/xnu-10002.1.13/tests/bounded_ptr_src/ !
H A Dctor.convert.cpp50 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 Dassign.convert.cpp50 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 Dreinterpret_cast.cpp40 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-10002.1.13/tests/intrusive_shared_ptr_src/ !
H A Dcast.const.cpp24 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 Dcast.reinterpret.cpp28 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 Dcast.static.cpp33 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 Dctor.move.cpp38 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 Dctor.copy.cpp37 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 Dassign.copy.cpp36 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 Dassign.move.cpp37 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-10002.1.13/tests/safe_allocation_src/ !
H A Dctor.move.cpp22 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 Dassign.move.cpp22 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-10002.1.13/bsd/net/ !
H A Dsockaddr_utils.h44 #define SOCKADDR_COPY_LEN(from, to, len) do { \ argument
67 #define SOCKADDR_COPY(from, to) do { \ argument
/xnu-10002.1.13/bsd/dev/arm/ !
H A Dstubs.c35 copyoutstr(const void *from, user_addr_t to, size_t maxlen, size_t * lencopied) in copyoutstr()
72 char const *from = (char const *) vfrom; in copystr() local
/xnu-10002.1.13/bsd/dev/i386/ !
H A Dstubs.c59 copyoutstr(const void *from, user_addr_t to, size_t maxlen, size_t *lencopied) in copyoutstr()
95 char const *from = (char const *) vfrom; in copystr() local
/xnu-10002.1.13/osfmk/i386/ !
H A Dlbr.h66 uint64_t *from; member
H A Dhpet.c408 hpetReg_t *from = (hpetReg_t *) hpetArea; in hpet_save() local
424 hpetReg_t *from = &saved_hpet; in hpet_restore() local
/xnu-10002.1.13/libsyscall/wrappers/legacy/ !
H A Drecvfrom.c45 recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr * __restrict from, socklen_t * __… in recvfrom()
/xnu-10002.1.13/osfmk/kern/ !
H A Dpage_decrypt.c46 dsmos_page_transform(const void* from, void *to, unsigned long long src_offset, void *ops) in dsmos_page_transform()
/xnu-10002.1.13/bsd/sys/ !
H A Dkpi_socket.h119 #define sock_accept(so, from, fromlen, flags, callback, cookie, new_so) \ argument
/xnu-10002.1.13/libkern/zlib/ !
H A Dinffast.c105 unsigned char FAR *from; /* where to copy match from */ in inflate_fast() local
H A Dinfback.c279 unsigned char FAR *from; /* where to copy match bytes from */ in inflateBack() local
/xnu-10002.1.13/pexpert/gen/ !
H A Dbootargs.c342 char *from, in argstrcpy()
358 char *from, in argstrcpy2()
/xnu-10002.1.13/bsd/netinet6/ !
H A Dudp6_output.c467 struct sockaddr_in6 from; in udp6_output() local
/xnu-10002.1.13/bsd/kern/ !
H A Dtty_subr.c569 catq(struct clist *from, struct clist *to) in catq()

123