Searched refs:fromInt (Results 1 - 18 of 18) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
H A DHashingTest.java36 assertEquals(0x0000000011111111L, Hashing.padToLong(HashCodes.fromInt(0x11111111)));
37 assertEquals(0x0000000099999999L, Hashing.padToLong(HashCodes.fromInt(0x99999999)));
99 checkSameResult(HashCodes.fromInt(0x99999999), 0x0000000099999999L);
124 Hashing.combineOrdered(ImmutableList.of(HashCodes.fromInt(32), HashCodes.fromLong(32L)));
131 HashCode hash31 = HashCodes.fromInt(31);
132 HashCode hash32 = HashCodes.fromInt(32);
174 Hashing.combineUnordered(ImmutableList.of(HashCodes.fromInt(32), HashCodes.fromLong(32L)));
181 HashCode hash31 = HashCodes.fromInt(31);
182 HashCode hash32 = HashCodes.fromInt(32);
184 assertEquals(HashCodes.fromInt(6
[all...]
H A DHashCodesTest.java50 HashCode fromInt = HashCodes.fromInt(expected.asInt);
51 assertExpectedHashCode(expected, fromInt);
H A DAbstractStreamingHasherTest.java171 return HashCodes.fromInt(0xDeadBeef);
/external/guava/guava/src/com/google/common/hash/
H A DHashCodes.java29 static HashCode fromInt(int hash) { method in class:HashCodes
H A DMurmur3_32HashFunction.java98 return HashCodes.fromInt(h1);
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DItemType.java112 public static ItemType fromInt(int itemType) { method in class:ItemType
H A DMapItem.java70 ItemType itemType = ItemType.fromInt(in.readShort());
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DMessageID.h152 static MessageID fromInt(unsigned i) function in class:CoreIPC::MessageID
/external/webkit/Source/JavaScriptCore/parser/
H A DResultType.h172 static OperandTypes fromInt(int value) function in struct:JSC::OperandTypes
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
H A DConnectionWin.cpp177 processIncomingMessage(MessageID::fromInt(messageID), adoptPtr(new ArgumentDecoder(m_readBuffer.data(), realBufferSize)));
/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic.cpp1060 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1091 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1098 compileBinaryArithOpSlowCase(op_add, iter, result, op1, op2, OperandTypes::fromInt(currentInstruction[4].u.operand), op1HasImmediateIntFastCase, op2HasImmediateIntFastCase);
1106 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1131 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1135 compileBinaryArithOpSlowCase(op_mul, iter, result, op1, op2, OperandTypes::fromInt(currentInstruction[4].u.operand), op1HasImmediateIntFastCase, op2HasImmediateIntFastCase);
1143 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1196 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1223 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1234 OperandTypes types = OperandTypes::fromInt(currentInstructio
[all...]
H A DJITArithmetic32_64.cpp799 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
871 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
918 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
980 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1154 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1186 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1228 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
1272 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand);
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
H A DConnectionUnix.cpp83 MessageID messageID() const { return MessageID::fromInt(m_messageID & ~MessageBodyIsOOL); }
/external/v8/benchmarks/
H A Dcrypto.js200 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
457 if(q != null) q.fromInt(0);
642 BigInteger.prototype.fromInt = bnpFromInt;
731 this.fromInt(0);
760 if(a < 2) this.fromInt(1);
1271 a.fromInt(lowprimes[i]);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
449 if(q != null) q.fromInt(0);
634 BigInteger.prototype.fromInt = bnpFromInt;
723 this.fromInt(0);
752 if(a < 2) this.fromInt(1);
1263 a.fromInt(lowprimes[i]);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
449 if(q != null) q.fromInt(0);
634 BigInteger.prototype.fromInt = bnpFromInt;
723 this.fromInt(0);
752 if(a < 2) this.fromInt(1);
1263 a.fromInt(lowprimes[i]);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
449 if(q != null) q.fromInt(0);
634 BigInteger.prototype.fromInt = bnpFromInt;
723 this.fromInt(0);
752 if(a < 2) this.fromInt(1);
1263 a.fromInt(lowprimes[i]);
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
H A DConnectionMac.cpp339 MessageID messageID = MessageID::fromInt(header->msgh_id);

Completed in 996 milliseconds