Home
last modified time | relevance | path

Searched refs:index (Results 15351 - 15375 of 24014) sorted by relevance

1...<<611612613614615616617618619620>>...961

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcparam.c329 #define SET_COMP(index, id, hsamp, vsamp, quant, dctbl, actbl) \ in jpeg_set_colorspace()
330 (compptr = &cinfo->comp_info[index], \ in jpeg_set_colorspace()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_modifiers.h88 * <code>startIndex</code> and <code>endIndex</code> by inserting characters before the start index and after the
89 * end index.
97 * The left index of the value within the string builder.
99 * The right index of the value within the string builder.
119 int32_t index, int32_t* outPrefixLength, int32_t* outSuffixLength,
221 static int32_t applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix affix,
/third_party/skia/src/sksl/dsl/
H A DDSLVar.cpp119 /*binding=*/-1, /*index=*/-1, /*set=*/-1, in DSLGlobalVar()
157 DSLPossibleExpression DSLVarBase::operator[](DSLExpression&& index) { in operator []() argument
158 return DSLExpression(*this, PositionInfo())[std::move(index)]; in operator []()
/third_party/skia/tests/
H A DRecordDrawTest.cpp173 int index = find_first_instances_of_type<SkRecords::DrawRect>(rerecord); in DEF_TEST() local
174 const SkRecords::DrawRect* drawRect = assert_type<SkRecords::DrawRect>(r, rerecord, index); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp127 static Argument &element(IO &io, ArrayRef<T> &seq, size_t index) { in element()
130 return const_cast<T &>(seq[index]); in element()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_unary_expression_test.cc37 ASSERT_TRUE(idx->index->Is<ast::SintLiteralExpression>()); in TEST_F()
38 ASSERT_EQ(idx->index->As<ast::SintLiteralExpression>()->value, 2); in TEST_F()
/third_party/skia/third_party/externals/tint/src/transform/
H A Drobustness.cc52 /// @param expr the array, vector or matrix index expression
86 // The row accessor would have been an embedded index accessor and already in Transform()
104 // Calculate the maximum possible index value (size-1u) in Transform()
117 Value idx; // index value in Transform()
119 auto* idx_sem = ctx.src->Sem().Get(expr->index); in Transform()
123 << "index must be u32 or i32, got " << idx_sem->Type()->type_name(); in Transform()
128 // Constant value index in Transform()
143 // Dynamic value index in Transform()
144 idx.expr = ctx.Clone(expr->index); in Transform()
148 // Clamp the index s in Transform()
[all...]
/third_party/skia/tools/
H A DToolUtils.h197 static TopoTestNode* Dependency(TopoTestNode* node, int index) { in Dependency() argument
198 return node->fDependencies[index]; in Dependency()
/third_party/skia/tools/viewer/
H A DSkSLSlide.cpp222 std::find_if(fShaders.begin(), fShaders.end(), [tgt = fChildren[c.index]](auto p) { in draw()
230 fChildren[c.index] = namedShader.second; in draw()
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp276 ubrk_getAvailable(int32_t index) in ubrk_getAvailable() argument
279 return uloc_getAvailable(index); in ubrk_getAvailable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h246 virtual StringRef getPatternForIndex(unsigned index) { in getPatternForIndex() argument
251 virtual StringRef getIncludePathForIndex(unsigned index) { in getIncludePathForIndex() argument
/third_party/python/Lib/test/
H A Dtest_hash.py155 def __getitem__(self, index):
156 return self.seq[index]
H A Dtest_type_comments.py333 for index, c in enumerate(t.name[1:]):
341 if index < len(t.args.posonlyargs):
H A Dtest_slice.py21 return operator.index(arg)
33 length = operator.index(length)
221 # ... but it should be fine to use a custom class that provides index.
/third_party/python/Include/cpython/
H A Dobject.h41 Py_ssize_t index; member
48 #define _Py_static_string_init(value) { .string = value, .index = -1 }
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.h200 // Returns true if the index is already taken by a preceding oneof input.
201 bool IsOneofIndexTaken(int32 index);
203 // Marks the oneof 'index' as taken. Future inputs to this oneof will
205 void TakeOneofIndex(int32 index);
228 // size_index_ : index into ProtoWriter::size_insert_
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace_test.cc184 template <int index>
188 for (int i = 0; i < index; ++i) ++it; in get()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
H A Dbind_front_test.cc29 char CharAt(const char* s, size_t index) { return s[index]; } in CharAt() argument
/third_party/skia/gm/
H A Dtablecolorfilter.cpp241 int index = 0; variable
244 filters[index++] = SkColorFilters::Blend(fColors[j], fModes[i]);
H A Dtilemodes_scaled.cpp180 int index = (int)ty; in make_grad() local
181 switch (index % 3) { in make_grad()
/third_party/rust/crates/rust-cexpr/tests/
H A Dclang.rs236 let index = clang_createIndex(true as _, false as _); in file_visit_macros()
241 index, in file_visit_macros()
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py281 for index in self.entries:
282 assert index < (1 << int(self.offset_type))
/third_party/spirv-tools/source/opt/
H A Ddef_use_manager.cpp177 WhileEachUse(def, [&f](Instruction* user, uint32_t index) { in ForEachUse()
178 f(user, index); in ForEachUse()
H A Dfix_storage_class.cpp325 // so we simply downcast the index to 32-bits. in WalkAccessChainType()
326 uint32_t index = in WalkAccessChainType() local
328 id = type_inst->GetSingleWordInOperand(index); in WalkAccessChainType()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c245 u8 index = fls(field); in b43_nphy_rf_ctl_override() local
248 B43_WARN_ON(field & (~(1 << (index - 1)))); in b43_nphy_rf_ctl_override()
253 if (index == 0 || index == 16) { in b43_nphy_rf_ctl_override()
259 rf_ctrl = &tbl_rf_control_override_rev3[index - 1]; in b43_nphy_rf_ctl_override()
288 if (index <= 1 || index == 16) { in b43_nphy_rf_ctl_override()
294 if (index == 2 || index == 10 || in b43_nphy_rf_ctl_override()
295 (index > in b43_nphy_rf_ctl_override()
5047 u16 index[2]; b43_nphy_get_tx_gains() local
5645 int i, j, index; b43_nphy_rev2_cal_rx_iq() local
[all...]

Completed in 27 milliseconds

1...<<611612613614615616617618619620>>...961