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

  /external/valgrind/none/tests/amd64/
bug137714-amd64.c 9 static UInt randomUInt ( void )
73 regL[j] = (UChar)randomUInt();
78 regR[j] = (UChar)randomUInt();
95 regL[j] = (UChar)randomUInt();
100 regR[j] = (UChar)randomUInt();
  /external/valgrind/none/tests/x86/
bug137714-x86.c 9 static UInt randomUInt ( void )
73 regL[j] = (UChar)randomUInt();
78 regR[j] = (UChar)randomUInt();
95 regL[j] = (UChar)randomUInt();
100 regR[j] = (UChar)randomUInt();
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 67 static unsigned long randomUInt()
354 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f;
507 color = (GLubyte)((randomUInt() & 0x5f) + 81); // 101 1111
804 int curShape = randomUInt() % SUPERSHAPE_COUNT;
810 Matrix4x4_Rotate(sModelView, randomUInt() % 360, 0, 0, 1.f);
819 glRotatef(randomUInt() % 360, 0, 0, 1.f);
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 51 static unsigned long randomUInt()
218 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f;
369 color = (GLubyte)((randomUInt() & 0x5f) + 81); // 101 1111
576 int curShape = randomUInt() % SUPERSHAPE_COUNT;
584 glRotatex((GLfixed)((randomUInt() % 360) << 16), 0, 0, 1 << 16);

Completed in 257 milliseconds