Home
last modified time | relevance | path

Searched defs:size (Results 176 – 200 of 78073) sorted by relevance

12345678910>>...3123

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Daltera-single-work-item-barrier.cpp7 void __kernel error_barrier_no_id(__global int * foo, int size) { in error_barrier_no_id()
21 void __kernel success_barrier_global_id(__global int * foo, int size) { in success_barrier_global_id()
26 void __kernel success_barrier_local_id(__global int * foo, int size) { in success_barrier_local_id()
31 void __kernel success_barrier_both_ids(__global int * foo, int size) { in success_barrier_both_ids()
37 void success_nokernel_barrier_no_id(__global int * foo, int size) { in success_nokernel_barrier_no_id()
54 void success_nokernel_barrier_local_id(__global int * foo, int size) { in success_nokernel_barrier_local_id()
67 void __kernel error_barrier_no_id(__global int * foo, int size) { in error_barrier_no_id()
97 void success_nokernel_barrier_no_id(__global int * foo, int size) { in success_nokernel_barrier_no_id()
127 void __kernel error_barrier_no_id(__global int * foo, int size) { in error_barrier_no_id()
185 void success_nokernel_barrier_no_id(__global int * foo, int size) { in success_nokernel_barrier_no_id()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Daltera-single-work-item-barrier.cpp7 void __kernel error_barrier_no_id(__global int * foo, int size) { in error_barrier_no_id()
21 void __kernel success_barrier_global_id(__global int * foo, int size) { in success_barrier_global_id()
26 void __kernel success_barrier_local_id(__global int * foo, int size) { in success_barrier_local_id()
31 void __kernel success_barrier_both_ids(__global int * foo, int size) { in success_barrier_both_ids()
37 void success_nokernel_barrier_no_id(__global int * foo, int size) { in success_nokernel_barrier_no_id()
54 void success_nokernel_barrier_local_id(__global int * foo, int size) { in success_nokernel_barrier_local_id()
67 void __kernel error_barrier_no_id(__global int * foo, int size) { in error_barrier_no_id()
97 void success_nokernel_barrier_no_id(__global int * foo, int size) { in success_nokernel_barrier_no_id()
127 void __kernel error_barrier_no_id(__global int * foo, int size) { in error_barrier_no_id()
185 void success_nokernel_barrier_no_id(__global int * foo, int size) { in success_nokernel_barrier_no_id()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq/tests/Performance/
H A DPerf.Linq.cs60 public void Select(int size, int iteration, Perf_LinqTestBase.WrapperType wrapType) in Select()
74 public void Where(int size, int iteration, Perf_LinqTestBase.WrapperType wrapType) in Where()
81 public void WhereWhere(int size, int iteration, Perf_LinqTestBase.WrapperType wrapType) in WhereWhere()
113 public void OrderBy(int size, int iteration, Perf_LinqTestBase.WrapperType wrapType) in OrderBy()
134 public void Range(int size, int iteration) in Range()
141 public void Repeat(int size, int iteration) in Repeat()
148 public void Reverse(int size, int iteration, Perf_LinqTestBase.WrapperType wrapType) in Reverse()
155 public void Skip(int size, int iteration, Perf_LinqTestBase.WrapperType wrapType) in Skip()
162 public void Take(int size, int iteration, Perf_LinqTestBase.WrapperType wrapType) in Take()
176 public void ToArray(int size, int iteration, Perf_LinqTestBase.WrapperType wrapType) in ToArray()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/stats/sampling/
H A Dsample_scipy.py21 def do_sample_scipy(dist, size, seed): argument
57 def _(dist: GammaDistribution, size, seed): argument
69 def _(dist: NormalDistribution, size, seed): argument
74 def _(dist: ParetoDistribution, size, seed): argument
80 def _(dist: StudentTDistribution, size, seed): argument
85 def _(dist: UniformDistribution, size, seed): argument
91 def _(dist: BetaDistribution, size, seed): argument
97 def _(dist: CauchyDistribution, size, seed): argument
136 def _(dist: PoissonDistribution, size, seed): argument
141 def _(dist: SkellamDistribution, size, seed): argument
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dtssmarshal.c98 TSS_UINT8_Marshalu(const UINT8 *source, uint16_t *written, BYTE **buffer, uint32_t *size) in TSS_UINT8_Marshalu()
121 TSS_INT8_Marshalu(const INT8 *source, uint16_t *written, BYTE **buffer, uint32_t *size) in TSS_INT8_Marshalu()
177 TSS_INT32_Marshalu(const INT32 *source, uint16_t *written, BYTE **buffer, uint32_t *size) in TSS_INT32_Marshalu()
1899 TSS_Load_Out_Unmarshalu(Load_Out *target, TPM_ST tag, BYTE **buffer, uint32_t *size) in TSS_Load_Out_Unmarshalu()
2222 TSS_Hash_Out_Unmarshalu(Hash_Out *target, TPM_ST tag, BYTE **buffer, uint32_t *size) in TSS_Hash_Out_Unmarshalu()
2240 TSS_HMAC_Out_Unmarshalu(HMAC_Out *target, TPM_ST tag, BYTE **buffer, uint32_t *size) in TSS_HMAC_Out_Unmarshalu()
2519 TSS_Sign_Out_Unmarshalu(Sign_Out *target, TPM_ST tag, BYTE **buffer, uint32_t *size) in TSS_Sign_Out_Unmarshalu()
7517 TSS_Load_Out_Unmarshal(Load_Out *target, TPM_ST tag, BYTE **buffer, int32_t *size) in TSS_Load_Out_Unmarshal()
7612 TSS_Hash_Out_Unmarshal(Hash_Out *target, TPM_ST tag, BYTE **buffer, int32_t *size) in TSS_Hash_Out_Unmarshal()
7617 TSS_HMAC_Out_Unmarshal(HMAC_Out *target, TPM_ST tag, BYTE **buffer, int32_t *size) in TSS_HMAC_Out_Unmarshal()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DRakMemoryOverride.cpp53 void SetMalloc( void* (*userFunction)(size_t size) ) in SetMalloc()
129 void* RakNet::_RakMalloc (size_t size) in _RakMalloc()
134 void* RakNet::_RakRealloc (void *p, size_t size) in _RakRealloc()
168 void * RakNet::_DLMallocMMap (size_t size) in _DLMallocMMap()
172 void * RakNet::_DLMallocDirectMMap (size_t size) in _DLMallocDirectMMap()
183 void* _DLMalloc(size_t size) in _DLMalloc()
188 void* _DLRealloc(void *p, size_t size) in _DLRealloc()
223 void UseRaknetFixedHeap(size_t initialCapacity, in UseRaknetFixedHeap()
224 void * (*yourMMapFunction) (size_t size), in UseRaknetFixedHeap()
266 void UseRaknetFixedHeap(size_t initialCapacity, in UseRaknetFixedHeap()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Media.xcassets/AppIcon.appiconset/
H A DContents.json5 "size" : "29x29", string
10 "size" : "29x29", string
15 "size" : "29x29", string
20 "size" : "40x40", string
25 "size" : "40x40", string
30 "size" : "57x57", string
35 "size" : "57x57", string
40 "size" : "60x60", string
45 "size" : "60x60", string
50 "size" : "29x29", string
[all …]
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/include/
H A Darraynpy.pxi76 cdef inline ndarray empty_i(PetscInt size):
80 cdef inline ndarray empty_r(PetscInt size):
84 cdef inline ndarray empty_s(PetscInt size):
88 cdef inline ndarray empty_c(PetscInt size):
92 cdef inline ndarray empty_p(PetscInt size):
98 cdef inline ndarray array_i(PetscInt size, const PetscInt* data):
105 cdef inline ndarray array_r(PetscInt size, const PetscReal* data):
112 cdef inline ndarray array_s(PetscInt size, const PetscScalar* data):
128 cdef inline ndarray iarray_i(object ob, PetscInt* size, PetscInt** data):
155 cdef inline ndarray oarray_i(object ob, PetscInt* size, PetscInt** data):
[all …]
/dports/emulators/hugo/hugo-2.12/
H A Dfollowop.c17 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BBRi() local
33 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BCC() local
47 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BBSi() local
63 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BCS() local
75 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BEQ() local
87 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BNE() local
99 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BMI() local
111 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BPL() local
123 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BRA() local
132 UChar size = addr_info_debug[optable_debug[op].addr_mode].size; in follow_BSR() local
[all …]
/dports/science/py-scipy/scipy-1.7.1/benchmarks/benchmarks/
H A Dlinalg.py15 def random(size): argument
188 def setup(self, size): argument
206 def time_dft(self, size): argument
209 def time_hadamard(self, size): argument
212 def time_hankel(self, size): argument
215 def time_helmert(self, size): argument
218 def time_hilbert(self, size): argument
224 def time_leslie(self, size): argument
227 def time_pascal(self, size): argument
233 def time_toeplitz(self, size): argument
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DBranchMisc.cpp9 UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
12 UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
15 UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
18 UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
21 UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
24 UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
27 UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
30 UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
33 UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
36 UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
/dports/sysutils/squashfs-tools/CPP/7zip/Compress/
H A DBranchMisc.cpp9 UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
12 UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
15 UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
18 UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
21 UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
24 UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
27 UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
30 UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
33 UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
36 UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
/dports/devel/elfutils/elfutils-0.179/libasm/
H A Dasm_adduint8.c40 #define UFCT(size) _UFCT(size) argument
41 #define _UFCT(size) asm_adduint##size argument
42 #define FCT(size) _FCT(size) argument
43 #define _FCT(size) asm_addint##size argument
44 #define UTYPE(size) _UTYPE(size) argument
45 #define _UTYPE(size) uint##size##_t argument
46 #define TYPE(size) _TYPE(size) argument
47 #define _TYPE(size) int##size##_t argument
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/tsvecdmatmult/
H A DOperationTest.h3703 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3739 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3780 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3816 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3857 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3893 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3934 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3970 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
4202 for( size_t index=0UL, size=0UL; index<indices.size(); index+=size ) { in testElementsOperation() local
4217 for( size_t index=0UL, size=0UL; index<indices.size(); index+=size ) { in testElementsOperation() local
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/tdvecsmatmult/
H A DOperationTest.h3700 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3736 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3777 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3813 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3854 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3890 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3931 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3967 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
4199 for( size_t index=0UL, size=0UL; index<indices.size(); index+=size ) { in testElementsOperation() local
4214 for( size_t index=0UL, size=0UL; index<indices.size(); index+=size ) { in testElementsOperation() local
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/tdvecdmatmult/
H A DOperationTest.h3703 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3739 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3780 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3816 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3857 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3893 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3934 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
3970 for( size_t index=0UL, size=0UL; index<rhs_.columns(); index+=size ) { in testSubvectorOperation() local
4202 for( size_t index=0UL, size=0UL; index<indices.size(); index+=size ) { in testElementsOperation() local
4217 for( size_t index=0UL, size=0UL; index<indices.size(); index+=size ) { in testElementsOperation() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ios/UnitTest/UnitTest/Assets.xcassets/AppIcon.appiconset/
H A DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/dports/misc/visp/visp-3.4.0/tutorial/ios/AprilTagLiveCamera/AprilTagLiveCamera/Assets.xcassets/AppIcon.appiconset/
H A DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/objective-c/examples/InterceptorSample/InterceptorSample/Assets.xcassets/AppIcon.appiconset/
H A DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/dports/devel/grpc/grpc-1.42.0/src/objective-c/examples/InterceptorSample/InterceptorSample/Assets.xcassets/AppIcon.appiconset/
H A DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/objective-c/examples/InterceptorSample/InterceptorSample/Assets.xcassets/AppIcon.appiconset/
H A DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ios/UnitTest/UnitTest/Assets.xcassets/AppIcon.appiconset/
H A DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/dports/misc/mnn/MNN-1.2.0/demo/iOS/playground/Assets.xcassets/AppIcon.appiconset/
H A DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/dports/misc/mnn/MNN-1.2.0/project/ios/Playground/Assets.xcassets/AppIcon.appiconset/
H A DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsua/ios-swift/ipjsua-swift/Assets.xcassets/AppIcon.appiconset/
H A DContents.json6 "size" : "20x20" string
11 "size" : "20x20" string
16 "size" : "29x29" string
21 "size" : "29x29" string
26 "size" : "40x40" string
31 "size" : "40x40" string
36 "size" : "60x60" string
41 "size" : "60x60" string
46 "size" : "20x20" string
51 "size" : "20x20" string
[all …]

12345678910>>...3123