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

  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
word.h 29 typedef uint64_t word_t, mask_t; typedef
35 typedef uint32_t word_t, mask_t; typedef
59 * mask_t). Also, the caller isn't guaranteed to pass it as nonzero. So
61 * mask_t is always -1 or 0, but it might be a different size than
66 static ossl_inline c448_bool_t mask_to_bool(mask_t m)
71 static ossl_inline mask_t bool_to_mask(c448_bool_t m)
74 mask_t ret = 0;
76 unsigned int limit = sizeof(c448_bool_t) / sizeof(mask_t);
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
word.h 29 typedef uint64_t word_t, mask_t; typedef
35 typedef uint32_t word_t, mask_t; typedef
59 * mask_t). Also, the caller isn't guaranteed to pass it as nonzero. So
61 * mask_t is always -1 or 0, but it might be a different size than
66 static ossl_inline c448_bool_t mask_to_bool(mask_t m)
71 static ossl_inline mask_t bool_to_mask(c448_bool_t m)
74 mask_t ret = 0;
76 unsigned int limit = sizeof(c448_bool_t) / sizeof(mask_t);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
word.h 24 typedef uint64_t word_t, mask_t; typedef
30 typedef uint32_t word_t, mask_t; typedef
54 * mask_t). Also, the caller isn't guaranteed to pass it as nonzero. So
56 * mask_t is always -1 or 0, but it might be a different size than
61 static ossl_inline c448_bool_t mask_to_bool(mask_t m)
66 static ossl_inline mask_t bool_to_mask(c448_bool_t m)
69 mask_t ret = 0;
71 unsigned int limit = sizeof(c448_bool_t) / sizeof(mask_t);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 2899 tree mask_t local
2906 mask_t);
2914 mask_t = wide_int_to_tree (container_type,
2917 pattern_stmt = gimple_build_assign (cleared, BIT_AND_EXPR, container, mask_t);

Completed in 33 milliseconds