Home
last modified time | relevance | path

Searched defs:size (Results 10176 - 10200 of 10233) sorted by relevance

1...<<401402403404405406407408409410

/third_party/python/Python/
H A Dcompile.c6312 Py_ssize_t size = n + 1; in ensure_fail_pop() local
6439 Py_ssize_t size = asdl_seq_LEN(patterns); in pattern_helper_sequence_unpack() local
6461 Py_ssize_t size = asdl_seq_LEN(patterns); in pattern_helper_sequence_subscr() local
6630 Py_ssize_t size = asdl_seq_LEN(keys); compiler_pattern_mapping() local
6764 Py_ssize_t size = asdl_seq_LEN(p->v.MatchOr.patterns); compiler_pattern_or() local
6915 Py_ssize_t size = asdl_seq_LEN(patterns); compiler_pattern_sequence() local
7274 int size = 0; blocksize() local
7482 int size = end-start; assemble_emit_exception_table_entry() local
7684 int size = instr_size(i); assemble_emit() local
7826 Py_ssize_t i, pos = 0, size = PyDict_GET_SIZE(dict); dict_keys_inorder() local
7845 Py_ssize_t i, pos = 0, size = PyDict_GET_SIZE(dict); consts_dict_keys_inorder() local
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c1690 Py_ssize_t size; in getargs_s_hash() local
1729 Py_ssize_t size; in getargs_z_hash() local
1763 Py_ssize_t size; in getargs_y_hash() local
1782 Py_ssize_t size; getargs_u_hash() local
1804 Py_ssize_t size; getargs_Z_hash() local
1852 Py_ssize_t size; getargs_es_hash() local
1875 Py_ssize_t size; getargs_et_hash() local
1934 Py_ssize_t i, size; parse_tuple_and_keywords() local
2190 Py_ssize_t buflen, size; unicode_aswidechar() local
2221 Py_ssize_t size; unicode_aswidecharstring() local
4148 hook_malloc(void* ctx, size_t size) hook_malloc() argument
4189 size_t size, size2, nelem, elsize; test_setallocators() local
4357 hook_fmalloc(void *ctx, size_t size) hook_fmalloc() argument
5122 Py_ssize_t size; tracemalloc_track() local
5914 int size; test_float_pack() local
5960 Py_ssize_t size; test_float_unpack() local
[all...]
H A Dposixmodule.c3100 long size = sysconf(_SC_TTY_NAME_MAX); in os_ttyname_impl() local
5703 Py_ssize_t size; in fsconvert_strdup() local
10427 Py_ssize_t size; os_pwrite_impl() local
10433 size = pwrite(fd, buffer->buf, (size_t)buffer->len, offset); os_pwrite_impl() local
11081 Py_ssize_t size; win32_putenv() local
13188 os_urandom_impl(PyObject *module, Py_ssize_t size) os_urandom_impl() argument
14013 Py_ssize_t size; join_path_filenameW() local
14099 Py_ssize_t size; join_path_filename() local
14634 os_getrandom_impl(PyObject *module, Py_ssize_t size, int flags) os_getrandom_impl() argument
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c715 Py_ssize_t size, i; in backslashreplace() local
782 Py_ssize_t size, i; xmlcharrefreplace() local
971 findchar(const void *s, int kind, Py_ssize_t size, Py_UCS4 ch, int direction) findchar() argument
1366 PyUnicode_New(Py_ssize_t size, Py_UCS4 maxchar) PyUnicode_New() argument
2143 PyUnicode_FromUnicode(const Py_UNICODE *u, Py_ssize_t size) PyUnicode_FromUnicode() argument
2165 PyUnicode_FromWideChar(const wchar_t *u, Py_ssize_t size) PyUnicode_FromWideChar() argument
2247 PyUnicode_FromStringAndSize(const char *u, Py_ssize_t size) PyUnicode_FromStringAndSize() argument
2272 size_t size = strlen(u); PyUnicode_FromString() local
2361 _PyUnicode_FromASCII(const char *buffer, Py_ssize_t size) _PyUnicode_FromASCII() argument
2395 _PyUnicode_FromUCS1(const Py_UCS1* u, Py_ssize_t size) _PyUnicode_FromUCS1() argument
2418 _PyUnicode_FromUCS2(const Py_UCS2 *u, Py_ssize_t size) _PyUnicode_FromUCS2() argument
2444 _PyUnicode_FromUCS4(const Py_UCS4 *u, Py_ssize_t size) _PyUnicode_FromUCS4() argument
2472 PyUnicode_FromKindAndData(int kind, const void *buffer, Py_ssize_t size) PyUnicode_FromKindAndData() argument
3188 unicode_copy_as_widechar(PyObject *unicode, wchar_t *w, Py_ssize_t size) unicode_copy_as_widechar() argument
3252 PyUnicode_AsWideChar(PyObject *unicode, wchar_t *w, Py_ssize_t size) PyUnicode_AsWideChar() argument
3294 PyUnicode_AsWideCharString(PyObject *unicode, Py_ssize_t *size) PyUnicode_AsWideCharString() argument
3546 PyUnicode_Decode(const char *s, Py_ssize_t size, const char *encoding, const char *errors) PyUnicode_Decode() argument
4010 Py_ssize_t size = (Py_ssize_t)strlen(str); PyUnicode_DecodeLocale() local
4018 Py_ssize_t size = (Py_ssize_t)strlen(s); PyUnicode_DecodeFSDefault() local
4023 PyUnicode_DecodeFSDefaultAndSize(const char *s, Py_ssize_t size) PyUnicode_DecodeFSDefaultAndSize() argument
4063 Py_ssize_t size; PyUnicode_FSConverter() local
4199 PyUnicode_AsUnicodeAndSize(PyObject *unicode, Py_ssize_t *size) PyUnicode_AsUnicodeAndSize() argument
4246 Py_ssize_t size; _PyUnicode_AsUnicode() local
4368 widechar_resize(wchar_t **buf, Py_ssize_t *size, Py_ssize_t newsize) widechar_resize() argument
4684 PyUnicode_DecodeUTF7(const char *s, Py_ssize_t size, const char *errors) PyUnicode_DecodeUTF7() argument
4699 PyUnicode_DecodeUTF7Stateful(const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed) PyUnicode_DecodeUTF7Stateful() argument
5007 PyUnicode_DecodeUTF8(const char *s, Py_ssize_t size, const char *errors) PyUnicode_DecodeUTF8() argument
5095 unicode_decode_utf8(const char *s, Py_ssize_t size, _Py_error_handler error_handler, const char *errors, Py_ssize_t *consumed) unicode_decode_utf8() argument
5242 PyUnicode_DecodeUTF8Stateful(const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed) PyUnicode_DecodeUTF8Stateful() argument
5264 _Py_DecodeUTF8Ex(const char *s, Py_ssize_t size, wchar_t **wstr, size_t *wlen, const char **reason, _Py_error_handler errors) _Py_DecodeUTF8Ex() argument
5552 Py_ssize_t size = PyUnicode_GET_LENGTH(unicode); unicode_encode_utf8() local
5588 Py_ssize_t size = PyUnicode_GET_LENGTH(unicode); unicode_fill_utf8() local
5648 PyUnicode_DecodeUTF32(const char *s, Py_ssize_t size, const char *errors, int *byteorder) PyUnicode_DecodeUTF32() argument
5657 PyUnicode_DecodeUTF32Stateful(const char *s, Py_ssize_t size, const char *errors, int *byteorder, Py_ssize_t *consumed) PyUnicode_DecodeUTF32Stateful() argument
5959 PyUnicode_DecodeUTF16(const char *s, Py_ssize_t size, const char *errors, int *byteorder) PyUnicode_DecodeUTF16() argument
5968 PyUnicode_DecodeUTF16Stateful(const char *s, Py_ssize_t size, const char *errors, int *byteorder, Py_ssize_t *consumed) PyUnicode_DecodeUTF16Stateful() argument
6301 _PyUnicode_DecodeUnicodeEscapeInternal(const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed, const char **first_invalid_escape) _PyUnicode_DecodeUnicodeEscapeInternal() argument
6545 _PyUnicode_DecodeUnicodeEscapeStateful(const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed) _PyUnicode_DecodeUnicodeEscapeStateful() argument
6581 PyUnicode_DecodeUnicodeEscape(const char *s, Py_ssize_t size, const char *errors) PyUnicode_DecodeUnicodeEscape() argument
6711 _PyUnicode_DecodeRawUnicodeEscapeStateful(const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed) _PyUnicode_DecodeRawUnicodeEscapeStateful() argument
6847 PyUnicode_DecodeRawUnicodeEscape(const char *s, Py_ssize_t size, const char *errors) PyUnicode_DecodeRawUnicodeEscape() argument
6937 PyUnicode_DecodeLatin1(const char *s, Py_ssize_t size, const char *errors) PyUnicode_DecodeLatin1() argument
7053 Py_ssize_t pos=0, size; unicode_encode_ucs1() local
7257 PyUnicode_DecodeASCII(const char *s, Py_ssize_t size, const char *errors) PyUnicode_DecodeASCII() argument
7482 decode_code_page_errors(UINT code_page, wchar_t **buf, Py_ssize_t *bufsize, const char *in, const int size, const char *errors, int final) decode_code_page_errors() argument
7605 decode_code_page_stateful(int code_page, const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed) decode_code_page_stateful() argument
7673 PyUnicode_DecodeCodePageStateful(int code_page, const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed) PyUnicode_DecodeCodePageStateful() argument
7683 PyUnicode_DecodeMBCSStateful(const char *s, Py_ssize_t size, const char *errors, Py_ssize_t *consumed) PyUnicode_DecodeMBCSStateful() argument
7692 PyUnicode_DecodeMBCS(const char *s, Py_ssize_t size, const char *errors) PyUnicode_DecodeMBCS() argument
7733 Py_ssize_t size; encode_code_page_strict() local
8106 charmap_decode_string(const char *s, Py_ssize_t size, PyObject *mapping, const char *errors, _PyUnicodeWriter *writer) charmap_decode_string() argument
8225 charmap_decode_mapping(const char *s, Py_ssize_t size, PyObject *mapping, const char *errors, _PyUnicodeWriter *writer) charmap_decode_mapping() argument
8327 PyUnicode_DecodeCharmap(const char *s, Py_ssize_t size, PyObject *mapping, const char *errors) PyUnicode_DecodeCharmap() argument
8677 Py_ssize_t size, repsize; charmap_encoding_error() local
8824 Py_ssize_t size; _PyUnicode_EncodeCharmap() local
9197 Py_ssize_t size, i; _PyUnicode_TranslateCharmap() local
14124 Py_ssize_t size; unicode_sizeof_impl() local
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c212 size_t size; member
323 int size; member
2274 XML_GetInputContext(XML_Parser parser, int *offset, int *size) { in XML_GetInputContext() argument
2324 XML_MemMalloc(XML_Parser parser, size_t size) XML_MemMalloc() argument
2331 XML_MemRealloc(XML_Parser parser, void *ptr, size_t size) XML_MemRealloc() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp957 mapMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::DeviceSize size, VULKAN_HPP_NAMESPACE::MemoryMapFlags flags, Dispatch const & d ) const mapMemory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3205 void copyAndFlush(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::BufferWithMemory& buffer, size_t offset, const void* src, size_t size) in copyAndFlush() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c8307 size_t size; in nl80211_send_null_frame() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c9610 size_t size; local
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c4818 CmdBindIndexBuffer2KHR( VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkIndexType indexType) CmdBindIndexBuffer2KHR() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp37 glBindBufferRangeNULL(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in glBindBufferRangeNULL() argument
190 glBufferDataNULL(GLenum target, GLsizeiptr size, const void *data, GLenum usage) glBufferDataNULL() argument
196 glBufferStorageNULL(GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) glBufferStorageNULL() argument
202 glBufferStorageMemEXTNULL(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset) glBufferStorageMemEXTNULL() argument
208 glBufferSubDataNULL(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) glBufferSubDataNULL() argument
235 glClearBufferSubDataNULL(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearBufferSubDataNULL() argument
273 glClearNamedBufferSubDataNULL(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearNamedBufferSubDataNULL() argument
441 glCopyBufferSubDataNULL(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) glCopyBufferSubDataNULL() argument
465 glCopyNamedBufferSubDataNULL(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) glCopyNamedBufferSubDataNULL() argument
914 glGetActiveAttribNULL(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveAttribNULL() argument
946 glGetActiveUniformNULL(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveUniformNULL() argument
1004 glGetBufferSubDataNULL(GLenum target, GLintptr offset, GLsizeiptr size, void *data) glGetBufferSubDataNULL() argument
1133 glGetNamedBufferSubDataNULL(GLuint buffer, GLintptr offset, GLsizeiptr size, void *data) glGetNamedBufferSubDataNULL() argument
1429 glGetTransformFeedbackVaryingNULL(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) glGetTransformFeedbackVaryingNULL() argument
1555 glImportMemoryFdEXTNULL(GLuint memory, GLuint64 size, GLenum handleType, GLint fd) glImportMemoryFdEXTNULL() argument
1561 glImportMemoryWin32HandleEXTNULL(GLuint memory, GLuint64 size, GLenum handleType, void *handle) glImportMemoryWin32HandleEXTNULL() argument
1567 glImportMemoryWin32NameEXTNULL(GLuint memory, GLuint64 size, GLenum handleType, const void *name) glImportMemoryWin32NameEXTNULL() argument
1801 glNamedBufferDataNULL(GLuint buffer, GLsizeiptr size, const void *data, GLenum usage) glNamedBufferDataNULL() argument
1807 glNamedBufferStorageNULL(GLuint buffer, GLsizeiptr size, const void *data, GLbitfield flags) glNamedBufferStorageNULL() argument
1813 glNamedBufferStorageMemEXTNULL(GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset) glNamedBufferStorageMemEXTNULL() argument
1819 glNamedBufferSubDataNULL(GLuint buffer, GLintptr offset, GLsizeiptr size, const void *data) glNamedBufferSubDataNULL() argument
1898 glPointSizeNULL(GLfloat size) glPointSizeNULL() argument
2383 glTexBufferRangeNULL(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeNULL() argument
2390 glTexBufferRangeEXTNULL(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeEXTNULL() argument
2397 glTexBufferRangeOESNULL(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeOESNULL() argument
2584 glTextureBufferRangeNULL(GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTextureBufferRangeNULL() argument
2737 glTransformFeedbackBufferRangeNULL(GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) glTransformFeedbackBufferRangeNULL() argument
2962 glVertexArrayAttribFormatNULL(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexArrayAttribFormatNULL() argument
2970 glVertexArrayAttribIFormatNULL(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexArrayAttribIFormatNULL() argument
2977 glVertexArrayAttribLFormatNULL(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexArrayAttribLFormatNULL() argument
3090 glVertexAttribFormatNULL(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexAttribFormatNULL() argument
3139 glVertexAttribIFormatNULL(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribIFormatNULL() argument
3145 glVertexAttribIPointerNULL(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribIPointerNULL() argument
3170 glVertexAttribLFormatNULL(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribLFormatNULL() argument
3176 glVertexAttribLPointerNULL(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribLPointerNULL() argument
3231 glVertexAttribPointerNULL(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) glVertexAttribPointerNULL() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/third_party/libbpf/src/
H A Dlibbpf.c1489 bpf_object__init_license(struct bpf_object *obj, void *data, size_t size) global() argument
1504 bpf_object__init_kversion(struct bpf_object *obj, void *data, size_t size) global() argument
1526 find_elf_sec_sz(const struct bpf_object *obj, const char *name, __u32 *size) global() argument
3036 __u32 size = 0, i, vars = btf_vlen(t); global() local
10006 bpf_map__set_key_size(struct bpf_map *map, __u32 size) global() argument
10019 map_btf_datasec_resize(struct bpf_map *map, __u32 size) global() argument
10090 bpf_map__set_value_size(struct bpf_map *map, __u32 size) global() argument
10130 bpf_map__set_initial_value(struct bpf_map *map, const void *data, size_t size) global() argument
13150 uint32_t size; global() member
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js11860 var size = charSize(ch); global() variable
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c3590 save_PointSize(GLfloat size) in save_PointSize() argument
5014 static GLvoid *copy_data(const GLvoid *data, GLsizei size, const char *func) in copy_data() argument
6115 save_Attr32bit(struct gl_context *ctx, unsigned attr, unsigned size, in save_Attr32bit() argument
6186 save_Attr64bit(struct gl_context *ctx, unsigned attr, unsigned size, GLenum type, uint64_t x, uint64_t y, uint64_t z, uint64_t w) save_Attr64bit() argument
[all...]
H A Dmtypes.h2541 unsigned size; member
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h26 size_t size = 0; in vn_sizeof_VkCommandBufferAllocateInfo_self() local
37 size_t size = 0; in vn_sizeof_VkCommandBufferAllocateInfo() local
83 size_t size = 0; vn_sizeof_VkCommandBufferInheritanceConditionalRenderingInfoEXT_self() local
92 size_t size = 0; vn_sizeof_VkCommandBufferInheritanceConditionalRenderingInfoEXT() local
136 size_t size = 0; vn_sizeof_VkCommandBufferInheritanceRenderingInfo_self() local
156 size_t size = 0; vn_sizeof_VkCommandBufferInheritanceRenderingInfo() local
205 size_t size = 0; vn_sizeof_VkCommandBufferInheritanceInfo_pnext() local
238 size_t size = 0; vn_sizeof_VkCommandBufferInheritanceInfo_self() local
252 size_t size = 0; vn_sizeof_VkCommandBufferInheritanceInfo() local
327 size_t size = 0; vn_sizeof_VkDeviceGroupCommandBufferBeginInfo_self() local
336 size_t size = 0; vn_sizeof_VkDeviceGroupCommandBufferBeginInfo() local
374 size_t size = 0; vn_sizeof_VkCommandBufferBeginInfo_pnext() local
397 size_t size = 0; vn_sizeof_VkCommandBufferBeginInfo_self() local
409 size_t size = 0; vn_sizeof_VkCommandBufferBeginInfo() local
464 size_t size = 0; vn_sizeof_VkBufferCopy() local
484 size_t size = 0; vn_sizeof_VkImageSubresourceLayers() local
506 size_t size = 0; vn_sizeof_VkImageCopy() local
530 size_t size = 0; vn_sizeof_VkImageBlit() local
560 size_t size = 0; vn_sizeof_VkBufferImageCopy() local
586 size_t size = 0; vn_sizeof_VkClearDepthStencilValue() local
604 size_t size = vn_sizeof_uint32_t(&tag); vn_sizeof_VkClearValue_tag() local
653 size_t size = 0; vn_sizeof_VkClearAttachment() local
673 size_t size = 0; vn_sizeof_VkClearRect() local
693 size_t size = 0; vn_sizeof_VkImageResolve() local
724 size_t size = 0; vn_sizeof_VkMemoryBarrier_self() local
734 size_t size = 0; vn_sizeof_VkMemoryBarrier() local
779 size_t size = 0; vn_sizeof_VkBufferMemoryBarrier_self() local
794 size_t size = 0; vn_sizeof_VkBufferMemoryBarrier() local
844 size_t size = 0; vn_sizeof_VkImageMemoryBarrier_self() local
860 size_t size = 0; vn_sizeof_VkImageMemoryBarrier() local
911 size_t size = 0; vn_sizeof_VkConditionalRenderingBeginInfoEXT_self() local
922 size_t size = 0; vn_sizeof_VkConditionalRenderingBeginInfoEXT() local
968 size_t size = 0; vn_sizeof_VkDeviceGroupRenderPassBeginInfo_self() local
985 size_t size = 0; vn_sizeof_VkDeviceGroupRenderPassBeginInfo() local
1037 size_t size = 0; vn_sizeof_VkRenderPassAttachmentBeginInfo_self() local
1053 size_t size = 0; vn_sizeof_VkRenderPassAttachmentBeginInfo() local
1098 size_t size = 0; vn_sizeof_VkRenderPassBeginInfo_pnext() local
1127 size_t size = 0; vn_sizeof_VkRenderPassBeginInfo_self() local
1146 size_t size = 0; vn_sizeof_VkRenderPassBeginInfo() local
1222 size_t size = 0; vn_sizeof_VkSubpassBeginInfo_self() local
1231 size_t size = 0; vn_sizeof_VkSubpassBeginInfo() local
1275 size_t size = 0; vn_sizeof_VkSubpassEndInfo_self() local
1283 size_t size = 0; vn_sizeof_VkSubpassEndInfo() local
1326 size_t size = 0; vn_sizeof_VkBufferCopy2_self() local
1337 size_t size = 0; vn_sizeof_VkBufferCopy2() local
1383 size_t size = 0; vn_sizeof_VkCopyBufferInfo2_self() local
1401 size_t size = 0; vn_sizeof_VkCopyBufferInfo2() local
1454 size_t size = 0; vn_sizeof_VkImageCopy2_self() local
1467 size_t size = 0; vn_sizeof_VkImageCopy2() local
1515 size_t size = 0; vn_sizeof_VkCopyImageInfo2_self() local
1535 size_t size = 0; vn_sizeof_VkCopyImageInfo2() local
1590 size_t size = 0; vn_sizeof_VkImageBlit2_self() local
1606 size_t size = 0; vn_sizeof_VkImageBlit2() local
1657 size_t size = 0; vn_sizeof_VkBlitImageInfo2_self() local
1678 size_t size = 0; vn_sizeof_VkBlitImageInfo2() local
1734 size_t size = 0; vn_sizeof_VkBufferImageCopy2_self() local
1748 size_t size = 0; vn_sizeof_VkBufferImageCopy2() local
1797 size_t size = 0; vn_sizeof_VkCopyBufferToImageInfo2_self() local
1816 size_t size = 0; vn_sizeof_VkCopyBufferToImageInfo2() local
1870 size_t size = 0; vn_sizeof_VkCopyImageToBufferInfo2_self() local
1889 size_t size = 0; vn_sizeof_VkCopyImageToBufferInfo2() local
1943 size_t size = 0; vn_sizeof_VkImageResolve2_self() local
1956 size_t size = 0; vn_sizeof_VkImageResolve2() local
2004 size_t size = 0; vn_sizeof_VkResolveImageInfo2_self() local
2024 size_t size = 0; vn_sizeof_VkResolveImageInfo2() local
2079 size_t size = 0; vn_sizeof_VkBufferMemoryBarrier2_self() local
2096 size_t size = 0; vn_sizeof_VkBufferMemoryBarrier2() local
2148 size_t size = 0; vn_sizeof_VkImageMemoryBarrier2_self() local
2166 size_t size = 0; vn_sizeof_VkImageMemoryBarrier2() local
2219 size_t size = 0; vn_sizeof_VkDependencyInfo_self() local
2252 size_t size = 0; vn_sizeof_VkDependencyInfo() local
2320 size_t size = 0; vn_sizeof_VkRenderingAttachmentInfo_self() local
2336 size_t size = 0; vn_sizeof_VkRenderingAttachmentInfo() local
2381 size_t size = 0; vn_sizeof_VkRenderingInfo_pnext() local
2404 size_t size = 0; vn_sizeof_VkRenderingInfo_self() local
2430 size_t size = 0; vn_sizeof_VkRenderingInfo() local
4280 vn_sizeof_vkCmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) vn_sizeof_vkCmdFillBuffer() argument
4295 vn_encode_vkCmdFillBuffer(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) vn_encode_vkCmdFillBuffer() argument
4309 vn_sizeof_vkCmdFillBuffer_reply(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) vn_sizeof_vkCmdFillBuffer_reply() argument
4323 vn_decode_vkCmdFillBuffer_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) vn_decode_vkCmdFillBuffer_reply() argument
5337 vn_sizeof_vkCmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) vn_sizeof_vkCmdPushConstants() argument
5358 vn_encode_vkCmdPushConstants(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) vn_encode_vkCmdPushConstants() argument
5378 vn_sizeof_vkCmdPushConstants_reply(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) vn_sizeof_vkCmdPushConstants_reply() argument
5393 vn_decode_vkCmdPushConstants_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) vn_decode_vkCmdPushConstants_reply() argument
8592 vn_submit_vkCmdFillBuffer(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data, struct vn_instance_submit_command *submit) vn_submit_vkCmdFillBuffer() argument
8928 vn_submit_vkCmdPushConstants(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues, struct vn_instance_submit_command *submit) vn_submit_vkCmdPushConstants() argument
10539 vn_call_vkCmdFillBuffer(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) vn_call_vkCmdFillBuffer() argument
10552 vn_async_vkCmdFillBuffer(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) vn_async_vkCmdFillBuffer() argument
10843 vn_call_vkCmdPushConstants(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) vn_call_vkCmdPushConstants() argument
10856 vn_async_vkCmdPushConstants(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) vn_async_vkCmdPushConstants() argument
[all...]
/third_party/libabigail/src/
H A Dabg-ir.cc1982 set_size(size_t size) set_size() argument
26255 build_internal_underlying_enum_type_name(const string &base_name, bool is_anonymous, uint64_t size) build_internal_underlying_enum_type_name() argument
26266 o << "-underlying-type-" << size; build_internal_underlying_enum_type_name() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp2342 texBufferRange(TextureType target, GLenum internalformat, BufferID buffer, GLintptr offset, GLsizeiptr size) texBufferRange() argument
5767 vertexAttribPointer(GLuint index, GLint size, VertexAttribType type, GLboolean normalized, GLsizei stride, const void *ptr) vertexAttribPointer() argument
5779 vertexAttribFormat(GLuint attribIndex, GLint size, VertexAttribType type, GLboolean normalized, GLuint relativeOffset) vertexAttribFormat() argument
5790 vertexAttribIFormat(GLuint attribIndex, GLint size, VertexAttribType type, GLuint relativeOffset) vertexAttribIFormat() argument
5816 vertexAttribIPointer(GLuint index, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) vertexAttribIPointer() argument
6024 bufferStorage(BufferBinding target, GLsizeiptr size, const void *data, GLbitfield flags) bufferStorage() argument
6034 bufferStorageExternal(BufferBinding target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) bufferStorageExternal() argument
6046 namedBufferStorageExternal(GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) namedBufferStorageExternal() argument
6055 bufferData(BufferBinding target, GLsizeiptr size, const void *data, BufferUsage usage) bufferData() argument
6062 bufferSubData(BufferBinding target, GLintptr offset, GLsizeiptr size, const void *data) bufferSubData() argument
6085 copyBufferSubData(BufferBinding readTarget, BufferBinding writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) copyBufferSubData() argument
6118 bindBufferRange(BufferBinding target, GLuint index, BufferID buffer, GLintptr offset, GLsizeiptr size) bindBufferRange() argument
6709 getActiveAttrib(ShaderProgramID program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) getActiveAttrib() argument
6722 getActiveUniform(ShaderProgramID program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) getActiveUniform() argument
7615 getTransformFeedbackVarying(ShaderProgramID program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) getTransformFeedbackVarying() argument
8523 bufferStorageMem(TextureType target, GLsizeiptr size, MemoryObjectID memory, GLuint64 offset) bufferStorageMem() argument
8531 importMemoryFd(MemoryObjectID memory, GLuint64 size, HandleType handleType, GLint fd) importMemoryFd() argument
8604 importMemoryZirconHandle(MemoryObjectID memory, GLuint64 size, HandleType handleType, GLuint handle) importMemoryZirconHandle() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp399 void GL_APIENTRY glFeedbackBuffer(GLsizei size, GLenum type, GLfloat *buffer) in glFeedbackBuffer() argument
940 void GL_APIENTRY glPointSize(GLfloat size) in glPointSize() argument
1191 void GL_APIENTRY glSelectBuffer(GLsizei size, GLuint *buffer) in glSelectBuffer() argument
1625 void GL_APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glColorPointer() argument
1761 void GL_APIENTRY glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glTexCoordPointer() argument
1790 glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexPointer() argument
2291 glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glSecondaryColorPointer() argument
2390 glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) glBufferData() argument
2395 glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) glBufferSubData() argument
2435 glGetBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, void *data) glGetBufferSubData() argument
2536 glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveAttrib() argument
2547 glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveUniform() argument
2969 glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) glVertexAttribPointer() argument
3045 glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) glBindBufferRange() argument
3267 glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) glGetTransformFeedbackVarying() argument
3497 glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribIPointer() argument
3503 glCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) glCopyBufferSubData() argument
4878 glVertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribLPointer() argument
5016 glClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearBufferSubData() argument
5270 glTexBufferRange(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRange() argument
5320 glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexAttribFormat() argument
5329 glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribIFormat() argument
5337 glVertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribLFormat() argument
5393 glBufferStorage(GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) glBufferStorage() argument
5457 glClearNamedBufferSubData(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearNamedBufferSubData() argument
5547 glCopyNamedBufferSubData(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) glCopyNamedBufferSubData() argument
5695 glGetNamedBufferSubData(GLuint buffer, GLintptr offset, GLsizeiptr size, void *data) glGetNamedBufferSubData() argument
5992 glNamedBufferData(GLuint buffer, GLsizeiptr size, const void *data, GLenum usage) glNamedBufferData() argument
5997 glNamedBufferStorage(GLuint buffer, GLsizeiptr size, const void *data, GLbitfield flags) glNamedBufferStorage() argument
6005 glNamedBufferSubData(GLuint buffer, GLintptr offset, GLsizeiptr size, const void *data) glNamedBufferSubData() argument
6099 glTextureBufferRange(GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTextureBufferRange() argument
6234 glTransformFeedbackBufferRange(GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) glTransformFeedbackBufferRange() argument
6253 glVertexArrayAttribFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexArrayAttribFormat() argument
6263 glVertexArrayAttribIFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexArrayAttribIFormat() argument
6272 glVertexArrayAttribLFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexArrayAttribLFormat() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A DlibGLESv2_autogen.cpp87 void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) in glBufferData() argument
92 void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) in glBufferSubData() argument
335 glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveAttrib() argument
346 glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveUniform() argument
834 glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) glVertexAttribPointer() argument
866 glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) glBindBufferRange() argument
955 glCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) glCopyBufferSubData() argument
1189 glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) glGetTransformFeedbackVarying() argument
1517 glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribIPointer() argument
1968 glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexAttribFormat() argument
1977 glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribIFormat() argument
2259 glTexBufferRange(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRange() argument
2341 glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glColorPointer() argument
2601 glPointSize(GLfloat size) glPointSize() argument
2606 glPointSizex(GLfixed size) glPointSizex() argument
2656 glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glTexCoordPointer() argument
2711 glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexPointer() argument
2960 glImportMemoryZirconHandleANGLE(GLuint memory, GLuint64 size, GLenum handleType, GLuint handle) glImportMemoryZirconHandleANGLE() argument
3857 glBufferStorageEXT(GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) glBufferStorageEXT() argument
4087 glBufferStorageExternalEXT(GLenum target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) glBufferStorageExternalEXT() argument
4096 glNamedBufferStorageExternalEXT(GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) glNamedBufferStorageExternalEXT() argument
4156 glBufferStorageMemEXT(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset) glBufferStorageMemEXT() argument
4253 glImportMemoryFdEXT(GLuint memory, GLuint64 size, GLenum handleType, GLint fd) glImportMemoryFdEXT() argument
4781 glTexBufferRangeEXT(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeEXT() argument
5329 glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glMatrixIndexPointerOES() argument
5337 glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glWeightPointerOES() argument
5510 glTexBufferRangeOES(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeOES() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp9412 mapMemory( VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::DeviceSize size, VULKAN_HPP_NAMESPACE::MemoryMapFlags flags ) const mapMemory() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp981 static void* MallocWrapper(size_t size, void* user_data) { IM_UNUSED(user_data); return malloc(size); } in MallocWrapper() argument
984 static void* MallocWrapper(size_t size, voi argument
3362 MemAlloc(size_t size) MemAlloc() argument
4361 int size = n; FlattenIntoSingleLayer() local
5019 ImVec2 size = ImFloor(size_arg); BeginChildEx() local
5118 BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags extra_flags) BeginChildFrame() argument
6865 SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6897 SetWindowSize(const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6902 SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6919 SetWindowHitTestHole(ImGuiWindow* window, const ImVec2& pos, const ImVec2& size) SetWindowHitTestHole() argument
6977 SetNextWindowSize(const ImVec2& size, ImGuiCond cond) SetNextWindowSize() argument
6997 SetNextWindowContentSize(const ImVec2& size) SetNextWindowContentSize() argument
7212 IsRectVisible(const ImVec2& size) IsRectVisible() argument
7486 ItemSize(const ImVec2& size, float text_baseline_y) ItemSize() argument
7759 CalcItemSize(ImVec2 size, float default_w, float default_h) CalcItemSize() argument
8653 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) FindBestWindowPosForPopupEx() argument
[all...]
H A Dimgui.h1717 inline int size() const { return Size; } size() function
2111 int size() const { return Buf.Size ? Buf.Size - 1 : 0; } size() function
[all...]

Completed in 259 milliseconds

1...<<401402403404405406407408409410