/third_party/ffmpeg/libavcodec/ |
H A D | vorbisenc.c | 165 static int cb_lookup_vals(int lookup, int dimensions, int entries) in cb_lookup_vals() argument 168 return ff_vorbis_nth_root(entries, dimensions); in cb_lookup_vals() 170 return dimensions *entries; in cb_lookup_vals()
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 1735 * \param entries How many entries to allocate. See 1740 int snd_ctl_elem_list_alloc_space(snd_ctl_elem_list_t *obj, unsigned int entries) in snd_ctl_elem_list_alloc_space() argument 1743 obj->pids = calloc(entries, sizeof(*obj->pids)); in snd_ctl_elem_list_alloc_space() 1748 obj->space = entries; in snd_ctl_elem_list_alloc_space() 2433 * \brief Get number of used entries in CTL element identifiers list 2435 * This function returns how many entries are actually filled with 2441 * \return number of used entries 2452 * This function returns how many entries were allocated using 2746 * \return value entries coun [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_descriptor_set.c | 461 /* Initialize all binding_layout entries to -1 */ in anv_CreateDescriptorSetLayout() 1315 * set objects from this command, set all entries of the in anv_AllocateDescriptorSets() 1909 &template->entries[i]; in anv_descriptor_set_write_template() 1998 pCreateInfo->descriptorUpdateEntryCount * sizeof(template->entries[0]); in anv_CreateDescriptorUpdateTemplate() 2014 template->entries[i] = (struct anv_descriptor_template_entry) { in anv_CreateDescriptorUpdateTemplate()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 1090 Handle<FixedArray> entries = isolate->factory()->NewFixedArray(length); in AddWasmTableObjectInternalProperties() local 1097 entries->set(i, *entry); in AddWasmTableObjectInternalProperties() 1100 entries, i::PACKED_ELEMENTS, length); in AddWasmTableObjectInternalProperties()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwutil.c | 1208 for (ep = spalette->entries; ep<spalette->entries + spalette->nentries; ep++) in png_write_sPLT() 1231 ep=spalette->entries; in png_write_sPLT() 1511 png_warning(png_ptr, "Invalid number of histogram entries specified"); in png_write_hIST()
|
H A D | pngrutil.c | 976 /* If the palette has 256 or fewer entries but is too large for the bit in png_handle_PLTE() 978 * libpng versions. We silently truncate the unused extra palette entries in png_handle_PLTE() 1747 new_palette.entries = (png_sPLT_entryp)png_malloc_warn(png_ptr, in png_handle_sPLT() 1750 if (new_palette.entries == NULL) in png_handle_sPLT() 1759 pp = new_palette.entries + i; in png_handle_sPLT() 1780 pp = new_palette.entries; in png_handle_sPLT() 1810 png_free(png_ptr, new_palette.entries); in png_handle_sPLT() 3372 /* display_mask has only three entries for the odd passes, so index by in png_combine_row()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | BindGroupTests.cpp | 1171 descriptor.entries = &entry; in TEST_P() 1204 descriptor.entries = &entry; in TEST_P() 1556 bgDesc.entries = bgEntries.data(); in TEST_P()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_ring_test.cc | 136 flats.reserve(r->entries()); in ToFlats() 177 flats.reserve(r->entries()); in ToRawFlats() 634 EXPECT_THAT(result->entries(), Eq(1)); in TEST_P()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 1488 list_inithead(&arena->entries); in radv_alloc_shader_memory() 1498 list_addtail(&alloc->list, &arena->entries); in radv_alloc_shader_memory() 1510 list_addtail(&hole->list, &arena->entries); in radv_alloc_shader_memory() 1533 if (head == &arena->entries) in get_hole() 2577 list_for_each_entry(union radv_shader_arena_block, block, &arena->entries, list)
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 250 // One of these entries doesn't correspond to a real heap object. in VerifyReference() 465 for (HeapEntry& entry : entries()) { in FillChildren() 623 PrintF("Begin HeapObjectsMap::UpdateHeapObjectsMap. map has %d entries.\n", in UpdateHeapObjectsMap() 642 PrintF("End HeapObjectsMap::UpdateHeapObjectsMap. map has %d entries.\n", in UpdateHeapObjectsMap() 2876 const std::deque<HeapEntry>& entries = snapshot_->entries(); in SerializeNodes() local 2877 for (const HeapEntry& entry : entries) { in SerializeNodes() 2964 writer_->AddNumber(static_cast<unsigned>(snapshot_->entries().size())); in SerializeSnapshot()
|
H A D | profile-generator.h | 316 bool GetLineTicks(v8::CpuProfileNode::LineTick* entries,
|
/third_party/alsa-lib/include/ |
H A D | control.h | 443 int snd_ctl_elem_list_alloc_space(snd_ctl_elem_list_t *obj, unsigned int entries);
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | amdgpu_drm.h | 1118 struct drm_amdgpu_info_vce_clock_table_entry entries[AMDGPU_VCE_CLOCK_TABLE_ENTRIES]; member
|
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 318 * is superior to the number of entries in *prog_array_map*), or 2922 * branch entries. If this flag is set, *buf* may be NULL. 4122 * called. Therefore, the user need to filter branch entries 4128 * buffer *entries*. *size* is the size of *entries* in bytes. 4140 static long (*bpf_get_branch_snapshot)(void *entries, __u32 size, __u64 flags) = (void *) 176;
|
/third_party/libdrm/include/drm/ |
H A D | amdgpu_drm.h | 1109 struct drm_amdgpu_info_vce_clock_table_entry entries[AMDGPU_VCE_CLOCK_TABLE_ENTRIES]; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_autotune.c | 48 /* Dump history entries on autotuner finish, 65 /* We would delete old history entries */ 304 /* Create history entries here to minimize work and locking being in tu_autotune_on_submit() 350 mesa_logi("Total history entries: %u", at->ht->entries); in tu_autotune_on_submit() 352 /* Cleanup old entries from history table. The assumption in tu_autotune_on_submit()
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.h | 473 * This indicates the number of entries in the next two arrays. 862 * descriptor entries should be loaded. 1132 struct pvr_const_map_entry *entries; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.h | 253 std::vector<ConstantExpression> entries; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_context.c | 545 if (!screen->tsc.entries[0]) in nvc0_create()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.h | 680 unsigned entries[4]; member
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... .io.File dest
java.util.Enumeration entries
java.util.zip.ZipFile zipFile
private void ... |
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... .io.File dest
java.util.Enumeration entries
java.util.zip.ZipFile zipFile
private void ... |
/third_party/skia/platform_tools/android/apps/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... .io.File dest
java.util.Enumeration entries
java.util.zip.ZipFile zipFile
private void ... |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1466 return (upb_tabent*)t->entries; in mutable_entries() 1485 t->entries = upb_malloc(a, bytes); in init() 1486 if (!t->entries) return false; in init() 1489 t->entries = NULL; in init() 1500 while (1) { if (upb_tabent_isempty(--e)) return e; UPB_ASSERT(e > t->entries); } in emptyent() 1627 } while(upb_tabent_isempty(&t->entries[i])); in next() 1671 memset((char*)t->t.entries, 0, bytes); in upb_strtable_clear() 1677 upb_free(a, (void*)t->t.entries[i].key); in upb_strtable_uninit2() 1887 const upb_tabent *e = &t->t.entries[i]; in upb_inttable_insert2() 1982 /* We can halve again without losing any entries in upb_inttable_compact2() [all...] |
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
H A D | util.test.js | 6661 for (let entry of that.entries()) { 6686 for (let entry of that.entries()) { 6712 for (let entry of that.entries()) { 6739 for (let entry of that.entries()) { 6770 for (let entry of that.entries()) { 8609 let result = proc.isMapIterator(map.entries());
|