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

  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 342 void *ostate = (void *)(&state[-1]); local
386 return((char *)ostate);
414 void *ostate = (void *)(&state[-1]); local
448 return((char *)ostate);
  /toolchain/binutils/binutils-2.25/libiberty/
random.c 262 PTR ostate = (PTR) &state[-1];
313 return ostate;
332 PTR ostate = (PTR) &state[-1];
365 return ostate;
260 PTR ostate = (PTR) &state[-1]; local
329 PTR ostate = (PTR) &state[-1]; local
  /external/openssh/
channels.h 101 u_int ostate; /* output to channel (state of transmit half) */ member in struct:Channel

Completed in 79 milliseconds