Home
last modified time | relevance | path

Searched defs:n_bytes (Results 1 – 25 of 2270) sorted by relevance

12345678910>>...91

/dports/lang/micropython/micropython-1.17/py/
H A Dpystack.h48 size_t n_bytes = *(size_t *)(MP_STATE_THREAD(pystack_cur) - MICROPY_PYSTACK_ALIGN); in mp_pystack_free() local
61 static inline void mp_pystack_realloc(void *ptr, size_t n_bytes) { in mp_pystack_realloc()
78 #define mp_local_alloc(n_bytes) alloca(n_bytes) argument
84 static inline void *mp_nonlocal_alloc(size_t n_bytes) { in mp_nonlocal_alloc()
92 static inline void mp_nonlocal_free(void *ptr, size_t n_bytes) { in mp_nonlocal_free()
98 static inline void *mp_local_alloc(size_t n_bytes) { in mp_local_alloc()
106 static inline void *mp_nonlocal_alloc(size_t n_bytes) { in mp_nonlocal_alloc()
116 static inline void mp_nonlocal_free(void *ptr, size_t n_bytes) { in mp_nonlocal_free()
/dports/devel/libzvbi/zvbi-0.2.35/test/
H A Dtest-common.cc38 size_t n_bytes) in memset_rand()
86 size_t n_bytes) in memcmp_zero()
99 xmalloc (size_t n_bytes) in xmalloc()
113 xralloc (size_t n_bytes) in xralloc()
120 size_t n_bytes) in xmemdup()
137 my_malloc (size_t n_bytes) in my_malloc()
/dports/misc/visp/visp-3.4.0/3rdparty/qbdevice/
H A Dqbmove_communications.cpp477 int n_bytes; in RS485read() local
567 int n_bytes; in RS485ListDevices() local
716 int n_bytes; in commPing() local
761 int n_bytes; in commActivate() local
800 int n_bytes; in commSetBaudRate() local
838 int n_bytes; in commSetWatchDog() local
878 int n_bytes; in commGetActivate() local
928 int n_bytes; in commSetInputsAck() local
975 int n_bytes; in commSetInputs() local
1017 int n_bytes; in commSetPosStiff() local
[all …]
/dports/x11/startup-notification/startup-notification-0.12/libsn/
H A Dsn-util.c33 sn_size_t n_bytes) in standard_realloc()
53 standard_malloc (sn_size_t n_bytes) in standard_malloc()
60 sn_size_t n_bytes) in standard_realloc()
72 sn_size_t n_bytes) in standard_calloc()
96 sn_malloc (sn_size_t n_bytes) in sn_malloc()
115 sn_malloc0 (sn_size_t n_bytes) in sn_malloc0()
135 sn_size_t n_bytes) in sn_realloc()
162 sn_try_malloc (sn_size_t n_bytes) in sn_try_malloc()
172 sn_size_t n_bytes) in sn_try_realloc()
/dports/x11-fm/xfe/xfe-1.44/libsn/
H A Dsn-util.c33 sn_size_t n_bytes) in standard_realloc()
53 standard_malloc (sn_size_t n_bytes) in standard_malloc()
60 sn_size_t n_bytes) in standard_realloc()
72 sn_size_t n_bytes) in standard_calloc()
96 sn_malloc (sn_size_t n_bytes) in sn_malloc()
115 sn_malloc0 (sn_size_t n_bytes) in sn_malloc0()
135 sn_size_t n_bytes) in sn_realloc()
162 sn_try_malloc (sn_size_t n_bytes) in sn_try_malloc()
172 sn_size_t n_bytes) in sn_try_realloc()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgmem.c101 g_malloc (gsize n_bytes) in g_malloc()
131 g_malloc0 (gsize n_bytes) in g_malloc0()
166 gsize n_bytes) in g_realloc()
252 g_try_malloc (gsize n_bytes) in g_try_malloc()
277 g_try_malloc0 (gsize n_bytes) in g_try_malloc0()
304 gsize n_bytes) in g_try_realloc()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/include/
H A Dut0new.h622 ulint n_bytes = n_elements * sizeof(T); in allocate_large() local
884 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
888 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
892 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
896 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
905 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
928 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
930 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
932 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
934 #define ut_zalloc_nokey(n_bytes) ::calloc(1, n_bytes) argument
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/include/
H A Dut0new.h622 ulint n_bytes = n_elements * sizeof(T); in allocate_large() local
884 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
888 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
892 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
896 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
905 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
928 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
930 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
932 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
934 #define ut_zalloc_nokey(n_bytes) ::calloc(1, n_bytes) argument
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/include/
H A Dut0new.h613 ulint n_bytes = n_elements * sizeof(T); in allocate_large() local
875 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
879 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
883 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
887 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
896 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
919 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
921 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
923 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
925 #define ut_zalloc_nokey(n_bytes) ::calloc(1, n_bytes) argument
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/include/
H A Dut0new.h622 ulint n_bytes = n_elements * sizeof(T); in allocate_large() local
884 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
888 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
892 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
896 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
905 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
928 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
930 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
932 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
934 #define ut_zalloc_nokey(n_bytes) ::calloc(1, n_bytes) argument
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/include/
H A Dut0new.h613 ulint n_bytes = n_elements * sizeof(T); in allocate_large() local
875 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
879 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
883 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
887 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
896 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
919 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
921 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
923 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
925 #define ut_zalloc_nokey(n_bytes) ::calloc(1, n_bytes) argument
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/include/
H A Dut0new.h613 ulint n_bytes = n_elements * sizeof(T); in allocate_large() local
875 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
879 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
883 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
887 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
896 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
919 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
921 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
923 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
925 #define ut_zalloc_nokey(n_bytes) ::calloc(1, n_bytes) argument
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/include/
H A Dut0new.h630 ulint n_bytes = n_elements * sizeof(T); variable
1023 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
1031 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
1035 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
1039 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
1047 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
1070 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
1072 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
1074 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
1088 #define ut_zalloc_nokey(n_bytes) ::calloc(1, n_bytes) argument
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Dut0new.h639 ulint n_bytes = n_elements * sizeof(T); variable
923 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
931 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
935 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
939 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
947 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
974 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
976 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
978 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
980 static inline void *ut_malloc_dontdump(size_t n_bytes) in ut_malloc_dontdump()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Dut0new.h639 ulint n_bytes = n_elements * sizeof(T); variable
923 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
931 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
935 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
939 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
947 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
974 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
976 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
978 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
980 static inline void *ut_malloc_dontdump(size_t n_bytes) in ut_malloc_dontdump()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/include/
H A Dut0new.h630 ulint n_bytes = n_elements * sizeof(T); variable
1023 #define ut_malloc(n_bytes, key) static_cast<void*>( \ argument
1031 #define ut_zalloc(n_bytes, key) static_cast<void*>( \ argument
1035 #define ut_malloc_nokey(n_bytes) static_cast<void*>( \ argument
1039 #define ut_zalloc_nokey(n_bytes) static_cast<void*>( \ argument
1047 #define ut_realloc(ptr, n_bytes) static_cast<void*>( \ argument
1070 #define ut_malloc(n_bytes, key) ::malloc(n_bytes) argument
1072 #define ut_zalloc(n_bytes, key) ::calloc(1, n_bytes) argument
1074 #define ut_malloc_nokey(n_bytes) ::malloc(n_bytes) argument
1088 #define ut_zalloc_nokey(n_bytes) ::calloc(1, n_bytes) argument
[all …]
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgmem.c66 gsize n_bytes) in standard_realloc()
93 gsize n_bytes) in standard_realloc()
105 gsize n_bytes) in standard_calloc()
156 g_malloc (gsize n_bytes) in g_malloc()
188 g_malloc0 (gsize n_bytes) in g_malloc0()
225 gsize n_bytes) in g_realloc()
277 g_try_malloc (gsize n_bytes) in g_try_malloc()
334 gsize n_bytes) in g_try_realloc()
613 gsize n_bytes, in profiler_log()
848 gsize n_bytes) in profiler_try_realloc()
[all …]
/dports/devel/serd/serd-0.30.10/src/
H A Dstack.h65 serd_stack_push(SerdStack* stack, size_t n_bytes) in serd_stack_push()
80 serd_stack_pop(SerdStack* stack, size_t n_bytes) in serd_stack_pop()
87 serd_stack_push_aligned(SerdStack* stack, size_t n_bytes, size_t align) in serd_stack_push_aligned()
107 serd_stack_pop_aligned(SerdStack* stack, size_t n_bytes) in serd_stack_pop_aligned()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst/volume/
H A Dgstvolume.c365 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double()
385 volume_process_float (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_float()
395 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float()
417 volume_process_int32 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32()
441 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp()
482 volume_process_int24 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24()
529 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp()
547 volume_process_int16 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int16()
572 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int16_clamp()
595 volume_process_int8 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int8()
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst/volume/
H A Dgstvolume.c365 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double()
385 volume_process_float (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_float()
395 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float()
417 volume_process_int32 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32()
441 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp()
482 volume_process_int24 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24()
529 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp()
547 volume_process_int16 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int16()
572 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int16_clamp()
595 volume_process_int8 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int8()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst/volume/
H A Dgstvolume.c365 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double()
385 volume_process_float (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_float()
395 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float()
417 volume_process_int32 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32()
441 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp()
482 volume_process_int24 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24()
529 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp()
547 volume_process_int16 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int16()
572 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int16_clamp()
595 volume_process_int8 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int8()
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst/volume/
H A Dgstvolume.c365 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double()
385 volume_process_float (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_float()
395 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float()
417 volume_process_int32 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32()
441 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp()
482 volume_process_int24 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24()
529 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp()
547 volume_process_int16 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int16()
572 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int16_clamp()
595 volume_process_int8 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int8()
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst/volume/
H A Dgstvolume.c365 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double()
385 volume_process_float (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_float()
395 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float()
417 volume_process_int32 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32()
441 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp()
482 volume_process_int24 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24()
529 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp()
547 volume_process_int16 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int16()
572 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int16_clamp()
595 volume_process_int8 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int8()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst/volume/
H A Dgstvolume.c365 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double()
385 volume_process_float (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_float()
395 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float()
417 volume_process_int32 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32()
441 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp()
482 volume_process_int24 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24()
529 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp()
547 volume_process_int16 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int16()
572 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int16_clamp()
595 volume_process_int8 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int8()
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst/volume/
H A Dgstvolume.c365 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double()
385 volume_process_float (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_float()
395 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float()
417 volume_process_int32 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32()
441 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp()
482 volume_process_int24 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24()
529 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp()
547 volume_process_int16 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int16()
572 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int16_clamp()
595 volume_process_int8 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int8()
[all …]

12345678910>>...91