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

  /src/games/banner/
banner.c 60 #define NBYTES 9271
90 static const unsigned char data_table[NBYTES] = {
1097 printf("};\nchar data_table[NBYTES] = {\n");
1101 for (i = 0; i < NBYTES; i += 10) {
1137 if (pc < 0 || pc > NBYTES) {
  /src/sys/arch/x86/x86/
cpu_rng.c 193 * VIA PPG says EAX[4:0] is nbytes, but the only documented numbers of
204 uint32_t cr0, status, nbytes; local in function:cpu_rng_via
231 nbytes = __SHIFTOUT(status, VIA_RNG_STATUS_NBYTES);
243 return nbytes * NBBY/2;
267 cpu_rng_get(size_t nbytes, void *cookie)
271 NBYTES = howmany(NBITS, 8),
277 while (nbytes) {
286 if (consttime_memequal(buf, buf + NWORDS, NBYTES)) {
292 nbytes -= MIN(MIN(nbytes, sizeof buf), MAX(1, 8*nbits))
    [all...]

Completed in 18 milliseconds