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

  /external/dhcpcd/compat/
arc4random.c 42 static int arc4_count; variable
127 arc4_count = 1600000;
154 arc4_count -= 4;
155 if (!rs_initialized || arc4_count <= 0)
  /bionic/libc/bionic/
arc4random.c 68 static int arc4_count; variable
157 arc4_count = 1600000;
180 if (--arc4_count == 0 || !rs_initialized)
221 arc4_count -= 4;
222 if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != getpid())
237 if (--arc4_count <= 0)

Completed in 1293 milliseconds