Home
last modified time | relevance | path

Searched refs:s_end (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzle.c41 uchar_t *s_end = src + s_len; in zle_compress() local
44 while (src < s_end && dst < d_end - 1) { in zle_compress()
49 while (src < MIN(last, s_end) && src[0] == 0) in zle_compress()
56 while (src < MIN(last, s_end) - 1 && (src[0] | src[1])) in zle_compress()
63 return (src == s_end ? dst - (uchar_t *)d_start : s_len); in zle_compress()
71 uchar_t *s_end = src + s_len; in zle_decompress() local
74 while (src < s_end && dst < d_end) { in zle_decompress()
H A Dddt.c447 const uint64_t *s_end = (const uint64_t *)(ddh + 1); in ddt_histogram_empty() local
449 while (s < s_end) in ddt_histogram_empty()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlinebreak.c469 const unsigned char *s_end = s + n; in u8_width() local
472 while (s < s_end) in u8_width()
477 s += u8_mbtouc (&uc, s, s_end - s); in u8_width()
493 const unsigned short *s_end = s + n; in u16_width() local
496 while (s < s_end) in u16_width()
501 s += u16_mbtouc (&uc, s, s_end - s); in u16_width()
517 const unsigned int *s_end = s + n; in u32_width() local
520 while (s < s_end) in u32_width()
638 const unsigned char *s_end = s + n; in u8_possible_linebreaks() local
646 while (s < s_end) in u8_possible_linebreaks()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlinebreak.c469 const unsigned char *s_end = s + n; in u8_width() local
472 while (s < s_end) in u8_width()
477 s += u8_mbtouc (&uc, s, s_end - s); in u8_width()
493 const unsigned short *s_end = s + n; in u16_width() local
496 while (s < s_end) in u16_width()
501 s += u16_mbtouc (&uc, s, s_end - s); in u16_width()
517 const unsigned int *s_end = s + n; in u32_width() local
520 while (s < s_end) in u32_width()
638 const unsigned char *s_end = s + n; in u8_possible_linebreaks() local
646 while (s < s_end) in u8_possible_linebreaks()
[all …]
H A Dwait-process.c183 slaves_entry_t *s_end = s + slaves_count; in register_slave_subprocess() local
185 for (; s < s_end; s++) in register_slave_subprocess()
240 slaves_entry_t *s_end = s + slaves_count; in unregister_slave_subprocess() local
242 for (; s < s_end; s++) in unregister_slave_subprocess()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h453 const char *s_end = reinterpret_cast<const char *>(last);
454 const size_t length = std::distance(s_begin, s_end);
466 state.mix(s_end - 64);
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dread.h177 extern void s_end (int arg);
H A Dread.c400 {"end", s_end, 0},
1184 if (pop->poc_handler == s_end) in read_a_source_file()
2098 s_end (int ignore ATTRIBUTE_UNUSED) in s_end() function
H A DChangeLog-9295960 (s_end): Ignore comments starting with '*' or '!'.
1699 (read_a_source_file): If pseudo-op handler is s_end, quit
1701 (s_end): New function.
1708 * cond.c (s_end): Remove.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dread.h181 extern void s_end (int arg);
H A Dread.c405 {"end", s_end, 0},
1208 if (pop->poc_handler == s_end) in read_a_source_file()
2133 s_end (int ignore ATTRIBUTE_UNUSED) in s_end() function
H A DChangeLog-9295960 (s_end): Ignore comments starting with '*' or '!'.
1699 (read_a_source_file): If pseudo-op handler is s_end, quit
1701 (s_end): New function.
1708 * cond.c (s_end): Remove.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c5527 bfd_vma s_end; in lang_check_section_addresses() local
5540 s_end = (s->vma + s->size) & addr_mask; in lang_check_section_addresses()
5541 if (s_end != 0 && s_end < (s->vma & addr_mask)) in lang_check_section_addresses()
5546 s_end = (s->lma + s->size) & addr_mask; in lang_check_section_addresses()
5547 if (s_end != 0 && s_end < (s->lma & addr_mask)) in lang_check_section_addresses()
5589 s_end = s_start + TO_ADDR (s->size) - 1; in lang_check_section_addresses()
5602 s->name, s_start, s_end, p->name, p_start, p_end); in lang_check_section_addresses()
5607 p_end = s_end; in lang_check_section_addresses()
5638 s_end = s_start + TO_ADDR (s->size) - 1; in lang_check_section_addresses()
5646 s->name, s_start, s_end, p->name, p_start, p_end); in lang_check_section_addresses()
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.c5601 bfd_vma s_end; in lang_check_section_addresses() local
5614 s_end = (s->vma + s->size) & addr_mask; in lang_check_section_addresses()
5615 if (s_end != 0 && s_end < (s->vma & addr_mask)) in lang_check_section_addresses()
5620 s_end = (s->lma + s->size) & addr_mask; in lang_check_section_addresses()
5621 if (s_end != 0 && s_end < (s->lma & addr_mask)) in lang_check_section_addresses()
5663 s_end = s_start + TO_ADDR (s->size) - 1; in lang_check_section_addresses()
5676 s->name, s_start, s_end, p->name, p_start, p_end); in lang_check_section_addresses()
5681 p_end = s_end; in lang_check_section_addresses()
5712 s_end = s_start + TO_ADDR (s->size) - 1; in lang_check_section_addresses()
5720 s->name, s_start, s_end, p->name, p_start, p_end); in lang_check_section_addresses()
[all …]
/netbsd-src/external/bsd/libevent/dist/
H A Dbuffer.c1506 char *s_end, *cr, *lf; in find_eol_char() local
1507 s_end = s+len; in find_eol_char()
1508 while (s < s_end) { in find_eol_char()
1509 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c941 char * s_end; in bfd_mach_o_get_synthetic_symtab() local
978 s_end = s_start + size; in bfd_mach_o_get_synthetic_symtab()
1008 if (((char *) s) + sizeof (* s) > s_end) in bfd_mach_o_get_synthetic_symtab()
1025 if (names + len >= s_end) in bfd_mach_o_get_synthetic_symtab()
1030 if (names + sizeof (stub) >= s_end) in bfd_mach_o_get_synthetic_symtab()