Home
last modified time | relevance | path

Searched defs:targetOffset (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5ArrayCopy.h33 char16_t* target, int32_t targetOffset, in arraycopy()
55 int32_t targetOffset, int32_t length) { in arraycopy()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5ArrayCopy.h33 char16_t* target, int32_t targetOffset, in arraycopy()
55 int32_t targetOffset, int32_t length) { in arraycopy()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5ArrayCopy.h33 char16_t* target, int32_t targetOffset, in arraycopy()
55 int32_t targetOffset, int32_t length) { in arraycopy()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5ArrayCopy.h33 char16_t* target, int32_t targetOffset, in arraycopy()
55 int32_t targetOffset, int32_t length) { in arraycopy()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dupdatefunctor.h30 const Coord<DIM>& targetOffset, in SoARegionUpdateHelper()
81 const Coord<DIM>& targetOffset; variable
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/filters/
H A DSVGFEConvolveMatrix.cpp81 FloatSize SVGFEConvolveMatrix::targetOffset() const in targetOffset() function in WebCore::SVGFEConvolveMatrix
86 void SVGFEConvolveMatrix::setTargetOffset(FloatSize targetOffset) in setTargetOffset()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5ArrayCopy.h36 char16_t* target, int32_t targetOffset, in arraycopy()
68 int32_t targetOffset, int32_t length) { in arraycopy()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5ArrayCopy.h37 …arraycopy(char16_t* source, int32_t sourceOffset, char16_t* target, int32_t targetOffset, int32_t … in arraycopy()
73 arraycopy(nsHtml5StackNode** arr, int32_t sourceOffset, int32_t targetOffset, int32_t length) in arraycopy()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBytecodeAnalysis.cpp119 uint32_t targetOffset = it.tableSwitchCaseOffset(script_, i); in init() local
174 uint32_t targetOffset = it.getJumpTargetOffset(script_); in init() local
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBytecodeAnalysis.cpp118 uint32_t targetOffset = it.tableSwitchCaseOffset(script_, i); in init() local
173 uint32_t targetOffset = it.getJumpTargetOffset(script_); in init() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBytecodeAnalysis.cpp119 uint32_t targetOffset = it.tableSwitchCaseOffset(script_, i); in init() local
174 uint32_t targetOffset = it.getJumpTargetOffset(script_); in init() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/test/
H A DitkFastMarchingUpwindGradientTest.cxx246 for(const auto & targetOffset : targetOffsets) in itkFastMarchingUpwindGradientTest() local
271 for(const auto & targetOffset : targetOffsets) in itkFastMarchingUpwindGradientTest() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBytecodeAnalysis.cpp106 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc2); in init() local
200 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc); in init() local
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBytecodeAnalysis.cpp96 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc2); in init() local
191 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc); in init() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBytecodeAnalysis.cpp106 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc2); in init() local
199 unsigned targetOffset = offset + GET_JUMP_OFFSET(pc); in init() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/bson/mutable/
H A Ddamage_vector.h50 OffsetSizeType targetOffset; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/
H A DFEConvolveMatrix.cpp38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, in FEConvolveMatrix()
53 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, in create()
107 IntPoint FEConvolveMatrix::targetOffset() const in targetOffset() function in WebCore::FEConvolveMatrix
112 bool FEConvolveMatrix::setTargetOffset(const IntPoint& targetOffset) in setTargetOffset()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBytecodeAnalysis.cpp93 uint32_t targetOffset = it.tableSwitchCaseOffset(script_, i); in init() local
163 uint32_t targetOffset = it.getJumpTargetOffset(script_); in init() local
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DAbstractRocksIterator.java123 abstract void seekDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekDirect0()
124 abstract void seekForPrevDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekForPrevDirect0()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DAbstractRocksIterator.java123 abstract void seekDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekDirect0()
124 abstract void seekForPrevDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekForPrevDirect0()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DAbstractRocksIterator.java123 abstract void seekDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekDirect0()
124 abstract void seekForPrevDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekForPrevDirect0()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DAbstractRocksIterator.java123 abstract void seekDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekDirect0()
124 abstract void seekForPrevDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekForPrevDirect0()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DAbstractRocksIterator.java123 abstract void seekDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekDirect0()
124 abstract void seekForPrevDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekForPrevDirect0()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DAbstractRocksIterator.java123 abstract void seekDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekDirect0()
124 abstract void seekForPrevDirect0(long handle, ByteBuffer target, int targetOffset, int targetLen); in seekForPrevDirect0()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/log/
H A DFileReader.java1018 boolean containsOffset(long targetOffset) { in containsOffset()
1024 public boolean containsLsn(long targetFileNumber, long targetOffset) { in containsLsn()
1030 public void positionBuffer(long targetOffset) { in positionBuffer()
1053 long targetOffset, in slideAndFill()
1156 long targetOffset) in fillFromFile()

12345678910>>...18