Home
last modified time | relevance | path

Searched refs:pos (Results 34376 – 34400 of 366285) sorted by relevance

1...<<1371137213731374137513761377137813791380>>...14652

/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/text/text-0.3.2/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/util/qlalr/
H A Dcompress.cpp197 QVector<int>::iterator pos = info.begin (); in operator ()() local
199 while (pos != info.end ()) in operator ()()
201 if (pos == info.begin ()) in operator ()()
208 pos = pm; in operator ()()
213 pos = std::search (pos, info.end (), row.beginNonZeros (), row.endNonZeros (), _Fit ()); in operator ()()
215 if (pos == info.end ()) in operator ()()
233 ++pos; in operator ()()
236 if (pos == info.end ()) in operator ()()
244 pos = info.begin () + size; in operator ()()
247 int offset = std::distance (info.begin (), pos); in operator ()()
[all …]
/dports/audio/libshout/libshout-2.4.5/src/
H A Dcodec_opus.c60 int pos; member
72 if (p->pos>p->maxlen-4) in read_uint32()
74 *val = (uint32_t)p->data[p->pos ]; in read_uint32()
75 *val |= (uint32_t)p->data[p->pos + 1] << 8; in read_uint32()
78 p->pos += 4; in read_uint32()
84 if (p->pos>p->maxlen-2) in read_uint16()
86 *val = (uint16_t)p->data[p->pos ]; in read_uint16()
88 p->pos += 2; in read_uint16()
95 if (p->pos>p->maxlen-nb_chars) in read_chars()
98 str[i] = p->data[p->pos++]; in read_chars()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/lib/libshout-idjc/src/
H A Dcodec_opus.c59 int pos; member
71 if (p->pos>p->maxlen-4) in read_uint32()
73 *val = (uint32_t)p->data[p->pos ]; in read_uint32()
74 *val |= (uint32_t)p->data[p->pos + 1] << 8; in read_uint32()
77 p->pos += 4; in read_uint32()
83 if (p->pos>p->maxlen-2) in read_uint16()
85 *val = (uint16_t)p->data[p->pos ]; in read_uint16()
87 p->pos += 2; in read_uint16()
94 if (p->pos>p->maxlen-nb_chars) in read_chars()
97 str[i] = p->data[p->pos++]; in read_chars()
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/games/flare-engine/flare-engine-1.12/src/
H A DMenuNumPicker.cpp75 Point pos = Parse::toPoint(infile.val); in MenuNumPicker() local
76 button_ok->setBasePos(pos.x, pos.y, Utils::ALIGN_TOPLEFT); in MenuNumPicker()
80 Point pos = Parse::toPoint(infile.val); in MenuNumPicker() local
81 button_up->setBasePos(pos.x, pos.y, Utils::ALIGN_TOPLEFT); in MenuNumPicker()
85 Point pos = Parse::toPoint(infile.val); in MenuNumPicker() local
86 button_down->setBasePos(pos.x, pos.y, Utils::ALIGN_TOPLEFT); in MenuNumPicker()
90 Point pos = Parse::toPoint(infile.val); in MenuNumPicker() local
91 button_close->setBasePos(pos.x, pos.y, Utils::ALIGN_TOPLEFT); in MenuNumPicker()
95 Point pos = Parse::toPoint(infile.val); in MenuNumPicker() local
96 input_box->setBasePos(pos.x, pos.y, Utils::ALIGN_TOPLEFT); in MenuNumPicker()
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/net/croc/croc-9.5.0/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/net/clash/clash-1.6.0/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dcompress.cpp184 QVector<int>::iterator pos = info.begin (); in operator ()() local
186 while (pos != info.end ()) in operator ()()
188 if (pos == info.begin ()) in operator ()()
195 pos = pm; in operator ()()
200 pos = std::search (pos, info.end (), row.beginNonZeros (), row.endNonZeros (), _Fit ()); in operator ()()
202 if (pos == info.end ()) in operator ()()
220 ++pos; in operator ()()
223 if (pos == info.end ()) in operator ()()
231 pos = info.begin () + size; in operator ()()
234 int offset = std::distance (info.begin (), pos); in operator ()()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/golang.org/x/text/text-0.3.2/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dcompress.cpp184 QVector<int>::iterator pos = info.begin (); in operator ()() local
186 while (pos != info.end ()) in operator ()()
188 if (pos == info.begin ()) in operator ()()
195 pos = pm; in operator ()()
200 pos = std::search (pos, info.end (), row.beginNonZeros (), row.endNonZeros (), _Fit ()); in operator ()()
202 if (pos == info.end ()) in operator ()()
220 ++pos; in operator ()()
223 if (pos == info.end ()) in operator ()()
231 pos = info.begin () + size; in operator ()()
234 int offset = std::distance (info.begin (), pos); in operator ()()
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dcompress.cpp184 QVector<int>::iterator pos = info.begin (); in operator ()() local
186 while (pos != info.end ()) in operator ()()
188 if (pos == info.begin ()) in operator ()()
195 pos = pm; in operator ()()
200 pos = std::search (pos, info.end (), row.beginNonZeros (), row.endNonZeros (), _Fit ()); in operator ()()
202 if (pos == info.end ()) in operator ()()
220 ++pos; in operator ()()
223 if (pos == info.end ()) in operator ()()
231 pos = info.begin () + size; in operator ()()
234 int offset = std::distance (info.begin (), pos); in operator ()()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dcompress.cpp184 QVector<int>::iterator pos = info.begin (); in operator ()() local
186 while (pos != info.end ()) in operator ()()
188 if (pos == info.begin ()) in operator ()()
195 pos = pm; in operator ()()
200 pos = std::search (pos, info.end (), row.beginNonZeros (), row.endNonZeros (), _Fit ()); in operator ()()
202 if (pos == info.end ()) in operator ()()
220 ++pos; in operator ()()
223 if (pos == info.end ()) in operator ()()
231 pos = info.begin () + size; in operator ()()
234 int offset = std::distance (info.begin (), pos); in operator ()()
[all …]
/dports/audio/aubio/aubio-0.4.9/src/synth/
H A Dwavetable.c71 uint_t idx = (uint_t)FLOOR(pos); in interp_2()
72 smpl_t frac = pos - (smpl_t)idx; in interp_2()
82 smpl_t pos = s->last_pos; in aubio_wavetable_do() local
86 pos += inc; in aubio_wavetable_do()
87 while (pos > s->wavetable_length) { in aubio_wavetable_do()
88 pos -= s->wavetable_length; in aubio_wavetable_do()
93 s->last_pos = pos; in aubio_wavetable_do()
114 smpl_t pos = s->last_pos; in aubio_wavetable_do_multi() local
119 pos += inc; in aubio_wavetable_do_multi()
121 pos -= s->wavetable_length; in aubio_wavetable_do_multi()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dcompress.cpp184 QVector<int>::iterator pos = info.begin (); in operator ()() local
186 while (pos != info.end ()) in operator ()()
188 if (pos == info.begin ()) in operator ()()
195 pos = pm; in operator ()()
200 pos = std::search (pos, info.end (), row.beginNonZeros (), row.endNonZeros (), _Fit ()); in operator ()()
202 if (pos == info.end ()) in operator ()()
220 ++pos; in operator ()()
223 if (pos == info.end ()) in operator ()()
231 pos = info.begin () + size; in operator ()()
234 int offset = std::distance (info.begin (), pos); in operator ()()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dcompress.cpp184 QVector<int>::iterator pos = info.begin (); in operator ()() local
186 while (pos != info.end ()) in operator ()()
188 if (pos == info.begin ()) in operator ()()
195 pos = pm; in operator ()()
200 pos = std::search (pos, info.end (), row.beginNonZeros (), row.endNonZeros (), _Fit ()); in operator ()()
202 if (pos == info.end ()) in operator ()()
220 ++pos; in operator ()()
223 if (pos == info.end ()) in operator ()()
231 pos = info.begin () + size; in operator ()()
234 int offset = std::distance (info.begin (), pos); in operator ()()
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/golang.org/x/text/internal/gen/bitfield/
H A Dbitfield.go57 pos := 64 - nBits
59 pos = 0
91 if pos += f.nBits; pos > 64 {
97 nBits = posToBits(pos)
151 case pos <= 8:
153 case pos <= 16:
155 case pos <= 32:
157 case pos <= 64:
192 pos := uint(0)
200 pos += f.nBits
[all …]

1...<<1371137213731374137513761377137813791380>>...14652