Searched refs:TIndex (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 354 template <typename TIndex> 355 TNode<TIndex> TaggedToParameter(TNode<Smi> value); 552 template <typename TIndex> 553 TNode<TIndex> IntPtrOrSmiConstant(int value); 1514 template <typename Array, typename TIndex, typename TValue = MaybeObject> 1516 TNode<TIndex> index, 1519 template <typename TIndex> 1521 TNode<FixedArray> object, TNode<TIndex> index, int additional_offset = 0, 1586 template <typename TIndex> 1588 TNode<FeedbackVector> feedback_vector, TNode<TIndex> slo [all...] |
H A D | code-stub-assembler.cc | 2233 template <typename Array, typename TIndex, typename TValue> 2236 TNode<TIndex> index_node, 2239 static_assert(std::is_same<TIndex, Smi>::value || 2240 std::is_same<TIndex, UintPtrT>::value || 2241 std::is_same<TIndex, IntPtrT>::value, 2259 template <typename TIndex> 2261 TNode<FixedArray> object, TNode<TIndex> index, int additional_offset, 2264 static_assert(std::is_same<TIndex, Smi>::value || 2265 std::is_same<TIndex, UintPtrT>::value || 2266 std::is_same<TIndex, IntPtr [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | NormalizerBuilder.java | 231 int TIndex = SIndex % TCount; in buildDecompositionTables() 233 if (TIndex != 0) { // triple in buildDecompositionTables() 234 first = (char)(SBase + SIndex - TIndex); in buildDecompositionTables() 235 second = (char)(TBase + TIndex); in buildDecompositionTables()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | NormalizerBuilder.java | 230 int TIndex = SIndex % TCount; in buildDecompositionTables() 232 if (TIndex != 0) { // triple in buildDecompositionTables() 233 first = (char)(SBase + SIndex - TIndex); in buildDecompositionTables() 234 second = (char)(TBase + TIndex); in buildDecompositionTables()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ValidateLimitations.h | 21 struct TIndex { struct
|
Completed in 10 milliseconds