| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc64/ |
| Makefile | 3 BITS=64
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ |
| Makefile | 3 BITS=64
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc64/ |
| Makefile | 3 BITS=64
|
| /src/bin/ksh/ |
| ksh_limval.h | 23 #ifndef BITS 24 # define BITS(t) (BITSPERBYTE * sizeof(t))
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc/ |
| Makefile | 5 BITS?=32 6 .if ${BITS} == 32 9 # the new one does not work for 32 bits and produces abi = 2 objects for 64 22 (*sha512*) perl $$i ${BITS} sha512 > sha512; \ 29 perl $$i ${BITS} sha256 > sha256; \ 38 if [ ${BITS} = 32 ]; then \ 41 perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \ 48 (*) perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \ [all...] |
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ |
| Makefile | 5 BITS?=32 14 *sha512*) perl $$i ${BITS} sha512 > sha512; \ 21 perl $$i ${BITS} sha256 > sha256; \ 30 if [ ${BITS} = 32 ]; then \ 33 perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \ 40 *) perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/ |
| Makefile | 5 BITS?=32 14 *sha512*) perl $$i ${BITS} sha512; \ 21 perl $$i ${BITS} sha256; \ 30 if [ ${BITS} = 32 ]; then \ 33 perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \ 40 *) perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \
|
| /src/external/bsd/unbound/dist/winrc/ |
| unbound-control-setup.cmd | 50 rem size of keys in bits
51 set BITS=3072
83 "%SSL_PROGRAM%" genrsa -out %SVR_BASE%.key %BITS% || echo could not genrsa && exit 1
91 "%SSL_PROGRAM%" genrsa -out %CTL_BASE%.key %BITS% || echo could not genrsa && exit 1
97 echo default_bits=%BITS%>>request.cfg
123 echo default_bits=%BITS%>>request.cfg
|
| /src/usr.bin/systat/ |
| convtbl.c | 46 #define BITS (1) 74 [SC_BIT] = { BIT, BITS, "b", "bit" },
|
| /src/common/dist/zlib/ |
| infback.c | 86 unsigned sym, bits; local 97 bits = 9; 98 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 104 bits = 5; 105 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 129 bits = state->bits; \ 140 state->bits = bits; \ 147 bits = 0; 251 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| inflate.c | 32 * - Add comments on state->bits assertion in inffast.c 124 state->bits = 0; 166 /* set number of window bits, free window if different */ 225 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { 229 if (bits == 0) 232 if (bits < 0) { 234 state->bits = 0; 237 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR 262 unsigned sym, bits; local 598 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /src/external/gpl3/binutils/dist/zlib/ |
| infback.c | 84 unsigned sym, bits; local 95 bits = 9; 96 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 102 bits = 5; 103 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 127 bits = state->bits; \ 138 state->bits = bits; \ 145 bits = 0; 249 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| inflate.c | 30 * - Add comments on state->bits assertion in inffast.c 122 state->bits = 0; 164 /* set number of window bits, free window if different */ 223 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { 227 if (bits == 0) 230 if (bits < 0) { 232 state->bits = 0; 235 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR 260 unsigned sym, bits; local 596 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/ |
| infback.c | 92 unsigned sym, bits; local 103 bits = 9; 104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 110 bits = 5; 111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 135 bits = state->bits; \ 146 state->bits = bits; \ 153 bits = 0; 262 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| inflate.c | 30 * - Add comments on state->bits assertion in inffast.c 137 state->bits = 0; 182 /* set number of window bits, free window if different */ 248 int ZEXPORT inflatePrime(strm, bits, value) 250 int bits; 257 if (bits < 0) { 259 state->bits = 0; 262 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR 289 unsigned sym, bits; local 632 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /src/external/gpl3/gdb/dist/zlib/ |
| infback.c | 92 unsigned sym, bits; local 103 bits = 9; 104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 110 bits = 5; 111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 135 bits = state->bits; \ 146 state->bits = bits; \ 153 bits = 0; 262 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/ |
| infback.c | 92 unsigned sym, bits; local 103 bits = 9; 104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 110 bits = 5; 111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 135 bits = state->bits; \ 146 state->bits = bits; \ 153 bits = 0; 262 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /src/common/dist/zlib/contrib/infback9/ |
| infback9.c | 51 unsigned sym, bits, low, size; local 64 bits = 9; 65 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work); 71 bits = 5; 72 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work); 89 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits, 100 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, 115 bits = 0; \ 138 hold += (unsigned long)(*next++) << bits; \ 139 bits += 8; 224 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inflate.c | 37 * - Add comments on state->bits assertion in inffast.c 129 state->bits = 0; 135 int ZEXPORT inflatePrime(strm, bits, value) 137 int bits; 144 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR; 145 value &= (1L << bits) - 1; 146 state->hold += value << state->bits; 147 state->bits += bits 222 unsigned sym, bits; local 570 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| opteron_pcbe.c | 74 uint8_t umask_valid; /* Mask of unreserved UNIT_MASK bits */ 312 #define BITS(v, u, l) (((v) >> (l)) & ((1 << (1 + (u) - (l))) - 1))
|
| /src/external/gpl3/binutils/dist/zlib/contrib/infback9/ |
| infback9.c | 51 unsigned sym, bits, low, size; local 64 bits = 9; 65 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work); 71 bits = 5; 72 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work); 89 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits, 100 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, 115 bits = 0; \ 138 hold += (unsigned long)(*next++) << bits; \ 139 bits += 8; 224 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| opteron_pcbe.c | 74 uint8_t umask_valid; /* Mask of unreserved UNIT_MASK bits */ 312 #define BITS(v, u, l) (((v) >> (l)) & ((1 << (1 + (u) - (l))) - 1))
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/ |
| infback9.c | 56 unsigned sym, bits, low, size; local 69 bits = 9; 70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work); 76 bits = 5; 77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work); 94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits, 105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, 120 bits = 0; \ 143 hold += (unsigned long)(*next++) << bits; \ 144 bits += 8; 234 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| divtab.cc | 30 #define BITS 5 31 #define N_ENTRIES (1 << BITS)
|
| /src/external/gpl3/gdb/dist/zlib/contrib/infback9/ |
| infback9.c | 56 unsigned sym, bits, low, size; local 69 bits = 9; 70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work); 76 bits = 5; 77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work); 94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits, 105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, 120 bits = 0; \ 143 hold += (unsigned long)(*next++) << bits; \ 144 bits += 8; 234 unsigned bits; \/* bits in bit buffer *\/ local [all...] |