Home
last modified time | relevance | path

Searched refs:alloced (Results 26 – 50 of 1773) sorted by relevance

12345678910>>...71

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dnet_packet.c35 packet->alloced = initial_size; in NET_NewPacket()
65 total_packet_memory -= sizeof(net_packet_t) + packet->alloced; in NET_FreePacket()
243 total_packet_memory -= packet->alloced; in NET_IncreasePacket()
245 packet->alloced *= 2; in NET_IncreasePacket()
247 newdata = Z_Malloc(packet->alloced, PU_STATIC, 0); in NET_IncreasePacket()
254 total_packet_memory += packet->alloced; in NET_IncreasePacket()
261 if (packet->len + 1 > packet->alloced) in NET_WriteInt8()
274 if (packet->len + 2 > packet->alloced) in NET_WriteInt16()
292 if (packet->len + 4 > packet->alloced) in NET_WriteInt32()
314 while (packet->len + string_size > packet->alloced) in NET_WriteString()
/dports/devel/clig/clig/c/
H A DgetDoubleOpts.c10 int alloced, used; in getDoubleOpts() local
23 alloced = cmin + 4; in getDoubleOpts()
24 *values = (double*)calloc((size_t)alloced, sizeof(double)); in getDoubleOpts()
34 if( used==alloced ) { in getDoubleOpts()
35 alloced += 8; in getDoubleOpts()
36 *values = (double *) realloc(*values, alloced*sizeof(double)); in getDoubleOpts()
H A DgetIntOpts.c10 int alloced, used; in getIntOpts() local
24 alloced = cmin + 4; in getIntOpts()
25 *values = (int*)calloc((size_t)alloced, sizeof(int)); in getIntOpts()
35 if( used==alloced ) { in getIntOpts()
36 alloced += 8; in getIntOpts()
37 *values = (int *) realloc(*values, alloced*sizeof(int)); in getIntOpts()
/dports/science/rdkit/rdkit-Release_2021_03_5/External/RingFamilies/RingDecomposerLib/src/RingDecomposerLib/
H A DRingDecomposerLib.c350 alloced *= 2; in RDL_getNodesURF()
396 alloced *= 2; in RDL_getNodesRCF()
610 if(nextfree == alloced) in RDL_getEdgesURF()
612 alloced *= 2; in RDL_getEdgesURF()
656 if(nextfree == alloced) in RDL_getEdgesRCF()
658 alloced *= 2; in RDL_getEdgesRCF()
767 unsigned nextfree, alloced; in RDL_getEdgesForURF() local
809 unsigned nextfree, alloced; in RDL_getEdgesForRCF() local
970 alloced *= 2; in RDL_listFamilies()
1246 alloced *= 2; in RDL_getSSSR()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_string.h58 bool alloced; variable
63 Ptr=0; str_length=Alloced_length=0; alloced=0; in String()
68 alloced=0; Alloced_length=0; (void) real_alloc(length_arg); in String()
83 Ptr=(char*) str; Alloced_length=str_length=len; alloced=0; in String()
89 Alloced_length=str.Alloced_length; alloced=0; in String()
116 DBUG_ASSERT(!alloced || !Ptr || !Alloced_length || in c_ptr()
179 if (!alloced) in set_quick()
221 if (alloced) in free()
223 alloced=0; in free()
259 bool is_alloced() const { return alloced; } in is_alloced()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_string.h156 bool alloced; variable
161 Ptr=0; str_length=Alloced_length=0; alloced=0; in String()
187 Alloced_length=str.Alloced_length; alloced=0; in String()
214 DBUG_ASSERT(!alloced || !Ptr || !Alloced_length || in c_ptr()
277 if (!alloced) in set_quick()
321 if (alloced) in free()
323 alloced=0; in free()
359 bool is_alloced() const { return alloced; } in is_alloced()
372 alloced=0;
393 alloced= s.alloced; in takeover()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_string.h156 bool alloced; variable
161 Ptr=0; str_length=Alloced_length=0; alloced=0; in String()
187 Alloced_length=str.Alloced_length; alloced=0; in String()
214 DBUG_ASSERT(!alloced || !Ptr || !Alloced_length || in c_ptr()
277 if (!alloced) in set_quick()
321 if (alloced) in free()
323 alloced=0; in free()
359 bool is_alloced() const { return alloced; } in is_alloced()
372 alloced=0;
393 alloced= s.alloced; in takeover()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_string.h156 bool alloced; variable
161 Ptr=0; str_length=Alloced_length=0; alloced=0; in String()
187 Alloced_length=str.Alloced_length; alloced=0; in String()
214 DBUG_ASSERT(!alloced || !Ptr || !Alloced_length || in c_ptr()
277 if (!alloced) in set_quick()
321 if (alloced) in free()
323 alloced=0; in free()
359 bool is_alloced() const { return alloced; } in is_alloced()
372 alloced=0;
393 alloced= s.alloced; in takeover()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_string.h156 bool alloced; variable
161 Ptr=0; str_length=Alloced_length=0; alloced=0; in String()
187 Alloced_length=str.Alloced_length; alloced=0; in String()
214 DBUG_ASSERT(!alloced || !Ptr || !Alloced_length || in c_ptr()
277 if (!alloced) in set_quick()
321 if (alloced) in free()
323 alloced=0; in free()
359 bool is_alloced() const { return alloced; } in is_alloced()
372 alloced=0;
393 alloced= s.alloced; in takeover()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_string.h156 bool alloced; variable
161 Ptr=0; str_length=Alloced_length=0; alloced=0; in String()
187 Alloced_length=str.Alloced_length; alloced=0; in String()
214 DBUG_ASSERT(!alloced || !Ptr || !Alloced_length || in c_ptr()
277 if (!alloced) in set_quick()
321 if (alloced) in free()
323 alloced=0; in free()
359 bool is_alloced() const { return alloced; } in is_alloced()
372 alloced=0;
393 alloced= s.alloced; in takeover()
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/mpi/
H A Dmpiutil.c106 a->alloced = nlimbs; in _gcry_mpi_alloc()
127 a->alloced = nlimbs; in _gcry_mpi_alloc_secure()
173 a->alloced = nlimbs; in _gcry_mpi_assign_limb_space()
187 if (nlimbs <= a->alloced) in _gcry_mpi_resize()
212 a->alloced = nlimbs; in _gcry_mpi_resize()
304 a->alloced = 0; in _gcry_mpi_set_opaque()
479 u->alloced = 0; in _gcry_mpi_snatch()
529 if (w->alloced != u->alloced) in _gcry_mpi_set_cond()
630 if (a->alloced > b->alloced) in _gcry_mpi_swap_cond()
631 nlimbs = b->alloced; in _gcry_mpi_swap_cond()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/mpi/
H A Dmpiutil.c101 a->alloced = nlimbs; in _gcry_mpi_alloc()
122 a->alloced = nlimbs; in _gcry_mpi_alloc_secure()
168 a->alloced = nlimbs; in _gcry_mpi_assign_limb_space()
182 if (nlimbs <= a->alloced) in _gcry_mpi_resize()
207 a->alloced = nlimbs; in _gcry_mpi_resize()
299 a->alloced = 0; in _gcry_mpi_set_opaque()
474 u->alloced = 0; in _gcry_mpi_snatch()
520 if (w->alloced != u->alloced) in _gcry_mpi_set_cond()
614 if (a->alloced > b->alloced) in _gcry_mpi_swap_cond()
615 nlimbs = b->alloced; in _gcry_mpi_swap_cond()
[all …]
/dports/archivers/rpm4/rpm-4.16.1.3/lib/backend/
H A Ddbiset.c23 size_t alloced = set->alloced ? set->alloced : 1 << 4; in dbiIndexSetGrow() local
25 while (alloced < need) in dbiIndexSetGrow()
26 alloced <<= 1; in dbiIndexSetGrow()
28 if (alloced != set->alloced) { in dbiIndexSetGrow()
29 set->recs = xrealloc(set->recs, alloced); in dbiIndexSetGrow()
30 set->alloced = alloced; in dbiIndexSetGrow()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/mpi/
H A Dmpiutil.c105 a->alloced = nlimbs; in mpi_alloc()
136 a->alloced = nlimbs; in mpi_assign_limb_space()
147 if (nlimbs <= a->alloced) in mpi_resize()
154 memcpy(p, a->d, a->alloced * sizeof(mpi_limb_t)); in mpi_resize()
162 a->alloced = nlimbs; in mpi_resize()
238 mpi_assign_limb_space(w, u->d, u->alloced); in mpi_snatch()
242 u->alloced = 0; in mpi_snatch()
307 if (a->alloced > b->alloced) in mpi_swap_cond()
308 nlimbs = b->alloced; in mpi_swap_cond()
310 nlimbs = a->alloced; in mpi_swap_cond()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/mpi/
H A Dmpiutil.c105 a->alloced = nlimbs; in mpi_alloc()
136 a->alloced = nlimbs; in mpi_assign_limb_space()
147 if (nlimbs <= a->alloced) in mpi_resize()
154 memcpy(p, a->d, a->alloced * sizeof(mpi_limb_t)); in mpi_resize()
162 a->alloced = nlimbs; in mpi_resize()
238 mpi_assign_limb_space(w, u->d, u->alloced); in mpi_snatch()
242 u->alloced = 0; in mpi_snatch()
307 if (a->alloced > b->alloced) in mpi_swap_cond()
308 nlimbs = b->alloced; in mpi_swap_cond()
310 nlimbs = a->alloced; in mpi_swap_cond()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/mpi/
H A Dmpiutil.c105 a->alloced = nlimbs; in mpi_alloc()
136 a->alloced = nlimbs; in mpi_assign_limb_space()
147 if (nlimbs <= a->alloced) in mpi_resize()
154 memcpy(p, a->d, a->alloced * sizeof(mpi_limb_t)); in mpi_resize()
162 a->alloced = nlimbs; in mpi_resize()
238 mpi_assign_limb_space(w, u->d, u->alloced); in mpi_snatch()
242 u->alloced = 0; in mpi_snatch()
307 if (a->alloced > b->alloced) in mpi_swap_cond()
308 nlimbs = b->alloced; in mpi_swap_cond()
310 nlimbs = a->alloced; in mpi_swap_cond()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/hda/
H A Darray.c23 if (array->used >= array->alloced) { in snd_array_new()
24 int num = array->alloced + array->alloc_align; in snd_array_new()
25 int oldsize = array->alloced * array->elem_size; in snd_array_new()
35 array->alloced = num; in snd_array_new()
49 array->alloced = 0; in snd_array_free()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/hda/
H A Darray.c23 if (array->used >= array->alloced) { in snd_array_new()
24 int num = array->alloced + array->alloc_align; in snd_array_new()
25 int oldsize = array->alloced * array->elem_size; in snd_array_new()
35 array->alloced = num; in snd_array_new()
49 array->alloced = 0; in snd_array_free()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/hda/
H A Darray.c23 if (array->used >= array->alloced) { in snd_array_new()
24 int num = array->alloced + array->alloc_align; in snd_array_new()
25 int oldsize = array->alloced * array->elem_size; in snd_array_new()
35 array->alloced = num; in snd_array_new()
49 array->alloced = 0; in snd_array_free()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Dbloblist.c55 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()
67 if (offset >= hdr->alloced) in bloblist_next_blob()
118 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()
121 rec->hdr_size = data_start - hdr->alloced; in bloblist_addrec()
128 hdr->alloced = new_alloced; in bloblist_addrec()
248 hdr->alloced = hdr->hdr_size; in bloblist_new()
293 *allocedp = hdr->alloced; in bloblist_get_stats()
304 ulong base, size, alloced; in bloblist_show_stats() local
306 bloblist_get_stats(&base, &size, &alloced); in bloblist_show_stats()
309 show_value("alloced", alloced); in bloblist_show_stats()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Dbloblist.c55 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()
67 if (offset >= hdr->alloced) in bloblist_next_blob()
118 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()
121 rec->hdr_size = data_start - hdr->alloced; in bloblist_addrec()
128 hdr->alloced = new_alloced; in bloblist_addrec()
248 hdr->alloced = hdr->hdr_size; in bloblist_new()
293 *allocedp = hdr->alloced; in bloblist_get_stats()
304 ulong base, size, alloced; in bloblist_show_stats() local
306 bloblist_get_stats(&base, &size, &alloced); in bloblist_show_stats()
309 show_value("alloced", alloced); in bloblist_show_stats()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Dbloblist.c55 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()
67 if (offset >= hdr->alloced) in bloblist_next_blob()
118 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()
121 rec->hdr_size = data_start - hdr->alloced; in bloblist_addrec()
128 hdr->alloced = new_alloced; in bloblist_addrec()
248 hdr->alloced = hdr->hdr_size; in bloblist_new()
293 *allocedp = hdr->alloced; in bloblist_get_stats()
304 ulong base, size, alloced; in bloblist_show_stats() local
306 bloblist_get_stats(&base, &size, &alloced); in bloblist_show_stats()
309 show_value("alloced", alloced); in bloblist_show_stats()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Dbloblist.c55 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()
67 if (offset >= hdr->alloced) in bloblist_next_blob()
118 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()
121 rec->hdr_size = data_start - hdr->alloced; in bloblist_addrec()
128 hdr->alloced = new_alloced; in bloblist_addrec()
248 hdr->alloced = hdr->hdr_size; in bloblist_new()
293 *allocedp = hdr->alloced; in bloblist_get_stats()
304 ulong base, size, alloced; in bloblist_show_stats() local
306 bloblist_get_stats(&base, &size, &alloced); in bloblist_show_stats()
309 show_value("alloced", alloced); in bloblist_show_stats()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Dbloblist.c55 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()
67 if (offset >= hdr->alloced) in bloblist_next_blob()
118 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()
121 rec->hdr_size = data_start - hdr->alloced; in bloblist_addrec()
128 hdr->alloced = new_alloced; in bloblist_addrec()
248 hdr->alloced = hdr->hdr_size; in bloblist_new()
293 *allocedp = hdr->alloced; in bloblist_get_stats()
304 ulong base, size, alloced; in bloblist_show_stats() local
306 bloblist_get_stats(&base, &size, &alloced); in bloblist_show_stats()
309 show_value("alloced", alloced); in bloblist_show_stats()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Dbloblist.c55 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()
67 if (offset >= hdr->alloced) in bloblist_next_blob()
118 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()
121 rec->hdr_size = data_start - hdr->alloced; in bloblist_addrec()
128 hdr->alloced = new_alloced; in bloblist_addrec()
248 hdr->alloced = hdr->hdr_size; in bloblist_new()
293 *allocedp = hdr->alloced; in bloblist_get_stats()
304 ulong base, size, alloced; in bloblist_show_stats() local
306 bloblist_get_stats(&base, &size, &alloced); in bloblist_show_stats()
309 show_value("alloced", alloced); in bloblist_show_stats()
[all …]

12345678910>>...71