Home
last modified time | relevance | path

Searched refs:entries (Results 626 - 650 of 787) sorted by relevance

1...<<21222324252627282930>>...32

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp317 // entries. in Put()
325 // Two byte entries. in Put()
334 uint32 entries = (Size () >> 1); in Put() local
336 for (uint32 j = 0; j < entries; j++) in Put()
347 // Four byte entries. in Put()
360 uint32 entries = (Size () >> 2); in Put() local
362 for (uint32 j = 0; j < entries; j++) in Put()
373 // Eight byte entries. in Put()
380 uint32 entries = (Size () >> 3); in Put() local
382 for (uint32 j = 0; j < entries; in Put()
6009 uint32 entries = rangeInfo->fLinearizationTable->LogicalSize () >> 1; WriteDNG() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dalsdec.c1242 int entries = 0; in read_channel_data() local
1244 while (entries < channels && !(current->stop_flag = get_bits1(gb))) { in read_channel_data()
1269 entries++; in read_channel_data()
1272 if (entries == channels) { in read_channel_data()
H A Dtiff.c118 if (s->tiff_type < tiff_type) // Prioritize higher-valued entries in tiff_set_type()
1769 int i, j, entries, stride; in decode_frame() local
1814 entries = ff_tget_short(&s->gb, le); in decode_frame()
1815 if (bytestream2_get_bytes_left(&s->gb) < entries * 12) in decode_frame()
1817 for (i = 0; i < entries; i++) { in decode_frame()
H A Dvorbisenc.c165 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/mesa3d/src/compiler/nir/
H A Dnir.c922 exec_list_make_empty(&instr->entries); in nir_parallel_copy_instr_create()
2118 ralloc_array(mem_ctx, nir_block *, block->predecessors->entries); in nir_block_get_predecessors_sorted()
2123 assert(i == block->predecessors->entries); in nir_block_get_predecessors_sorted()
2125 qsort(preds, block->predecessors->entries, sizeof(nir_block *), in nir_block_get_predecessors_sorted()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc683 // order of the _has_bits_ entries and we want GDB's pretty printers to be in GenerateFieldAccessorDeclarations()
1684 "$tablename$::entries + $1$,\n" in GenerateParseTable()
2414 size_t entries = offsets; in GenerateOffsets() local
2443 entries += 2; in GenerateOffsets()
2448 entries += has_bit_indices_.size(); in GenerateOffsets()
2456 return std::make_pair(entries, offsets); in GenerateOffsets()
/third_party/curl/lib/vtls/
H A Dgtls.c715 alpn[i].data = (unsigned char *)connssl->alpn->entries[i]; in gtls_connect_step1()
716 alpn[i].size = (unsigned)strlen(connssl->alpn->entries[i]); in gtls_connect_step1()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h1696 struct v3dv_descriptor_pool_entry entries[0]; member
1881 /* Number of entries in this template */
1885 struct v3dv_descriptor_template_entry entries[0]; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.h179 uint32_t maximum, Handle<FixedArray>* entries,
239 Handle<FixedArray> entries, int entry_index,
469 // Copies table entries. Returns {false} if the ranges are out-of-bounds.
477 // Copy table entries from an element segment. Returns {false} if the ranges
/third_party/node/src/
H A Dnode_http2.h1027 nghttp2_settings_entry* entries);
1032 const nghttp2_settings_entry* entries);
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js589 *entries() {
599 * Inverse order version of {@link LRUCache.entries}
671 * {@link LRUCache.entries}
674 return this.entries();
731 * Delete any stale entries. Returns true if anything was removed,
805 * Reset the cache and load in the items in entries in the order listed.
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js586 *entries() {
596 * Inverse order version of {@link LRUCache.entries}
668 * {@link LRUCache.entries}
671 return this.entries();
728 * Delete any stale entries. Returns true if anything was removed,
802 * Reset the cache and load in the items in entries in the order listed.
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp909 const vk::VkSpecializationMapEntry entries[9] = in iterate() local
925 entries, // pMapEntries in iterate()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-morx-table.hh345 const Entry<EntryData> *entries = machine.get_entries (); in sanitize() local
348 const EntryData &data = entries[i].data; in sanitize()
1086 HBUINT featureCount; /* Number of feature subtable entries. */
/third_party/alsa-lib/src/control/
H A Dcontrol.c1735 * \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 Danv_descriptor_set.c461 /* 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 Ddebug-wasm-objects.cc1090 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 Dpngwutil.c1208 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 Dpngrutil.c976 /* 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 DBindGroupTests.cpp1171 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 Dcord_ring_test.cc136 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 Dradv_shader.c1488 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 Dheap-snapshot-generator.cc250 // 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()
/third_party/alsa-lib/include/
H A Dcontrol.h443 int snd_ctl_elem_list_alloc_space(snd_ctl_elem_list_t *obj, unsigned int entries);
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h1118 struct drm_amdgpu_info_vce_clock_table_entry entries[AMDGPU_VCE_CLOCK_TABLE_ENTRIES]; member

Completed in 67 milliseconds

1...<<21222324252627282930>>...32