Home
last modified time | relevance | path

Searched defs:_size (Results 1 – 25 of 3557) sorted by relevance

12345678910>>...143

/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/include/
H A Dconstant_lookup.h41 #define LOOKUP8_SSE(_table, _idx, _size) \ argument
43 #define LOOKUP8_AVX(_table, _idx, _size) \ argument
45 #define LOOKUP16_SSE(_table, _idx, _size) \ argument
47 #define LOOKUP16_AVX(_table, _idx, _size) \ argument
49 #define LOOKUP32_SSE(_table, _idx, _size) \ argument
51 #define LOOKUP32_AVX(_table, _idx, _size) \ argument
53 #define LOOKUP64_SSE(_table, _idx, _size) \ argument
55 #define LOOKUP64_AVX(_table, _idx, _size) \ argument
58 #define LOOKUP8_SSE(_table, _idx, _size) \ argument
60 #define LOOKUP8_AVX(_table, _idx, _size) \ argument
[all …]
/dports/net/beacon/beacon-1.4/common/src/
H A DqfDES.h34 #define qfDES_ECB_e(_key, _data, _size) qfDES(_key, _data, _size, qfDES_encrypt, qfDES_ecb, (unsign… argument
35 #define qfDES_ECB_d(_key, _data, _size) qfDES(_key, _data, _size, qfDES_decrypt, qfDES_ecb, (unsign… argument
37 #define qfDES_CBC_e(_key, _data, _size, _initVec) qfDES(_key, _data, _size, qfDES_encrypt, qfDES_cb… argument
38 #define qfDES_CBC_d(_key, _data, _size, _initVec) qfDES(_key, _data, _size, qfDES_decrypt, qfDES_cb… argument
40 #define qfDES_CFB_e(_key, _data, _size, _initVec) qfDES(_key, _data, _size, qfDES_encrypt, qfDES_cf… argument
41 #define qfDES_CFB_d(_key, _data, _size, _initVec) qfDES(_key, _data, _size, qfDES_decrypt, qfDES_cf… argument
43 #define qfDES_OFB_e(_key, _data, _size, _initVec) qfDES(_key, _data, _size, qfDES_encrypt, qfDES_of… argument
44 #define qfDES_OFB_d(_key, _data, _size, _initVec) qfDES(_key, _data, _size, qfDES_decrypt, qfDES_of… argument
53 #define qfDES_plainTextSize(_ptr, _size) (unsigned int) ((_size) - (unsigned int) (_ptr)[(_size) - … argument
/dports/net/samba412/samba-4.12.15/third_party/popt/
H A Dsystem.h83 #define xmalloc(_size) (malloc(_size) ? : vmefail()) argument
84 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) argument
85 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) argument
88 #define xmalloc(_size) malloc(_size) argument
89 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) argument
90 #define xrealloc(_ptr, _size) realloc((_ptr), (_size)) argument
/dports/databases/ldb15/ldb-1.5.6/third_party/popt/
H A Dsystem.h83 #define xmalloc(_size) (malloc(_size) ? : vmefail()) argument
84 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) argument
85 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) argument
88 #define xmalloc(_size) malloc(_size) argument
89 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) argument
90 #define xrealloc(_ptr, _size) realloc((_ptr), (_size)) argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/winapi-0.3.9/src/um/
H A Dcommoncontrols.rs83 fn GetImageRect( in stpcpy()
84 i: c_int, in stpcpy()
85 prc: *mut RECT, in stpcpy()
88 cx: *mut c_int, in stpcpy()
89 cy: *mut c_int, in stpcpy()
90 ) -> HRESULT, in stpcpy()
/dports/databases/ldb21/ldb-2.1.5/third_party/popt/
H A Dsystem.h83 #define xmalloc(_size) (malloc(_size) ? : vmefail()) argument
84 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) argument
85 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) argument
88 #define xmalloc(_size) malloc(_size) argument
89 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) argument
90 #define xrealloc(_ptr, _size) realloc((_ptr), (_size)) argument
/dports/databases/ldb20/ldb-2.0.10/third_party/popt/
H A Dsystem.h83 #define xmalloc(_size) (malloc(_size) ? : vmefail()) argument
84 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) argument
85 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) argument
88 #define xmalloc(_size) malloc(_size) argument
89 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) argument
90 #define xrealloc(_ptr, _size) realloc((_ptr), (_size)) argument
/dports/devel/popt/popt-1.18/src/
H A Dsystem.h45 #define xmalloc(_size) (malloc(_size) ? : vmefail()) argument
46 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) argument
47 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) argument
50 #define xmalloc(_size) malloc(_size) argument
51 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) argument
52 #define xrealloc(_ptr, _size) realloc((_ptr), (_size)) argument
/dports/lang/gravity/gravity-0.8.5/src/shared/
H A Dgravity_memory.h28 #define mem_alloc(_vm,_size) memdebug_malloc0(_vm,_size) argument
29 #define mem_calloc(_vm,_count,_size) memdebug_calloc(_vm,_count,_size) argument
30 #define mem_realloc(_vm,_ptr,_size) memdebug_realloc(_vm,_ptr,_size) argument
39 #define mem_alloc(_vm,_size) gravity_calloc(_vm, 1, _size) argument
40 #define mem_calloc(_vm,_count,_size) gravity_calloc(_vm, _count, _size) argument
41 #define mem_realloc(_vm,_ptr,_size) gravity_realloc(_vm, _ptr, _size) argument
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/xtrans/
H A Dtransport.c62 #define xalloc(_size) malloc(_size) argument
63 #define xcalloc(_num,_size) calloc(_num,_size) argument
64 #define xrealloc(_ptr,_size) realloc(_ptr,_size) argument
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygencachekey.h64 int _size; variable
120 int _size; variable
170 int _size; variable
229 int _size; variable
282 int _size; variable
379 int _size; variable
497 int _size; variable
542 int _size; variable
634 int _size; variable
676 int _size; variable
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Common/
H A DStreamObjects.h15 size_t _size; variable
35 size_t _size; variable
64 size_t _size; variable
87 UInt64 _size; variable
106 UInt64 _size; variable
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/
H A Dallocator.h12 # define BX_ALLOC(_allocator, _size) bx::alloc(_allocator, _size, 0, __FILE… argument
13 # define BX_REALLOC(_allocator, _ptr, _size) bx::realloc(_allocator, _ptr, _size, 0… argument
15 # define BX_ALIGNED_ALLOC(_allocator, _size, _align) bx::alloc(_allocator, _size, _align, _… argument
16 # define BX_ALIGNED_REALLOC(_allocator, _ptr, _size, _align) bx::realloc(_allocator, _ptr, _size, _… argument
21 # define BX_ALLOC(_allocator, _size) bx::alloc(_allocator, _size, 0) argument
22 # define BX_REALLOC(_allocator, _ptr, _size) bx::realloc(_allocator, _ptr, _size, 0) argument
24 # define BX_ALIGNED_ALLOC(_allocator, _size, _align) bx::alloc(_allocator, _size, _align) argument
25 # define BX_ALIGNED_REALLOC(_allocator, _ptr, _size, _align) bx::realloc(_allocator, _ptr, _size, _… argument
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/
H A Dallocator.h12 # define BX_ALLOC(_allocator, _size) bx::alloc(_allocator, _size, 0, __FILE… argument
13 # define BX_REALLOC(_allocator, _ptr, _size) bx::realloc(_allocator, _ptr, _size, 0… argument
15 # define BX_ALIGNED_ALLOC(_allocator, _size, _align) bx::alloc(_allocator, _size, _align, _… argument
16 # define BX_ALIGNED_REALLOC(_allocator, _ptr, _size, _align) bx::realloc(_allocator, _ptr, _size, _… argument
21 # define BX_ALLOC(_allocator, _size) bx::alloc(_allocator, _size, 0) argument
22 # define BX_REALLOC(_allocator, _ptr, _size) bx::realloc(_allocator, _ptr, _size, 0) argument
24 # define BX_ALIGNED_ALLOC(_allocator, _size, _align) bx::alloc(_allocator, _size, _align) argument
25 # define BX_ALIGNED_REALLOC(_allocator, _ptr, _size, _align) bx::realloc(_allocator, _ptr, _size, _… argument
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygencachekey.h64 int _size; variable
120 int _size; variable
170 int _size; variable
229 int _size; variable
282 int _size; variable
379 int _size; variable
497 int _size; variable
542 int _size; variable
634 int _size; variable
676 int _size; variable
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dringbuffer.inl12 inline RingBufferControl::RingBufferControl(uint32_t _size)
29 inline uint32_t RingBufferControl::consume(uint32_t _size)
41 inline uint32_t RingBufferControl::reserve(uint32_t _size, bool _mustSucceed)
54 inline uint32_t RingBufferControl::commit(uint32_t _size)
82 inline SpScRingBufferControl::SpScRingBufferControl(uint32_t _size)
99 inline uint32_t SpScRingBufferControl::consume(uint32_t _size)
111 inline uint32_t SpScRingBufferControl::reserve(uint32_t _size)
124 inline uint32_t SpScRingBufferControl::commit(uint32_t _size)
157 …ReadRingBufferT<ControlT>::ReadRingBufferT(ControlT& _control, const char* _buffer, uint32_t _size)
206 …ine WriteRingBufferT<ControlT>::WriteRingBufferT(ControlT& _control, char* _buffer, uint32_t _size)
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dringbuffer.inl12 inline RingBufferControl::RingBufferControl(uint32_t _size)
29 inline uint32_t RingBufferControl::consume(uint32_t _size)
41 inline uint32_t RingBufferControl::reserve(uint32_t _size, bool _mustSucceed)
54 inline uint32_t RingBufferControl::commit(uint32_t _size)
82 inline SpScRingBufferControl::SpScRingBufferControl(uint32_t _size)
99 inline uint32_t SpScRingBufferControl::consume(uint32_t _size)
111 inline uint32_t SpScRingBufferControl::reserve(uint32_t _size)
124 inline uint32_t SpScRingBufferControl::commit(uint32_t _size)
157 …ReadRingBufferT<ControlT>::ReadRingBufferT(ControlT& _control, const char* _buffer, uint32_t _size)
206 …ine WriteRingBufferT<ControlT>::WriteRingBufferT(ControlT& _control, char* _buffer, uint32_t _size)
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+KeyPoint.java36 …public KeyPoint(float x, float y, float _size, float _angle, float _response, int _octave, int _cl… in KeyPoint()
51 public KeyPoint(float x, float y, float _size, float _angle, float _response, int _octave) { in KeyPoint()
56 public KeyPoint(float x, float y, float _size, float _angle, float _response) { in KeyPoint()
61 public KeyPoint(float x, float y, float _size, float _angle) { in KeyPoint()
66 public KeyPoint(float x, float y, float _size) { in KeyPoint()
/dports/sysutils/squashfs-tools/CPP/7zip/Common/
H A DStreamObjects.h24 size_t _size; variable
61 size_t _size; variable
80 size_t _size; variable
100 UInt64 _size; variable
119 UInt64 _size; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Common/
H A DStreamObjects.h15 size_t _size; variable
35 size_t _size; variable
85 UInt64 _size; variable
106 UInt64 _size; variable
142 UInt64 _size; variable
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable

12345678910>>...143