Searched refs:MSB (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c1072 #define MSB(a) ((unsigned char) (((short)(a)) >> 8))
1212 c=MSB(width);
1216 c=MSB(height);
1251 c=MSB(top);
1255 c=MSB(left);
1260 c=MSB(width);
1265 c=MSB(height);
1067 #define MSB macro
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgGIF.c1458 #define MSB(a) ((unsigned char) (((short)(a)) >> 8))
1577 c = MSB(width);
1581 c = MSB(height);
1629 c = MSB(top);
1633 c = MSB(left);
1638 c = MSB(width);
1643 c = MSB(height);
1442 #define MSB macro
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgGIF.c1390 #define MSB(a) ((unsigned char) (((short)(a)) >> 8))
1501 c = MSB(width);
1505 c = MSB(height);
1553 c = MSB(top);
1557 c = MSB(left);
1562 c = MSB(width);
1567 c = MSB(height);
1378 #define MSB macro
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha1-ia64.pl57 { .mmi; ld1 $X[$i&0xf]=[inp],2 // MSB
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltconfig1960 deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltconfig2001 deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltconfig2001 deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7315 unsigned MSB = BitWidth - Imm.countLeadingZeros() - 1; local
7316 unsigned NewBW = NextPowerOf2(MSB - ShAmt);

Completed in 228 milliseconds