| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| printf-parse.c | 86 size_t memory_size; \ 92 memory_size = xtimes (a_allocated, sizeof (argument)); \ 93 if (size_overflow_p (memory_size)) \ 97 ? realloc (a->arg, memory_size) \ 98 : malloc (memory_size)); \ 511 size_t memory_size; local 515 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); 516 if (size_overflow_p (memory_size)) 519 memory = realloc (d->dir, memory_size);
|
| vasnprintf.c | 185 size_t memory_size; \ 191 memory_size = xtimes (allocated, sizeof (CHAR_T)); \ 192 if (size_overflow_p (memory_size)) \ 195 memory = (CHAR_T *) malloc (memory_size); \ 197 memory = (CHAR_T *) realloc (result, memory_size); \
|
| /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| printf-parse.c | 86 size_t memory_size; \ 92 memory_size = xtimes (a_allocated, sizeof (argument)); \ 93 if (size_overflow_p (memory_size)) \ 97 ? realloc (a->arg, memory_size) \ 98 : malloc (memory_size)); \ 511 size_t memory_size; local 515 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); 516 if (size_overflow_p (memory_size)) 519 memory = realloc (d->dir, memory_size);
|
| vasnprintf.c | 185 size_t memory_size; \ 191 memory_size = xtimes (allocated, sizeof (CHAR_T)); \ 192 if (size_overflow_p (memory_size)) \ 195 memory = (CHAR_T *) malloc (memory_size); \ 197 memory = (CHAR_T *) realloc (result, memory_size); \
|
| /src/external/gpl2/texinfo/dist/intl/ |
| printf-parse.c | 90 size_t memory_size; \ 96 memory_size = xtimes (a_allocated, sizeof (argument)); \ 97 if (size_overflow_p (memory_size)) \ 101 ? realloc (a->arg, memory_size) \ 102 : malloc (memory_size)); \ 506 size_t memory_size; local 510 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); 511 if (size_overflow_p (memory_size)) 514 memory = realloc (d->dir, memory_size);
|
| vasnprintf.c | 189 size_t memory_size; \ 195 memory_size = xtimes (allocated, sizeof (CHAR_T)); \ 196 if (size_overflow_p (memory_size)) \ 199 memory = (CHAR_T *) malloc (memory_size); \ 201 memory = (CHAR_T *) realloc (result, memory_size); \
|
| /src/external/gpl2/xcvs/dist/lib/ |
| printf-parse.c | 90 size_t memory_size; \ 96 memory_size = xtimes (a_allocated, sizeof (argument)); \ 97 if (size_overflow_p (memory_size)) \ 101 ? realloc (a->arg, memory_size) \ 102 : malloc (memory_size)); \ 506 size_t memory_size; local 510 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); 511 if (size_overflow_p (memory_size)) 514 memory = realloc (d->dir, memory_size);
|
| vasnprintf.c | 199 size_t memory_size; \ 205 memory_size = xtimes (allocated, sizeof (CHAR_T)); \ 206 if (size_overflow_p (memory_size)) \ 209 memory = (CHAR_T *) malloc (memory_size); \ 211 memory = (CHAR_T *) realloc (result, memory_size); \
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
| argon2-core.c | 77 size_t memory_size; local 82 memory_size = sizeof(block) * m_cost; 84 memory_size / m_cost != 96 if ((base = mmap(NULL, memory_size, PROT_READ | PROT_WRITE, 103 if ((errno = posix_memalign((void **) &base, 64, memory_size)) != 0) { 109 if (memory_size + 63 < memory_size) { 112 } else if ((base = malloc(memory_size + 63)) != NULL) { 123 (*region)->size = memory_size;
|
| /src/sys/arch/evbarm/fdt/ |
| fdt_machdep.c | 206 const uint64_t memory_size = *(uint64_t *)arg; local 207 if (atop(memory_size) > bp->bp_pages) { 362 uint64_t memory_size = memory_end - memory_start; local 365 PRIx64 ")\n", __func__, memory_start, memory_end, memory_size); 383 cpu_kernel_vm_init(memory_start, memory_size); 392 fdt_memory_foreach(fdt_add_boot_physmem, &memory_size);
|
| /src/external/gpl3/gdb/dist/sim/h8300/ |
| h8300-sim.h | 130 unsigned long memory_size; member in struct:h8300_sim_state
|
| compile.c | 52 static int memory_size; variable 167 ASSERT (idx < memory_size); 174 ASSERT (idx < memory_size); 1076 ((X) < memory_size \ 1082 ((X) < memory_size \ 1087 ((X) < memory_size ? h8_get_memory (cpu, (X)) : 0) 1091 _p = ((X) < memory_size ? h8_get_memory_buf (cpu) + (X) : 0); \ 1098 _p = ((X) < memory_size ? h8_get_memory_buf (cpu) + (X) : 0); \ 1103 ((X) < memory_size ? h8_set_memory (cpu, (X), (Y)) : 0) 1663 memory_size = H8300S_MSIZE 1682 calloc (sizeof (char), memory_size)); local 4843 calloc (sizeof (char), memory_size)); local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/h8300/ |
| h8300-sim.h | 130 unsigned long memory_size; member in struct:h8300_sim_state
|
| compile.c | 52 static int memory_size; variable 167 ASSERT (idx < memory_size); 174 ASSERT (idx < memory_size); 1076 ((X) < memory_size \ 1082 ((X) < memory_size \ 1087 ((X) < memory_size ? h8_get_memory (cpu, (X)) : 0) 1091 _p = ((X) < memory_size ? h8_get_memory_buf (cpu) + (X) : 0); \ 1098 _p = ((X) < memory_size ? h8_get_memory_buf (cpu) + (X) : 0); \ 1103 ((X) < memory_size ? h8_set_memory (cpu, (X), (Y)) : 0) 1663 memory_size = H8300S_MSIZE 1682 calloc (sizeof (char), memory_size)); local 4843 calloc (sizeof (char), memory_size)); local [all...] |
| /src/sys/arch/arm/footbridge/ |
| footbridge.c | 213 int memory_size = bootconfig.dram[0].pages * PAGE_SIZE; local 218 if (mask >= memory_size) 234 footbridge_dma_ranges[0].dr_len = memory_size;
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| emul_generic.c | 311 unsigned_word memory_size = local 315 (unsigned long)memory_size); 319 (unsigned long)memory_size - avail_start);
|
| emul_bugapi.c | 171 unsigned_word memory_size; member in struct:_os_emul_data 220 bugapi->memory_size 229 bugapi->top_of_stack = bugapi->memory_size - 0x1000;
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| emul_generic.c | 311 unsigned_word memory_size = local 315 (unsigned long)memory_size); 319 (unsigned long)memory_size - avail_start);
|
| emul_bugapi.c | 171 unsigned_word memory_size; member in struct:_os_emul_data 220 bugapi->memory_size 229 bugapi->top_of_stack = bugapi->memory_size - 0x1000;
|
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| core.c | 91 size_t memory_size = num*size; local 97 if (size != 0 && memory_size / size != num) { 103 (context->allocate_cbk)(memory, memory_size); 105 *memory = malloc(memory_size); 117 size_t memory_size = num*size; local 118 clear_internal_memory(memory, memory_size); 120 (context->free_cbk)(memory, memory_size);
|
| /src/sys/arch/arm/arm32/ |
| arm32_machdep.c | 896 cpu_kernel_vm_init(paddr_t memory_start, psize_t memory_size) 903 if (memory_size > KERNEL_VM_BASE - KERNEL_BASE) { 905 __func__, (unsigned long) (memory_size >> 20), 907 memory_size = KERNEL_VM_BASE - KERNEL_BASE; 915 __func__, memory_start, memory_start + memory_size); 917 arm32_bootmem_init(memory_start, memory_size, KERNEL_BASE_PHYS);
|
| /src/external/mit/libuv/dist/src/unix/ |
| hurd.c | 106 return hbi.memory_size;
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| elf.c | 419 const unsigned char *memory, size_t memory_size, off_t offset, 431 if ((uint64_t) offset + size > (uint64_t) memory_size) 3986 const unsigned char *memory, size_t memory_size, 4071 if (!elf_get_view (state, descriptor, memory, memory_size, 0, sizeof ehdr, 4128 if (!elf_get_view (state, descriptor, memory, memory_size, shoff, 4167 if (!elf_get_view (state, descriptor, memory, memory_size, 4181 if (!elf_get_view (state, descriptor, memory, memory_size, shstr_off, 4250 if (!elf_get_view (state, descriptor, memory, memory_size, 4284 if (!elf_get_view (state, descriptor, memory, memory_size, 4306 if (!elf_get_view (state, descriptor, memory, memory_size, [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| linebreak.c | 1535 size_t memory_size = xsum3 (xtimes (n, sizeof (size_t)), m, m); local 1537 (size_in_bounds_p (memory_size) ? malloc (memory_size) : NULL); 1632 size_t memory_size = local 1636 (size_in_bounds_p (memory_size) ? malloc (memory_size) : NULL);
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| linebreak.c | 1535 size_t memory_size = xsum3 (xtimes (n, sizeof (size_t)), m, m); local 1537 (size_in_bounds_p (memory_size) ? malloc (memory_size) : NULL); 1632 size_t memory_size = local 1636 (size_in_bounds_p (memory_size) ? malloc (memory_size) : NULL);
|