Home
last modified time | relevance | path

Searched refs:to_ptr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/
H A Dpoint_const_iterator.hpp104 return to_ptr(integral_constant<int, Simple>()); in operator ->()
112 return *to_ptr(integral_constant<int, Simple>()); in operator *()
127 to_ptr(true_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
131 to_ptr(false_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/
H A Dpoint_const_iterator.hpp104 return to_ptr(integral_constant<int, Simple>()); in operator ->()
112 return *to_ptr(integral_constant<int, Simple>()); in operator *()
127 to_ptr(true_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
131 to_ptr(false_type) const in to_ptr() function in __gnu_pbds::detail::binary_heap_point_const_iterator_
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Duaccess.c139 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local
142 *to_ptr += len; in copy_chunk_from_user()
179 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
184 *to_ptr += n; in strncpy_chunk_from_user()
/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c818 int *to_ptr; in dhcp_process_options() local
832 to_ptr = &net_ntp_time_offset; in dhcp_process_options()
833 net_copy_u32((u32 *)to_ptr, (u32 *)(popt + 2)); in dhcp_process_options()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp425 inline T *&to_ptr(T const &) in to_ptr() function
434 inline T (*&to_ptr(T (&)[N]))[N] in to_ptr() function
917 boost::foreach_detail_::to_ptr(COL) \
925 boost::foreach_detail_::to_ptr(COL) \
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ds3cmci.c496 void __iomem *to_ptr; in do_pio_write() local
501 to_ptr = host->base + host->sdidata; in do_pio_write()
536 writel(*ptr++, to_ptr); in do_pio_write()