HomeSort by relevance Sort by last modified time
    Searched refs:random_int (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/util/
crypto_helpers.cc 54 uint64 random_int; local
55 const char* random_int_bytes = reinterpret_cast<const char*>(&random_int);
56 int random_int_size = sizeof(random_int);
58 random_int = base::RandUint64();
  /external/skia/tests/
GLProgramsTest.cpp 26 int random_int(SkRandom* r, int count) { function in namespace:__anon15145
74 pdesc.fColorInput = random_int(&random, ProgramDesc::kColorInputCnt);
75 pdesc.fCoverageInput = random_int(&random, ProgramDesc::kColorInputCnt);
77 pdesc.fColorFilterXfermode = random_int(&random, SkXfermode::kCoeffModesCnt);
79 pdesc.fFirstCoverageStage = random_int(&random, GrDrawState::kNumStages);
94 pdesc.fVertexEdgeType = (GrDrawState::VertexEdgeType) random_int(&random, GrDrawState::kVertexEdgeTypeCnt);
104 pdesc.fDualSrcOutput = random_int(&random, ProgramDesc::kDualSrcOutputCnt);
116 int t = random_int(&random, GrDrawState::kMaxTexCoords);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 5474 uint16 random_int; member in struct:bcnreq
5483 uint16 random_int; member in struct:rrmreq
5492 uint16 random_int; member in struct:framereq
5501 uint16 random_int; member in struct:statreq
    [all...]

Completed in 250 milliseconds