Searched refs:bits (Results 226 - 250 of 954) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dradix.h37 #define NETADDR_TO_PREFIX_T(na,pt,bits) \
42 (pt).bitlen = (bits); \
45 ((bits)+7)/8); \
48 ((bits)+7)/8); \
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic80.h32 /* The opcode itself. Those bits which will be filled in with operands
38 containing ones indicating those bits which must match the opcode
39 field, and zeroes indicating those bits which need not match (and are
69 /* The number of bits in the operand. */
71 int bits;
81 i |= (op & ((1 << o->bits) - 1)) << o->shift;
101 op = ((i) >> o->shift) & ((1 << o->bits) - 1);
103 && (op & (1 << (o->bits - 1))) != 0)
104 op -= 1 << o->bits;
134 or'd into an int where the lower bits contai
70 int bits; member in struct:tic80_operand
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/linux-gnu/
H A Ddce.h98 #include <bits/wordsize.h>
173 * byte unsigned 8 bits
174 * boolean unsigned 8 bits
191 unsigned long int lo; /* least significant 32 bits */
192 unsigned short int hi; /* most significant 16 bits */
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dunsetenv.c38 # include <bits/libc-lock.h>
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfread.c46 justseek = f->bits&SF_JUSTSEEK; f->bits &= ~SF_JUSTSEEK;
104 if(!(f->flags&SF_STRING) && !(f->bits&SF_MMAP) )
131 f->bits |= SF_JUSTSEEK;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dvswprintf.c41 f.bits = SF_PRIVATE;
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dunsetenv.c41 # include <bits/libc-lock.h>
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dbasic_file.h45 #include <bits/c++config.h>
H A Dallocator.h53 #include <bits/c++allocator.h>
55 #include <bits/cpp_type_traits.h> // for __is_empty
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dwlocale-inst.cc35 #include <bits/c++config.h>
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dradix.h37 #define NETADDR_TO_PREFIX_T(na,pt,bits) \
42 (pt).bitlen = (bits); \
45 ((bits)+7)/8); \
48 ((bits)+7)/8); \
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_scache.h40 unsigned char bits[TLS_TICKET_KEYLEN]; member in struct:TLS_TICKET_KEY
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinflate.h36 TYPE, /* i: waiting for type bits, including last-flag bit */
44 LENEXT, /* i: waiting for length extra bits */
46 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
/macosx-10.10.1/ruby-106/ruby/win32/
H A Ddir.h26 char *bits; /* used for d_isdir and d_isrep */ member in struct:__anon12344
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
120 int back; /* bits back of last unprocessed length/lit */
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Duniv.cpp74 const int bits = 6; local
76 if (((_size - 1) ^ (nNewSize - 1)) >> bits) {
77 const int n = (nNewSize + (1 << bits) - 1) & - (1 << bits);
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinflate.h59 TYPE, /* i: waiting for type bits, including last-flag bit */
67 LENEXT, /* i: waiting for length extra bits */
69 DISTEXT, /* i: waiting for distance extra bits */
122 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
127 unsigned extra; /* extra bits needed */
131 unsigned lenbits; /* index bits for lencode */
132 unsigned distbits; /* index bits for distcode */
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/helpers/
H A Dlaunch.c35 int bits = get_bits(); /* Gets actual processor bit-ness. */ local
/macosx-10.10.1/zlib-55/zlib/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
120 int back; /* bits back of last unprocessed length/lit */
/macosx-10.10.1/OpenSSL098-52/src/crypto/aes/
H A Daes.h90 int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
92 int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Daes.h90 int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
92 int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dconcurrence.h41 #include <bits/gthr.h>
42 #include <bits/functexcept.h>
/macosx-10.10.1/rsync-45/rsync/popt/
H A Dpoptint.h31 __pbm_bits bits[1]; member in struct:__anon12021
33 #define __PBM_BITS(set) ((set)->bits)
/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs230 private static int bitSize(uint bits) argument
232 switch (bits)
/macosx-10.10.1/zlib-55/zlib/examples/
H A Dzran.c27 necessary the first few bits of the compressed data is read from the file.
28 inflate is initialized with those bits and the 32K of uncompressed data, and
65 int bits; /* number of bits (1-7) from byte at in - 1, or 0 */ member in struct:point
87 local struct access *addpoint(struct access *index, int bits, argument
118 next->bits = bits;
204 except for up to seven bits) -- the totout == 0 provides an
272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
275 if (here->bits) {
[all...]

Completed in 500 milliseconds

1234567891011>>