/third_party/libuv/src/unix/ |
H A D | ibmi.c | 155 static void iconv_e2a(unsigned char src[], unsigned char dst[], size_t length) { in iconv_e2a() argument 162 static void iconv_a2e(const char* src, unsigned char dst[], size_t length) { in iconv_a2e() argument
|
/third_party/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 86 int length; member 173 DWORD length, number_of_written; in setup_screen() local 186 DWORD length, number_of_written; in clear_screen() local 209 DWORD length; capture_screen() local 278 size_t length = strlen(text); make_expect_screen_write() local 284 make_expect_screen_set_attr(struct captured_screen* cs, COORD cursor_position, size_t length, WORD attr) make_expect_screen_set_attr() argument [all...] |
/third_party/libdrm/nouveau/ |
H A D | nouveau.c | 302 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, uint32_t oclass, void *data, uint32_t length, struct nouveau_object **pobj) nouveau_object_new() argument
|
H A D | nouveau.h | 28 uint32_t length; /* deprecated */ member 274 uint32_t length; member
|
H A D | pushbuf.c | 708 nouveau_pushbuf_data(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint64_t offset, uint64_t length) nouveau_pushbuf_data() argument
|
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 340 read_file_mem(const char *file, size_t *length) { in read_file_mem() argument 510 size_t length; in get_oscore_conf() local
|
/third_party/libcoap/src/ |
H A D | coap_pdu.c | 208 size_t length = old_pdu->used_size - old_pdu->e_token_length - in coap_pdu_duplicate() local 903 next_option_safe(coap_opt_t **optp, size_t *length, uint16_t *max_opt) next_option_safe() argument 959 coap_pdu_parse_size(coap_proto_t proto, const uint8_t *data, size_t length) coap_pdu_parse_size() argument 1297 size_t length = pdu->used_size - pdu->e_token_length; coap_pdu_parse_opt() local 1397 coap_pdu_parse(coap_proto_t proto, const uint8_t *data, size_t length, coap_pdu_t *pdu) coap_pdu_parse() argument [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtins.c | 677 uint8_t length = ext_func_p->u.built_in.length_and_bitset_size; in ecma_builtin_routine_try_to_instantiate_property() local [all...] |
H A D | ecma-builtin-helpers.c | 336 ecma_builtin_helper_array_index_normalize(ecma_value_t arg, uint32_t length, uint32_t *number_p) ecma_builtin_helper_array_index_normalize() argument 460 ecma_builtin_helper_string_index_normalize(ecma_number_t index, uint32_t length, bool nan_to_zero) ecma_builtin_helper_string_index_normalize() argument [all...] |
/third_party/jerryscript/jerry-main/ |
H A D | main-unix.c | 112 uint32_t length = jerry_get_array_length (backtrace_val); in print_unhandled_exception() local
|
/third_party/json/tests/src/ |
H A D | unit-regression2.cpp | 464 const auto length = 300; variable 481 const auto length = 500; variable
|
/third_party/jerryscript/jerry-core/lit/ |
H A D | lit-strings.c | 294 ecma_length_t length = 0; in lit_utf8_string_length() local
|
/third_party/jinja2/ |
H A D | runtime.py | 428 def length(self) -> int: member in LoopContext 594 async def length(self) -> int: # type: ignore member in AsyncLoopContext [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-array-object.c | 70 ecma_op_new_array_object (ecma_length_t length) /**< length of the new array */ in ecma_op_new_array_object() argument 130 ecma_op_new_fast_array_object(ecma_length_t length) ecma_op_new_fast_array_object() argument 178 uint32_t length = ext_obj_p->u.array.length; ecma_fast_array_convert_to_normal() local 529 uint32_t length = ext_obj_p->u.array.length; ecma_fast_array_get_property_names() local 593 uint32_t length; ecma_op_create_array_object() local 679 ecma_op_array_species_create(ecma_object_t *original_array_p, ecma_length_t length) ecma_op_array_species_create() argument [all...] |
/third_party/mbedtls/library/ |
H A D | gcm.c | 703 mbedtls_gcm_crypt_and_tag(mbedtls_gcm_context *ctx, int mode, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, size_t tag_len, unsigned char *tag) mbedtls_gcm_crypt_and_tag() argument 738 mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *tag, size_t tag_len, const unsigned char *input, unsigned char *output) mbedtls_gcm_auth_decrypt() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_loop_unroll.c | 638 unsigned length = glsl_type_is_vector(parent->type) ? in is_access_out_of_bounds() local
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 383 unsigned length = glsl_get_vector_elements(type); in shared_type_info() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_shader.c | 672 unsigned length = glsl_get_vector_elements(type); in shared_type_info() local
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | decode.c | 148 size_t length = sizeof(struct agx_map_header); in agxdecode_decode_segment_list() local
|
H A D | io.h | 262 uint16_t length; member
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.c | 941 int length = strlen(iter->name); in v3d_field_iterator_next() local 947 int length = strlen(iter->value); in v3d_field_iterator_next() local
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | list.h | 631 inline unsigned exec_list::length() const in length() function in exec_list
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 354 uInt length = dictLength; global() local [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_validate.c | 249 uint32_t length = *(uint32_t *)(untrusted + 1); in validate_indexed_prim_list() local 284 uint32_t length = *(uint32_t *)(untrusted + 1); in validate_gl_array_primitive() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_textedit.h | 510 int first_char, length; // first char of row, and length member 1313 stb_text_makeundo_insert(STB_TexteditState *state, int where, int length) stb_text_makeundo_insert() argument 1318 stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int length) stb_text_makeundo_delete() argument [all...] |