Searched refs:kAdd (Results 1 - 19 of 19) sorted by relevance

/external/skia/include/utils/
H A DSkRandom.h156 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; }
172 kAdd = 1013904223 enumerator in enum:SkRandom::__anon16883
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp64 uint32_t nextU() { uint32_t r = fSeed * kMul + kAdd; fSeed = r; return r; }
78 kAdd = 1013904223 enumerator in enum:LCGRandom::__anon17004
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h20 kAdd = 0, enumerator in enum:NCommandType::EEnum
H A DArchiveCommandLine.cpp273 case NCommandType::kAdd:
755 case NCommandType::kAdd:
/external/v8/src/interpreter/
H A Dmkpeephole.cc139 case Bytecode::kAdd:
166 case Bytecode::kAdd:
H A Dbytecodes.cc220 case Bytecode::kAdd:
/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc41 case kAdd:
H A Dconstants-aarch32.h121 kAdd, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc1301 (type == kAdc) || (type == kAdcs) || (type == kAdd) || (type == kAdds) ||
1370 case kAdd:
1418 if ((((type == kAdd) && !rn.IsPC()) || (type == kSub)) &&
1433 case kAdd:
1461 case kAdd:
H A Dassembler-aarch32.h626 VIXL_ASSERT((type == kAdc) || (type == kAdcs) || (type == kAdd) ||
643 VIXL_ASSERT((type == kAdd) || (type == kMovt) || (type == kMovw) ||
H A Dassembler-aarch32.cc2188 Delegate(kAdd, &Assembler::add, cond, size, rd, rn, operand);
2220 Delegate(kAdd, &Assembler::add, cond, rd, operand);
H A Ddisasm-aarch32.cc1149 os().SetCurrentInstruction(kAdd, kArithmetic);
1150 os() << ToCString(kAdd) << ConditionPrinter(it_block_, cond) << size;
1159 os().SetCurrentInstruction(kAdd, kArithmetic);
1160 os() << ToCString(kAdd) << ConditionPrinter(it_block_, cond) << " " << rd
[all...]
/external/googletest/googletest/src/
H A Dgtest.cc1043 best_move[0][r_i] = kAdd;
1060 best_move[l_i + 1][r_i + 1] = kAdd;
1078 l_i -= move != kAdd;
1246 if (edit == kAdd || edit == kReplace) {
1251 l_i += edit != kAdd;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc1043 best_move[0][r_i] = kAdd;
1060 best_move[l_i + 1][r_i + 1] = kAdd;
1078 l_i -= move != kAdd;
1246 if (edit == kAdd || edit == kReplace) {
1251 l_i += edit != kAdd;
/external/v8/testing/gtest/src/
H A Dgtest.cc1043 best_move[0][r_i] = kAdd;
1060 best_move[l_i + 1][r_i + 1] = kAdd;
1078 l_i -= move != kAdd;
1246 if (edit == kAdd || edit == kReplace) {
1251 l_i += edit != kAdd;
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h180 enum EditType { kMatch, kAdd, kRemove, kReplace }; enumerator in enum:testing::internal::edit_distance::EditType
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h180 enum EditType { kMatch, kAdd, kRemove, kReplace }; enumerator in enum:testing::internal::edit_distance::EditType
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h180 enum EditType { kMatch, kAdd, kRemove, kReplace }; enumerator in enum:testing::internal::edit_distance::EditType
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc854 case HValue::kAdd:

Completed in 2358 milliseconds