HomeSort by: relevance | last modified time | path
    Searched refs:NWORDS (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/x86/x86/
cpu_rng.c 272 NWORDS = howmany(NBITS, 64),
274 uint64_t buf[2*NWORDS];
286 if (consttime_memequal(buf, buf + NWORDS, NBYTES)) {
  /src/external/gpl3/gdb/dist/gnulib/import/
isnan.c 78 #define NWORDS \
80 typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
isnan.c 78 #define NWORDS \
80 typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double;
  /src/external/gpl3/gcc/dist/gcc/
rtl.h 2998 #define const_wide_int_alloc(NWORDS) \
3001 + ((NWORDS)-1) * sizeof (HOST_WIDE_INT))) \
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 2988 #define const_wide_int_alloc(NWORDS) \
2991 + ((NWORDS)-1) * sizeof (HOST_WIDE_INT))) \
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 16112 #define NWORDS \
16114 typedef union { double value; unsigned int word[NWORDS]; } memory_double;
16115 static unsigned int ored_words[NWORDS];
16116 static unsigned int anded_words[NWORDS];
16124 for (i = 0; i < NWORDS; i++)
16136 for (j = 0; j < NWORDS; j++)
16145 for (j = 0; j < NWORDS; j++)
16148 for (j = 0; j < NWORDS; j++)
16151 if (j < NWORDS)
16154 for (i = j + 1; i < NWORDS; i++
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/
configure 16109 #define NWORDS \
16111 typedef union { double value; unsigned int word[NWORDS]; } memory_double;
16112 static unsigned int ored_words[NWORDS];
16113 static unsigned int anded_words[NWORDS];
16121 for (i = 0; i < NWORDS; i++)
16133 for (j = 0; j < NWORDS; j++)
16142 for (j = 0; j < NWORDS; j++)
16145 for (j = 0; j < NWORDS; j++)
16148 if (j < NWORDS)
16151 for (i = j + 1; i < NWORDS; i++
    [all...]

Completed in 78 milliseconds