| /netbsd-src/external/mit/libcbor/dist/src/cbor/internal/ |
| H A D | unicode.c | 68 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 D | unicode.h | 25 size_t _cbor_unicode_codepoint_count(cbor_data source, size_t source_length,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| H A D | reshape_generic.c | 377 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 D | spread_generic.c | 441 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 D | reshape_generic.c | 377 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 D | spread_generic.c | 441 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 D | stacktrace.c | 161 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 D | gcov.c | 591 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 D | gcov.cc | 623 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 D | ChangeLog-2011 | 3514 * gcov.c (source_prefix, source_length): New globals.
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2009 | 1046 (spread_char): Mark argument source_length as unused.
|