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

  /external/libevent/
arc4random.c 184 int any_set; local
195 for (i=0,any_set=0; i<sizeof(buf); ++i) {
196 any_set |= buf[i];
198 if (!any_set)
220 int i, any_set; local
235 for (i=any_set=0; i<sizeof(buf); ++i) {
236 any_set |= buf[i];
238 if (!any_set)
  /bionic/libc/bionic/
getentropy_linux.c 187 char any_set = 0; local
191 any_set |= buf[i];
192 if (any_set == 0)
  /external/mksh/src/
funcs.c 938 int any_set = 0; local
950 any_set = 1;
963 if (!any_set && !(vp->flag & USERATTRIB))
969 any_set = 0;
976 if (any_set && !(vp->flag & ISSET))
980 if (any_set == 1) {
982 any_set = 2;
1016 if (any_set)
1036 if (!any_set)
    [all...]

Completed in 429 milliseconds