HomeSort by relevance Sort by last modified time
    Searched defs:kAdd (Results 1 - 10 of 10) sorted by null

  /external/skia/src/effects/
SkDiscretePathEffect.cpp 64 uint32_t nextU() { uint32_t r = fSeed * kMul + kAdd; fSeed = r; return r; }
78 kAdd = 1013904223
  /system/core/libsysutils/include/sysutils/
NetlinkEvent.h 27 kAdd = 1,
  /external/skia/include/utils/
SkRandom.h 156 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; }
172 kAdd = 1013904223
  /art/compiler/optimizing/
induction_var_analysis.h 63 kAdd,
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 20 kAdd = 0,
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 180 enum EditType { kMatch, kAdd, kRemove, kReplace };
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 180 enum EditType { kMatch, kAdd, kRemove, kReplace };
    [all...]
  /external/lzma/CPP/7zip/Archive/
IArchive.h 429 kAdd = 0,
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 180 enum EditType { kMatch, kAdd, kRemove, kReplace };
    [all...]
  /external/vixl/src/aarch32/
constants-aarch32.h 121 kAdd,

Completed in 727 milliseconds