Home
last modified time | relevance | path

Searched refs:bytes_end (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/fsl/
H A Ddpaa2-console.c196 size_t bytes_end = cd->end_addr - cd->cur_ptr; in dpaa2_console_read() local
214 if (bytes > bytes_end) { in dpaa2_console_read()
215 memcpy_fromio(kbuf, cd->cur_ptr, bytes_end); in dpaa2_console_read()
216 if (copy_to_user(buf, kbuf, bytes_end)) { in dpaa2_console_read()
220 buf += bytes_end; in dpaa2_console_read()
222 bytes -= bytes_end; in dpaa2_console_read()
223 written += bytes_end; in dpaa2_console_read()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcrc.hpp176 void process_block( void const *bytes_begin, void const *bytes_end );
227 void process_block( void const *bytes_begin, void const *bytes_end );
789 void const * bytes_end in process_block() argument
793 = static_cast<unsigned char const *>(bytes_begin) ; p < bytes_end ; ++p ) in process_block()
951 void const * bytes_end in process_block() argument
956 = static_cast<unsigned char const *>(bytes_begin) ; p < bytes_end ; ++p ) in process_block()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c3136 u32 struct_bits_off, nr_bits, bytes_end, struct_size; in btf_enum_check_kflag_member() local
3156 bytes_end = BITS_ROUNDUP_BYTES(struct_bits_off + nr_bits); in btf_enum_check_kflag_member()
3157 if (struct_size < bytes_end) { in btf_enum_check_kflag_member()