/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashingTest.java | 36 assertEquals(0x0000000011111111L, Hashing.padToLong(HashCodes.fromInt(0x11111111))); in testPadToLong() 37 assertEquals(0x0000000099999999L, Hashing.padToLong(HashCodes.fromInt(0x99999999))); in testPadToLong() 99 checkSameResult(HashCodes.fromInt(0x99999999), 0x0000000099999999L); in testConsistentHash_ofHashCode() 124 Hashing.combineOrdered(ImmutableList.of(HashCodes.fromInt(32), HashCodes.fromLong(32L))); in testCombineOrdered_differentBitLengths() 131 HashCode hash31 = HashCodes.fromInt(31); in testCombineOrdered() 132 HashCode hash32 = HashCodes.fromInt(32); in testCombineOrdered() 174 Hashing.combineUnordered(ImmutableList.of(HashCodes.fromInt(32), HashCodes.fromLong(32L))); in testCombineUnordered_differentBitLengths() 181 HashCode hash31 = HashCodes.fromInt(31); in testCombineUnordered() 182 HashCode hash32 = HashCodes.fromInt(32); in testCombineUnordered() 184 assertEquals(HashCodes.fromInt(64), Hashing.combineUnordered(ImmutableList.of(hash32, hash32))); in testCombineUnordered() [all …]
|
D | HashCodesTest.java | 50 HashCode fromInt = HashCodes.fromInt(expected.asInt); in testFromInt() local 51 assertExpectedHashCode(expected, fromInt); in testFromInt()
|
D | AbstractStreamingHasherTest.java | 171 return HashCodes.fromInt(0xDeadBeef); in makeHash()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITArithmetic.cpp | 1060 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_add() 1091 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_add() 1098 …compileBinaryArithOpSlowCase(op_add, iter, result, op1, op2, OperandTypes::fromInt(currentInstruct… in emitSlow_op_add() 1106 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_mul() 1131 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_mul() 1135 …compileBinaryArithOpSlowCase(op_mul, iter, result, op1, op2, OperandTypes::fromInt(currentInstruct… in emitSlow_op_mul() 1143 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_div() 1196 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_div() 1223 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_sub() 1234 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_sub()
|
D | JITArithmetic32_64.cpp | 799 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_add() 871 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_add() 918 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_sub() 980 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_sub() 1154 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_mul() 1186 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_mul() 1228 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emit_op_div() 1272 OperandTypes types = OperandTypes::fromInt(currentInstruction[4].u.operand); in emitSlow_op_div()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | ItemType.java | 112 public static ItemType fromInt(int itemType) { in fromInt() method in ItemType
|
D | MapItem.java | 70 ItemType itemType = ItemType.fromInt(in.readShort()); in readItem()
|
/external/guava/guava/src/com/google/common/hash/ |
D | HashCodes.java | 29 static HashCode fromInt(int hash) { in fromInt() method in HashCodes
|
D | Murmur3_32HashFunction.java | 98 return HashCodes.fromInt(h1); in makeHash()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | MessageID.h | 152 static MessageID fromInt(unsigned i) in fromInt() function
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | ResultType.h | 172 static OperandTypes fromInt(int value) in fromInt() function
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/ |
D | ConnectionWin.cpp | 177 …processIncomingMessage(MessageID::fromInt(messageID), adoptPtr(new ArgumentDecoder(m_readBuffer.da… in readEventHandler()
|
/external/v8/benchmarks/ |
D | crypto.js | 200 function nbv(i) { var r = nbi(); r.fromInt(i); return r; } 457 if(q != null) q.fromInt(0); 642 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger 731 this.fromInt(0); 760 if(a < 2) this.fromInt(1); 1271 a.fromInt(lowprimes[i]);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-crypto.js | 192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; } 449 if(q != null) q.fromInt(0); 634 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger 723 this.fromInt(0); 752 if(a < 2) this.fromInt(1); 1263 a.fromInt(lowprimes[i]);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-crypto.js | 192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; } 449 if(q != null) q.fromInt(0); 634 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger 723 this.fromInt(0); 752 if(a < 2) this.fromInt(1); 1263 a.fromInt(lowprimes[i]);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-crypto.js | 192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; } 449 if(q != null) q.fromInt(0); 634 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger 723 this.fromInt(0); 752 if(a < 2) this.fromInt(1); 1263 a.fromInt(lowprimes[i]);
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/ |
D | ConnectionUnix.cpp | 83 MessageID messageID() const { return MessageID::fromInt(m_messageID & ~MessageBodyIsOOL); } in messageID()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/ |
D | ConnectionMac.cpp | 339 MessageID messageID = MessageID::fromInt(header->msgh_id); in receiveSourceEventHandler()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 42786 (CoreIPC::MessageID::fromInt): 44146 (CoreIPC::MessageID::fromInt):
|