Home
last modified time | relevance | path

Searched refs:base_index (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/dports/www/py-notebook/notebook-6.4.5/notebook/tests/selenium/
H A Dtest_dualmode_execute.py16 base_index = 3
17 notebook.focus_cell(base_index)
19 validate_dualmode_state(notebook, 'edit', base_index + 1)
22 notebook.focus_cell(base_index)
24 validate_dualmode_state(notebook, 'edit', base_index)
30 validate_dualmode_state(notebook, 'command', base_index)
37 base_index += 1
39 validate_dualmode_state(notebook, 'command', base_index)
42 notebook.focus_cell(base_index - 1)
59 notebook.focus_cell(base_index)
[all …]
/dports/math/faiss/faiss-1.7.1/faiss/
H A DIndexRefine.cpp24 : Index(base_index->d, base_index->metric_type), in IndexRefine()
25 base_index(base_index), in IndexRefine()
35 ntotal = base_index->ntotal; in IndexRefine()
39 : base_index(nullptr), in IndexRefine()
45 base_index->train(n, x); in train()
52 base_index->add(n, x); in add()
58 base_index->reset(); in reset()
160 delete base_index; in ~IndexRefine()
171 base_index, in IndexRefineFlat()
172 new IndexFlat(base_index->d, base_index->metric_type)) { in IndexRefineFlat()
[all …]
/dports/lang/pocl/pocl-1.8/lib/kernel/
H A Dread_image.cl339 size_t base_index
388 size_t base_index = 0;
531 size_t base_index = 0;
670 size_t base_index = 0;
834 size_t base_index = 0;
909 size_t base_index = 0;
978 size_t base_index = 0;
1070 size_t base_index = 0;
1079 base_index += ijk0;
1107 size_t base_index = 0;
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/base/
H A Dtsa_model.py81 base_index = index
83 index = base_index
85 int_index = is_int_index(base_index)
87 index_class = type(base_index)
116 elif key > base_index[-1]:
133 elif key > len(base_index) - 1:
149 if date_key > base_index[-1]:
654 if base_index is None:
655 base_index = self._index
689 if base_index is None:
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_datatypes.c15 const int base_index = index >> 3; in zrtp_bitmap_right_shift() local
29 x[width_bytes-1] = x[width_bytes-1-base_index]; in zrtp_bitmap_right_shift()
30 for (i=width_bytes-1; i > base_index; i--) { in zrtp_bitmap_right_shift()
31 x[i-1] = x[i-1-base_index]; in zrtp_bitmap_right_shift()
35 for (i = width_bytes; i > base_index; i--) { in zrtp_bitmap_right_shift()
36 from = i-1 - base_index; in zrtp_bitmap_right_shift()
46 for (i=0; i < base_index; i++) { in zrtp_bitmap_right_shift()
55 const int base_index = index >> 3; in zrtp_bitmap_left_shift() local
66 for (i=0; i < width_bytes - base_index; i++) { in zrtp_bitmap_left_shift()
67 x[i] = x[i+base_index]; in zrtp_bitmap_left_shift()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_gizmo_preselect_type.c62 int base_index; member
98 int base_index; in gizmo_preselect_elem_test_select() member
184 gz_ele->base_index = -1; in gizmo_preselect_elem_test_select()
190 gz_ele->base_index = best.base_index; in gizmo_preselect_elem_test_select()
292 int base_index; member
313 int base_index; in gizmo_preselect_edgering_test_select() member
319 int base_index; in gizmo_preselect_edgering_test_select() member
322 .base_index = gz_ring->base_index, in gizmo_preselect_edgering_test_select()
340 uint base_index; in gizmo_preselect_edgering_test_select() local
347 best.base_index = base_index; in gizmo_preselect_edgering_test_select()
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/sequence/
H A DAminoAcidSequence.java553 for(int base_index = start_index; in searchForwardFor()
555 ++base_index) in searchForwardFor()
579 return base_index; in searchForwardFor()
600 for(int base_index = start_index; base_index >= 0; in searchBackwardFor()
601 --base_index) in searchBackwardFor()
625 return base_index; in searchBackwardFor()
669 ++base_index) in reverseComplementSearchForwardFor()
698 return base_index; in reverseComplementSearchForwardFor()
720 for(int base_index = start_index; base_index >= 0; in reverseComplementSearchBackwardFor()
721 --base_index) in reverseComplementSearchBackwardFor()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/crypto/math/
H A Ddatatypes.c241 const int base_index = shift >> 5; in v128_right_shift() local
254 for (i = 4 - 1; i > base_index; i--) in v128_right_shift()
259 for (i = 4; i > base_index; i--) { in v128_right_shift()
260 from = i - 1 - base_index; in v128_right_shift()
269 for (i = 0; i < base_index; i++) in v128_right_shift()
276 const int base_index = shift >> 5; in v128_left_shift() local
285 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
286 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
295 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
388 const int base_index = shift >> 5; in bitvector_left_shift() local
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libsrtp/crypto/math/
H A Ddatatypes.c239 const int base_index = shift >> 5; in v128_right_shift() local
252 for (i = 4 - 1; i > base_index; i--) in v128_right_shift()
257 for (i = 4; i > base_index; i--) { in v128_right_shift()
258 from = i - 1 - base_index; in v128_right_shift()
267 for (i = 0; i < base_index; i++) in v128_right_shift()
274 const int base_index = shift >> 5; in v128_left_shift() local
283 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
284 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
293 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
386 const int base_index = shift >> 5; in bitvector_left_shift() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libsrtp/crypto/math/
H A Ddatatypes.c241 const int base_index = shift >> 5; in v128_right_shift() local
254 for (i = 4 - 1; i > base_index; i--) in v128_right_shift()
259 for (i = 4; i > base_index; i--) { in v128_right_shift()
260 from = i - 1 - base_index; in v128_right_shift()
269 for (i = 0; i < base_index; i++) in v128_right_shift()
276 const int base_index = shift >> 5; in v128_left_shift() local
285 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
286 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
295 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
388 const int base_index = shift >> 5; in bitvector_left_shift() local
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/crypto/math/
H A Ddatatypes.c266 const int base_index = shift >> 5; in v128_right_shift() local
279 x->v32[4-1] = x->v32[4-1-base_index]; in v128_right_shift()
280 for (i=4-1; i > base_index; i--) in v128_right_shift()
286 for (i = 4; i > base_index; i--) { in v128_right_shift()
287 from = i-1 - base_index; in v128_right_shift()
297 for (i=0; i < base_index; i++) in v128_right_shift()
305 const int base_index = shift >> 5; in v128_left_shift() local
314 for (i=0; i < 4 - base_index; i++) in v128_left_shift()
315 x->v32[i] = x->v32[i+base_index]; in v128_left_shift()
324 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/crypto/math/
H A Ddatatypes.c241 const int base_index = shift >> 5; in v128_right_shift() local
254 for (i = 4 - 1; i > base_index; i--) in v128_right_shift()
259 for (i = 4; i > base_index; i--) { in v128_right_shift()
260 from = i - 1 - base_index; in v128_right_shift()
269 for (i = 0; i < base_index; i++) in v128_right_shift()
276 const int base_index = shift >> 5; in v128_left_shift() local
285 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
286 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
295 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
388 const int base_index = shift >> 5; in bitvector_left_shift() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/srtp/src/crypto/math/
H A Ddatatypes.c241 const int base_index = shift >> 5; in v128_right_shift() local
254 for (i = 4 - 1; i > base_index; i--) in v128_right_shift()
259 for (i = 4; i > base_index; i--) { in v128_right_shift()
260 from = i - 1 - base_index; in v128_right_shift()
269 for (i = 0; i < base_index; i++) in v128_right_shift()
276 const int base_index = shift >> 5; in v128_left_shift() local
285 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
286 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
295 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
386 const int base_index = shift >> 5; in bitvector_left_shift() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libsrtp/crypto/math/
H A Ddatatypes.c241 const int base_index = shift >> 5; in v128_right_shift() local
254 for (i = 4 - 1; i > base_index; i--) in v128_right_shift()
259 for (i = 4; i > base_index; i--) { in v128_right_shift()
260 from = i - 1 - base_index; in v128_right_shift()
269 for (i = 0; i < base_index; i++) in v128_right_shift()
276 const int base_index = shift >> 5; in v128_left_shift() local
285 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
286 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
295 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
388 const int base_index = shift >> 5; in bitvector_left_shift() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/srtp/src/crypto/math/
H A Ddatatypes.c331 const int base_index = shift >> 5; in v128_right_shift() local
344 x->v32[4-1] = x->v32[4-1-base_index]; in v128_right_shift()
345 for (i=4-1; i > base_index; i--) in v128_right_shift()
351 for (i = 4; i > base_index; i--) { in v128_right_shift()
352 from = i-1 - base_index; in v128_right_shift()
362 for (i=0; i < base_index; i++) in v128_right_shift()
370 const int base_index = shift >> 5; in v128_left_shift() local
379 for (i=0; i < 4 - base_index; i++) in v128_left_shift()
380 x->v32[i] = x->v32[i+base_index]; in v128_left_shift()
389 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libsrtp/src/crypto/math/
H A Ddatatypes.c241 const int base_index = shift >> 5; in v128_right_shift() local
254 for (i = 4 - 1; i > base_index; i--) in v128_right_shift()
259 for (i = 4; i > base_index; i--) { in v128_right_shift()
260 from = i - 1 - base_index; in v128_right_shift()
269 for (i = 0; i < base_index; i++) in v128_right_shift()
276 const int base_index = shift >> 5; in v128_left_shift() local
285 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
286 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
295 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
388 const int base_index = shift >> 5; in bitvector_left_shift() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/srtp/src/crypto/math/
H A Ddatatypes.c241 const int base_index = shift >> 5; in v128_right_shift() local
254 for (i = 4 - 1; i > base_index; i--) in v128_right_shift()
259 for (i = 4; i > base_index; i--) { in v128_right_shift()
260 from = i - 1 - base_index; in v128_right_shift()
269 for (i = 0; i < base_index; i++) in v128_right_shift()
276 const int base_index = shift >> 5; in v128_left_shift() local
285 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
286 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
295 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
388 const int base_index = shift >> 5; in bitvector_left_shift() local
[all …]
/dports/net/libsrtp2/libsrtp-2.4.2/crypto/math/
H A Ddatatypes.c159 const int base_index = shift >> 5; in v128_left_shift() local
168 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
169 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
171 for (i = 0; i < 4 - base_index - 1; i++) in v128_left_shift()
178 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
231 const int base_index = shift >> 5; in bitvector_left_shift() local
241 for (i = 0; i < word_length - base_index; i++) in bitvector_left_shift()
242 x->word[i] = x->word[i + base_index]; in bitvector_left_shift()
244 for (i = 0; i < word_length - base_index - 1; i++) in bitvector_left_shift()
247 x->word[word_length - base_index - 1] = in bitvector_left_shift()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dunverified_sha1.cc91 const size_t base_index = i * sizeof(uint32); in AsByteStream() local
129 if (base_index < source_.size()) { in FillNextMessage()
130 const size_t rest = source_.size() - base_index; in FillNextMessage()
132 source_.copy(dest, kMessageBlockBytes, base_index); in FillNextMessage()
136 source_.copy(dest, rest, base_index); in FillNextMessage()
141 if ((base_index + cursor) == source_.size()) { in FillNextMessage()
236 const size_t base_index = i * 4; in MakeDigestImpl() local
237 W[i] = (CharToUint32(message[base_index + 0]) << 24) | in MakeDigestImpl()
238 (CharToUint32(message[base_index + 1]) << 16) | in MakeDigestImpl()
239 (CharToUint32(message[base_index + 2]) << 8) | in MakeDigestImpl()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/crypto/math/
H A Ddatatypes.c159 const int base_index = shift >> 5; in v128_left_shift() local
168 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
169 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
171 for (i = 0; i < 4 - base_index - 1; i++) in v128_left_shift()
178 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
231 const int base_index = shift >> 5; in bitvector_left_shift() local
241 for (i = 0; i < word_length - base_index; i++) in bitvector_left_shift()
242 x->word[i] = x->word[i + base_index]; in bitvector_left_shift()
244 for (i = 0; i < word_length - base_index - 1; i++) in bitvector_left_shift()
247 x->word[word_length - base_index - 1] = in bitvector_left_shift()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dunverified_sha1.cc91 const size_t base_index = i * sizeof(uint32); in AsByteStream() local
129 if (base_index < source_.size()) { in FillNextMessage()
130 const size_t rest = source_.size() - base_index; in FillNextMessage()
132 source_.copy(dest, kMessageBlockBytes, base_index); in FillNextMessage()
136 source_.copy(dest, rest, base_index); in FillNextMessage()
141 if ((base_index + cursor) == source_.size()) { in FillNextMessage()
236 const size_t base_index = i * 4; in MakeDigestImpl() local
237 W[i] = (CharToUint32(message[base_index + 0]) << 24) | in MakeDigestImpl()
238 (CharToUint32(message[base_index + 1]) << 16) | in MakeDigestImpl()
239 (CharToUint32(message[base_index + 2]) << 8) | in MakeDigestImpl()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dunverified_sha1.cc91 const size_t base_index = i * sizeof(uint32); in AsByteStream() local
129 if (base_index < source_.size()) { in FillNextMessage()
130 const size_t rest = source_.size() - base_index; in FillNextMessage()
132 source_.copy(dest, kMessageBlockBytes, base_index); in FillNextMessage()
136 source_.copy(dest, rest, base_index); in FillNextMessage()
141 if ((base_index + cursor) == source_.size()) { in FillNextMessage()
236 const size_t base_index = i * 4; in MakeDigestImpl() local
237 W[i] = (CharToUint32(message[base_index + 0]) << 24) | in MakeDigestImpl()
238 (CharToUint32(message[base_index + 1]) << 16) | in MakeDigestImpl()
239 (CharToUint32(message[base_index + 2]) << 8) | in MakeDigestImpl()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dunverified_sha1.cc91 const size_t base_index = i * sizeof(uint32); in AsByteStream() local
129 if (base_index < source_.size()) { in FillNextMessage()
130 const size_t rest = source_.size() - base_index; in FillNextMessage()
132 source_.copy(dest, kMessageBlockBytes, base_index); in FillNextMessage()
136 source_.copy(dest, rest, base_index); in FillNextMessage()
141 if ((base_index + cursor) == source_.size()) { in FillNextMessage()
236 const size_t base_index = i * 4; in MakeDigestImpl() local
237 W[i] = (CharToUint32(message[base_index + 0]) << 24) | in MakeDigestImpl()
238 (CharToUint32(message[base_index + 1]) << 16) | in MakeDigestImpl()
239 (CharToUint32(message[base_index + 2]) << 8) | in MakeDigestImpl()
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/crypto/math/
H A Ddatatypes.c159 const int base_index = shift >> 5; in v128_left_shift() local
168 for (i = 0; i < 4 - base_index; i++) in v128_left_shift()
169 x->v32[i] = x->v32[i + base_index]; in v128_left_shift()
171 for (i = 0; i < 4 - base_index - 1; i++) in v128_left_shift()
178 for (i = 4 - base_index; i < 4; i++) in v128_left_shift()
231 const int base_index = shift >> 5; in bitvector_left_shift() local
241 for (i = 0; i < word_length - base_index; i++) in bitvector_left_shift()
242 x->word[i] = x->word[i + base_index]; in bitvector_left_shift()
244 for (i = 0; i < word_length - base_index - 1; i++) in bitvector_left_shift()
247 x->word[word_length - base_index - 1] = in bitvector_left_shift()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dunverified_sha1.cc91 const size_t base_index = i * sizeof(uint32); in AsByteStream() local
129 if (base_index < source_.size()) { in FillNextMessage()
130 const size_t rest = source_.size() - base_index; in FillNextMessage()
132 source_.copy(dest, kMessageBlockBytes, base_index); in FillNextMessage()
136 source_.copy(dest, rest, base_index); in FillNextMessage()
141 if ((base_index + cursor) == source_.size()) { in FillNextMessage()
236 const size_t base_index = i * 4; in MakeDigestImpl() local
237 W[i] = (CharToUint32(message[base_index + 0]) << 24) | in MakeDigestImpl()
238 (CharToUint32(message[base_index + 1]) << 16) | in MakeDigestImpl()
239 (CharToUint32(message[base_index + 2]) << 8) | in MakeDigestImpl()
[all …]

12345678910>>...40