Home
last modified time | relevance | path

Searched refs:hold (Results 26 – 50 of 29283) sorted by relevance

12345678910>>...1172

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/7047069/
H A DTest7047069.java119 holdIndex = hold.length - 6; in Test7047069()
120 holdEnd = hold.length - 2; in Test7047069()
138 int have = hold.length - holdIndex; in ensureHoldCapacity()
139 int newsize = hold.length + GROW_SIZE; in ensureHoldCapacity()
141 System.arraycopy(hold, holdIndex, in ensureHoldCapacity()
144 if (verbose) System.err.println("old hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
146 hold = newhold; in ensureHoldCapacity()
147 if (verbose) System.err.println("new hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
166 subdivide(hold, holdIndex, in next()
167 hold, holdIndex - 4, in next()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/7047069/
H A DTest7047069.java119 holdIndex = hold.length - 6; in Test7047069()
120 holdEnd = hold.length - 2; in Test7047069()
138 int have = hold.length - holdIndex; in ensureHoldCapacity()
139 int newsize = hold.length + GROW_SIZE; in ensureHoldCapacity()
141 System.arraycopy(hold, holdIndex, in ensureHoldCapacity()
144 if (verbose) System.err.println("old hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
146 hold = newhold; in ensureHoldCapacity()
147 if (verbose) System.err.println("new hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
166 subdivide(hold, holdIndex, in next()
167 hold, holdIndex - 4, in next()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/
H A DTest7047069.java124 holdIndex = hold.length - 6; in Test7047069()
125 holdEnd = hold.length - 2; in Test7047069()
144 int have = hold.length - holdIndex; in ensureHoldCapacity()
145 int newsize = hold.length + GROW_SIZE; in ensureHoldCapacity()
147 System.arraycopy(hold, holdIndex, in ensureHoldCapacity()
150 if (verbose) System.err.println("old hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
152 hold = newhold; in ensureHoldCapacity()
153 if (verbose) System.err.println("new hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
172 subdivide(hold, holdIndex, in next()
173 hold, holdIndex - 4, in next()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/
H A DTest7047069.java124 holdIndex = hold.length - 6; in Test7047069()
125 holdEnd = hold.length - 2; in Test7047069()
144 int have = hold.length - holdIndex; in ensureHoldCapacity()
145 int newsize = hold.length + GROW_SIZE; in ensureHoldCapacity()
147 System.arraycopy(hold, holdIndex, in ensureHoldCapacity()
150 if (verbose) System.err.println("old hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
152 hold = newhold; in ensureHoldCapacity()
153 if (verbose) System.err.println("new hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
172 subdivide(hold, holdIndex, in next()
173 hold, holdIndex - 4, in next()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/
H A DTest7047069.java124 holdIndex = hold.length - 6; in Test7047069()
125 holdEnd = hold.length - 2; in Test7047069()
144 int have = hold.length - holdIndex; in ensureHoldCapacity()
145 int newsize = hold.length + GROW_SIZE; in ensureHoldCapacity()
147 System.arraycopy(hold, holdIndex, in ensureHoldCapacity()
150 if (verbose) System.err.println("old hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
152 hold = newhold; in ensureHoldCapacity()
153 if (verbose) System.err.println("new hold = "+hold+"["+hold.length+"]"); in ensureHoldCapacity()
172 subdivide(hold, holdIndex, in next()
173 hold, holdIndex - 4, in next()
[all …]
/dports/misc/libemos/libemos-4.5.9-Source/pbio/
H A Dreadprod.c101 char * hold = NULL; in readprod() local
118 hold = shold; in readprod()
121 hold = buffer; in readprod()
234 *(hold+length-1) = '\0'; in readprod()
322 section2 = ( hold[11] & WMOBIT1 ) ; in gribsize()
323 section3 = ( hold[11] & WMOBIT2 ) ; in gribsize()
334 if ( hold[7] == 2 ){ in gribsize()
340 if ( ( hold[21] != 0 ) || ( hold[22] != 0 ) ) { in gribsize()
407 largeLen = waveLength(hold); in gribsize()
421 section2 = ( hold[7] & WMOBIT8 ) ; in gribsize()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/zlib/contrib/optimizations/
H A Dinffast_chunk.c120 hold = state->hold;
132 hold |= read64le(in) << bits;
142 here = lcode[hold & lmask];
145 hold >>= op;
169 hold >>= op;
175 hold |= read64le(in) << bits;
185 here = dcode[hold & dmask];
188 hold >>= op;
216 hold >>= op;
327 hold &= (1U << bits) - 1;
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/zlib/contrib/optimizations/
H A Dinffast_chunk.c120 hold = state->hold;
132 hold |= read64le(in) << bits;
142 here = lcode[hold & lmask];
145 hold >>= op;
169 hold >>= op;
175 hold |= read64le(in) << bits;
185 here = dcode[hold & dmask];
188 hold >>= op;
216 hold >>= op;
327 hold &= (1U << bits) - 1;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zlib/contrib/optimizations/
H A Dinffast_chunk.c120 hold = state->hold;
132 hold |= read64le(in) << bits;
142 here = lcode[hold & lmask];
145 hold >>= op;
169 hold >>= op;
175 hold |= read64le(in) << bits;
185 here = dcode[hold & dmask];
188 hold >>= op;
216 hold >>= op;
327 hold &= (1U << bits) - 1;
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/image/
H A Dqgifhandler.cpp265 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
274 swidth=LM(hold[0], hold[1]); in decode()
275 sheight=LM(hold[2], hold[3]); in decode()
299 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
337 int newleft=LM(hold[1], hold[2]); in decode()
338 int newtop=LM(hold[3], hold[4]); in decode()
339 int newwidth=LM(hold[5], hold[6]); in decode()
340 int newheight=LM(hold[7], hold[8]); in decode()
627 *loopCount = hold[1]+hold[2]*256; in decode()
731 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/imageformats/gif/
H A Dqgifhandler.cpp266 gif89=(hold[3]!='8' || hold[4]!='7'); in decode()
275 swidth=LM(hold[0], hold[1]); in decode()
276 sheight=LM(hold[2], hold[3]); in decode()
300 QRgb rgb = qRgb(hold[0], hold[1], hold[2]); in decode()
338 int newleft=LM(hold[1], hold[2]); in decode()
339 int newtop=LM(hold[3], hold[4]); in decode()
340 int newwidth=LM(hold[5], hold[6]); in decode()
341 int newheight=LM(hold[7], hold[8]); in decode()
641 *loopCount = hold[1]+hold[2]*256; in decode()
746 imageWidth = LM(hold[0], hold[1]); in scan()
[all …]

12345678910>>...1172