HomeSort by: relevance | last modified time | path
    Searched defs:alloced (Results 1 - 25 of 149) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/libbind/dist/bsd/
setenv.c 64 static int alloced; /*%< if allocated space before */ local
83 if (alloced) { /*%< just increase size */
90 alloced = 1; /*%< copy old entries into it */
  /src/external/bsd/nvi/dist/clib/
env.c 93 static int alloced; /* if allocated space before */ local
112 if (alloced) { /* just increase size */
119 alloced = 1; /* copy old entries into it */
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_internal.c 49 bool alloced = false, prepared = false; local
87 alloced = true;
102 if (alloced)
  /src/external/gpl2/lvm2/dist/lib/metadata/
pv_manip.c 256 uint32_t start_pe, alloced; local
264 alloced = 0;
296 alloced += peg->len;
307 if (alloced != pv->pe_alloc_count) {
309 "%u != %u", alloced, pv->pe_alloc_count);
314 free_count += (start_pe - alloced);
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-demangle.c 41 size_t alloced; member in struct:line
55 size_t alloc = buf->alloced;
88 buf->alloced = alloc;
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-demangle.c 41 size_t alloced; member in struct:line
55 size_t alloc = buf->alloced;
88 buf->alloced = alloc;
  /src/sys/dev/ic/
pckbc.c 247 int alloced = 0; local
254 alloced++;
259 if (child == NULL && alloced) {
  /src/sys/dev/pckbport/
pckbport.c 140 int alloced = 0; local
151 alloced++;
161 if (found == NULL && alloced) {
  /src/external/gpl3/binutils/dist/bfd/
elf-strtab.c 52 /* Number of array entries alloced. */
53 size_t alloced; member in struct:elf_strtab_hash
113 table->alloced = 64;
116 bfd_malloc (table->alloced * amt));
167 if (tab->size == tab->alloced)
170 tab->alloced *= 2;
172 bfd_realloc_or_free (tab->array, tab->alloced * amt);
linker.c 2660 bfd_byte *alloced = NULL;
2779 alloced = new_contents;
2791 free (alloced);
2795 free (alloced);
2654 bfd_byte *alloced = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf-strtab.c 52 /* Number of array entries alloced. */
53 size_t alloced; member in struct:elf_strtab_hash
113 table->alloced = 64;
116 bfd_malloc (table->alloced * amt));
167 if (tab->size == tab->alloced)
170 tab->alloced *= 2;
172 bfd_realloc_or_free (tab->array, tab->alloced * amt);
linker.c 2643 bfd_byte *alloced = NULL;
2749 alloced = new_contents;
2761 free (alloced);
2765 free (alloced);
2637 bfd_byte *alloced = NULL; local
  /src/external/gpl3/gcc/dist/libgcc/config/
darwin-crt3.c 482 struct one_atexit_routine *alloced; local
489 alloced = malloc (sizeof (struct one_atexit_routine));
490 if (! alloced)
492 *alloced = *r;
493 return cxa_atexit (cxa_atexit_wrapper, alloced, dso);
  /src/external/gpl3/gcc.old/dist/libgcc/config/
darwin-crt3.c 482 struct one_atexit_routine *alloced; local
489 alloced = malloc (sizeof (struct one_atexit_routine));
490 if (! alloced)
492 *alloced = *r;
493 return cxa_atexit (cxa_atexit_wrapper, alloced, dso);
  /src/external/gpl3/gdb.old/dist/bfd/
elf-strtab.c 52 /* Number of array entries alloced. */
53 size_t alloced; member in struct:elf_strtab_hash
113 table->alloced = 64;
116 bfd_malloc (table->alloced * amt));
167 if (tab->size == tab->alloced)
170 tab->alloced *= 2;
172 bfd_realloc_or_free (tab->array, tab->alloced * amt);
  /src/external/gpl3/gdb/dist/bfd/
elf-strtab.c 52 /* Number of array entries alloced. */
53 size_t alloced; member in struct:elf_strtab_hash
113 table->alloced = 64;
116 bfd_malloc (table->alloced * amt));
167 if (tab->size == tab->alloced)
170 tab->alloced *= 2;
172 bfd_realloc_or_free (tab->array, tab->alloced * amt);
  /src/crypto/external/bsd/heimdal/dist/lib/base/
json.c 65 size_t alloced; member in struct:heim_strbuf
746 if ((len + 1) > (strbuf->alloced - strbuf->len)) {
747 size_t new_len = strbuf->alloced + (strbuf->alloced >> 2) + len + 1;
756 strbuf->alloced = new_len;
786 strbuf.alloced = STRBUF_INIT_SZ;
  /src/crypto/external/bsd/openssl/dist/ssl/record/
record.h 183 int alloced; member in struct:ssl_mac_buf_st
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 1257 int error, nseg, alloced = 0, mapped = 0, loaded = 0; local
1269 alloced = 1;
1286 if (alloced)
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 80 int alloced; /* member in struct:prov_cipher_ctx_st
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 76 int alloced; /* member in struct:prov_cipher_ctx_st
  /src/external/gpl2/rcs/dist/src/
rcsutil.c 240 static struct alloclist *alloced; variable in typeref:struct:alloclist
273 /* Remember PTR in 'alloced' so that it can be freed later. Yield PTR. */
276 q->nextalloc = alloced;
277 alloced = q;
284 /* Allocate a block, putting it in 'alloced' so it can be freed later. */
294 for (p = alloced; p; p = q) {
299 alloced = 0;
307 register struct alloclist *p, **a = &alloced;
  /src/crypto/external/apache2/openssl/dist/providers/fips/
self_test_kats.c 722 unsigned char *secret = NULL, *alloced = NULL; local
732 cipher_text = alloced = OPENSSL_zalloc(t->cipher_text_len);
733 if (alloced == NULL)
764 OPENSSL_free(alloced);
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
recmethod_local.h 25 int alloced; member in struct:ssl_mac_buf_st
  /src/external/gpl3/binutils/dist/libsframe/
sframe.c 44 unsigned int alloced; member in struct:sf_fde_tbl
51 unsigned int alloced; member in struct:sf_fre_tbl
134 (*fde_tbl)->alloced = num_fdes;
961 new_tbl->alloced = grow_count;
963 else if (fre_tbl->count + count >= fre_tbl->alloced)
965 uint32_t new_len = fre_tbl->alloced + grow_count;
976 memset (&new_tbl->entry[new_tbl->alloced], 0,
978 new_tbl->alloced += grow_count;
2139 if (fre_tbl == NULL || fre_tbl->count == fre_tbl->alloced)
2216 if (fre_tbl == NULL || fre_tbl->count + num_fres >= fre_tbl->alloced)
    [all...]

Completed in 63 milliseconds

1 2 3 4 5 6