/third_party/icu/icu4c/source/i18n/ |
H A D | number_longnames.cpp | 762 const UChar *trimSpaceChars(const UChar *s, int32_t &length) { in trimSpaceChars() argument [all...] |
H A D | rematch.cpp | 1223 int32_t length = utext_extract(fInputText, groupStart, groupEnd, NULL, 0, &status); group() local 2000 int32_t length = utext_extract(src, start, limit, NULL, 0, status); utext_extract_replace() local [all...] |
H A D | rulebasedcollator.cpp | 76 FixedSortKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t /*n*/, int32_t length) { in AppendBeyondCapacity() argument 110 CollationKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t n, int32_t length) { in AppendBeyondCapacity() argument 118 Resize(int32_t appendCapacity, int32_t length) Resize() argument 153 RuleBasedCollator(const uint8_t *bin, int32_t length, const RuleBasedCollator *base, UErrorCode &errorCode) RuleBasedCollator() argument 646 int32_t length = settings->reorderCodesLength; getReorderCodes() local 657 setReorderCodes(const int32_t *reorderCodes, int32_t length, UErrorCode &errorCode) setReorderCodes() argument 709 compare(const UnicodeString &left, const UnicodeString &right, int32_t length, UErrorCode &errorCode) const compare() argument 827 int32_t length; global() member in __anon3370::NFDIterator 895 int32_t length; global() member in __anon3370::UTF8NFDIterator 1286 getCollationKey(const UChar *s, int32_t length, CollationKey& key, UErrorCode &errorCode) const getCollationKey() argument 1315 getSortKey(const UChar *s, int32_t length, uint8_t *dest, int32_t capacity) const getSortKey() argument 1333 writeSortKey(const UChar *s, int32_t length, SortKeyByteSink &sink, UErrorCode &errorCode) const writeSortKey() argument 1485 int32_t length = sink.NumberOfBytesAppended(); internalNextSortKeyPart() local 1515 appendSubtag(CharString &s, char letter, const char *subtag, int32_t length, UErrorCode &errorCode) appendSubtag() argument 1554 int32_t length = ucol_getFunctionalEquivalent(resultLocale, ULOC_FULLNAME_CAPACITY, internalGetShortDefinitionString() local [all...] |
H A D | rbnf.cpp | 214 int32_t length() { in length() function in VArray [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | unames.cpp | 450 uint16_t length = 0; in getExtName() local 518 uint16_t i=0, offset=0, length=0; expandGroupLengths() local 609 uint16_t length; enumGroupNames() local 649 uint16_t length; enumExtNames() local 941 uint16_t length; enumAlgNames() local 1205 int32_t length=0; calcStringSetLength() local 1220 int32_t length; calcAlgNameSetsLengths() local 1278 int32_t i, length; calcExtNameSetsLengths() local 1301 int32_t length=0, tokenLength; calcNameSetLength() local 1354 int32_t groupCount, lineNumber, length; calcGroupNameSetsLengths() local 1456 int32_t length; u_charName() local 1722 int32_t i, length; charSetToUSet() local 1836 uchar_swapNames(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) uchar_swapNames() argument [all...] |
/third_party/libuv/src/win/ |
H A D | tty.c | 1189 static int uv__tty_emit_text(uv_tty_t* handle, WCHAR buffer[], DWORD length, in uv__tty_emit_text() argument
|
H A D | util.c | 352 int length; in uv_set_process_title() local
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_sqtt.h | 452 uint32_t length; member
|
/third_party/mbedtls/library/ |
H A D | cipher_wrap.c | 170 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() argument 189 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap() argument 198 static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap() argument 179 aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, size_t length, size_t *iv_off, unsigned char *iv, const unsigned char *input, unsigned char *output) aes_crypt_cfb128_wrap() argument 208 aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, size_t length, const unsigned char data_unit[16], const unsigned char *input, unsigned char *output) aes_crypt_xts_wrap() argument 785 camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, unsigned char *iv, const unsigned char *input, unsigned char *output) camellia_crypt_cbc_wrap() argument 795 camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, size_t length, size_t *iv_off, unsigned char *iv, const unsigned char *input, unsigned char *output) camellia_crypt_cfb128_wrap() argument 805 camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, unsigned char *nonce_counter, unsigned char *stream_block, const unsigned char *input, unsigned char *output) camellia_crypt_ctr_wrap() argument 1203 aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, unsigned char *iv, const unsigned char *input, unsigned char *output) aria_crypt_cbc_wrap() argument 1213 aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, size_t length, size_t *iv_off, unsigned char *iv, const unsigned char *input, unsigned char *output) aria_crypt_cfb128_wrap() argument 1223 aria_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, unsigned char *nonce_counter, unsigned char *stream_block, const unsigned char *input, unsigned char *output) aria_crypt_ctr_wrap() argument 1627 des_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, unsigned char *iv, const unsigned char *input, unsigned char *output) des_crypt_cbc_wrap() argument 1636 des3_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, unsigned char *iv, const unsigned char *input, unsigned char *output) des3_crypt_cbc_wrap() argument 1900 chacha20_stream_wrap(void *ctx, size_t length, const unsigned char *input, unsigned char *output) chacha20_stream_wrap() argument 2052 null_crypt_stream(void *ctx, size_t length, const unsigned char *input, unsigned char *output) null_crypt_stream() argument [all...] |
H A D | ssl_tls12_server.c | 1111 size_t fragment_offset, fragment_length, length; ssl_parse_client_hello() local [all...] |
/third_party/libdrm/include/drm/ |
H A D | mga_drm.h | 391 unsigned int length; member
|
/third_party/libcoap/src/ |
H A D | coap_block.c | 73 size_t length; in coap_get_block_b() local 273 coap_add_data_blocked_response(const coap_pdu_t *request, coap_pdu_t *response, uint16_t media_type, int maxage, size_t length, const uint8_t *data ) coap_add_data_blocked_response() argument 592 coap_add_data_large_internal(coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *pdu, coap_resource_t *resource, const coap_string_t *query, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr, int single_request, coap_pdu_code_t request_method) coap_add_data_large_internal() argument 994 coap_add_data_large_request(coap_session_t *session, coap_pdu_t *pdu, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr) coap_add_data_large_request() argument 1016 coap_add_data_large_response(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *response, const coap_string_t *query, uint16_t media_type, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr ) coap_add_data_large_response() argument 2585 size_t length = 0; coap_handle_request_put_block() local 3175 size_t length; coap_handle_response_send_block() local 3285 coap_block_build_body(coap_binary_t *body_data, size_t length, const uint8_t *data, size_t offset, size_t total) coap_block_build_body() argument 3371 size_t length; coap_handle_response_get_block() local 3785 size_t length; coap_handle_response_get_block() local [all...] |
H A D | coap_session.c | 1207 size_t length = packet->length; in coap_endpoint_get_session() local [all...] |
/third_party/libcoap/examples/ |
H A D | coap-client.c | 260 coap_new_request(coap_context_t *ctx, coap_session_t *session, method_t m, coap_optlist_t **options, unsigned char *data, size_t length) coap_new_request() argument 707 read_file_mem(const char *filename, size_t *length) read_file_mem() argument 755 size_t length; get_oscore_conf() local 1076 decode_segment(const uint8_t *seg, size_t length, unsigned char *buf) decode_segment() argument 1100 check_segment(const uint8_t *s, size_t length) check_segment() argument [all...] |
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-lexer.h | 287 prop_length_t length; /**< length or index of a literal */ member
|
H A D | js-lexer.c | 109 uint32_t length = 4; in lexer_hex_in_braces_to_code_point() local 161 uint32_t length = (char_p[-1] == LIT_CHAR_LOWERCASE_U) ? 4 : 2; in lexer_unchecked_hex_to_character() local 62 lexer_hex_to_code_point(const uint8_t *source_p, parser_line_counter_t length) lexer_hex_to_code_point() argument 626 size_t length = 0; lexer_parse_identifier() local 931 size_t length = 0; lexer_parse_string() local 1270 size_t length; lexer_parse_number() local 1510 size_t length; lexer_next_token() local 2059 lexer_convert_ident_to_cesu8(uint8_t *destination_p, const uint8_t *source_p, prop_length_t length) lexer_convert_ident_to_cesu8() argument 2350 size_t length = lit_location_p->length; lexer_construct_literal_object() local 2467 prop_length_t length = context_p->token.lit_location.length; lexer_construct_number_object() local 2697 lit_utf8_size_t length; lexer_construct_regexp_object() local 3287 prop_length_t length = left_p->length; lexer_compare_identifiers() local [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-array-prototype.c | 102 ecma_builtin_array_prototype_helper_set_length(ecma_object_t *object, ecma_number_t length) ecma_builtin_array_prototype_helper_set_length() argument 168 ecma_builtin_array_prototype_object_to_locale_string(ecma_object_t *obj_p, uint32_t length) ecma_builtin_array_prototype_object_to_locale_string() argument 340 ecma_builtin_array_prototype_join(ecma_value_t separator_arg, ecma_object_t *obj_p, uint32_t length) ecma_builtin_array_prototype_join() argument 473 ecma_builtin_array_prototype_object_push(const ecma_value_t *argument_list_p, ecma_length_t arguments_number, ecma_object_t *obj_p, uint32_t length) ecma_builtin_array_prototype_object_push() argument 2655 uint32_t length; ecma_builtin_array_prototype_dispatch_routine() local [all...] |
H A D | ecma-builtin-string-prototype.c | 1245 ecma_builtin_string_prototype_object_substr(ecma_string_t *this_string_p, ecma_value_t start, ecma_value_t length) ecma_builtin_string_prototype_object_substr() argument
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers-string.c | 249 ecma_new_ecma_string_from_utf8_buffer (lit_utf8_size_t length, /**< length of the buffer */ in ecma_new_ecma_string_from_utf8_buffer() argument 367 ecma_length_t length = lit_utf8_string_length (string_p, size); in ecma_new_nonref_ecma_string_from_utf8() local 1373 ecma_length_t length; ecma_string_get_chars() local 2078 ecma_length_t length = ecma_string_get_ascii_size (string_p); ecma_string_get_length() local 2120 ecma_length_t length = ecma_string_get_ascii_size (string_p); ecma_string_get_utf8_length() local 2178 ecma_length_t length = ecma_string_get_ascii_size (string_p); ecma_string_get_size() local 2216 ecma_length_t length = ecma_string_get_ascii_size (string_p); ecma_string_get_utf8_size() local 2277 lit_utf8_size_t length = lit_utf8_string_length (data_p, size); ecma_external_string_get_char_at_pos() local 2790 const lit_utf8_size_t length = lit_utf8_string_length (string_begin_p, string_size); ecma_stringbuilder_finalize() local [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
H A D | ecma-builtin-typedarray-prototype.c | 1118 uint32_t length = ecma_number_to_uint32 (length_number); ecma_builtin_typedarray_prototype_join() local [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-objects.c | 104 ecma_length_t length = ecma_string_get_length (prim_value_str_p); in ecma_op_object_get_own_property() local 469 ecma_length_t length = ecma_string_get_length (prim_value_str_p); in ecma_op_object_find_own() local 2281 uint32_t length = ext_obj_p->u.array.length; ecma_op_object_get_property_names() local [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 165 vtn_access_chain_create(struct vtn_builder *b, unsigned length) in vtn_access_chain_create() argument 1468 unsigned length = var_decoration_cb() local 1783 unsigned length = assign_missing_member_locations() local [all...] |
/third_party/mesa3d/src/compiler/ |
H A D | nir_types.cpp | 259 glsl_get_struct_location_offset(const struct glsl_type *type, unsigned length) glsl_get_struct_location_offset() argument
|
H A D | glsl_types.cpp | 574 glsl_type(const glsl_type *array, unsigned length, unsigned explicit_stride) glsl_type() argument 2503 unsigned length; explicit_size() local 3063 unsigned length:13; global() member 3070 unsigned length:20; global() member 3277 unsigned length = encoded.array.length; decode_type_from_blob() local [all...] |
H A D | glsl_types.h | 344 unsigned length; member [all...] |