Searched defs:remaining_bytes (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/unicode/
H A Duconv.c679 int remaining_bytes; local
719 if ((remaining_bytes = remaining_bytes_tbl[hi]) == 0)
723 hi = hi & u8_masks_tbl[remaining_bytes];
725 for (; remaining_bytes > 0; remaining_bytes--) {
790 int remaining_bytes; local
819 if ((remaining_bytes = remaining_bytes_tbl[hi]) == 0)
823 hi = hi & u8_masks_tbl[remaining_bytes];
825 for (; remaining_bytes > 0; remaining_bytes
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c652 Dwarf_Unsigned remaining_bytes = instr_length -1; local
653 if(instr_length < 1 || remaining_bytes > DW_LNE_LEN_MAX) {
661 if(remaining_bytes > 0) {
663 while (remaining_bytes > 0) {
666 remaining_bytes--;
H A Ddwarf_sort_line.c74 unsigned long remaining_bytes,
149 unsigned long remaining_bytes = buffer_len; /* total length of local
181 remaining_bytes,
186 (sec_res == DW_DLV_OK) && (remaining_bytes > 0);
188 remaining_bytes,
195 remaining_bytes -= bytes_used;
199 if (remaining_bytes > 0) {
265 remaining_bytes is the size of the area pointed to
300 unsigned long remaining_bytes,
372 if (remaining_bytes < MINIMUM_POSSIBLE_PROLOG_LE
299 _dwarf_update_line_sec(Dwarf_Small * line_ptr, unsigned long remaining_bytes, int *any_change, int length_size, int *err_code, Dwarf_Small ** new_line_ptr) argument
646 Dwarf_Unsigned remaining_bytes = instr_length -1; local
[all...]
H A Ddwarf_line.c966 Dwarf_Unsigned remaining_bytes = instr_length -1; local
967 if(instr_length < 1 || remaining_bytes > DW_LNE_LEN_MAX) {
973 line_ptr += remaining_bytes;
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c89 int remaining_bytes; local
107 remaining_bytes = u8_size - 1;
108 if (remaining_bytes != 0) {
109 l = ic1 & u8_masks_tbl[remaining_bytes];
111 for (; remaining_bytes > 0; remaining_bytes--) {
155 int remaining_bytes; local
173 remaining_bytes = u8_size - 1;
175 if (remaining_bytes != 0) {
176 l = ic1 & u8_masks_tbl[remaining_bytes];
[all...]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c828 uint_t remaining_bytes; local
984 remaining_bytes = ((which_chunk_lbn + 1) * chunk_data_bytes)
988 * remaining_bytes can't be zero, as we derived
991 if ((remaining_bytes + byte_offset) < (off + len)) {
993 bufs[count].b_bcount = remaining_bytes;
1121 uint_t remaining_bytes; local
1348 remaining_bytes =
1353 * remaining_bytes can't be zero, as we derived
1356 if ((remaining_bytes + byte_offset) < (off + len)) {
1358 bufs[count].b_bcount = remaining_bytes;
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c968 uint32_t remaining_bytes; local
1118 remaining_bytes =
1123 (uint16_t)min(IOCTL_MAX_DATA_LEN, remaining_bytes);
1156 remaining_bytes = qlge->ioctl_total_length -

Completed in 105 milliseconds