Home
last modified time | relevance | path

Searched defs:n_elements (Results 1 – 25 of 1058) sorted by relevance

12345678910>>...43

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/container/
H A Dorder.h29 median_int(int *array, int n_elements) in median_int()
34 median_time(time_t *array, int n_elements) in median_time()
39 median_double(double *array, int n_elements) in median_double()
44 median_uint32(uint32_t *array, int n_elements) in median_uint32()
49 median_int32(int32_t *array, int n_elements) in median_int32()
55 third_quartile_uint32(uint32_t *array, int n_elements) in third_quartile_uint32()
/dports/security/tor/tor-0.4.6.8/src/lib/container/
H A Dorder.h29 median_int(int *array, int n_elements) in median_int()
34 median_time(time_t *array, int n_elements) in median_time()
39 median_double(double *array, int n_elements) in median_double()
44 median_uint32(uint32_t *array, int n_elements) in median_uint32()
49 median_int32(int32_t *array, int n_elements) in median_int32()
55 third_quartile_uint32(uint32_t *array, int n_elements) in third_quartile_uint32()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/sat/satoko/utils/
H A Dmem.h17 #define satoko_alloc(type, n_elements) ((type *) malloc((n_elements) * sizeof(type))) argument
18 #define satoko_calloc(type, n_elements) ((type *) calloc((n_elements), sizeof(type))) argument
19 #define satoko_realloc(type, ptr, n_elements) ((type *) realloc(ptr, (n_elements) * sizeof(type))) argument
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecMemInit.h28 #define EB_ALLIGN_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
51 #define EB_ALLIGN_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
73 #define EB_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecMemInit.h28 #define EB_ALLIGN_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
51 #define EB_ALLIGN_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
73 #define EB_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DIconTheme.cs51 …static extern void gtk_icon_theme_get_search_path(IntPtr raw, out IntPtr path, out int n_elements); in gtk_icon_theme_get_search_path()
54 static extern void gtk_icon_theme_set_search_path(IntPtr raw, IntPtr[] path, int n_elements); in gtk_icon_theme_set_search_path()
57 …c extern void gtk_icon_theme_get_search_path_utf8(IntPtr raw, out IntPtr path, out int n_elements); in gtk_icon_theme_get_search_path_utf8()
60 static extern void gtk_icon_theme_set_search_path_utf8(IntPtr raw, IntPtr[] path, int n_elements); in gtk_icon_theme_set_search_path_utf8()
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskqsortmacro.h27 #define GSK_QSORT(array, type, n_elements, compare) \ argument
33 #define GSK_QSORT_DEBUG(array, type, n_elements, compare) \ argument
39 #define GSK_QSELECT(array, type, n_elements, n_select, compare) \ argument
45 #define GSK_QSORT_FULL(array, type, n_elements, compare, isort_threshold, stack_size, ss_assertion)… argument
223 #define GSK_QSELECT_FULL(array, type, n_elements, n_select, compare, isort_threshold, stack_size, s… argument
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/lib/
H A DDocNode.cc69 int32_t n_elements = attr_list.size(); in pack() local
107 int32_t n_elements; in unpack() local
127 int32_t n_elements = size(); in packToBuffer() local
142 int32_t n_elements; in unpack() local
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbThreads.h69 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
96 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
117 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbThreads.h69 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
108 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
129 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dwriter.rb3 def array(name, n_elements) argument
12 def map(name, n_elements) argument
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dwriter.rb3 def array(name, n_elements) argument
12 def map(name, n_elements) argument
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dwriter.rb3 def array(name, n_elements) argument
12 def map(name, n_elements) argument
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dwriter.rb3 def array(name, n_elements) argument
12 def map(name, n_elements) argument
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dwriter.rb3 def array(name, n_elements) argument
12 def map(name, n_elements) argument
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dwriter.rb3 def array(name, n_elements) argument
12 def map(name, n_elements) argument
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_nodal_append.c92 _transfer_to_section(cs_lnum_t n_elements, in _transfer_to_section()
176 _map_to_section(cs_lnum_t n_elements, in _map_to_section()
261 cs_lnum_t n_elements, in fvm_nodal_append_by_transfer()
336 cs_lnum_t n_elements, in fvm_nodal_append_shared()
/dports/math/polymake/polymake-4.5/apps/matroid/src/
H A Dsplit_flacets.cc28 void split_flacets(BigObject m) in bases_to_revlex_encoding()
35 const Matrix<Rational> facets = m.give("POLYTOPE.FACETS"); in bases_to_revlex_encoding()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkIconTheme.xs49 gint n_elements, i; variable
61 gint n_elements, i; variable
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A DEbUnitTest.h33 #define TEST_ALLIGN_MALLOC(type, pointer, n_elements) \ argument
39 #define TEST_ALLIGN_MALLOC(type, pointer, n_elements) \ argument
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A DEbUnitTest.h33 #define TEST_ALLIGN_MALLOC(type, pointer, n_elements) \ argument
39 #define TEST_ALLIGN_MALLOC(type, pointer, n_elements) \ argument
/dports/mail/evolution/evolution-3.42.1/src/addressbook/util/
H A Deab-book-util.c86 eab_get_email_type_labels (gint *n_elements) in eab_get_email_type_labels()
115 gint n_elements; in eab_get_email_label_text() local
132 eab_get_sip_type_labels (gint *n_elements) in eab_get_sip_type_labels()
161 gint n_elements; in eab_get_sip_label_text() local
179 eab_get_im_type_labels (gint *n_elements) in eab_get_im_type_labels()
222 eab_get_phone_type_labels (gint *n_elements) in eab_get_phone_type_labels()
260 gint n_elements; in eab_get_phone_label_text() local
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dvds_swmr_reader.c30 int n_elements = 0; /* size of buffer (elements) */ in main() local
48 n_elements = VDS_PLANE[1] * VDS_PLANE[2]; in main() local
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmalignedarray.hh21 size_t n_elements; member in SpectMorph::AlignedArray
29 AlignedArray (size_t n_elements) : in AlignedArray()
/dports/science/code_saturne/code_saturne-7.1.0/libple/examples/
H A Dmy_ple_mesh.c200 _transfer_to_section(ple_lnum_t n_elements, in _transfer_to_section()
282 _map_to_section(ple_lnum_t n_elements, in _map_to_section()
346 ple_lnum_t n_elements, i, j; in _my_ple_mesh_section_dump() local
610 ple_lnum_t n_elements, in my_ple_mesh_append_by_transfer()
683 ple_lnum_t n_elements, in my_ple_mesh_append_shared()

12345678910>>...43