Home
last modified time | relevance | path

Searched refs:n_entries (Results 1 – 24 of 24) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Ddynarray.c34 unsigned n_allocated, n_entries; member
52 for (i = 0; i < array->n_entries; i++) in pa_dynarray_free()
63 if (array->n_entries == array->n_allocated) { in pa_dynarray_append()
70 array->data[array->n_entries++] = p; in pa_dynarray_append()
76 if (i >= array->n_entries) in pa_dynarray_get()
85 if (array->n_entries == 0) in pa_dynarray_last()
88 return array->data[array->n_entries - 1]; in pa_dynarray_last()
96 if (i >= array->n_entries) in pa_dynarray_remove_by_index()
100 array->data[i] = array->data[array->n_entries - 1]; in pa_dynarray_remove_by_index()
101 array->n_entries--; in pa_dynarray_remove_by_index()
[all …]
Dhashmap.c51 unsigned n_entries; member
69 h->n_entries = 0; in pa_hashmap_new_full()
111 pa_assert(h->n_entries >= 1); in remove_entry()
112 h->n_entries--; in remove_entry()
170 h->n_entries++; in pa_hashmap_put()
171 pa_assert(h->n_entries >= 1); in pa_hashmap_put()
335 return h->n_entries; in pa_hashmap_size()
341 return h->n_entries == 0; in pa_hashmap_isempty()
Didxset.c53 unsigned n_entries; member
92 s->n_entries = 0; in pa_idxset_new()
136 pa_assert(s->n_entries >= 1); in remove_entry()
137 s->n_entries--; in remove_entry()
221 s->n_entries++; in pa_idxset_put()
222 pa_assert(s->n_entries >= 1); in pa_idxset_put()
450 return s->n_entries; in pa_idxset_size()
456 return s->n_entries == 0; in pa_idxset_isempty()
/third_party/flutter/txt/src/minikin/
DHyphenator.cpp54 uint32_t n_entries; member
67 uint32_t n_entries; member
73 uint32_t n_entries; member
374 size_t n_entries = alphabet->n_entries; in alphabetLookup() local
376 const uint32_t* end = begin + n_entries; in alphabetLookup()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DHyphenator.cpp54 uint32_t n_entries; member
67 uint32_t n_entries; member
73 uint32_t n_entries; member
374 size_t n_entries = alphabet->n_entries; in alphabetLookup() local
376 const uint32_t* end = begin + n_entries; in alphabetLookup()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub.c59 gint16 n_entries; in gst_dvd_spu_parse_chg_colcon() local
72 n_entries = 0; in gst_dvd_spu_parse_chg_colcon()
90 n_entries++; in gst_dvd_spu_parse_chg_colcon()
93 state->vobsub.n_line_ctrl_i = n_entries; in gst_dvd_spu_parse_chg_colcon()
94 state->vobsub.line_ctrl_i = g_new (SpuVobsubLineCtrlI, n_entries); in gst_dvd_spu_parse_chg_colcon()
97 for (i = 0; i < n_entries; i++) { in gst_dvd_spu_parse_chg_colcon()
Dgstspu-pgs.c471 gint n_entries, i; in parse_set_palette() local
479 n_entries = (len - 2) / PGS_PALETTE_ENTRY_SIZE; in parse_set_palette()
482 palette_id, palette_version, n_entries); in parse_set_palette()
485 for (i = 0; i < n_entries; i++) { in parse_set_palette()
509 if (n_entries > 0 && (i % 2)) in parse_set_palette()
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h50 stages[s].n_entries * stages[s].size) * alloc_delta, in DrawAllocation()
73 stages[s].start + stages[s].n_entries * stages[s].size); in DrawAllocation()
Daubinator_viewer.h51 uint32_t n_entries; member
Daubinator_viewer_decoder.cpp772 ctx->urb_stages[ctx->stage].n_entries = iter.raw_value; in handle_urb()
777 ctx->urb_stages[ctx->stage].n_entries * in handle_urb()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp8313 void prepareDimensions(size_t n_entries, std::vector<size_t>& dimensions) in prepareDimensions() argument
8323 const size_t denom = findSmallestDenominator(n_entries); in prepareDimensions()
8325 n_entries /= denom; in prepareDimensions()
8330 dimensions[last] = n_entries; in prepareDimensions()
8585 glw::GLuint n_entries = in test_shader_compilation() local
8596 n_entries = (glw::GLuint)std::min((glw::GLint)n_entries, (max_uniform_locations - 1)); in test_shader_compilation()
8600 execute(tested_shader_type, last_binding, offset, n_entries); in test_shader_compilation()
8615 glw::GLuint offset, glw::GLuint n_entries) in execute() argument
8636 prepareDimensions<API>(n_entries, dimensions); in execute()
8689 sprintf(max, "%u", (unsigned int)(n_entries)); in execute()
[all …]
Des31cArrayOfArraysTests.hpp2254 glw::GLuint n_entries);
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c694 stsd->n_entries = 0; in atom_stsd_init()
730 stsd->n_entries = 0; in atom_stsd_remove_entries()
2505 prop_copy_uint32 (stsd->n_entries, buffer, size, offset); in atom_stsd_copy_data()
3333 stbl->stsd.n_entries); in atom_stbl_add_samples()
4029 stsd->n_entries++; in atom_trak_add_audio_entry()
4082 stsd->n_entries++; in atom_trak_add_timecode_entry()
4104 stsd->n_entries++; in atom_trak_add_video_entry()
4120 stsd->n_entries++; in atom_trak_add_subtitle_entry()
4294 stsd->n_entries++; in atom_trak_set_caption_type()
4476 if (trak->mdia.minf.stbl.stsd.n_entries < 1) { in atom_trak_set_video_type()
Datoms.h509 guint n_entries; member
Dgstqtmux.c4137 qpad->sample_offset - nsamples, stbl->stsd.n_entries); in gst_qt_mux_stop_file()
4146 qpad->sample_offset, stbl->stsd.n_entries); in gst_qt_mux_stop_file()
Dqtdemux.c6304 guint n_entries = stream->n_ra_entries; in gst_qtdemux_stream_seek_fragment() local
6308 for (i = 0; i < n_entries; ++i) { in gst_qtdemux_stream_seek_fragment()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp544 glw::GLuint n_entries = static_cast<glw::GLuint>(size / sizeof(glw::GLint)); in verifyResults() local
546 for (glw::GLuint i = 0; i < n_entries; ++i) in verifyResults()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.c1391 int n_entries, u8 accept_acl) in hostapd_set_acl_list() argument
1397 (n_entries * sizeof(acl_params->mac_acl[0]))); in hostapd_set_acl_list()
1401 for (i = 0; i < n_entries; i++) in hostapd_set_acl_list()
1406 acl_params->num_mac_acl = n_entries; in hostapd_set_acl_list()
/third_party/pulseaudio/src/modules/
Dmodule-stream-restore.c567 unsigned n_entries; in handle_get_all() local
574 entries = get_entries(u, &n_entries); in handle_get_all()
582 …perty_handlers[PROPERTY_HANDLER_ENTRIES].property_name, DBUS_TYPE_OBJECT_PATH, entries, n_entries); in handle_get_all()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.c1436 int n_entries, u8 accept_acl) in hostapd_set_acl_list() argument
1442 (n_entries * sizeof(acl_params->mac_acl[0]))); in hostapd_set_acl_list()
1446 for (i = 0; i < n_entries; i++) in hostapd_set_acl_list()
1451 acl_params->num_mac_acl = n_entries; in hostapd_set_acl_list()
/third_party/libdrm/intel/tests/
Dgm45-3d.batch-ref.txt41 0x123000a0: 0x00000024: entry_size: 2 [192 bytes], n_entries: 4
Dgen4-3d.batch-ref.txt40 0x1230009c: 0x00000024: entry_size: 2 [192 bytes], n_entries: 4
Dgen5-3d.batch-ref.txt44 0x123000ac: 0x00000024: entry_size: 2 [192 bytes], n_entries: 4
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h14560 unsigned int n_entries; member
36136 size_t n_entries; member