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

  /external/openssh/
moduli.c 122 #define BIT_TEST(a,n) ((a)[(n)>>SHIFT_WORD] & (1L << ((n) & 31)))
352 if (BIT_TEST(TinySieve, i))
373 if (BIT_TEST(TinySieve, i))
404 if (BIT_TEST(SmallSieve, i))
420 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 1513 milliseconds