/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_replace_constant_with_uniform.cpp | 52 // The other input operands are the ids of the constants used to index into in MakeAccessChainInstruction() 60 for (auto index : message_.uniform_descriptor().index()) { in MakeAccessChainInstruction() 61 opt::analysis::IntConstant int_constant(registered_int_type, {index}); in MakeAccessChainInstruction() 207 // In order to index into the uniform, the module has got to contain the int32 in IsApplicable() 216 for (auto index : message_.uniform_descriptor().index()) { in IsApplicable() 217 opt::analysis::IntConstant int_constant(registered_int_type, {index}); in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | construct.cpp | 154 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() local 155 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() 165 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() local 166 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() 196 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() local 197 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-cached-powers.cpp | 161 int index = in GetCachedPowerForBinaryExponentRange() local 163 DOUBLE_CONVERSION_ASSERT(0 <= index && index < static_cast<int>(DOUBLE_CONVERSION_ARRAY_SIZE(kCachedPowers))); in GetCachedPowerForBinaryExponentRange() 164 CachedPower cached_power = kCachedPowers[index]; in GetCachedPowerForBinaryExponentRange() 178 int index = in GetCachedPowerForDecimalExponent() 180 CachedPower cached_power = kCachedPowers[index]; in GetCachedPowerForDecimalExponent()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | PipelineGL.cpp | 196 GLuint index) const { in GetTextureUnitsForSampler() 197 ASSERT(index < mUnitsForSamplers.size()); in GetTextureUnitsForSampler() 198 return mUnitsForSamplers[index]; in GetTextureUnitsForSampler() 201 const std::vector<GLuint>& PipelineGL::GetTextureUnitsForTextureView(GLuint index) const { 202 ASSERT(index < mUnitsForTextures.size()); 203 return mUnitsForTextures[index];
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-post-table.hh | 239 unsigned int index = glyphNameIndex->arrayZ[glyph]; in find_glyph_name() local 240 if (index < format1_names_length) in find_glyph_name() 241 return format1_names (index); in find_glyph_name() 242 index -= format1_names_length; in find_glyph_name() 244 if (index >= index_to_offset.length) in find_glyph_name() 246 unsigned int offset = index_to_offset[index]; in find_glyph_name()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
H A D | loca_table.cc | 54 int32_t LocaTable::Loca(int32_t index) { in Loca() argument 55 if (index > num_glyphs_) { in Loca() 62 return 2 * data_->ReadUShort(index * DataSize::kUSHORT); in Loca() 64 return data_->ReadULongAsInt(index * DataSize::kULONG); in Loca() 160 int32_t LocaTable::Builder::Loca(int32_t index) { in Loca() argument 161 return GetLocaList()->at(index); in Loca()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinystr.h | 147 const char& at (size_type index) const in at() 149 assert( index < length() ); in at() 150 return rep_->str[ index ]; in at() 154 char& operator [] (size_type index) const 156 assert( index < length() ); 157 return rep_->str[ index ];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 139 uint8_t index = 0; in findPrefetchInfo() 140 Name.consumeInteger(10, index); in findPrefetchInfo() 142 if (index >= Prefetches.size()) in findPrefetchInfo() 143 Prefetches.resize(index + 1); in findPrefetchInfo() 144 Prefetches[index] = {IID, D}; in findPrefetchInfo() 145 max_index = std::max(max_index, static_cast<int16_t>(index)); in findPrefetchInfo()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | localeprioritylist.cpp | 39 int32_t index; // force stable sort member 44 return index - other.index; in compare() 191 int32_t index = uhash_getiAndFound(map, &locale, &found); in add() local 194 LocaleAndWeight &lw = list->array[index]; in add() 226 lw.index = listLength++; in add() 234 // The comparator forces a stable sort via the item index. in sort()
|
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
H A D | when-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js | 2 //// [/user/username/projects/myProject/pkg1/dist/index.d.ts]
21 {"name":"@raymondfeng/pkg1","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"}
23 //// [/user/username/projects/myproject/pkg2/dist/index.d.ts]
30 {"name":"@raymondfeng/pkg2","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"}
32 //// [/user/username/projects/myproject/pkg3/src/index.ts]
68 Imported via './types' from file 'pkg1/dist/index.d.ts' 69 pkg1/dist/index.d.ts 70 Imported via '@raymondfeng/pkg1' from file 'pkg2/dist/types.d.ts' with packageId '@raymondfeng/pkg1/dist/index [all...] |
H A D | when-pkg-references-sibling-package-through-indirect-symlink.js | 2 //// [/user/username/projects/myproject/pkg1/dist/index.d.ts]
21 {"name":"@raymondfeng/pkg1","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"}
23 //// [/user/username/projects/myproject/pkg2/dist/index.d.ts]
30 {"name":"@raymondfeng/pkg2","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"}
32 //// [/user/username/projects/myproject/pkg3/src/index.ts]
68 Imported via './types' from file 'pkg1/dist/index.d.ts' 69 pkg1/dist/index.d.ts 70 Imported via '@raymondfeng/pkg1' from file 'pkg2/dist/types.d.ts' with packageId '@raymondfeng/pkg1/dist/index [all...] |
/third_party/spirv-tools/source/val/ |
H A D | construct.cpp | 138 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() local 139 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() 149 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() local 150 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() 183 auto index = terminator - &_.ordered_instructions()[0]; in IsStructuredExit() local 184 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 880 int *index) in ocfs2_find_refcount_rec_in_rl() 915 *index = i; in ocfs2_find_refcount_rec_in_rl() 956 * el->l_recs[index].e_blkno. 962 int index, u32 *cpos_end) in ocfs2_get_refcount_cpos_end() 972 if (index < le16_to_cpu(el->l_next_free_rec) - 1) { in ocfs2_get_refcount_cpos_end() 974 * We have a extent rec after index, so just use the e_cpos in ocfs2_get_refcount_cpos_end() 977 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end() 1005 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end() 1062 int *index, in ocfs2_get_refcount_rec() 1077 ret_rec, index); in ocfs2_get_refcount_rec() 876 ocfs2_find_refcount_rec_in_rl(struct ocfs2_caching_info *ci, struct buffer_head *ref_leaf_bh, u64 cpos, unsigned int len, struct ocfs2_refcount_rec *ret_rec, int *index) ocfs2_find_refcount_rec_in_rl() argument 958 ocfs2_get_refcount_cpos_end(struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct ocfs2_extent_block *eb, struct ocfs2_extent_list *el, int index, u32 *cpos_end) ocfs2_get_refcount_cpos_end() argument 1058 ocfs2_get_refcount_rec(struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 cpos, unsigned int len, struct ocfs2_refcount_rec *ret_rec, int *index, struct buffer_head **ret_bh) ocfs2_get_refcount_rec() argument 1150 ocfs2_refcount_rec_adjacent(struct ocfs2_refcount_block *rb, int index) ocfs2_refcount_rec_adjacent() argument 1164 ocfs2_refcount_rec_contig(struct ocfs2_refcount_block *rb, int index) ocfs2_refcount_rec_contig() argument 1188 ocfs2_rotate_refcount_rec_left(struct ocfs2_refcount_block *rb, int index) ocfs2_rotate_refcount_rec_left() argument 1211 ocfs2_refcount_rec_merge(struct ocfs2_refcount_block *rb, int index) ocfs2_refcount_rec_merge() argument 1235 ocfs2_change_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_leaf_bh, int index, int merge, int change) ocfs2_change_refcount_rec() argument 1736 ocfs2_insert_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *rec, int index, int merge, struct ocfs2_alloc_context *meta_ac) ocfs2_insert_refcount_rec() argument 1824 ocfs2_split_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *split_rec, int index, int merge, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) ocfs2_split_refcount_rec() argument 1987 int ret = 0, index; __ocfs2_increase_refcount() local 2166 ocfs2_decrease_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, int index, u64 cpos, unsigned int len, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) ocfs2_decrease_refcount_rec() argument 2230 int ret = 0, index = 0; __ocfs2_decrease_refcount() local 2378 int ret = 0, index, ref_blocks = 0, recs_add = 0; ocfs2_calc_refcount_meta_credits() local 2420 le32_to_cpu(rec.r_refcount), index); ocfs2_calc_refcount_meta_credits() local 3062 int ret, index; ocfs2_clear_ext_refcount() local 3209 int ret, delete, index, credits = 0; ocfs2_make_clusters_writable() local 3543 int ret = 0, index, ref_blocks = 0; ocfs2_refcounted_xattr_delete_need() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 878 int *index) in ocfs2_find_refcount_rec_in_rl() 913 *index = i; in ocfs2_find_refcount_rec_in_rl() 954 * el->l_recs[index].e_blkno. 960 int index, u32 *cpos_end) in ocfs2_get_refcount_cpos_end() 970 if (index < le16_to_cpu(el->l_next_free_rec) - 1) { in ocfs2_get_refcount_cpos_end() 972 * We have a extent rec after index, so just use the e_cpos in ocfs2_get_refcount_cpos_end() 975 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end() 1003 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end() 1060 int *index, in ocfs2_get_refcount_rec() 1075 ret_rec, index); in ocfs2_get_refcount_rec() 874 ocfs2_find_refcount_rec_in_rl(struct ocfs2_caching_info *ci, struct buffer_head *ref_leaf_bh, u64 cpos, unsigned int len, struct ocfs2_refcount_rec *ret_rec, int *index) ocfs2_find_refcount_rec_in_rl() argument 956 ocfs2_get_refcount_cpos_end(struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct ocfs2_extent_block *eb, struct ocfs2_extent_list *el, int index, u32 *cpos_end) ocfs2_get_refcount_cpos_end() argument 1056 ocfs2_get_refcount_rec(struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, u64 cpos, unsigned int len, struct ocfs2_refcount_rec *ret_rec, int *index, struct buffer_head **ret_bh) ocfs2_get_refcount_rec() argument 1148 ocfs2_refcount_rec_adjacent(struct ocfs2_refcount_block *rb, int index) ocfs2_refcount_rec_adjacent() argument 1162 ocfs2_refcount_rec_contig(struct ocfs2_refcount_block *rb, int index) ocfs2_refcount_rec_contig() argument 1186 ocfs2_rotate_refcount_rec_left(struct ocfs2_refcount_block *rb, int index) ocfs2_rotate_refcount_rec_left() argument 1209 ocfs2_refcount_rec_merge(struct ocfs2_refcount_block *rb, int index) ocfs2_refcount_rec_merge() argument 1233 ocfs2_change_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_leaf_bh, int index, int merge, int change) ocfs2_change_refcount_rec() argument 1734 ocfs2_insert_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *rec, int index, int merge, struct ocfs2_alloc_context *meta_ac) ocfs2_insert_refcount_rec() argument 1822 ocfs2_split_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *split_rec, int index, int merge, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) ocfs2_split_refcount_rec() argument 1985 int ret = 0, index; __ocfs2_increase_refcount() local 2164 ocfs2_decrease_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, int index, u64 cpos, unsigned int len, struct ocfs2_alloc_context *meta_ac, struct ocfs2_cached_dealloc_ctxt *dealloc) ocfs2_decrease_refcount_rec() argument 2228 int ret = 0, index = 0; __ocfs2_decrease_refcount() local 2376 int ret = 0, index, ref_blocks = 0, recs_add = 0; ocfs2_calc_refcount_meta_credits() local 2418 le32_to_cpu(rec.r_refcount), index); ocfs2_calc_refcount_meta_credits() local 3063 int ret, index; ocfs2_clear_ext_refcount() local 3180 int ret, delete, index, credits = 0; ocfs2_make_clusters_writable() local 3514 int ret = 0, index, ref_blocks = 0; ocfs2_refcounted_xattr_delete_need() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SamplerCore.cpp | 509 Int index = Min(As<UInt>(As<Int>(Extract(lod, i)) + baseLevel), MIPMAP_LEVELS - 1); in textureSize() local 510 Pointer<Byte> mipmap = texture + OFFSET(Texture, mipmap) + index * sizeof(Mipmap); in textureSize() 1656 void SamplerCore::computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &offset, const Pointer<Byte> &mipmap, SamplerFunction function) in computeIndices() argument 1700 index[0] = Extract(As<Int4>(uv), 0); in computeIndices() 1701 index[1] = Extract(As<Int4>(uv), 1); in computeIndices() 1702 index[2] = Extract(As<Int4>(uv), 2); in computeIndices() 1703 index[3] = Extract(As<Int4>(uv), 3); in computeIndices() 1707 index[0] = Extract(As<Int2>(uuuu), 0); in computeIndices() 1708 index[1] = Extract(As<Int2>(uuuu), 1); in computeIndices() 1709 index[ in computeIndices() 1730 computeIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<Byte> &mipmap, SamplerFunction function) computeIndices() argument 1745 sampleTexel(UInt index[4], Pointer<Byte> buffer[4]) sampleTexel() argument 2010 UInt index[4]; sampleTexel() local 2119 UInt index[4]; sampleTexel() local [all...] |
/kernel/linux/linux-5.10/drivers/block/ |
H A D | virtio_blk.c | 66 /* Ida index - used to track minor number allocations. */ 67 int index; member 178 int qid = vq->index; in virtblk_done() 338 ida_simple_remove(&vd_index_ida, vblk->index); in virtblk_put() 406 static int index_to_minor(int index) in index_to_minor() argument 408 return index << PART_BITS; in index_to_minor() 552 static int virtblk_name_format(char *prefix, int index, char *buf, int buflen) in virtblk_name_format() argument 566 *--p = 'a' + (index % unit); in virtblk_name_format() 567 index = (index / uni in virtblk_name_format() 704 int err, index; virtblk_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | bpmp.c | 83 int index; in tegra_bpmp_channel_get_thread_index() local 87 index = channel - channel->bpmp->threaded_channels; in tegra_bpmp_channel_get_thread_index() 88 if (index < 0 || index >= count) in tegra_bpmp_channel_get_thread_index() 91 return index; in tegra_bpmp_channel_get_thread_index() 221 int index; in tegra_bpmp_channel_read() local 223 index = tegra_bpmp_channel_get_thread_index(channel); in tegra_bpmp_channel_read() 224 if (index < 0) { in tegra_bpmp_channel_read() 225 err = index; in tegra_bpmp_channel_read() 231 clear_bit(index, bpm in tegra_bpmp_channel_read() 261 unsigned int index; tegra_bpmp_write_threaded() local [all...] |
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-fwnode.c | 966 unsigned int index; in v4l2_fwnode_reference_parse() local 969 for (index = 0; in v4l2_fwnode_reference_parse() 972 index, &args)); in v4l2_fwnode_reference_parse() 973 index++) in v4l2_fwnode_reference_parse() 976 if (!index) in v4l2_fwnode_reference_parse() 986 for (index = 0; in v4l2_fwnode_reference_parse() 988 0, index, &args); in v4l2_fwnode_reference_parse() 989 index++) { in v4l2_fwnode_reference_parse() 1014 * @index: the index o 1168 v4l2_fwnode_reference_get_int_prop(struct fwnode_handle *fwnode, const char *prop, unsigned int index, const char * const *props, unsigned int nprops) v4l2_fwnode_reference_get_int_prop() argument 1259 unsigned int index; v4l2_fwnode_reference_parse_int_props() local [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/xrs700x/ |
H A D | xrs700x.c | 577 if (dp->index != port) { in xrs700x_hsr_join() 589 regmap_fields_write(priv->ps_forward, partner->index, in xrs700x_hsr_join() 593 regmap_write(priv->regmap, XRS_HSR_CFG(partner->index), in xrs700x_hsr_join() 603 val &= ~BIT(partner->index); in xrs700x_hsr_join() 608 regmap_write(priv->regmap, XRS_PORT_FWD_MASK(partner->index), val); in xrs700x_hsr_join() 611 regmap_fields_write(priv->ps_forward, partner->index, in xrs700x_hsr_join() 620 ret = xrs700x_port_add_hsrsup_ipf(ds, partner->index, fwd ? port : -1); in xrs700x_hsr_join() 624 ret = xrs700x_port_add_hsrsup_ipf(ds, port, fwd ? partner->index : -1); in xrs700x_hsr_join() 629 XRS_ETH_ADDR_CFG(partner->index, 1), 1, 1); in xrs700x_hsr_join() 633 hsr_pair[1] = partner->index; in xrs700x_hsr_join() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
H A D | mal.c | 48 mal->index); in mal_register_commac() 92 mal->index, size, channel); in mal_set_rcbs() 245 mal->index, esr); in mal_serr() 255 mal->index, esr); in mal_serr() 324 mal->index, deir); in mal_txde() 473 printk(KERN_ERR "mal%d: reset timeout\n", mal->index); in mal_reset() 489 hdr->index = mal->index; in mal_dump_regs() 520 int index = mal_count++; in mal_probe() local 531 mal->index in mal_probe() [all...] |
/kernel/linux/linux-6.6/drivers/firmware/tegra/ |
H A D | bpmp.c | 82 int index; in tegra_bpmp_channel_get_thread_index() local 86 index = channel - channel->bpmp->threaded_channels; in tegra_bpmp_channel_get_thread_index() 87 if (index < 0 || index >= count) in tegra_bpmp_channel_get_thread_index() 90 return index; in tegra_bpmp_channel_get_thread_index() 220 int index; in tegra_bpmp_channel_read() local 222 index = tegra_bpmp_channel_get_thread_index(channel); in tegra_bpmp_channel_read() 223 if (index < 0) { in tegra_bpmp_channel_read() 224 err = index; in tegra_bpmp_channel_read() 230 clear_bit(index, bpm in tegra_bpmp_channel_read() 260 unsigned int index; tegra_bpmp_write_threaded() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | avic.c | 263 unsigned int index) in avic_get_physical_id_entry() 268 if ((!x2avic_enabled && index > AVIC_MAX_PHYSICAL_ID) || in avic_get_physical_id_entry() 269 (index > X2AVIC_MAX_PHYSICAL_ID)) in avic_get_physical_id_entry() 274 return &avic_physical_id_table[index]; in avic_get_physical_id_entry() 398 u32 icrl, u32 icrh, u32 index) in avic_kick_target_vcpus_fast() 420 if (WARN_ON_ONCE(dest != index)) in avic_kick_target_vcpus_fast() 466 u32 icrl, u32 icrh, u32 index) in avic_kick_target_vcpus() 472 if (!avic_kick_target_vcpus_fast(kvm, source, icrl, icrh, index)) in avic_kick_target_vcpus() 475 trace_kvm_avic_kick_vcpu_slowpath(icrh, icrl, index); in avic_kick_target_vcpus() 496 u32 index in avic_incomplete_ipi_interception() local 262 avic_get_physical_id_entry(struct kvm_vcpu *vcpu, unsigned int index) avic_get_physical_id_entry() argument 397 avic_kick_target_vcpus_fast(struct kvm *kvm, struct kvm_lapic *source, u32 icrl, u32 icrh, u32 index) avic_kick_target_vcpus_fast() argument 465 avic_kick_target_vcpus(struct kvm *kvm, struct kvm_lapic *source, u32 icrl, u32 icrh, u32 index) avic_kick_target_vcpus() argument 553 u32 cluster, index; avic_get_logical_id_entry() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | truemotion1.c | 446 /* no change bits specified for a keyframe; only index bytes */ in truemotion1_decode_header() 533 index = s->index_stream[index_stream_index++] * 4; \ 538 if (index >= 1023) { \ 539 av_log(s->avctx, AV_LOG_ERROR, "Invalid index value.\n"); \ 542 index++; \ 546 predictor_pair = s->c_predictor_table[index]; \ 550 if (!index) { \ 552 predictor_pair = s->c_predictor_table[index]; \ 563 predictor_pair = s->c_predictor_table[index]; \ 567 if (!index) { \ 637 int index; truemotion1_decode_16bit() local 764 int index; truemotion1_decode_24bit() local [all...] |
/third_party/backends/backend/ |
H A D | sm3840_lib.c | 96 int request, int value, int index, in my_usb_control_msg() 104 (SANE_Int) index, (SANE_Int) size, in my_usb_control_msg() 226 int index, unsigned char byte) in write_vctl() 228 return usb_control_msg (udev, 0x40, request, value, index, in write_vctl() 234 int index, unsigned char *byte) in read_vctl() 236 return usb_control_msg (udev, 0xc0, request, value, index, in read_vctl() 685 unsigned short *storage, int index, int dpi, in calc_lightmap() 699 val += 1 * buff[i * 3 + index - 3 * 2]; in calc_lightmap() 700 val += 3 * buff[i * 3 + index - 3 * 1]; in calc_lightmap() 701 val += 5 * buff[i * 3 + index in calc_lightmap() 95 my_usb_control_msg(p_usb_dev_handle dev, int requesttype, int request, int value, int index, unsigned char *bytes, int size, int timeout) my_usb_control_msg() argument 225 write_vctl(p_usb_dev_handle udev, int request, int value, int index, unsigned char byte) write_vctl() argument 233 read_vctl(p_usb_dev_handle udev, int request, int value, int index, unsigned char *byte) read_vctl() argument 684 calc_lightmap(unsigned short *buff, unsigned short *storage, int index, int dpi, double gain, int offset) calc_lightmap() argument [all...] |
/third_party/mbedtls/library/ |
H A D | sha3.c | 294 ctx->index = 0; in mbedtls_sha3_starts() 307 // 8-byte align index in mbedtls_sha3_update() 308 int align_bytes = 8 - (ctx->index % 8); in mbedtls_sha3_update() 311 ABSORB(ctx, ctx->index, *input++); in mbedtls_sha3_update() 313 ctx->index++; in mbedtls_sha3_update() 315 if ((ctx->index = ctx->index % ctx->max_block_size) == 0) { in mbedtls_sha3_update() 322 ABSORB(ctx, ctx->index, MBEDTLS_GET_UINT64_LE(input, 0)); in mbedtls_sha3_update() 325 if ((ctx->index = (ctx->index in mbedtls_sha3_update() [all...] |