Home
last modified time | relevance | path

Searched refs:prev_ofs (Results 1 – 25 of 91) sorted by relevance

1234

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/
H A Djit_sve_512_1x1_conv_kernel.cpp171 if ((prev_ofs != -1) && ld1rw_imm_check(ofs - prev_ofs)) { in reduce_loop()
176 if ((prev_ofs != -1) && ((ofs - prev_ofs) >= 0)) { in reduce_loop()
190 return prev_ofs; in reduce_loop()
241 if ((prev_ofs != -1) && ((ofs - prev_ofs) > 0) in reduce_loop()
250 if ((prev_ofs != -1) && ((ofs - prev_ofs) > 0)) { in reduce_loop()
267 return prev_ofs; in reduce_loop()
290 if ((prev_ofs != -1) && str_imm_check(ofs - prev_ofs)) { in reduce_loop()
298 if ((prev_ofs != -1) && ((ofs - prev_ofs) > 0)) { in reduce_loop()
379 prev_ofs = out_load(i_load, i_ur, prev_ofs); in reduce_loop()
396 prev_ofs = -1; in reduce_loop()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/
H A Djit_sve_512_1x1_conv_kernel.cpp171 if ((prev_ofs != -1) && ld1rw_imm_check(ofs - prev_ofs)) { in reduce_loop()
176 if ((prev_ofs != -1) && ((ofs - prev_ofs) >= 0)) { in reduce_loop()
190 return prev_ofs; in reduce_loop()
241 if ((prev_ofs != -1) && ((ofs - prev_ofs) > 0) in reduce_loop()
250 if ((prev_ofs != -1) && ((ofs - prev_ofs) > 0)) { in reduce_loop()
267 return prev_ofs; in reduce_loop()
290 if ((prev_ofs != -1) && str_imm_check(ofs - prev_ofs)) { in reduce_loop()
298 if ((prev_ofs != -1) && ((ofs - prev_ofs) > 0)) { in reduce_loop()
379 prev_ofs = out_load(i_load, i_ur, prev_ofs); in reduce_loop()
396 prev_ofs = -1; in reduce_loop()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
H A Dcryptonite_salsa.c179 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_combine()
180 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_combine()
182 ctx->prev_ofs += to_copy; in cryptonite_salsa_combine()
218 ctx->prev_ofs = i; in cryptonite_salsa_combine()
238 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_generate()
239 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_generate()
241 ctx->prev_ofs += to_copy; in cryptonite_salsa_generate()
287 ctx->prev_ofs = i; in cryptonite_salsa_generate()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
H A Dcryptonite_salsa.c179 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_combine()
180 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_combine()
182 ctx->prev_ofs += to_copy; in cryptonite_salsa_combine()
218 ctx->prev_ofs = i; in cryptonite_salsa_combine()
238 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_generate()
239 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_generate()
241 ctx->prev_ofs += to_copy; in cryptonite_salsa_generate()
287 ctx->prev_ofs = i; in cryptonite_salsa_generate()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
H A Dcryptonite_salsa.c179 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_combine()
180 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_combine()
182 ctx->prev_ofs += to_copy; in cryptonite_salsa_combine()
218 ctx->prev_ofs = i; in cryptonite_salsa_combine()
238 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_generate()
239 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_generate()
241 ctx->prev_ofs += to_copy; in cryptonite_salsa_generate()
287 ctx->prev_ofs = i; in cryptonite_salsa_generate()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_chacha.c159 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
160 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
162 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
198 ctx->prev_ofs = i; in cryptonite_chacha_combine()
218 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
219 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
221 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
267 ctx->prev_ofs = i; in cryptonite_chacha_generate()
H A Dcryptonite_salsa.c180 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_combine()
181 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_combine()
183 ctx->prev_ofs += to_copy; in cryptonite_salsa_combine()
219 ctx->prev_ofs = i; in cryptonite_salsa_combine()
239 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_generate()
240 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_generate()
242 ctx->prev_ofs += to_copy; in cryptonite_salsa_generate()
288 ctx->prev_ofs = i; in cryptonite_salsa_generate()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
H A Dcryptonite_salsa.c179 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_combine()
180 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_combine()
182 ctx->prev_ofs += to_copy; in cryptonite_salsa_combine()
218 ctx->prev_ofs = i; in cryptonite_salsa_combine()
238 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_generate()
239 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_generate()
241 ctx->prev_ofs += to_copy; in cryptonite_salsa_generate()
287 ctx->prev_ofs = i; in cryptonite_salsa_generate()
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_chacha.c159 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
160 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
162 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
198 ctx->prev_ofs = i; in cryptonite_chacha_combine()
218 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
219 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
221 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
267 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_chacha.c159 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
160 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
162 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
198 ctx->prev_ofs = i; in cryptonite_chacha_combine()
218 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
219 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
221 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
267 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
H A Dcryptonite_salsa.c179 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_combine()
180 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_combine()
182 ctx->prev_ofs += to_copy; in cryptonite_salsa_combine()
218 ctx->prev_ofs = i; in cryptonite_salsa_combine()
238 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_salsa_generate()
239 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_salsa_generate()
241 ctx->prev_ofs += to_copy; in cryptonite_salsa_generate()
287 ctx->prev_ofs = i; in cryptonite_salsa_generate()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_chacha.c158 dst[i] = src[i] ^ ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_combine()
159 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_combine()
161 ctx->prev_ofs += to_copy; in cryptonite_chacha_combine()
197 ctx->prev_ofs = i; in cryptonite_chacha_combine()
217 dst[i] = ctx->prev[ctx->prev_ofs+i]; in cryptonite_chacha_generate()
218 memset(ctx->prev + ctx->prev_ofs, 0, to_copy); in cryptonite_chacha_generate()
220 ctx->prev_ofs += to_copy; in cryptonite_chacha_generate()
266 ctx->prev_ofs = i; in cryptonite_chacha_generate()

1234