Searched refs:remaining_bytes (Results 1 – 7 of 7) sorted by relevance
677 int remaining_bytes; in uconv_u8tou16() local717 if ((remaining_bytes = remaining_bytes_tbl[hi]) == 0) in uconv_u8tou16()721 hi = hi & u8_masks_tbl[remaining_bytes]; in uconv_u8tou16()723 for (; remaining_bytes > 0; remaining_bytes--) { in uconv_u8tou16()788 int remaining_bytes; in uconv_u8tou32() local817 if ((remaining_bytes = remaining_bytes_tbl[hi]) == 0) in uconv_u8tou32()821 hi = hi & u8_masks_tbl[remaining_bytes]; in uconv_u8tou32()823 for (; remaining_bytes > 0; remaining_bytes--) { in uconv_u8tou32()
87 int remaining_bytes; in utf8_ucs() local105 remaining_bytes = u8_size - 1; in utf8_ucs()106 if (remaining_bytes != 0) { in utf8_ucs()107 l = ic1 & u8_masks_tbl[remaining_bytes]; in utf8_ucs()109 for (; remaining_bytes > 0; remaining_bytes--) { in utf8_ucs()153 int remaining_bytes; in utf8_ucs_replace() local171 remaining_bytes = u8_size - 1; in utf8_ucs_replace()173 if (remaining_bytes != 0) { in utf8_ucs_replace()174 l = ic1 & u8_masks_tbl[remaining_bytes]; in utf8_ucs_replace()176 for (; remaining_bytes > 0; remaining_bytes--) { in utf8_ucs_replace()[all …]
387 int remaining_bytes; in utf8_ucs() local400 remaining_bytes = remaining_bytes_tbl[ic1]; in utf8_ucs()402 if (remaining_bytes != 0) { in utf8_ucs()403 l &= masks_tbl[remaining_bytes]; in utf8_ucs()405 for (; remaining_bytes > 0; remaining_bytes--) { in utf8_ucs()
734 uint_t remaining_bytes; in hsfs_getpage_ra() local 890 remaining_bytes = ((which_chunk_lbn + 1) * chunk_data_bytes) in hsfs_getpage_ra() 894 * remaining_bytes can't be zero, as we derived in hsfs_getpage_ra() 897 if ((remaining_bytes + byte_offset) < (off + len)) { in hsfs_getpage_ra() 899 bufs[count].b_bcount = remaining_bytes; in hsfs_getpage_ra() 1019 uint_t remaining_bytes; in hsfs_getapage() local 1246 remaining_bytes = in hsfs_getapage() 1251 * remaining_bytes can't be zero, as we derived in hsfs_getapage() 1254 if ((remaining_bytes + byte_offset) < (off + len)) { in hsfs_getapage() 1256 bufs[count].b_bcount = remaining_bytes; in hsfs_getapage() [all...]
2328 Dwarf_Unsigned remaining_bytes = instr_length -1; in read_line_table_program() local2331 remaining_bytes > DW_LNE_LEN_MAX) { in read_line_table_program()2371 if (remaining_bytes > 0) { in read_line_table_program()2373 while (remaining_bytes > 0) { in read_line_table_program()2402 remaining_bytes--; in read_line_table_program()2409 line_ptr += remaining_bytes; in read_line_table_program()
968 uint32_t remaining_bytes; in ql_chip_ioctl() local1118 remaining_bytes = in ql_chip_ioctl()1123 (uint16_t)min(IOCTL_MAX_DATA_LEN, remaining_bytes); in ql_chip_ioctl()1156 remaining_bytes = qlge->ioctl_total_length - in ql_chip_ioctl()
102 uint32_t remaining_bytes; member