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

  /src/external/gpl3/gcc/dist/libgcc/config/arc/
lib2funcs.c 29 typedef int word_t __attribute__ ((mode (__word__))); typedef
57 udivmodsi4 (nint32_t num, nint32_t den, word_t modwanted)
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
lib2funcs.c 29 typedef int word_t __attribute__ ((mode (__word__))); typedef
57 udivmodsi4 (nint32_t num, nint32_t den, word_t modwanted)
  /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
58 * might be a different size than our particular arch's word_t (and thus
81 ret |= ~word_is_zero(m >> (i * 8 * sizeof(word_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
58 * might be a different size than our particular arch's word_t (and thus
81 ret |= ~word_is_zero(m >> (i * 8 * sizeof(word_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
53 * might be a different size than our particular arch's word_t (and thus
76 ret |= ~word_is_zero(m >> (i * 8 * sizeof(word_t)));

Completed in 84 milliseconds