Home
last modified time | relevance | path

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

/openbsd-src/lib/libcbor/src/cbor/internal/
H A Dunicode.c69 uint64_t _cbor_unicode_codepoint_count(cbor_data source, uint64_t source_length, in _cbor_unicode_codepoint_count() argument
76 for (; pos < source_length; pos++) { in _cbor_unicode_codepoint_count()
H A Dunicode.h26 uint64_t _cbor_unicode_codepoint_count(cbor_data source, uint64_t source_length,
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c392 HOST_WIDE_INT source_length, target_length; local
403 source_length = java_array_type_length (source_type);
404 if (source_length != target_length)
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c6586 tree source_length; in ffecom_let_char_() local
6613 source_length = ffecom_f2c_ftnlen_zero_node; in ffecom_let_char_()
6619 = build_tree_list (NULL_TREE, source_length); in ffecom_let_char_()
6629 ffecom_char_args_ (&source_tree, &source_length, in ffecom_let_char_()
6633 assert (source_length != NULL_TREE); in ffecom_let_char_()
6636 || (source_length == error_mark_node)) in ffecom_let_char_()
6676 = build_tree_list (NULL_TREE, source_length); in ffecom_let_char_()