Searched refs:BIT (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dstrcspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
61 bit = BIT(*charset);
67 bit = BIT(*s1);
H A Dstrspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
60 bit = BIT(*charset);
66 bit = BIT(*s1);
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireFamilyCommon.h195 #define BIT(x) ( 1 << (x) ) macro
726 kFWIsochChannelDoNotResumeOnWake = BIT(1)
732 kFWIsochPortUseSeparateKernelThread = BIT(1),
733 kFWIsochEnableRobustness = BIT(2),
734 kFWIsochBigEndianUpdates = BIT(3), // private
735 kFWIsochRequireLastContext = BIT(4), // private
763 kFWDCLOpDynamicFlag = BIT(16),
764 kFWDCLOpVendorDefinedFlag = BIT(17),
1075 kNuDCLDynamic = BIT( 1 ),
1076 kNuDCLUpdateBeforeCallback = BIT(
[all...]
H A DIOFWDCL.h110 kDynamic = BIT(1)//kNuDCLDynamic,
111 ,kUpdateBeforeCallback = BIT(2)//kNuDCLUpdateBeforeCallback
112 ,kUser = BIT(18) // kNuDCLUser
113 ,kBigEndianUpdates = BIT(19) // NOTE: Don't change this without making similar change to IOFireWireLib's NuDCL::Export(...)!
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c100 #define BIT 1 macro
203 { "parenb", BIT, C_FLAG, 0, PARENB, PARENB, C("Enable (disable) parity generation and detection") },
204 { "parodd", BIT, C_FLAG, 0, PARODD, PARODD, C("Use odd (even) parity") },
206 { "parext", BIT, C_FLAG, 0, PAREXT, PAREXT },
209 { "cread", BIT, C_FLAG, SS, CREAD, CREAD, C("Enable (disable) input") },
215 { "hupcl", BIT, C_FLAG, 0, HUPCL, HUPCL, C("Hangup (do not hangup) connection on last close") },
216 { "hup", BIT, C_FLAG, IG, HUPCL, HUPCL, C("Same as \bhupcl\b") },
217 { "cstopb", BIT, C_FLAG, 0, CSTOPB, CSTOPB, C("Use two (one) stop bits") },
219 { "crtscts", BIT, C_FLAG, 0, CRTSCTS, CRTSCTS, C("Enable (disable) RTS/CTS handshaking") },
221 { "clocal", BIT, C_FLA
[all...]
/macosx-10.10.1/shell_cmds-179/lastcomm/
H A Dlastcomm.c185 #define BIT(flag, ch) if (f & flag) *p++ = ch macro
188 BIT(ASU, 'S');
189 BIT(AFORK, 'F');
190 BIT(ACOMPAT, 'C');
191 BIT(ACORE, 'D');
192 BIT(AXSIG, 'X');
/macosx-10.10.1/file-46/file/src/
H A Dfile.h276 #define BIT(A) (1 << (A)) macro
277 #define STRING_COMPACT_WHITESPACE BIT(0)
278 #define STRING_COMPACT_OPTIONAL_WHITESPACE BIT(1)
279 #define STRING_IGNORE_LOWERCASE BIT(2)
280 #define STRING_IGNORE_UPPERCASE BIT(3)
281 #define REGEX_OFFSET_START BIT(4)
282 #define STRING_TEXTTEST BIT(5)
283 #define STRING_BINTEST BIT(6)
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dipxcp.c250 #define BIT(num) (1 << (num)) macro
262 if (internal & BIT(IPX_NONE) )
596 ao->router |= BIT(RIP_SAP);
597 wo->router |= BIT(RIP_SAP);
845 s = BIT(s);
873 try.router &= (ao->router | BIT(IPX_NONE));
875 try.router = BIT(IPX_NONE);
1173 wo->router = BIT(IPX_NONE);
1177 (ho->router & BIT(IPX_NONE))) {
1182 cishort = BIT(cishor
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darc-dis.c60 #define BIT(word,n) ((word) & (1 << n)) macro
85 flag = BIT (state->words[0], 8); \
602 if (BIT (state->words[0],13))
633 if (BIT (state->words[0], 25))
973 directMem = BIT (state->words[0], 5);
974 addrWriteBack = BIT (state->words[0], 3);
975 signExtend = BIT (state->words[0], 0);
1009 directMem = BIT (state->words[0],14);
1010 addrWriteBack = BIT (state->words[0],12);
1011 signExtend = BIT (stat
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dmaxq.h66 BIT = 0x40, /* Bit value. */ enumerator in enum:__anon7703
71 BIT_BUCKET = 0x800, /* FOr BIT BUCKET. */
130 {"AND", 1, {ACC_BIT, 0}, 1, {0x1a, 0}, {BIT, 0xa}, MAX, 0x39},
135 {"OR", 1, {ACC_BIT, 0}, 1, {0x2a, 0}, {BIT, 0xa}, MAX, 0x3A},
140 {"XOR", 1, {ACC_BIT, 0}, 1, {0x3a, 0}, {BIT, 0xa}, MAX, 0x3B},
262 /* BIT OPERATIONS */
264 {"MOVE", 2, {FLAG_C, ACC_BIT}, 1, {0x6a, 0}, {BIT, 0xa}, MAX, 0x3E},
270 {"MOVE", 2, {ACC_BIT, FLAG_C}, 1, {0x7a, 0}, {BIT, 0xa}, MAX, 0x3F},
276 {"MOVE", 2, {FLAG_C, SRC_BIT}, FMT, {BIT, 0x7}, {REG, 0}, MAX, 0x97},
H A Dh8300.h651 #define EXPAND2_STD_IND(CODE, WEIGHT, NAME, OPCODE, BIT) \
652 {CODE, AV_H8SX, 0, NAME, {{RSIND, RDPOSTINC, E}}, {{0x7, 0xc, BIT | RSIND, 0x5, TO_POSTINC, OPCODE, IGNORE, E}}}, \
653 {CODE, AV_H8SX, 0, NAME, {{RSIND, RDPOSTDEC, E}}, {{0x7, 0xc, BIT | RSIND, 0x5, TO_POSTDEC, OPCODE, IGNORE, E}}}, \
654 {CODE, AV_H8SX, 0, NAME, {{RSIND, RDPREINC, E}}, {{0x7, 0xc, BIT | RSIND, 0x5, TO_PREINC, OPCODE, IGNORE, E}}}, \
655 {CODE, AV_H8SX, 0, NAME, {{RSIND, RDPREDEC, E}}, {{0x7, 0xc, BIT | RSIND, 0x5, TO_PREDEC, OPCODE, IGNORE, E}}}, \
656 {CODE, AV_H8SX, 0, NAME, {{RSIND, DISP2DST, E}}, {{0x7, 0xc, BIT | RSIND, 0x5, TO_DISP2, OPCODE, IGNORE, E}}}, \
657 {CODE, AV_H8SX, 0, NAME, {{RSIND, DISP16DST, E}}, {{0x7, 0xc, BIT | RSIND, 0x5, TO_DISP16, OPCODE, IGNORE, DSTDISP16LIST, E}}}, \
658 {CODE, AV_H8SX, 0, NAME, {{RSIND, DISP32DST, E}}, {{0x7, 0xc, BIT | RSIND, 0x5, TO_DISP32, OPCODE, IGNORE, DSTDISP32LIST, E}}}, \
659 {CODE, AV_H8SX, 0, NAME, {{RSIND, INDEXB16D, E}}, {{0x7, 0xc, BIT | RSIND, 0x5, TO_DISP16B, OPCODE, IGNORE, DSTDISP16LIST, E}}}, \
660 {CODE, AV_H8SX, 0, NAME, {{RSIND, INDEXW16D, E}}, {{0x7, 0xc, BIT | RSIN
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_dir_m17n.rb26 filename = #{code}.chr('UTF-8').force_encoding("ASCII-8BIT")
30 expected_filename = expected_filename.force_encoding("ASCII-8BIT")
37 assert_ruby_status(%w[-EASCII-8BIT], test_file_program, nil, :chdir=>dir)
57 assert_ruby_status(%w[-EASCII-8BIT], <<-'EOS', nil, :chdir=>d)
58 filename = "\xff".force_encoding("ASCII-8BIT") # invalid byte sequence as UTF-8
181 ents.each {|e| e.force_encoding("ASCII-8BIT") }
182 exit ents.include?(filename.force_encoding("ASCII-8BIT")) ||
183 (/darwin/ =~ RUBY_PLATFORM && ents.include?("%A4%A2".force_encoding("ASCII-8BIT")))
197 assert_ruby_status(%w[-EASCII-8BIT], <<-'EOS', nil, :chdir=>d)
198 filename = "\xA4\xA2".force_encoding('ASCII-8BIT')
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A DREADME.template86 CHOICE and BIT STRING missign
H A Dlex.l75 BIT { return kw_BIT; }
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dasn.vim26 syn keyword asnType INTEGER REAL STRING BIT BOOLEAN OCTET NULL EMBEDDED PDV
H A Dmib.vim14 syn keyword mibImplicit ACCESS ANY AUGMENTS BEGIN BIT BITS BOOLEAN CHOICE
H A Da65.vim33 syn match a65Opcode "\<BIT\($\|\s\)" nextgroup=a65Address
H A Deiffel.vim95 syn keyword eiffelBitType BIT
H A Dsdl.vim125 syn keyword sdlType SET OF BOOLEAN INTEGER REAL BIT OCTET
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPriv.h452 kNuDCLUser = BIT( 18 ) // set back to BIT(18) when we want to support user space update before callback
H A DIOFireWireLibNuDCL.cpp321 exportedData->flags = CFSwapInt32( exportedData->flags | BIT(19) ) ;
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c12750 #define BIT(c, idx) (((c) / 32 - 1 == idx) ? (1U << ((c) % 32)) : 0) macro
12752 BIT('~', idx) | BIT('*', idx) | BIT('$', idx) | BIT('?', idx) | \
12753 BIT('!', idx) | BIT('@', idx) | BIT('/', idx) | BIT('\\', idx) | \
12754 BIT(';', id
12763 #undef BIT macro
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dparse.c12660 #define BIT(c, idx) (((c) / 32 - 1 == idx) ? (1U << ((c) % 32)) : 0) macro
12662 BIT('~', idx) | BIT('*', idx) | BIT('$', idx) | BIT('?', idx) | \
12663 BIT('!', idx) | BIT('@', idx) | BIT('/', idx) | BIT('\\', idx) | \
12664 BIT(';', id
12673 #undef BIT macro
[all...]
H A Dparse.y6164 #define BIT(c, idx) (((c) / 32 - 1 == idx) ? (1U << ((c) % 32)) : 0)
6166 BIT('~', idx) | BIT('*', idx) | BIT('$', idx) | BIT('?', idx) | \
6167 BIT('!', idx) | BIT('@', idx) | BIT('/', idx) | BIT('\\', idx) | \
6168 BIT(';', id
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-802_11.c2201 #define BIT(n) (1U << n) macro
2203 (EXTRACT_LE_32BITS(__p) & BIT(IEEE80211_RADIOTAP_EXT)) != 0
2290 #undef BIT macro

Completed in 265 milliseconds

12