/third_party/pulseaudio/src/pulsecore/ |
D | dynarray.c | 34 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 …]
|
D | hashmap.c | 51 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()
|
D | idxset.c | 53 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/ |
D | Hyphenator.cpp | 54 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/ |
D | Hyphenator.cpp | 54 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/ |
D | gstspu-vobsub.c | 59 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()
|
D | gstspu-pgs.c | 471 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/ |
D | aubinator_viewer_urb.h | 50 stages[s].n_entries * stages[s].size) * alloc_delta, in DrawAllocation() 73 stages[s].start + stages[s].n_entries * stages[s].size); in DrawAllocation()
|
D | aubinator_viewer.h | 51 uint32_t n_entries; member
|
D | aubinator_viewer_decoder.cpp | 772 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/ |
D | es31cArrayOfArraysTests.cpp | 8313 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 …]
|
D | es31cArrayOfArraysTests.hpp | 2254 glw::GLuint n_entries);
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 694 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()
|
D | atoms.h | 509 guint n_entries; member
|
D | gstqtmux.c | 4137 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()
|
D | qtdemux.c | 6304 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/ |
D | esextcTextureBufferOperations.cpp | 544 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/ |
D | hostapd.c | 1391 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/ |
D | module-stream-restore.c | 567 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/ |
D | hostapd.c | 1436 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/ |
D | gm45-3d.batch-ref.txt | 41 0x123000a0: 0x00000024: entry_size: 2 [192 bytes], n_entries: 4
|
D | gen4-3d.batch-ref.txt | 40 0x1230009c: 0x00000024: entry_size: 2 [192 bytes], n_entries: 4
|
D | gen5-3d.batch-ref.txt | 44 0x123000ac: 0x00000024: entry_size: 2 [192 bytes], n_entries: 4
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 14560 unsigned int n_entries; member 36136 size_t n_entries; member
|