HomeSort by: relevance | last modified time | path
    Searched defs:SETBIT (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
mem_sec.c 313 #define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7)))
387 SETBIT(table, bit);
  /src/crypto/external/bsd/openssl/dist/crypto/
mem_sec.c 293 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7)))
371 SETBIT(table, bit);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
mem_sec.c 265 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7)))
343 SETBIT(table, bit);
  /src/lib/libc/db/hash/
hash.h 160 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1U<<((N)%BITS_PER_MAP)))
  /src/external/bsd/byacc/dist/
defs.h 53 /* SETBIT sets the n-th bit starting from r */
78 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1))))
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 185 milliseconds