Home
last modified time | relevance | path

Searched refs:_ea (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc9/gcc-9.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc48/gcc-4.8.5/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc8/gcc-8.5.0/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ argument
32 __cache_fetch_dirty(_ea, _n_bytes_dirty)
34 #define cache_fetch(_ea) __cache_fetch(_ea) argument
35 #define cache_touch(_ea) __cache_touch(_ea) argument
36 #define cache_evict(_ea) __cache_evict(_ea) argument
/dports/security/helib/HElib-1.3.1/include/helib/
H A DrandomMatrices.h36 RandomMatrix(const EncryptedArray& _ea, long _dim) : ea(_ea), dim(_dim) in RandomMatrix() argument
88 RandomMultiMatrix(const EncryptedArray& _ea, long _dim) : ea(_ea), dim(_dim) in RandomMultiMatrix() argument
146 RandomBlockMatrix(const EncryptedArray& _ea, long _dim) : ea(_ea), dim(_dim) in RandomBlockMatrix() argument
150 _ea.getAlMod().restoreContext(); in RandomBlockMatrix()
151 long d = _ea.getDegree(); in RandomBlockMatrix()
201 ea(_ea), dim(_dim) in RandomMultiBlockMatrix()
205 _ea.getAlMod().restoreContext(); in RandomMultiBlockMatrix()
206 long n = _ea.size(); in RandomMultiBlockMatrix()
207 long d = _ea.getDegree(); in RandomMultiBlockMatrix()
257 RandomFullMatrix(const EncryptedArray& _ea) : ea(_ea) in RandomFullMatrix() argument
[all …]
H A DEvalMap.h64 EvalMap(const EncryptedArray& _ea,
96 ThinEvalMap(const EncryptedArray& _ea,
/dports/security/helib/HElib-1.3.1/src/
H A DEvalMap.cpp48 ea(_ea), invert(_invert) in EvalMap()
227 Step2Matrix(const EncryptedArray& _ea, in Step2Matrix() argument
243 _ea.getAlMod().restoreContext(); in Step2Matrix()
267 long r = _ea.getAlMod().getR(); in Step2Matrix()
328 _ea.getAlMod().restoreContext(); in Step1Matrix()
371 long r = _ea.getAlMod().getR(); in Step1Matrix()
514 ea(_ea), invert(_invert) in ThinEvalMap()
695 _ea.getAlMod().restoreContext(); in ThinStep2Matrix()
723 long r = _ea.getAlMod().getR(); in ThinStep2Matrix()
795 _ea.getAlMod().restoreContext(); in ThinStep1Matrix()
[all …]
/dports/security/helib/HElib-1.3.1/misc/
H A DTest_matmul.cpp306 RandomMatrix(const EncryptedArray& _ea): MatMul<type>(_ea) { in RandomMatrix() argument
307 long n = _ea.size(); in RandomMatrix()
308 long d = _ea.getDegree(); in RandomMatrix()
311 RBak bak; bak.save(); _ea.getContext().alMod.restoreContext(); in RandomMatrix()
348 RandomBlockMatrix(const EncryptedArray& _ea): BlockMatMul<type>(_ea) in RandomBlockMatrix() argument
350 RBak bak; bak.save(); _ea.getAlMod().restoreContext(); in RandomBlockMatrix()
351 long n = _ea.size(); in RandomBlockMatrix()
352 long d = _ea.getDegree(); in RandomBlockMatrix()
H A Dmatmul.h48 MatMulBase(const EncryptedArray& _ea, long g=1): ea(_ea), gStep(g) {} in ea() argument
91 MatMul(const EncryptedArray& _ea, long g=1): MatMulBase(_ea,g) {} in PA_INJECT()
177 BlockMatMul(const EncryptedArray& _ea): MatMulBase(_ea) {} in PA_INJECT()
/dports/net/smm++/smm/sources/rsc/
H A DTMouseButtonConfig.tcl11 variable _ea
55 set _ea($_nwid,dl) [list $b $d $s $c $a]
56 set _ea($_nwid,en) $en
57 set _ea($_nwid,ed) $ed
77 $itk_component(a$i) streamin $_ea($i,dl)
116 event delete $_ea($i,en)
117 event add $_ea($i,en) [$itk_component(a$i) getEventString]
/dports/lang/perl5.34/perl-5.34.0/os2/OS2/OS2-ExtAttr/
H A DExtAttr.xs59 MODULE = OS2::ExtAttr PACKAGE = OS2::ExtAttr PREFIX = _ea
64 struct _ea * ptr
68 struct _ea * dst
75 struct _ea * src
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/os2/OS2/OS2-ExtAttr/
H A DExtAttr.xs59 MODULE = OS2::ExtAttr PACKAGE = OS2::ExtAttr PREFIX = _ea
64 struct _ea * ptr
68 struct _ea * dst
75 struct _ea * src
/dports/lang/perl5.30/perl-5.30.3/os2/OS2/OS2-ExtAttr/
H A DExtAttr.xs59 MODULE = OS2::ExtAttr PACKAGE = OS2::ExtAttr PREFIX = _ea
64 struct _ea * ptr
68 struct _ea * dst
75 struct _ea * src
/dports/lang/perl5.32/perl-5.32.1/os2/OS2/OS2-ExtAttr/
H A DExtAttr.xs59 MODULE = OS2::ExtAttr PACKAGE = OS2::ExtAttr PREFIX = _ea
64 struct _ea * ptr
68 struct _ea * dst
75 struct _ea * src
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DAnnotationsHost.java81 public void addElement(ParsedElementAnnotation _ea) throws BuildException { in addElement() argument
82 ParsedElementAnnotationHost ea = (ParsedElementAnnotationHost) _ea; in addElement()

12345678