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

  /src/sys/arch/powerpc/tools/chrpicon/
chrpicon.h 49 int rbits; member in struct:chrpi_spec_s
  /src/crypto/external/apache2/openssl/dist/crypto/
deterministic_nonce.c 190 unsigned char *entropyx = NULL, *nonceh = NULL, *rbits = NULL, *T = NULL; local
209 rbits = T + prefsz;
210 nonceh = rbits + rlen;
224 if (!EVP_KDF_derive(kdfctx, rbits, rlen, NULL)
  /src/external/lgpl3/gmp/dist/rand/
randmt.c 197 int rbits; local
207 rbits = nbits % GMP_NUMB_BITS;
239 if (rbits)
242 dest[nlimbs] = (mp_limb_t) (y & ~(ULONG_MAX << rbits));
255 if (rbits)
257 if (rbits < 32)
260 dest[nlimbs] = (mp_limb_t) (y & ~(ULONG_MAX << rbits));
266 if (rbits > 32)
270 ((mp_limb_t) (y & ~(ULONG_MAX << (rbits-32)))) << 32;
292 nlimbs2 = nlimbs + (rbits != 0)
    [all...]
  /src/external/bsd/ppp/dist/pppd/
ccp.c 269 int rbits, abits; local
273 abits = rbits = strtol(str, &endp, 0);
282 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
288 if (rbits > 0) {
290 ccp_wantoptions[0].bsd_bits = rbits;
299 rbits == abits? "%d": "%d,%d", rbits, abits);
307 int rbits, abits local
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
select.c 134 struct bitset *rbits,
198 if (!(rbits->in[fd / CHAR_BIT] & (1 << (fd & (CHAR_BIT - 1)))))
245 if (read && (rbits->in[fd / CHAR_BIT] & (1 << (fd & (CHAR_BIT - 1)))))
247 rbits->out[fd / CHAR_BIT] |= (1 << (fd & (CHAR_BIT - 1)));
275 struct bitset rbits, wbits, xbits; local
310 memset (&rbits, 0, sizeof (rbits));
323 rbits.in[fd / CHAR_BIT] |= 1 << (fd & (CHAR_BIT - 1));
381 if (rbits.in[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1))))
409 && windows_poll_handle (h, i, &rbits, &wbits, &xbits)
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
select.c 134 struct bitset *rbits,
198 if (!(rbits->in[fd / CHAR_BIT] & (1 << (fd & (CHAR_BIT - 1)))))
245 if (read && (rbits->in[fd / CHAR_BIT] & (1 << (fd & (CHAR_BIT - 1)))))
247 rbits->out[fd / CHAR_BIT] |= (1 << (fd & (CHAR_BIT - 1)));
275 struct bitset rbits, wbits, xbits; local
310 memset (&rbits, 0, sizeof (rbits));
323 rbits.in[fd / CHAR_BIT] |= 1 << (fd & (CHAR_BIT - 1));
381 if (rbits.in[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1))))
409 && windows_poll_handle (h, i, &rbits, &wbits, &xbits)
    [all...]
  /src/sys/dev/ic/
clmpcc.c 722 int rbits = 0; local
731 rbits |= (msvr & CLMPCC_MSVR_RTS) ? TIOCM_DTR : 0;
732 rbits |= (msvr & CLMPCC_MSVR_DTR) ? TIOCM_RTS : 0;
734 rbits |= (msvr & CLMPCC_MSVR_RTS) ? TIOCM_RTS : 0;
735 rbits |= (msvr & CLMPCC_MSVR_DTR) ? TIOCM_DTR : 0;
738 rbits |= (msvr & CLMPCC_MSVR_CTS) ? TIOCM_CTS : 0;
739 rbits |= (msvr & CLMPCC_MSVR_CD) ? TIOCM_CD : 0;
740 rbits |= (msvr & CLMPCC_MSVR_DSR) ? TIOCM_DSR : 0;
790 return rbits;
  /src/external/gpl3/gcc/dist/gcc/config/avr/
stdfix.h 205 #define rbits __builtin_avr_rbits macro
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
stdfix.h 205 #define rbits __builtin_avr_rbits macro
  /src/sys/arch/amiga/dev/
grf_cl.c 2142 uint32_t rbits, gbits, bbits; local
2149 rbits = gbits = bbits = 6; /* keep gcc happy */
2153 rbits = gbits = bbits = 5;
2157 rbits = bbits = 5;
2162 rbits = gbits = bbits = 8;
2175 fbi->fbi_subtype.fbi_rgbmasks.red_size = rbits;
grf_cv3d.c 2381 uint32_t rbits, gbits, bbits, abits; local
2389 rbits = gbits = bbits = 6; /* keep gcc happy */
2393 rbits = gbits = bbits = 5;
2397 rbits = bbits = 5;
2404 rbits = gbits = bbits = 8;
2417 fbi->fbi_subtype.fbi_rgbmasks.red_size = rbits;
2423 bbits + gbits + rbits;
grf_et.c 1969 uint32_t rbits, gbits, bbits; local
1976 rbits = gbits = bbits = 6; /* keep gcc happy */
1980 rbits = gbits = bbits = 5;
1984 rbits = bbits = 5;
1989 rbits = gbits = bbits = 8;
2002 fbi->fbi_subtype.fbi_rgbmasks.red_size = rbits;
grf_cv.c 2527 uint32_t rbits, gbits, bbits, abits; local
2535 rbits = gbits = bbits = 6; /* keep gcc happy */
2539 rbits = gbits = bbits = 5;
2543 rbits = bbits = 5;
2550 rbits = gbits = bbits = 8;
2563 fbi->fbi_subtype.fbi_rgbmasks.red_size = rbits;
2569 bbits + gbits + rbits;
  /src/sys/dev/isa/
sbdsp.c 1795 int lmask, rmask, lbits, rbits; local
1988 rbits = sbdsp_mix_read(sc, SB16P_ISWITCH_R) & ~mask;
2004 rbits = rbits | rmask;
2007 sbdsp_mix_write(sc, SB16P_ISWITCH_L, rbits);
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_cab.c 3052 unsigned rbits; local
3064 rbits = lzx_br_bits(br, ds->pt.max_bits);
3065 c = lzx_decode_huffman(&(ds->pt), rbits);
3098 rbits = lzx_br_bits(br, ds->pt.max_bits);
3099 c = lzx_decode_huffman(&(ds->pt), rbits);
3226 lzx_decode_huffman(struct huffman *hf, unsigned rbits)
3229 c = hf->tbl[rbits];
archive_read_support_format_lha.c 2089 unsigned rbits; local
2260 rbits = lzh_br_bits(br, ds->pt.max_bits);
2261 c = lzh_decode_huffman(&(ds->pt), rbits);
2847 lzh_decode_huffman_tree(struct huffman *hf, unsigned rbits, int c)
2858 if (rbits & (1U << extlen))
2867 lzh_decode_huffman(struct huffman *hf, unsigned rbits)
2874 c = hf->tbl[rbits >> hf->shift_bits];
2878 return (lzh_decode_huffman_tree(hf, rbits, c));
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 2041 uByte rbits=rhs->bits; /* save */ local
2049 if (!(rbits & DECNEG)) bits|=DECINF; /* was not a **-n */
2067 uByte rbits=rhs->bits; /* save */ local
2068 if (rbits & DECNEG) { /* was a 0**(-n) */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 2041 uByte rbits=rhs->bits; /* save */ local
2049 if (!(rbits & DECNEG)) bits|=DECINF; /* was not a **-n */
2067 uByte rbits=rhs->bits; /* save */ local
2068 if (rbits & DECNEG) { /* was a 0**(-n) */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 2041 uByte rbits=rhs->bits; /* save */ local
2049 if (!(rbits & DECNEG)) bits|=DECINF; /* was not a **-n */
2067 uByte rbits=rhs->bits; /* save */ local
2068 if (rbits & DECNEG) { /* was a 0**(-n) */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 2041 uByte rbits=rhs->bits; /* save */ local
2049 if (!(rbits & DECNEG)) bits|=DECINF; /* was not a **-n */
2067 uByte rbits=rhs->bits; /* save */ local
2068 if (rbits & DECNEG) { /* was a 0**(-n) */

Completed in 83 milliseconds