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

  /external/pixman/test/
prng-test.c 35 typedef struct ranctx { u4 a; u4 b; u4 c; u4 d; } ranctx; typedef in typeref:struct:ranctx
38 u4 ranval( ranctx *x ) {
47 void raninit( ranctx *x, u4 seed ) {
118 ranctx x;
  /external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.cpp 107 struct ranctx { struct in namespace:WTF
118 uint32_t ranvalInternal(ranctx* x)
130 uint32_t ranval(ranctx* x)
149 static struct ranctx s_ranctx;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
system-alloc.cc 112 struct ranctx { struct in namespace:__anon17130
121 u4 ranval(ranctx* x) {
131 void raninit(ranctx* x, u4 seed) {
168 static ranctx ctx;

Completed in 622 milliseconds