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

/macosx-10.10/Libc-1044.1.2/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.10/shell_cmds-179/lastcomm/
H A Dlastcomm.c185 #define BIT(flag, ch) if (f & flag) *p++ = ch macro
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c100 #define BIT 1 macro
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dmaxq.h66 BIT = 0x40, /* Bit value. */ enumerator in enum:__anon7996
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Darc-dis.c60 #define BIT(word,n) ((word) & (1 << n)) macro
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dipxcp.c250 #define BIT(num) (1 << (num)) macro
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-802_11.c2201 #define BIT(n) (1U << n) macro
2290 #undef BIT macro
/macosx-10.10/file-46/file/src/
H A Dfile.h276 #define BIT(A) (1 << (A)) macro
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireFamilyCommon.h195 #define BIT(x) ( 1 << (x) ) macro
[all...]
/macosx-10.10/ruby-106/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.10/ruby-106/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 174 milliseconds