Searched refs:Big (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSEndianTypes.h53 * @abstract A Big-endian unsigned integer scalar size 16 - UInt16
59 * @abstract A Big-endian signed integer scalar size 16 - SInt16
65 * @abstract A Big-endian unsigned integer scalar size 32 - UInt32
71 * @abstract A Big-endian signed integer scalar size 32 - SInt32
77 * @abstract A Big-endian unsigned integer scalar size 64 - UInt64
83 * @abstract A Big-endian signed integer scalar size 64 - SInt64
165 class BigUInt16 __OSEndianSignIntSizeDEF(BigUInt16, Big, UInt, 16);
166 class BigSInt16 __OSEndianSignIntSizeDEF(BigSInt16, Big, SInt, 16);
167 class BigUInt32 __OSEndianSignIntSizeDEF(BigUInt32, Big, UInt, 32);
168 class BigSInt32 __OSEndianSignIntSizeDEF(BigSInt32, Big, SIn
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DBlockFrequencyTest.cpp41 const uint64_t Big = 387246523487234346LL; local
43 BlockFrequency Freq(Big);
46 EXPECT_EQ(Freq.getFrequency(), Big);
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DAPIntTest.cpp512 APInt Big(256, "00004000800000000000000000003fff8000000000000000", 16);
514 EXPECT_EQ(Rot, Big.rotr(144));
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_yaml.rb301 { 'item' => 'Big Shoes', 'quantity' => 1 } ] }, <<EOY
310 - item : Big Shoes
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex559 \key{``Big'' display mode}{d B}
/macosx-10.9.5/CPANInternal-140/Ima-DBI/lib/Ima/
H A DDBI.pm89 so having them well organized and easy to find in the code is a Big Help.
/macosx-10.9.5/CPANInternal-140/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm89 so having them well organized and easy to find in the code is a Big Help.
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1965 Case &Big = *(CR.Range.second-1); local
1967 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) {
1969 const APInt& BigValue = cast<ConstantInt>(Big.Low)->getValue();
1990 // Both Small and Big will jump to Small.BB, so we sum up the weights.
1992 Small.ExtraWeight + Big.ExtraWeight);
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm1727 =item Big Number
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm2694 =item Big Number
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm1901 =item Big Number

Completed in 165 milliseconds