Searched refs:nbit (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c108 ASN1_INTEGER *nbit; local
113 if(!(nbit = ASN1_INTEGER_new())) {
117 if(!ASN1_INTEGER_set (nbit, arg)) {
121 alg->parameter->value.integer = nbit;
/freebsd-10.0-release/contrib/ldns/
H A Drdata.c402 int nbit; local
453 for (nbit = 127; nbit >= 0; nbit = nbit - 4) {
455 octet = ( ((unsigned int) nbit) & 0x78) >> 3;
457 nnibble = ( ((unsigned int) nbit) & 0x04) >> 2;
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxgehal-mgmt.h212 #define CHECKBIT(value, nbit) (value & (1 << nbit))
/freebsd-10.0-release/sys/dev/mn/
H A Dif_mn.c175 static u_int32_t mn_parse_ts(const char *s, int *nbit);
457 int nbit; local
464 ts = mn_parse_ts(name + 2, &nbit);
465 printf("%d bits %x\n", nbit, ts);
468 if (sc->framing == E1U && nbit != 32)
482 sc->ch[chan]->tx_limit = nbit * 8;
512 mn_parse_ts(const char *s, int *nbit) argument
520 *nbit = 0;
527 (*nbit)++;
531 (*nbit)
[all...]
/freebsd-10.0-release/sys/netipsec/
H A Dipsec.c1606 * nbit: the number of to shift.
1610 vshiftl(unsigned char *bitmap, int nbit, int wsize) argument
1615 for (j = 0; j < nbit; j += 8) {
1616 s = (nbit - j < 8) ? (nbit - j): 8;
/freebsd-10.0-release/contrib/gcc/
H A Dexpmed.c3373 int nbit = 3;
3379 while (nbit < n)
3382 nbit *= 2;
3361 int nbit = 3; local

Completed in 148 milliseconds