Home
last modified time | relevance | path

Searched defs:string_size (Results 1 - 20 of 20) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
H A Djmem-allocator.c61 jmem_stats_allocate_string_bytes (size_t string_size) in jmem_stats_allocate_string_bytes() argument
77 jmem_stats_free_string_bytes (size_t string_size) in jmem_stats_free_string_bytes() argument
/third_party/jerryscript/jerry-core/lit/
H A Dlit-magic-strings.c171 lit_utf8_size_t string_size = JERRY_CONTEXT (lit_magic_string_ex_sizes)[id]; in lit_magic_strings_ex_set() local
203 lit_is_utf8_string_magic(const lit_utf8_byte_t *string_p, lit_utf8_size_t string_size) lit_is_utf8_string_magic() argument
296 lit_is_ex_utf8_string_magic(const lit_utf8_byte_t *string_p, lit_utf8_size_t string_size) lit_is_ex_utf8_string_magic() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.h75 lit_utf8_size_t string_size; /**< source string size */ member
H A Decma-builtin-json.c695 ecma_builtin_json_parse_buffer(const lit_utf8_byte_t * str_start_p, lit_utf8_size_t string_size) ecma_builtin_json_parse_buffer() argument
H A Decma-builtin-string-prototype.c851 lit_utf8_size_t string_size; in ecma_builtin_string_prototype_object_split() local
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_instance.h35 const size_t string_size = strlen(val->pApplicationName) + 1; in vn_sizeof_VkApplicationInfo_self() local
43 const size_t string_size = strlen(val->pEngineName) + 1; in vn_sizeof_VkApplicationInfo_self() local
78 const size_t string_size = strlen(val->pApplicationName) + 1; in vn_encode_VkApplicationInfo_self() local
86 const size_t string_size in vn_encode_VkApplicationInfo_self() local
127 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; vn_sizeof_VkInstanceCreateInfo_self() local
138 const size_t string_size = strlen(val->ppEnabledExtensionNames[i]) + 1; vn_sizeof_VkInstanceCreateInfo_self() local
178 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; vn_encode_VkInstanceCreateInfo_self() local
189 const size_t string_size = strlen(val->ppEnabledExtensionNames[i]) + 1; vn_encode_VkInstanceCreateInfo_self() local
466 const size_t string_size = strlen(pLayerName) + 1; vn_sizeof_vkEnumerateInstanceExtensionProperties() local
494 const size_t string_size = strlen(pLayerName) + 1; vn_encode_vkEnumerateInstanceExtensionProperties() local
[all...]
H A Dvn_protocol_driver_pipeline.h168 const size_t string_size = strlen(val->pName) + 1; in vn_sizeof_VkPipelineShaderStageCreateInfo_self() local
225 const size_t string_size = strlen(val->pName) + 1; in vn_encode_VkPipelineShaderStageCreateInfo_self() local
H A Dvn_protocol_driver_device.h10754 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; in vn_sizeof_VkDeviceCreateInfo_self() local
10765 const size_t string_size = strlen(val->ppEnabledExtensionNames[i]) + 1; in vn_sizeof_VkDeviceCreateInfo_self() local
11202 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; in vn_encode_VkDeviceCreateInfo_self() local
11213 const size_t string_size in vn_encode_VkDeviceCreateInfo_self() local
19340 const size_t string_size = strlen(pLayerName) + 1; vn_sizeof_vkEnumerateDeviceExtensionProperties() local
19369 const size_t string_size = strlen(pLayerName) + 1; vn_encode_vkEnumerateDeviceExtensionProperties() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42parse.c543 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfread.c488 FT_ULong string_size; in pcf_get_properties() local
[all...]
/third_party/python/Modules/_io/
H A Dbytesio.c16 Py_ssize_t string_size; member
[all...]
H A Dstringio.c25 Py_ssize_t string_size; member
[all...]
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c1485 jerry_append_chars_to_buffer(uint8_t *buffer_p, uint8_t *buffer_end_p, const char *chars, lit_utf8_size_t string_size) jerry_append_chars_to_buffer() argument
H A Djerry.c4406 jerry_json_parse(const jerry_char_t *string_p, jerry_size_t string_size) jerry_json_parse() argument
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc768 size_t string_size = external_string.ExternalPayloadSize(); in Verify() local
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-string.c64 ecma_string_to_array_index(const lit_utf8_byte_t *string_p, lit_utf8_size_t string_size, uint32_t *result_p) ecma_string_to_array_index() argument
297 ecma_find_special_string(const lit_utf8_byte_t *string_p, lit_utf8_size_t string_size) ecma_find_special_string() argument
339 ecma_new_ecma_string_from_utf8(const lit_utf8_byte_t *string_p, lit_utf8_size_t string_size) ecma_new_ecma_string_from_utf8() argument
410 ecma_new_ecma_string_from_utf8_converted_to_cesu8(const lit_utf8_byte_t *string_p, lit_utf8_size_t string_size) ecma_new_ecma_string_from_utf8_converted_to_cesu8() argument
2578 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); ecma_stringbuilder_create_from() local
2700 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); ecma_stringbuilder_append() local
2716 const lit_utf8_size_t string_size = lit_get_magic_string_size (id); ecma_stringbuilder_append_magic() local
2773 const lit_utf8_size_t string_size = ECMA_STRINGBUILDER_STRING_SIZE (header_p); ecma_stringbuilder_finalize() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dbigint.cc998 int string_size = SeqOneByteString::SizeFor(chars_allocated); in ToString() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc778 int string_size = ResultSeqString::SizeFor(position); in StringReplaceGlobalRegExpWithEmptyString() local
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1177 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() local
1226 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() local
1278 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in EmitReusedLoadLiteralStressTest() local
1521 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() local
1565 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() local
1626 const int string_size = ldrd_range + offset; EmitLdrdLiteralStressTest() local
5164 const int string_size = 1000; // A lot more than the cbz range. TEST_T32() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashenc.c489 static void get_hls_playlist_name(char *playlist_name, int string_size, in get_hls_playlist_name() argument

Completed in 79 milliseconds