Searched refs:bytes_end (Results 1 – 3 of 3) sorted by relevance
196 size_t bytes_end = cd->end_addr - cd->cur_ptr; in dpaa2_console_read() local214 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()
176 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() argument793 = static_cast<unsigned char const *>(bytes_begin) ; p < bytes_end ; ++p ) in process_block()951 void const * bytes_end in process_block() argument956 = static_cast<unsigned char const *>(bytes_begin) ; p < bytes_end ; ++p ) in process_block()
3136 u32 struct_bits_off, nr_bits, bytes_end, struct_size; in btf_enum_check_kflag_member() local3156 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()