Home
last modified time | relevance | path

Searched refs:shift_len (Results 1 – 23 of 23) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/ext/encryptors/rotn/
H A Drotn_encrypt.c78 size_t shift_len; /* Length of shift* byte arrays */ member
208 if (rotn_encryptor->shift_len == 0) in rotn_encrypt()
212 rotn_encryptor->shift_forw, rotn_encryptor->shift_len); in rotn_encrypt()
274 if (rotn_encryptor->shift_len == 0) in rotn_decrypt()
278 rotn_encryptor->shift_back, rotn_encryptor->shift_len); in rotn_decrypt()
380 rotn_encryptor->shift_len = len; in rotn_customize()
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Dcross_correlation.py342 def xcorr(tr1, tr2, shift_len, full_xcorr=False): argument
402 if min(len(tr1), len(tr2)) - 2 * shift_len <= 0:
409 corp = np.empty(2 * shift_len + 1, dtype=np.float64, order='C')
414 res = clibsignal.X_corr(tr1, tr2, corp, shift_len, len(tr1), len(tr2),
425 def xcorr_3c(st1, st2, shift_len, components=["Z", "N", "E"], argument
472 corp = np.zeros(2 * shift_len + 1, dtype=np.float64, order='C')
476 shift_len)
630 shift_len = int(cc_maxlag * samp_rate)
631 cc = correlate(slices[0].data, slices[1].data, shift_len, method='direct')
646 cc_t = np.linspace(-cc_maxlag, cc_maxlag, shift_len * 2 + 1)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/riscv/
H A Dtranslate.c432 int shift_len = TARGET_LONG_BITS; in gen_arith_imm() local
461 shift_len = 32; in gen_arith_imm()
465 if (imm >= shift_len) { in gen_arith_imm()
472 shift_len = 32; in gen_arith_imm()
479 if (imm >= shift_len) { in gen_arith_imm()
485 tcg_gen_sextract_tl(source1, source1, imm, shift_len - imm); in gen_arith_imm()
488 tcg_gen_extract_tl(source1, source1, imm, shift_len - imm); in gen_arith_imm()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc983 int search_len, shift_len; in remove_option() local
1021 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1025 while(shift_len --) in remove_option()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc983 int search_len, shift_len; in remove_option() local
1021 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1025 while(shift_len --) in remove_option()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc983 int search_len, shift_len; in remove_option() local
1021 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1025 while(shift_len --) in remove_option()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc988 size_t search_len, shift_len; in remove_option() local
1027 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1031 while(shift_len --) in remove_option()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysql_config_editor.cc988 size_t search_len, shift_len; in remove_option() local
1027 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1031 while(shift_len --) in remove_option()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc988 size_t search_len, shift_len; in remove_option() local
1027 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1031 while(shift_len --) in remove_option()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysql_config_editor.cc988 size_t search_len, shift_len; in remove_option() local
1027 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1031 while(shift_len --) in remove_option()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc988 size_t search_len, shift_len; in remove_option() local
1027 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1031 while(shift_len --) in remove_option()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysql_config_editor.cc983 int search_len, shift_len; in remove_option() local
1021 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1025 while(shift_len --) in remove_option()
/dports/databases/mysql57-client/mysql-5.7.36/client/
H A Dmysql_config_editor.cc988 size_t search_len, shift_len; in remove_option() local
1027 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1031 while(shift_len --) in remove_option()
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysql_config_editor.cc983 int search_len, shift_len; in remove_option() local
1021 shift_len= file_buf->length - (end - file_buf->str); in remove_option()
1025 while(shift_len --) in remove_option()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dmysql_config_editor.cc869 size_t search_len, shift_len; in remove_option() local
903 shift_len = file_buf->length - (end - file_buf->str); in remove_option()
907 while (shift_len--) *(start++) = *(end++); in remove_option()
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/
H A DConstantFold.hs487 ; [e1, Lit (LitNumber LitNumInt shift_len)] <- getArgs
489 _ | shift_len == 0
492 | shift_len < 0 || shift_len > toInteger (platformWordSizeInBits platform)
499 | 0 < shift_len
500 , shift_len <= toInteger (platformWordSizeInBits platform)
502 y = x `op` fromInteger shift_len
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/prelude/
H A DPrelRules.hs472 ; [e1, Lit (LitNumber LitNumInt shift_len _)] <- getArgs
474 _ | shift_len == 0
477 | shift_len < 0 || shift_len > wordSizeInBits dflags
482 | 0 < shift_len
483 , shift_len <= wordSizeInBits dflags
485 y = x `op` fromInteger shift_len
/dports/lang/ghc/ghc-8.10.7/compiler/prelude/
H A DPrelRules.hs472 ; [e1, Lit (LitNumber LitNumInt shift_len _)] <- getArgs
474 _ | shift_len == 0
477 | shift_len < 0 || shift_len > wordSizeInBits dflags
482 | 0 < shift_len
483 , shift_len <= wordSizeInBits dflags
485 y = x `op` fromInteger shift_len
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Dfile-item.c870 unsigned long shift_len; in btrfs_del_csums() local
893 shift_len = (len >> blocksize_bits) * csum_size; in btrfs_del_csums()
899 shift_len); in btrfs_del_csums()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Dfile-item.c870 unsigned long shift_len; in btrfs_del_csums() local
893 shift_len = (len >> blocksize_bits) * csum_size; in btrfs_del_csums()
899 shift_len); in btrfs_del_csums()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/btrfs/
H A Dfile-item.c870 unsigned long shift_len; in btrfs_del_csums() local
893 shift_len = (len >> blocksize_bits) * csum_size; in btrfs_del_csums()
899 shift_len); in btrfs_del_csums()
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DConstantFold.hs947 [e1, Lit (LitNumber LitNumInt shift_len)] <- getArgs
954 _ | shift_len == 0 -> pure e1
957 _ | shift_len < 0 || shift_len > bit_size
963 | 0 < shift_len && shift_len <= bit_size
969 y = x `op` fromInteger shift_len
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin9.c10978 Int4 shift_len = 0; in UpdateSequenceExtend5Prime() local
10995 shift_len = upp->update_bsp->length; in UpdateSequenceExtend5Prime()
11001 shift_len = ualp->new5; in UpdateSequenceExtend5Prime()
11064 rval = ShiftFeaturesForUpdate (upp->orig_bsp, upp->update_bsp, shift_len); in UpdateSequenceExtend5Prime()