Searched refs:bits (Results 151 - 175 of 954) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dpatternprops.cpp100 * Same as syntax2000, but with additional bits set for the
125 uint32_t bits=syntax2000[index2000[(c-0x2000)>>5]]; local
126 return (UBool)((bits>>(c&0x1f))&1);
143 uint32_t bits=syntaxOrWhiteSpace2000[index2000[(c-0x2000)>>5]]; local
144 return (UBool)((bits>>(c&0x1f))&1);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ddh.c282 int len,l,bits; local
285 bits=BN_num_bits(dh->p);
293 printf("static unsigned char dh%d_p[]={",bits);
302 printf("static unsigned char dh%d_g[]={",bits);
310 printf("DH *get_dh%d()\n\t{\n",bits);
314 bits,bits);
316 bits,bits);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dfdsel.h69 fd_mask *mBits; // base bits
72 void grow(fd_mask * &bits, int oldWords, int newWords);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_gen.c100 DSA *DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, argument
119 if (bits < 512) bits=512;
120 bits=(bits+63)/64*64;
126 * but our internal buffers are restricted to 160 bits*/
147 BN_lshift(test,BN_value_one(),bits-1);
206 n=(bits-1)/160;
207 b=(bits-1)-n*160;
236 BN_mask_bits(W,bits
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dfdsel.h69 fd_mask *mBits; // base bits
72 void grow(fd_mask * &bits, int oldWords, int newWords);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dcgen-bitset.h30 bits from most significant to least within each byte.
32 For example, the bit representing member number 6 is (set->bits[0] & 0x02).
37 char *bits; member in struct:cgen_bitset
H A Dmn10200.h31 /* The opcode itself. Those bits which will be filled in with
36 mask containing ones indicating those bits which must match the
37 opcode field, and zeroes indicating those bits which need not
62 /* The number of bits in the operand. */ member in struct:mn10200_operand
63 int bits;
H A Ds390.h49 /* The opcode itself. Those bits which will be filled in with
54 mask containing ones indicating those bits which must match the
55 opcode field, and zeroes indicating those bits which need not
90 /* The number of bits in the operand. */
91 int bits; member in struct:s390_operand
H A Dv850.h31 /* The opcode itself. Those bits which will be filled in with
36 mask containing ones indicating those bits which must match the
37 opcode field, and zeroes indicating those bits which need not
76 /* The number of bits in the operand. */
77 /* If this value is -1 then the operand's bits are in a discontinous distribution in the instruction. */ member in struct:v850_operand
78 int bits;
80 /* (bits >= 0): How far the operand is left shifted in the instruction. */
81 /* (bits == -1): Bit mask of the bits in the operand. */
88 i |= (op & ((1 << o->bits)
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfmutex.c49 { if(f->bits&SF_PRIVATE)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dvswscanf.c40 f.bits = SF_PRIVATE;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dfmtip6.c74 * with optional prefix bits if 0 <= bits <= 128
79 fmtip6(const unsigned char* addr, int bits) argument
171 if (bits >= 0 && bits <= 128)
172 s = dec(s, "/", bits);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dfunctexcept.h41 #include <bits/c++config.h>
H A Dstringfwd.h44 #include <bits/c++config.h>
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dip.tcl392 proc ::ip::Mask4 {ip {bits {}}} {
393 if {[string length $bits] < 1} { set bits 32 }
395 if {[string is integer $bits]} {
396 set mask [expr {(0xFFFFFFFF << (32 - $bits)) & 0xFFFFFFFF}]
398 binary scan [Normalize4 $bits] I mask
403 proc ::ip::Mask6 {ip {bits {}}} {
404 if {[string length $bits] < 1} { set bits 128 }
405 if {[string is integer $bits]} {
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/
H A Dkmreg_com.h55 * The most significant bits of each byte is the leftmost pixel in that
73 void *bits; /* Pointer to 2 bit per pixel raster data. */ member in union:km_drawrect::__anon14170
91 * bits */
100 #define KMIOCSTATUS _IOR('k',10, int) /* get status bits */
104 * Status bits returned via KMIOCSTATUS.
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dmachine_check.c107 mca_error_bank_count = ia32_mcg_cap.bits.count;
108 mca_control_MSR_present = ia32_mcg_cap.bits.mcg_ctl_p;
109 mca_cmci_present = ia32_mcg_cap.bits.mcg_ext_corr_err_p;
214 if (!bank->mca_mci_status.bits.val)
216 bank->mca_mci_misc = (bank->mca_mci_status.bits.miscv)?
218 bank->mca_mci_addr = (bank->mca_mci_status.bits.addrv)?
265 if (!status.bits.val)
271 if (status.bits.addrv)
275 if (status.bits.miscv)
/macosx-10.10.1/xnu-2782.1.97/osfmk/kperf/
H A Dkperf.h37 /* Helpers to get and set AST bits on a thread */
39 extern void kperf_set_thread_bits( thread_t thread, uint32_t bits );
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dpci.py53 def DoPciCfgRead(bits, bus, dev, func, offs):
56 bits: int - bit width of access: 8, 16, or 32 bits
62 return ReadPhysInt(phys_addr, bits)
64 def DoPciCfgWrite(bits, bus, dev, func, offs, val):
67 bits: int - bit width of access: 8, 16, or 32 bits
73 return WritePhysInt(phys_addr, val, bits)
162 Syntax: pci_cfg_read <bits> <bus> <device> <function> <offset>
163 bits
[all...]
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dtrees.c47 /* Bit length codes must not exceed MAX_BL_BITS bits */
53 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
56 /* repeat a zero length 3-10 times (3 bits of repeat count) */
59 /* repeat a zero length 11-138 times (7 bits of repeat count) */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
77 /* Number of bits used within bi_buf. (bi_buf might be implemented on
78 * more than 16 bits on some systems.)
99 * 5 bits
243 int bits; /* bit counter */ local
502 int bits; /* bit length */ local
584 int bits; /* bit index */ local
[all...]
/macosx-10.10.1/sudo-73/src/zlib/
H A Dtrees.c48 /* Bit length codes must not exceed MAX_BL_BITS bits */
54 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
57 /* repeat a zero length 3-10 times (3 bits of repeat count) */
60 /* repeat a zero length 11-138 times (7 bits of repeat count) */
62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
95 * 5 bits.)
100 * 3 .. 258, the last 256 values correspond to the top 8 bits of
119 const intf *extra_bits; /* extra bits fo
239 int bits; /* bit counter */ local
500 int bits; /* bit length */ local
582 int bits; /* bit index */ local
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dtrees.c74 /* Bit length codes must not exceed MAX_BL_BITS bits */
80 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
83 /* repeat a zero length 3-10 times (3 bits of repeat count) */
86 /* repeat a zero length 11-138 times (7 bits of repeat count) */
88 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
91 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
94 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
104 /* Number of bits used within bi_buf. (bi_buf might be implemented on
105 * more than 16 bits on some systems.)
126 * 5 bits
270 int bits; /* bit counter */ local
529 int bits; /* bit length */ local
611 int bits; /* bit index */ local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_exp.c153 int i,bits,ret=0; local
164 bits=BN_num_bits(p);
170 for (i=1; i<bits; i++)
406 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
412 bits=BN_num_bits(p);
414 if (bits == 0)
431 window = BN_window_bits_for_exponent_size(bits);
450 wstart=bits-1; /* The top bit of the window */
517 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
539 bits
660 int b, bits, ret=0; local
801 int i,j,bits,ret=0,wstart,wend,window,wvalue,ts=0; local
[all...]
/macosx-10.10.1/file_cmds-242/compress/
H A Dzopen.c55 * zopen(filename, mode, bits)
75 #define BITS 16 /* Default bits. */
93 #define INIT_BITS 9 /* Initial number of bits/code. */
103 u_int zs_n_bits; /* Number of bits/code. */
104 u_int zs_maxbits; /* User settable max # bits/code. */
355 * Chars are 8 bits long.
371 u_int bits; local
375 bits = n_bits;
382 * Since ocode is always >= 8 bits, only need to mask the first
387 bits
578 int r_off, bits; local
693 zopen(const char *fname, const char *mode, int bits) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A Dtimer.asm4 [bits 32]

Completed in 215 milliseconds

1234567891011>>