Searched refs:bit (Results 151 - 175 of 576) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/certs/
H A Dca-bundle.crt57 RSA Public Key: (2048 bit)
58 Modulus (2048 bit):
139 RSA Public Key: (1024 bit)
140 Modulus (1024 bit):
213 RSA Public Key: (1024 bit)
214 Modulus (1024 bit):
275 RSA Public Key: (2048 bit)
276 Modulus (2048 bit):
358 RSA Public Key: (1024 bit)
359 Modulus (1024 bit)
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A DRijndael.pm61 same that C<Crypt::CBC> does), C<MODE_CFB> (128-bit cipher feedback),
62 C<MODE_OFB> (128-bit output feedback), or C<MODE_CTR> (counter mode).
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A DRijndael.pm61 same that C<Crypt::CBC> does), C<MODE_CFB> (128-bit cipher feedback),
62 C<MODE_OFB> (128-bit output feedback), or C<MODE_CTR> (counter mode).
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DPg.pm141 /^(?:bigint|int8|bigserial|serial8|bit|boolean|bool|box|bytea|cidr|circle|date|double precision|float8|inet|integer|int|int4|line|lseg|macaddr|money|path|point|polygon|real|float4|smallint|int2|serial|serial4|text)\z/i) {
179 elsif ($data_type =~ /^(?:bit varying|varbit)\z/i) {
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A DPg.pm141 /^(?:bigint|int8|bigserial|serial8|bit|boolean|bool|box|bytea|cidr|circle|date|double precision|float8|inet|integer|int|int4|line|lseg|macaddr|money|path|point|polygon|real|float4|smallint|int2|serial|serial4|text)\z/i) {
179 elsif ($data_type =~ /^(?:bit varying|varbit)\z/i) {
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DAppleEmbeddedKeyboard.cpp335 #define DECODE_MAP(type,key,bit) \
348 _secondaryKeys[index].bits |= bit; \
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Drandbyte_os2.inc38 * Not highly random but every bit helps....
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Drandbyte_os2.inc38 * Not highly random but every bit helps....
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dnsec.c45 set_bit(unsigned char *array, unsigned int index, unsigned int bit) { argument
51 if (bit != 0)
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Difutil.c264 int bit; local
281 /* we have the prefix length when we seee the first bit that isn't set */
282 for (bit = 7; bit != 0; bit--, plen++) {
283 if (!(name[byte] & (1 << bit))) {
288 /* valididate that no bits are set after the last bit */
289 for (; bit != 0; bit--) {
290 if (name[byte] & (1 << bit)) {
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/vim/
H A Dtablegen.vim18 syn keyword tgType class int string list bit bits multiclass
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dipsecoptions.c212 #define IS_SET(field, bit) (field & (1 << bit))
/macosx-10.9.5/python-76.100.1/2.5/
H A DMakefile66 strip-64-bit \
79 # Carbon, and doesn't work in 64-bit. Even though python 2.5 is 32-bit only,
87 # Force python and pythonw to be 32-bit only
92 strip-64-bit:
/macosx-10.9.5/ruby-104/ruby/ext/nkf/
H A Dnkf.c240 * Output code is ISO-2022-JP (7bit JIS), Shift_JIS, EUC-JP,
246 * Input assumption is JIS 7 bit, Shift_JIS, EUC-JP,
400 * [ISO-2022-JP] a.k.a. RFC1468, 7bit JIS, JUNET
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpromela.vim24 syn keyword promelaType bit bool byte short int
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp419 /* do mod bit update and char generation in useful order */
569 /* Get bit number */
580 /* Loop through each key assigned to this bit */
589 /* Set bit for modifier and which one */
626 /* Set char gen bit for this guy: not a no-op */
849 // Look up in the keymapping each key associated with the modifier bit.
851 // Return 1 if a key for modifier 'bit' is down. Return 0 if none is down
855 int bit )
862 if ( (mapping = parsedMapping->modDefs[bit]) != 0 ) {
873 void IOHIKeyboardMapper::calcModBit(int bit, kbdBitVecto argument
[all...]
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dsnmp-supplies.c73 int bit; /* State bit */ member in struct:__anon7180
350 if (change_state & supply_states[i].bit)
353 (new_supply_state & supply_states[i].bit) ? '+' : '-',
391 if (change_state & printer_states[i].bit)
394 (new_state & printer_states[i].bit) ? '+' : '-',
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-dis.c273 /* If a bit is set in both match and lose, there is something
664 case 'i': /* 13 bit immediate. */
665 case 'I': /* 11 bit immediate. */
666 case 'j': /* 10 bit immediate. */
694 case 'X': /* 5 bit unsigned immediate. */
695 case 'Y': /* 6 bit unsigned immediate. */
713 int bit = 0x40, printed_one = 0; local
719 while (bit)
721 if (mask & bit)
725 name = sparc_decode_membar (bit);
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dxml.el371 (let ((bit (xml-parse-tag
374 (setq children (append (list bit) children))
375 (if (stringp bit)
376 (setq children (list bit))
377 (setq children bit)))))
/macosx-10.9.5/libauto-185.5/
H A DSubzone.h91 Minimally, if a block is allocated either global_bit, or alloc_local_bit, or the garbage bit will be set.
93 If the start bit at q+1 is set then the block size is 1 quanta. If the start bit at q+1 is not set then the remaining
103 as garbage the scanned bit is important because the background collector needs to scan through even local garbage
111 The global bit is consulted in order to determine the interpretation of all remaining bits.
112 When global bit == 1, the age and refcount bits are valid.
113 When global bit == 0, alloc_local_bit and garbage_bit are valid.
114 When garbage_bit == 1, refcount bit is again valid since blocks may be marked external in a finalize method.
545 inline bool is_marked(usword_t q) const { return q < allocation_limit() && _region->marks().bit(_quantum_bias + q); }
568 inline bool is_pinned(usword_t q) { return _region->pinned().bit(_quantum_bia
[all...]
/macosx-10.9.5/ruby-104/ruby/test/open-uri/
H A Dtest_ssl.rb144 RSA Public Key: (1024 bit)
145 Modulus (1024 bit):
206 RSA Public Key: (1024 bit)
207 Modulus (1024 bit):
258 Private-Key: (1024 bit)
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclRegexp.c623 * count, second is a list of re_info bit names.
639 int bit;
671 for (inf = infonames; inf->bit != 0; inf++) {
672 if (regexpPtr->re.re_info&inf->bit) {
679 for (inf = infonames; inf->bit != 0; inf++) {
680 if (regexpPtr->re.re_info&inf->bit) {
628 int bit; member in struct:infoname
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/bmp/
H A Dbmp.c26 /* Structure for reading bit masks for compression type BI_BITFIELDS */
199 int i, nbits, offset, bit; local
206 for (bit=0; bit<32; bit++) {
210 offset = bit;
348 /* printf("reading %d-bit BMP %dx%d\n", numBits, width, height); */
493 buf, "-bit pixel values", (char *) NULL);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dbignum.tcl59 # because expr may overflow in the product of two 16 bit numbers.
494 # Set the bit 'n' of 'bignumvar'
498 set bit [expr {1 << ($n & ($::math::bignum::atombits-1))}]
501 lset z $atom [expr {[lindex $z $atom]|$bit}]
504 # Clear the bit 'n' of 'bignumvar'
515 # Test the bit 'n' of 'z'. Returns true if the bit is set.
613 # The only operations needed are bit testing, bit setting and subtraction.
619 set bit [exp
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm118 my $bit = $bits[$i];
119 unshift @idx, $v & ((1 << $bit) - 1);
120 $v = $v >> $bit;

Completed in 472 milliseconds

1234567891011>>