Home
last modified time | relevance | path

Searched refs:source_length (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/src/cbor/internal/
H A Dunicode.c68 size_t _cbor_unicode_codepoint_count(cbor_data source, size_t source_length, in _cbor_unicode_codepoint_count() argument
75 for (; pos < source_length; pos++) { in _cbor_unicode_codepoint_count()
H A Dunicode.h25 size_t _cbor_unicode_codepoint_count(cbor_data source, size_t source_length,
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dreshape_generic.c377 shape_type *order, gfc_charlen_type source_length, in reshape_char() argument
380 reshape_internal (ret, source, shape, pad, order, source_length); in reshape_char()
392 shape_type *order, gfc_charlen_type source_length, in reshape_char4() argument
396 source_length * sizeof (gfc_char4_t)); in reshape_char4()
H A Dspread_generic.c441 GFC_INTEGER_4 source_length __attribute__((unused))) in spread_char() argument
457 GFC_INTEGER_4 source_length __attribute__((unused))) in spread_char4() argument
645 GFC_INTEGER_4 source_length __attribute__((unused))) in spread_char_scalar() argument
663 GFC_INTEGER_4 source_length __attribute__((unused))) in spread_char4_scalar() argument
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dreshape_generic.c377 shape_type *order, gfc_charlen_type source_length, in reshape_char() argument
380 reshape_internal (ret, source, shape, pad, order, source_length); in reshape_char()
392 shape_type *order, gfc_charlen_type source_length, in reshape_char4() argument
396 source_length * sizeof (gfc_char4_t)); in reshape_char4()
H A Dspread_generic.c441 GFC_INTEGER_4 source_length __attribute__((unused))) in spread_char() argument
457 GFC_INTEGER_4 source_length __attribute__((unused))) in spread_char4() argument
645 GFC_INTEGER_4 source_length __attribute__((unused))) in spread_char_scalar() argument
663 GFC_INTEGER_4 source_length __attribute__((unused))) in spread_char4_scalar() argument
/netbsd-src/external/bsd/kyua-testers/dist/
H A Dstacktrace.c161 const size_t source_length = strlen(source); in slice() local
162 if (source_length < buffer_length) { in slice()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c591 static size_t source_length = 0; variable
1013 source_length = strlen (source_prefix); in process_args()
1642 if (source_length in find_source()
1646 && !strncasecmp (source_prefix, src->coverage.name, source_length) in find_source()
1648 && !strncmp (source_prefix, src->coverage.name, source_length) in find_source()
1650 && IS_DIR_SEPARATOR (src->coverage.name[source_length])) in find_source()
1651 src->coverage.name += source_length + 1; in find_source()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc623 static size_t source_length = 0; variable
1054 source_length = strlen (source_prefix); in process_args()
1747 if (source_length in find_source()
1751 && !strncasecmp (source_prefix, src->coverage.name, source_length) in find_source()
1753 && !strncmp (source_prefix, src->coverage.name, source_length) in find_source()
1755 && IS_DIR_SEPARATOR (src->coverage.name[source_length])) in find_source()
1756 src->coverage.name += source_length + 1; in find_source()
H A DChangeLog-20113514 * gcov.c (source_prefix, source_length): New globals.
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20091046 (spread_char): Mark argument source_length as unused.