Home
last modified time | relevance | path

Searched refs:getLong (Results 1 – 25 of 3978) sorted by relevance

12345678910>>...160

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DEnvironmentStats.java575 return cleanerStats.getLong(CLEANER_RUNS); in getNCleanerRuns()
1294 return cacheStats.getLong(CACHED_BINS); in getNCachedBINs()
1460 return cacheStats.getLong( in getNBytesEvictedEvictorThread()
1471 return cacheStats.getLong( in getNBytesEvictedManual()
1481 return cacheStats.getLong( in getNBytesEvictedCacheMode()
1491 return cacheStats.getLong( in getNBytesEvictedCritical()
1500 return cacheStats.getLong( in getNBytesEvictedDeamon()
1583 return cacheStats.getLong(MB_DATA_BYTES); in getDataBytes()
1609 return cacheStats.getLong(MB_LOCK_BYTES); in getLockBytes()
1692 return lockStats.getLong(LOCK_REQUESTS); in getNRequests()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimDemHeader.cpp432 _levelCode = ossimDemUtil::getLong(bufstr, 144, 6); in open()
437 _elevUnits = ossimDemUtil::getLong(bufstr, 534, 6); in open()
462 _sourceDate = ossimDemUtil::getLong(bufstr, 876, 4); in open()
469 _valFlag = ossimDemUtil::getLong(bufstr, 885, 1); in open()
471 _vertDatum = ossimDemUtil::getLong(bufstr, 888, 2); in open()
477 _perctVoid = ossimDemUtil::getLong(bufstr, 896, 4); in open()
523 _levelCode = ossimDemUtil::getLong(bufstr, 144, 6); in open()
528 _elevUnits = ossimDemUtil::getLong(bufstr, 534, 6); in open()
560 _valFlag = ossimDemUtil::getLong(bufstr, 885, 1); in open()
562 _vertDatum = ossimDemUtil::getLong(bufstr, 888, 2); in open()
[all …]
H A DossimDemStats.cpp114 stats._availCodeDE2 = ossimDemUtil::getLong(bufstr, 0, 6); in operator >>()
115 stats._rsmeDE2x = ossimDemUtil::getLong(bufstr, 6, 6); in operator >>()
116 stats._rsmeDE2y = ossimDemUtil::getLong(bufstr, 12, 6); in operator >>()
117 stats._rsmeDE2z = ossimDemUtil::getLong(bufstr, 18, 6); in operator >>()
118 stats._sampleSizeDE2 = ossimDemUtil::getLong(bufstr, 24, 6); in operator >>()
119 stats._availCodeDE5 = ossimDemUtil::getLong(bufstr, 30, 6); in operator >>()
120 stats._rsmeDE5x = ossimDemUtil::getLong(bufstr, 36, 6); in operator >>()
121 stats._rsmeDE5y = ossimDemUtil::getLong(bufstr, 42, 6); in operator >>()
122 stats._rsmeDE5z = ossimDemUtil::getLong(bufstr, 48, 6); in operator >>()
123 stats._sampleSizeDE5 = ossimDemUtil::getLong(bufstr, 54, 6); in operator >>()
/dports/devel/hadoop/hadoop-1.2.1/webapps/job/
H A Danalysejobhistory.jsp112 long l1 = t1.getLong(Keys.FINISH_TIME) - t1.getLong(Keys.START_TIME);
113 long l2 = t2.getLong(Keys.FINISH_TIME) - t2.getLong(Keys.START_TIME);
120 t1.getLong(Keys.START_TIME);
122 t2.getLong(Keys.START_TIME);
129 long l1 = t1.getLong(Keys.FINISH_TIME);
130 long l2 = t2.getLong(Keys.FINISH_TIME);
154 …<td><%=StringUtils.formatTimeDiff(mapTasks[i].getLong(Keys.FINISH_TIME), mapTasks[i].getLong(Keys.…
214 long l2 = t2.getLong(Keys.SHUFFLE_FINISHED);
233 long l1 = t1.getLong(Keys.FINISH_TIME) -
235 long l2 = t2.getLong(Keys.FINISH_TIME) -
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/webapps/history/
H A Danalysejobhistory.jsp112 long l1 = t1.getLong(Keys.FINISH_TIME) - t1.getLong(Keys.START_TIME);
113 long l2 = t2.getLong(Keys.FINISH_TIME) - t2.getLong(Keys.START_TIME);
120 t1.getLong(Keys.START_TIME);
122 t2.getLong(Keys.START_TIME);
129 long l1 = t1.getLong(Keys.FINISH_TIME);
130 long l2 = t2.getLong(Keys.FINISH_TIME);
154 …<td><%=StringUtils.formatTimeDiff(mapTasks[i].getLong(Keys.FINISH_TIME), mapTasks[i].getLong(Keys.…
214 long l2 = t2.getLong(Keys.SHUFFLE_FINISHED);
233 long l1 = t1.getLong(Keys.FINISH_TIME) -
235 long l2 = t2.getLong(Keys.FINISH_TIME) -
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DMisalignedAccesses.java410 sum += UNSAFE.getLong(byteArray, 1 + BYTE_ARRAY_OFFSET); in testLongs()
411 sum += UNSAFE.getLong(byteArray, 38 + BYTE_ARRAY_OFFSET); in testLongs()
412 sum += UNSAFE.getLong(byteArray, 75 + BYTE_ARRAY_OFFSET); in testLongs()
413 sum += UNSAFE.getLong(byteArray, 112 + BYTE_ARRAY_OFFSET); in testLongs()
414 sum += UNSAFE.getLong(byteArray, 149 + BYTE_ARRAY_OFFSET); in testLongs()
415 sum += UNSAFE.getLong(byteArray, 186 + BYTE_ARRAY_OFFSET); in testLongs()
416 sum += UNSAFE.getLong(byteArray, 223 + BYTE_ARRAY_OFFSET); in testLongs()
417 sum += UNSAFE.getLong(byteArray, 260 + BYTE_ARRAY_OFFSET); in testLongs()
418 sum += UNSAFE.getLong(byteArray, 297 + BYTE_ARRAY_OFFSET); in testLongs()
419 sum += UNSAFE.getLong(byteArray, 334 + BYTE_ARRAY_OFFSET); in testLongs()
[all …]
H A DJdkInternalMiscUnsafeAccessTestLong.java152 long x = UNSAFE.getLong(base, offset); in testAccess()
203 long x = UNSAFE.getLong(base, offset); in testAccess()
210 long x = UNSAFE.getLong(base, offset); in testAccess()
218 long x = UNSAFE.getLong(base, offset); in testAccess()
225 long x = UNSAFE.getLong(base, offset); in testAccess()
232 long x = UNSAFE.getLong(base, offset); in testAccess()
239 long x = UNSAFE.getLong(base, offset); in testAccess()
246 long x = UNSAFE.getLong(base, offset); in testAccess()
253 long x = UNSAFE.getLong(base, offset); in testAccess()
263 long x = UNSAFE.getLong(base, offset); in testAccess()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/unsafe/
H A DMisalignedAccesses.java410 sum += UNSAFE.getLong(byteArray, 1 + BYTE_ARRAY_OFFSET); in testLongs()
411 sum += UNSAFE.getLong(byteArray, 38 + BYTE_ARRAY_OFFSET); in testLongs()
412 sum += UNSAFE.getLong(byteArray, 75 + BYTE_ARRAY_OFFSET); in testLongs()
413 sum += UNSAFE.getLong(byteArray, 112 + BYTE_ARRAY_OFFSET); in testLongs()
414 sum += UNSAFE.getLong(byteArray, 149 + BYTE_ARRAY_OFFSET); in testLongs()
415 sum += UNSAFE.getLong(byteArray, 186 + BYTE_ARRAY_OFFSET); in testLongs()
416 sum += UNSAFE.getLong(byteArray, 223 + BYTE_ARRAY_OFFSET); in testLongs()
417 sum += UNSAFE.getLong(byteArray, 260 + BYTE_ARRAY_OFFSET); in testLongs()
418 sum += UNSAFE.getLong(byteArray, 297 + BYTE_ARRAY_OFFSET); in testLongs()
419 sum += UNSAFE.getLong(byteArray, 334 + BYTE_ARRAY_OFFSET); in testLongs()
[all …]
H A DJdkInternalMiscUnsafeAccessTestLong.java152 long x = UNSAFE.getLong(base, offset); in testAccess()
203 long x = UNSAFE.getLong(base, offset); in testAccess()
210 long x = UNSAFE.getLong(base, offset); in testAccess()
218 long x = UNSAFE.getLong(base, offset); in testAccess()
225 long x = UNSAFE.getLong(base, offset); in testAccess()
232 long x = UNSAFE.getLong(base, offset); in testAccess()
239 long x = UNSAFE.getLong(base, offset); in testAccess()
246 long x = UNSAFE.getLong(base, offset); in testAccess()
253 long x = UNSAFE.getLong(base, offset); in testAccess()
263 long x = UNSAFE.getLong(base, offset); in testAccess()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DMisalignedAccesses.java410 sum += UNSAFE.getLong(byteArray, 1 + BYTE_ARRAY_OFFSET); in testLongs()
411 sum += UNSAFE.getLong(byteArray, 38 + BYTE_ARRAY_OFFSET); in testLongs()
412 sum += UNSAFE.getLong(byteArray, 75 + BYTE_ARRAY_OFFSET); in testLongs()
413 sum += UNSAFE.getLong(byteArray, 112 + BYTE_ARRAY_OFFSET); in testLongs()
414 sum += UNSAFE.getLong(byteArray, 149 + BYTE_ARRAY_OFFSET); in testLongs()
415 sum += UNSAFE.getLong(byteArray, 186 + BYTE_ARRAY_OFFSET); in testLongs()
416 sum += UNSAFE.getLong(byteArray, 223 + BYTE_ARRAY_OFFSET); in testLongs()
417 sum += UNSAFE.getLong(byteArray, 260 + BYTE_ARRAY_OFFSET); in testLongs()
418 sum += UNSAFE.getLong(byteArray, 297 + BYTE_ARRAY_OFFSET); in testLongs()
419 sum += UNSAFE.getLong(byteArray, 334 + BYTE_ARRAY_OFFSET); in testLongs()
[all …]
H A DJdkInternalMiscUnsafeAccessTestLong.java152 long x = UNSAFE.getLong(base, offset); in testAccess()
203 long x = UNSAFE.getLong(base, offset); in testAccess()
210 long x = UNSAFE.getLong(base, offset); in testAccess()
218 long x = UNSAFE.getLong(base, offset); in testAccess()
225 long x = UNSAFE.getLong(base, offset); in testAccess()
232 long x = UNSAFE.getLong(base, offset); in testAccess()
239 long x = UNSAFE.getLong(base, offset); in testAccess()
246 long x = UNSAFE.getLong(base, offset); in testAccess()
253 long x = UNSAFE.getLong(base, offset); in testAccess()
263 long x = UNSAFE.getLong(base, offset); in testAccess()
[all …]
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DSftpStatVFS.java69 statvfs.bsize = buf.getLong(); in getStatVFS()
70 statvfs.frsize = buf.getLong(); in getStatVFS()
71 statvfs.blocks = buf.getLong(); in getStatVFS()
72 statvfs.bfree = buf.getLong(); in getStatVFS()
73 statvfs.bavail = buf.getLong(); in getStatVFS()
74 statvfs.files = buf.getLong(); in getStatVFS()
75 statvfs.ffree = buf.getLong(); in getStatVFS()
76 statvfs.favail = buf.getLong(); in getStatVFS()
77 statvfs.fsid = buf.getLong(); in getStatVFS()
78 int flag = (int)buf.getLong(); in getStatVFS()
[all …]
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DSftpStatVFS.java69 statvfs.bsize = buf.getLong(); in getStatVFS()
70 statvfs.frsize = buf.getLong(); in getStatVFS()
71 statvfs.blocks = buf.getLong(); in getStatVFS()
72 statvfs.bfree = buf.getLong(); in getStatVFS()
73 statvfs.bavail = buf.getLong(); in getStatVFS()
74 statvfs.files = buf.getLong(); in getStatVFS()
75 statvfs.ffree = buf.getLong(); in getStatVFS()
76 statvfs.favail = buf.getLong(); in getStatVFS()
77 statvfs.fsid = buf.getLong(); in getStatVFS()
78 int flag = (int)buf.getLong(); in getStatVFS()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DSftpStatVFS.java69 statvfs.bsize = buf.getLong(); in getStatVFS()
70 statvfs.frsize = buf.getLong(); in getStatVFS()
71 statvfs.blocks = buf.getLong(); in getStatVFS()
72 statvfs.bfree = buf.getLong(); in getStatVFS()
73 statvfs.bavail = buf.getLong(); in getStatVFS()
74 statvfs.files = buf.getLong(); in getStatVFS()
75 statvfs.ffree = buf.getLong(); in getStatVFS()
76 statvfs.favail = buf.getLong(); in getStatVFS()
77 statvfs.fsid = buf.getLong(); in getStatVFS()
78 int flag = (int)buf.getLong(); in getStatVFS()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DHistoryViewer.java511 finishTime = last.getLong(Keys.FINISH_TIME); in printLast()
540 min.getLong(Keys.FINISH_TIME), in printAnalysis()
573 long l1 = t1.getLong(Keys.FINISH_TIME) - t1.getLong(Keys.START_TIME);
574 long l2 = t2.getLong(Keys.FINISH_TIME) - t2.getLong(Keys.START_TIME);
583 t1.getLong(Keys.START_TIME);
585 t2.getLong(Keys.START_TIME);
594 long l2 = t2.getLong(Keys.SHUFFLE_FINISHED);
602 long l1 = t1.getLong(Keys.FINISH_TIME);
603 long l2 = t2.getLong(Keys.FINISH_TIME);
611 long l1 = t1.getLong(Keys.FINISH_TIME) -
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/util/
H A DDummyResourceCalculatorPlugin.java62 return getConf().getLong(MAXVMEM_TESTING_PROPERTY, -1); in getVirtualMemorySize()
68 return getConf().getLong(MAXPMEM_TESTING_PROPERTY, -1); in getPhysicalMemorySize()
74 return getConf().getLong(MAXVMEM_TESTING_PROPERTY, -1); in getAvailableVirtualMemorySize()
80 return getConf().getLong(MAXPMEM_TESTING_PROPERTY, -1); in getAvailablePhysicalMemorySize()
92 return getConf().getLong(CPU_FREQUENCY, -1); in getCpuFrequency()
98 return getConf().getLong(CUMULATIVE_CPU_TIME, -1); in getCumulativeCpuTime()
109 long cpuTime = getConf().getLong(PROC_CUMULATIVE_CPU_TIME, -1); in getProcResourceValues()
110 long pMem = getConf().getLong(PROC_PMEM_TESTING_PROPERTY, -1); in getProcResourceValues()
111 long vMem = getConf().getLong(PROC_VMEM_TESTING_PROPERTY, -1); in getProcResourceValues()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/
H A DReplicatedEnvironmentStats.java398 return replayStats.getLong(N_COMMITS); in getNReplayCommits()
410 return replayStats.getLong(N_COMMIT_ACKS); in getNReplayCommitAcks()
418 return replayStats.getLong(N_COMMIT_SYNCS); in getNReplayCommitSyncs()
426 return replayStats.getLong(N_COMMIT_NO_SYNCS); in getNReplayCommitNoSyncs()
442 return replayStats.getLong(N_ABORTS); in getNReplayAborts()
450 return replayStats.getLong(N_NAME_LNS); in getNReplayNameLNs()
458 return replayStats.getLong(N_LNS); in getNReplayLNs()
507 return replayStats.getLong(N_GROUP_COMMITS); in getNReplayGroupCommits()
577 return protocolStats.getLong(N_BYTES_READ); in getNProtocolBytesRead()
648 return protocolStats.getLong(N_READ_NANOS); in getProtocolReadNanos()
[all …]
/dports/devel/spark/spark-2.1.1/examples/src/main/scala/org/apache/spark/examples/sql/
H A DUserDefinedUntypedAggregation.scala52 buffer(0) = buffer.getLong(0) + input.getLong(0)
53 buffer(1) = buffer.getLong(1) + 1
58 buffer1(0) = buffer1.getLong(0) + buffer2.getLong(0)
59 buffer1(1) = buffer1.getLong(1) + buffer2.getLong(1)
62 def evaluate(buffer: Row): Double = buffer.getLong(0).toDouble / buffer.getLong(1)
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/
H A DGenerateUnsafeRowJoiner.scala55 val getLong = "Platform.getLong" constant
71 s"$getLong(obj1, offset1 + ${i * 8})"
74 s"$getLong(obj1, offset1 + ${i * 8}) | ($getLong(obj2, offset2) << $bitset1Remainder)"
77 s"($getLong(obj2, offset2 + ${(i - bitset1Words) * 8}) >>> (64 - $bitset1Remainder))" +
78 s" | ($getLong(obj2, offset2 + ${(i - bitset1Words + 1) * 8}) << $bitset1Remainder)"
81 s"$getLong(obj2, offset2 + ${(i - bitset1Words) * 8}) >>> (64 - $bitset1Remainder)"
86 s"$getLong(obj1, offset1 + ${i * 8})"
88 s"$getLong(obj2, offset2 + ${(i - bitset1Words) * 8})"
154 |$putLong(buf, $cursor, $getLong(buf, $cursor) + ($shift << 32));
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestLong.java152 long x = UNSAFE.getLong(base, offset); in testAccess()
203 long x = UNSAFE.getLong(base, offset); in testAccess()
210 long x = UNSAFE.getLong(base, offset); in testAccess()
218 long x = UNSAFE.getLong(base, offset); in testAccess()
225 long x = UNSAFE.getLong(base, offset); in testAccess()
232 long x = UNSAFE.getLong(base, offset); in testAccess()
239 long x = UNSAFE.getLong(base, offset); in testAccess()
246 long x = UNSAFE.getLong(base, offset); in testAccess()
253 long x = UNSAFE.getLong(base, offset); in testAccess()
263 long x = UNSAFE.getLong(base, offset); in testAccess()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestLong.java152 long x = UNSAFE.getLong(base, offset); in testAccess()
203 long x = UNSAFE.getLong(base, offset); in testAccess()
210 long x = UNSAFE.getLong(base, offset); in testAccess()
218 long x = UNSAFE.getLong(base, offset); in testAccess()
225 long x = UNSAFE.getLong(base, offset); in testAccess()
232 long x = UNSAFE.getLong(base, offset); in testAccess()
239 long x = UNSAFE.getLong(base, offset); in testAccess()
246 long x = UNSAFE.getLong(base, offset); in testAccess()
253 long x = UNSAFE.getLong(base, offset); in testAccess()
263 long x = UNSAFE.getLong(base, offset); in testAccess()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestLong.java152 long x = UNSAFE.getLong(base, offset); in testAccess()
203 long x = UNSAFE.getLong(base, offset); in testAccess()
210 long x = UNSAFE.getLong(base, offset); in testAccess()
218 long x = UNSAFE.getLong(base, offset); in testAccess()
225 long x = UNSAFE.getLong(base, offset); in testAccess()
232 long x = UNSAFE.getLong(base, offset); in testAccess()
239 long x = UNSAFE.getLong(base, offset); in testAccess()
246 long x = UNSAFE.getLong(base, offset); in testAccess()
253 long x = UNSAFE.getLong(base, offset); in testAccess()
263 long x = UNSAFE.getLong(base, offset); in testAccess()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestLong.java152 long x = UNSAFE.getLong(base, offset); in testAccess()
203 long x = UNSAFE.getLong(base, offset); in testAccess()
210 long x = UNSAFE.getLong(base, offset); in testAccess()
218 long x = UNSAFE.getLong(base, offset); in testAccess()
225 long x = UNSAFE.getLong(base, offset); in testAccess()
232 long x = UNSAFE.getLong(base, offset); in testAccess()
239 long x = UNSAFE.getLong(base, offset); in testAccess()
246 long x = UNSAFE.getLong(base, offset); in testAccess()
253 long x = UNSAFE.getLong(base, offset); in testAccess()
263 long x = UNSAFE.getLong(base, offset); in testAccess()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestLong.java152 long x = UNSAFE.getLong(base, offset); in testAccess()
203 long x = UNSAFE.getLong(base, offset); in testAccess()
210 long x = UNSAFE.getLong(base, offset); in testAccess()
218 long x = UNSAFE.getLong(base, offset); in testAccess()
225 long x = UNSAFE.getLong(base, offset); in testAccess()
232 long x = UNSAFE.getLong(base, offset); in testAccess()
239 long x = UNSAFE.getLong(base, offset); in testAccess()
246 long x = UNSAFE.getLong(base, offset); in testAccess()
253 long x = UNSAFE.getLong(base, offset); in testAccess()
263 long x = UNSAFE.getLong(base, offset); in testAccess()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestLargeVarCharVector.java599 vector.offsetBuffer.getLong(0 * BaseLargeVariableWidthVector.OFFSET_WIDTH)); in testFillEmptiesUsage()
601 vector.offsetBuffer.getLong(1 * BaseLargeVariableWidthVector.OFFSET_WIDTH)); in testFillEmptiesUsage()
603 vector.offsetBuffer.getLong(2 * BaseLargeVariableWidthVector.OFFSET_WIDTH)); in testFillEmptiesUsage()
605 vector.offsetBuffer.getLong(3 * BaseLargeVariableWidthVector.OFFSET_WIDTH)); in testFillEmptiesUsage()
607 vector.offsetBuffer.getLong(4 * BaseLargeVariableWidthVector.OFFSET_WIDTH)); in testFillEmptiesUsage()
609 vector.offsetBuffer.getLong(5 * BaseLargeVariableWidthVector.OFFSET_WIDTH)); in testFillEmptiesUsage()
612 vector.offsetBuffer.getLong(6 * BaseLargeVariableWidthVector.OFFSET_WIDTH)); in testFillEmptiesUsage()
614 vector.offsetBuffer.getLong(7 * BaseLargeVariableWidthVector.OFFSET_WIDTH)); in testFillEmptiesUsage()
616 vector.offsetBuffer.getLong(8 * BaseLargeVariableWidthVector.OFFSET_WIDTH)); in testFillEmptiesUsage()
766 assertEquals(4, offsetBuf.getLong(8)); in testUnloadLargeVariableWidthVector()
[all …]

12345678910>>...160