Searched refs:remain_bytes (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; local
448 remain_bytes = INTVAL (total_bytes);
461 remain_bytes -= maximum_bytes_per_inst * inst_num;
463 remain_words = remain_bytes / UNITS_PER_WORD;
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD);
468 if (remain_bytes != 0)
501 switch (remain_bytes)
514 if (remain_bytes == 3)
865 unsigned HOST_WIDE_INT remain_bytes, remain_word local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-memory-manipulation.cc403 HOST_WIDE_INT remain_bytes, remain_words; local
448 remain_bytes = INTVAL (total_bytes);
461 remain_bytes -= maximum_bytes_per_inst * inst_num;
463 remain_words = remain_bytes / UNITS_PER_WORD;
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD);
468 if (remain_bytes != 0)
501 switch (remain_bytes)
514 if (remain_bytes == 3)
865 unsigned HOST_WIDE_INT remain_bytes, remain_word local
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c2764 int remain_bytes, i; local
2772 remain_bytes = 0;
2775 if (remain_bytes == 0)
2777 remain_bytes
2780 if (remain_bytes <= 1)
2782 remain_bytes = 0;
2788 mblen_buf[i] = remain_bytes;
2789 remain_bytes--;
2794 mblen_buf[i] = remain_bytes;
2796 remain_bytes
[all...]
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c2785 int remain_bytes, i; local
2793 remain_bytes = 0;
2796 if (remain_bytes == 0)
2798 remain_bytes
2801 if (remain_bytes <= 1)
2803 remain_bytes = 0;
2809 mblen_buf[i] = remain_bytes;
2810 remain_bytes--;
2815 mblen_buf[i] = remain_bytes;
2817 remain_bytes
[all...]
/netbsd-current/sys/dev/ic/
H A Dadv.c897 * should be qdonep->remain_bytes. However, its value
917 (xs->datalen - qdonep->remain_bytes) >= 8) {
H A Dadvlib.h555 u_int32_t remain_bytes; member in struct:asc_q_done_info
H A Dadvlib.c1605 scsiq->remain_bytes += scsiq->extra_bytes;
1826 scsiq->remain_bytes = AscReadLramWord(iot, ioh,
1828 scsiq->remain_bytes &= max_dma_count;

Completed in 280 milliseconds