Searched refs:ext_count (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_info.h | 34 static uint32_t ext_count = 54; in vn_info_extension_spec_version() local 149 found = bsearch(name, ext_names, ext_count, sizeof(ext_names[0]), in vn_info_extension_spec_version()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_device.c | 122 uint32_t ext_count, in find_extension_names() argument 125 for (uint32_t i = 0; i < ext_count; i++) { in find_extension_names() 134 uint32_t ext_count, in merge_extension_names() argument 144 vk_alloc(alloc, sizeof(*merged) * (ext_count + extra_count), in merge_extension_names() 150 for (uint32_t i = 0; i < ext_count; i++) { in merge_extension_names() 155 if (!find_extension_names(exts, ext_count, extra_exts[i])) in merge_extension_names()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | hpack.c | 852 h2n->ext_count = 0; in lws_hpack_interpret() 989 (unsigned int)((c & 0x7f) << h2n->ext_count)); in lws_hpack_interpret() 990 h2n->ext_count = (uint8_t)(h2n->ext_count + 7); in lws_hpack_interpret() 1036 h2n->ext_count = 0; in lws_hpack_interpret() 1099 (unsigned int)((c & 0x7f) << h2n->ext_count)); in lws_hpack_interpret() 1100 h2n->ext_count = (uint8_t)(h2n->ext_count + 7); in lws_hpack_interpret() 1258 h2n->ext_count = 0; in lws_hpack_interpret()
|
D | private-lib-roles-h2.h | 303 uint8_t ext_count; member
|
/third_party/libwebsockets/lib/roles/ws/ |
D | client-ws.c | 152 int ext_count = 0; in lws_generate_client_ws_handshake() local 201 if (ext_count) in lws_generate_client_ws_handshake() 206 ext_count++; in lws_generate_client_ws_handshake() 210 if (ext_count) in lws_generate_client_ws_handshake()
|
D | server-ws.c | 40 int ext_count = 0; in lws_extension_server_handshake() local 154 ext_count++; in lws_extension_server_handshake() 169 ext_count--; in lws_extension_server_handshake() 175 if (ext_count > 1) in lws_extension_server_handshake()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstmpegvideoparse.h | 63 gint ext_count; member
|
D | gstmpegvideoparse.c | 196 mpvparse->ext_count = 0; in gst_mpegv_parse_reset_frame() 315 for (i = 0; i < mpvparse->ext_count; ++i) { in gst_mpegv_parse_process_config() 534 if (mpvparse->ext_count < G_N_ELEMENTS (mpvparse->ext_offsets)) in gst_mpegv_parse_process_sc() 535 mpvparse->ext_offsets[mpvparse->ext_count++] = off; in gst_mpegv_parse_process_sc()
|
/third_party/grpc/third_party/upb/upb/ |
D | def.c | 106 int ext_count; member 1641 f = (upb_fielddef*)&ctx->file->exts[ctx->file->ext_count++]; in create_fielddef() 1865 file->ext_count += n; in count_types_in_msg() 1883 file->ext_count += n; in count_types_in_file() 1950 file->exts = symtab_alloc(ctx, sizeof(*file->exts) * file->ext_count); in build_filedef() 1955 file->ext_count = 0; in build_filedef() 2042 for (i = 0; i < (size_t)file->ext_count; i++) { in build_filedef() 2073 for (i = 0; i < file->ext_count; i++) { in remove_filedef() 2100 file->ext_count = 0; in _upb_symtab_addfile()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 3520 int ext_count; member 4905 f = (upb_fielddef*)&ctx->file->exts[ctx->file->ext_count++]; in create_fielddef() 5125 int ext_count; member 5144 counts->ext_count += n; in count_types_in_msg() 5162 counts->ext_count += n; in count_types_in_file() 5250 file->exts = upb_malloc(alloc, sizeof(*file->exts) * counts.ext_count); in build_filedef() 5254 CHK_OOM(counts.ext_count == 0 || file->exts); in build_filedef() 5259 file->ext_count = 0; in build_filedef() 5351 for (i = 0; i < (size_t)file->ext_count; i++) { in build_filedef()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 3075 int ext_count; member 4442 f = (upb_fielddef*)&ctx->file->exts[ctx->file->ext_count++]; in create_fielddef() 4654 int ext_count; member 4673 counts->ext_count += n; in count_types_in_msg() 4691 counts->ext_count += n; in count_types_in_file() 4779 file->exts = upb_malloc(alloc, sizeof(*file->exts) * counts.ext_count); in build_filedef() 4783 CHK_OOM(counts.ext_count == 0 || file->exts); in build_filedef() 4788 file->ext_count = 0; in build_filedef() 4880 for (i = 0; i < file->ext_count; i++) { in build_filedef()
|