Searched defs:BIT (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/string/FreeBSD/
H A Dstrcspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
H A Dstrspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DArena.cpp64 #define BIT(n) ((unsigned int)1 << (n)) macro
/macosx-10.9.5/shell_cmds-175/lastcomm/
H A Dlastcomm.c185 #define BIT(flag, ch) if (f & flag) *p++ = ch macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dstty.c100 #define BIT 1 macro
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dmaxq.h66 BIT = 0x40, /* Bit value. */ enumerator in enum:__anon7922
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Darc-dis.c60 #define BIT(word,n) ((word) & (1 << n)) macro
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dipxcp.c250 #define BIT(num) (1 << (num)) macro
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-802_11.c2172 #define BIT(n) (1U << n) macro
2261 #undef BIT macro
/macosx-10.9.5/file-46/file/src/
H A Dfile.h276 #define BIT(A) (1 << (A)) macro
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireFamilyCommon.h195 #define BIT(x) ( 1 << (x) ) macro
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c12750 #define BIT(c, idx) (((c) / 32 - 1 == idx) ? (1U << ((c) % 32)) : 0) macro
12763 #undef BIT macro
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c12660 #define BIT(c, idx) (((c) / 32 - 1 == idx) ? (1U << ((c) % 32)) : 0) macro
12673 #undef BIT macro
[all...]

Completed in 214 milliseconds