Home
last modified time | relevance | path

Searched refs:posOffset (Results 101 – 125 of 214) sorted by relevance

123456789

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/objviewer/
H A Dglmdraw.c167 model->posOffset = 0; in glmMakeVBOs()
300 (const void *) (size_t) model->posOffset); in glmDrawVBO()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/objviewer/
H A Dglmdraw.c167 model->posOffset = 0; in glmMakeVBOs()
300 (const void *) (size_t) model->posOffset); in glmDrawVBO()
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/promql/
H A Dtest.go243 posOffset := parser.Pos(strings.Index(lines[i], expr))
244 perr.PositionRange.Start += posOffset
245 perr.PositionRange.End += posOffset
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_spawn.cpp1128 void G_SpawnSubBSPGEntityFromSpawnVars( vec3_t posOffset, vec3_t angOffset ) { in G_SpawnSubBSPGEntityFromSpawnVars() argument
1145 VectorAdd(ent->s.origin, posOffset, ent->s.origin); in G_SpawnSubBSPGEntityFromSpawnVars()
1600 void G_SubBSPSpawnEntitiesFromString(const char *entityString, vec3_t posOffset, vec3_t angOffset) in G_SubBSPSpawnEntitiesFromString() argument
1627 G_SpawnSubBSPGEntityFromSpawnVars(posOffset, angOffset); in G_SubBSPSpawnEntitiesFromString()
/dports/devel/icu-lx/icu/source/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/devel/icu/icu/source/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dtzfmt.cpp1657 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1658 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1659 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1665 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1667 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1671 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1676 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dtzfmt.cpp1659 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1660 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1661 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1667 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1669 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1673 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1678 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dtzfmt.cpp1663 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1664 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1665 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1671 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1673 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1677 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1682 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dtzfmt.cpp1665 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1666 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1667 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1673 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1675 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1679 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1684 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dtzfmt.cpp1657 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1658 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1659 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1665 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1667 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1671 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1676 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/dports/devel/ice37/ice-3.7.2/ruby/src/IceRuby/
H A DOperation.cpp370 IceRuby::OperationI::convertParams(VALUE v, ParamInfoList& params, int posOffset, bool& usesClasses) in convertParams() argument
376 ParamInfoPtr param = convertParam(RARRAY_AREF(v, i), i + posOffset); in convertParams()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/
H A DParticleSystem.cpp512 GLsizei posOffset = (float*)(&(itr->_position)) - ptr; // Position in render_vertex_array() local
521 state.setVertexPointer(3, GL_FLOAT, stride * sizeof(float), ptr + posOffset); in render_vertex_array()
/dports/devel/php-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DOperation.cpp370 IceRuby::OperationI::convertParams(VALUE v, ParamInfoList& params, int posOffset, bool& usesClasses) in convertParams() argument
376 ParamInfoPtr param = convertParam(RARRAY_AREF(v, i), i + posOffset); in convertParams()
/dports/devel/py-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DOperation.cpp370 IceRuby::OperationI::convertParams(VALUE v, ParamInfoList& params, int posOffset, bool& usesClasses) in convertParams() argument
376 ParamInfoPtr param = convertParam(RARRAY_AREF(v, i), i + posOffset); in convertParams()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/
H A DOverviewRuler.java1052 int posOffset= p.getOffset(); in getAnnotationPosition() local
1053 int posEnd= posOffset + p.getLength(); in getAnnotationPosition()
1056 if (posEnd > posOffset && region.getOffset() == posEnd) { in getAnnotationPosition()
1061 if (posOffset <= end && posEnd >= start) in getAnnotationPosition()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/util/
H A Dinput_slider.cpp408 float posOffset = static_cast<float>( i_size ) / static_cast<float>( inputLength ); in wheelEvent() local
409 setValue( value() + posOffset * maximum() ); in wheelEvent()

123456789