Home
last modified time | relevance | path

Searched defs:string_size (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/virtio/venus-protocol/
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 = strlen(val->pEngineName) + 1; in vn_encode_VkApplicationInfo_self() local
127 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; in vn_sizeof_VkInstanceCreateInfo_self() local
138 const size_t string_size = strlen(val->ppEnabledExtensionNames[i]) + 1; in vn_sizeof_VkInstanceCreateInfo_self() local
178 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; in vn_encode_VkInstanceCreateInfo_self() local
189 const size_t string_size = strlen(val->ppEnabledExtensionNames[i]) + 1; in vn_encode_VkInstanceCreateInfo_self() local
466 const size_t string_size = strlen(pLayerName) + 1; in vn_sizeof_vkEnumerateInstanceExtensionProperties() local
494 const size_t string_size = strlen(pLayerName) + 1; in vn_encode_vkEnumerateInstanceExtensionProperties() local
Dvn_protocol_driver_pipeline.h96 const size_t string_size = strlen(val->pName) + 1; in vn_sizeof_VkPipelineShaderStageCreateInfo_self() local
135 const size_t string_size = strlen(val->pName) + 1; in vn_encode_VkPipelineShaderStageCreateInfo_self() local
Dvn_protocol_driver_device.h5631 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; in vn_sizeof_VkDeviceCreateInfo_self() local
5642 const size_t string_size = strlen(val->ppEnabledExtensionNames[i]) + 1; in vn_sizeof_VkDeviceCreateInfo_self() local
5845 const size_t string_size = strlen(val->ppEnabledLayerNames[i]) + 1; in vn_encode_VkDeviceCreateInfo_self() local
5856 const size_t string_size = strlen(val->ppEnabledExtensionNames[i]) + 1; in vn_encode_VkDeviceCreateInfo_self() local
11417 const size_t string_size = strlen(pLayerName) + 1; in vn_sizeof_vkEnumerateDeviceExtensionProperties() local
11446 const size_t string_size = strlen(pLayerName) + 1; in vn_encode_vkEnumerateDeviceExtensionProperties() local
/third_party/jerryscript/jerry-core/jmem/
Djmem-allocator.c61 jmem_stats_allocate_string_bytes (size_t string_size) in jmem_stats_allocate_string_bytes()
77 jmem_stats_free_string_bytes (size_t string_size) in jmem_stats_free_string_bytes()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_lex.l13 static int string_size; variable
/third_party/jerryscript/jerry-core/lit/
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
204 lit_utf8_size_t string_size) /**< string size in bytes */ in lit_is_utf8_string_magic()
297 lit_utf8_size_t string_size) /**< string size in bytes */ in lit_is_ex_utf8_string_magic()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c65 lit_utf8_size_t string_size, /**< string size */ in ecma_string_to_array_index()
298 lit_utf8_size_t string_size) /**< string size */ in ecma_find_special_string()
340 lit_utf8_size_t string_size) /**< string size */ in ecma_new_ecma_string_from_utf8()
371lit_utf8_size_t string_size) /**< utf-8 string size */ in ecma_new_ecma_string_from_utf8_converted_to_cesu8()
2451 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); in ecma_stringbuilder_create_from() local
2573 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); in ecma_stringbuilder_append() local
2589 const lit_utf8_size_t string_size = lit_get_magic_string_size (id); in ecma_stringbuilder_append_magic() local
2646 const lit_utf8_size_t string_size = ECMA_STRINGBUILDER_STRING_SIZE (header_p); in ecma_stringbuilder_finalize() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.h75 lit_utf8_size_t string_size; /**< source string size */ member
Decma-builtin-json.c696 lit_utf8_size_t string_size) /**< size of the string */ in ecma_builtin_json_parse_buffer()
Decma-builtin-string-prototype.c851 lit_utf8_size_t string_size; in ecma_builtin_string_prototype_object_split() local
/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc309 LONG string_size = ::ImmGetCompositionString(imc, type, nullptr, 0); in GetString() local
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DFontCollection.cpp466 size_t string_size, in itemize()
/third_party/python/Modules/_io/
Dstringio.c25 Py_ssize_t string_size; member
Dbytesio.c16 Py_ssize_t string_size; member
/third_party/freetype/src/type42/
Dt42parse.c543 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
/third_party/flutter/skia/third_party/externals/freetype/src/type42/
Dt42parse.c543 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42parse.c543 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
/third_party/freetype/src/pcf/
Dpcfread.c488 FT_ULong string_size; in pcf_get_properties() local
/third_party/flutter/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c489 FT_ULong string_size; in pcf_get_properties() local
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c488 FT_ULong string_size; in pcf_get_properties() local
/third_party/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs268 let string_size: usize = 4; in create_shared_string() localVariable
/third_party/glib/glib/
Dgstdio.c534 gsize string_size; in _g_win32_readlink_utf16_handle() local
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1488 lit_utf8_size_t string_size) /**< string size */ in jerry_append_chars_to_buffer()
Djerry.c4407 jerry_size_t string_size) /**< json string size */ in jerry_json_parse()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c187 guint16 string_size = 0; in FLV_GET_STRING() local

12