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

  /external/openssh/
moduli.c 115 #define BIT_TEST(a,n) ((a)[(n)>>SHIFT_WORD] & (1L << ((n) & 31)))
344 if (BIT_TEST(TinySieve, i))
365 if (BIT_TEST(TinySieve, i))
396 if (BIT_TEST(SmallSieve, i))
412 if (BIT_TEST(LargeSieve, j))
  /external/iputils/
ping6.c 113 #define BIT_TEST(nr, addr) do { (__u32 *)(addr))[(nr) >> 5] & (1U << ((nr) & 31)); } while(0)
117 (BIT_TEST((type), filterp) == 0)
120 BIT_TEST((type), filterp)
    [all...]

Completed in 405 milliseconds