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

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_atomic.h 68 test_bit(int b, volatile void *p) function
100 #define test_bit(b, p) \ macro
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
key_correctness_proof.c 65 int test_bit( int pos, BYTE* array, int length) { function
339 printf( "[# i=%d j=%d test_bit:%d]",
340 i, j, test_bit( j, proof->challenge, proof->length_challenge));
345 if( test_bit( j, proof->challenge, proof->length_challenge)) {
490 if( test_bit( j, challenge, length_challenge)) {
  /src/sys/external/bsd/common/include/linux/
bitops.h 122 test_bit(unsigned int n, const volatile unsigned long *p) function
  /src/sys/dev/hyperv/
vmbusvar.h 244 test_bit(u_int b, volatile void *p) function

Completed in 32 milliseconds