Home
last modified time | relevance | path

Searched refs:mem_alloc (Results 1 – 25 of 1531) sorted by relevance

12345678910>>...62

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dpsy.c103 nb = (FLOAT *) mem_alloc(sizeof(FCB), "nb");
104 cb = (FLOAT *) mem_alloc(sizeof(FCB), "cb");
105 ecb = (FLOAT *) mem_alloc(sizeof(FCB), "ecb");
106 bc = (FLOAT *) mem_alloc(sizeof(FCB), "bc");
109 phi = (FLOAT *) mem_alloc(sizeof(FBLK), "phi");
111 c = (FLOAT *) mem_alloc(sizeof(FHBLK), "c");
112 fthr = (FLOAT *) mem_alloc(sizeof(FHBLK), "fthr");
121 cbval = (FLOAT *) mem_alloc(sizeof(FCB), "cbval");
125 tmn = (double *) mem_alloc(sizeof(DCB), "tmn");
126 s = (FCB *) mem_alloc(sizeof(FCBCB), "s");
[all …]
/dports/comms/scmxx/scmxx-0.9.0/src/atcommand/
H A Dgeneric.c100 parmlist = mem_alloc(1+strlen(lock)+1 in at_gen_lock()
126 parmlist = mem_alloc(numlen(slot)+1 in at_gen_phonebook_write()
155 parmlist = mem_alloc(numlen(slot_low)+1 in at_gen_phonebook_read()
177 parmlist = mem_alloc(numlen(slot)+1, 1); in at_gen_sms_delete()
189 parmlist = mem_alloc(numlen(slot) in at_gen_sms_slot_send()
206 parmlist = mem_alloc(numlen(len)+1,1); in at_gen_sms_send()
215 parmlist = mem_alloc(numlen(len)+1,1); in at_gen_sms_store()
228 parmlist = mem_alloc(1+strlen(mem1)+2 in at_gen_sms_mem()
247 parmlist = mem_alloc(numlen(slot)+1,1); in at_gen_sms_slot_read()
278 parmlist = mem_alloc(1+strlen(number)+2 in at_gen_smsc()
[all …]
H A Dsiemens.c46 parmlist = mem_alloc(numlen(index1)+1+numlen(index2)+1,1); in at_sie_pref_op_read()
68 parmlist = mem_alloc(1+strlen(lock)+3+str_len(oldpin)+3 in at_sie_password()
96 parmlist = mem_alloc(1+strlen(lock)+1 in at_sie_lock()
124 parmlist = mem_alloc(1+strlen(ftype)+2+numlen(slot) in at_sie_binary_write()
146 parmlist = mem_alloc(1+strlen(ftype)+2+numlen(slot)+1, 1); in at_sie_binary_read()
160 parmlist = mem_alloc(numlen(slot)+1,1); in at_sie_phonebook_vcf_read()
163 parmlist = mem_alloc(numlen(slot)+1+numlen(type)+1,1); in at_sie_phonebook_vcf_read()
178 parmlist = mem_alloc(numlen(slot_low)+1 in at_sie_phonebook_read_sorted()
194 parmlist = mem_alloc(1+strlen(mem)+2, 1); in at_sie_phonebook_select()
206 parmlist = mem_alloc(numlen(slot)+1,1); in at_sie_sms_slot_read()
[all …]
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dpsycho_2.c65 nb = (FLOAT *) mem_alloc (sizeof (FCB), "nb"); in psycho_2()
66 cb = (FLOAT *) mem_alloc (sizeof (FCB), "cb"); in psycho_2()
67 ecb = (FLOAT *) mem_alloc (sizeof (FCB), "ecb"); in psycho_2()
68 bc = (FLOAT *) mem_alloc (sizeof (FCB), "bc"); in psycho_2()
71 phi = (FLOAT *) mem_alloc (sizeof (FBLK), "phi"); in psycho_2()
73 c = (FLOAT *) mem_alloc (sizeof (FHBLK), "c"); in psycho_2()
74 fthr = (FLOAT *) mem_alloc (sizeof (FHBLK), "fthr"); in psycho_2()
75 snrtmp = (F32 *) mem_alloc (sizeof (F2_32), "snrtmp"); in psycho_2()
89 tmn = (double *) mem_alloc (sizeof (DCB), "tmn"); in psycho_2()
90 s = (FCB *) mem_alloc (sizeof (FCBCB), "s"); in psycho_2()
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dmemory.c137 static void *mem_alloc( size_t size ) /* ������� */ in mem_alloc() function
322 main_rom = (byte *) mem_alloc( sizeof(byte) * 0x8000 ); in memory_allocate()
324 main_rom_n = (byte *) mem_alloc( sizeof(byte) * 0x8000 ); in memory_allocate()
325 sub_romram = (byte *) mem_alloc( sizeof(byte) * 0x8000 ); in memory_allocate()
333 font_pcg = (byte *) mem_alloc( sizeof(byte)*8*256*2 ); in memory_allocate()
334 font_mem = (byte *) mem_alloc( sizeof(byte)*8*256*2 ); in memory_allocate()
335 font_mem2 = (byte *) mem_alloc( sizeof(byte)*8*256*2 ); in memory_allocate()
336 font_mem3 = (byte *) mem_alloc( sizeof(byte)*8*256*2 ); in memory_allocate()
584 dummy_rom = (byte *) mem_alloc( sizeof(byte) * 0x8000 ); in memory_allocate_additional()
586 dummy_ram = (byte *) mem_alloc( sizeof(byte) * 0x8000 ); in memory_allocate_additional()
[all …]
/dports/sysutils/openipmi/OpenIPMI-2.0.29/utils/
H A Dipmi_auth.c67 void *(*mem_alloc)(void *info, int size); member
76 void *(*mem_alloc)(void *info, int size), in pw_authcode_init()
81 data = mem_alloc(info, sizeof(*data)); in pw_authcode_init()
86 data->mem_alloc = mem_alloc; in pw_authcode_init()
120 void *(*mem_alloc)(void *info, int size), in no_authcode_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/test/
H A Drun-mem_region.c103 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
115 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
122 ptrs[0] = mem_alloc(&skiboot_heap, 1, 1, "small"); in main()
124 p = mem_alloc(&skiboot_heap, 1, 1ULL << i, "here"); in main()
144 ptrs[i] = mem_alloc(&skiboot_heap, sizeof(long), 1, "here"); in main()
159 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0]"); in main()
160 ptrs[1] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[1]"); in main()
164 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0] again"); in main()
183 p = mem_alloc(&skiboot_heap, 1, 1, "one byte"); in main()
192 p = mem_alloc(&skiboot_heap, 100, 1, "100 bytes"); in main()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/test/
H A Drun-mem_region.c103 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
115 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
122 ptrs[0] = mem_alloc(&skiboot_heap, 1, 1, "small"); in main()
124 p = mem_alloc(&skiboot_heap, 1, 1ULL << i, "here"); in main()
144 ptrs[i] = mem_alloc(&skiboot_heap, sizeof(long), 1, "here"); in main()
159 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0]"); in main()
160 ptrs[1] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[1]"); in main()
164 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0] again"); in main()
183 p = mem_alloc(&skiboot_heap, 1, 1, "one byte"); in main()
192 p = mem_alloc(&skiboot_heap, 100, 1, "100 bytes"); in main()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/test/
H A Drun-mem_region.c100 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
112 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
119 ptrs[0] = mem_alloc(&skiboot_heap, 1, 1, "small"); in main()
121 p = mem_alloc(&skiboot_heap, 1, 1ULL << i, "here"); in main()
141 ptrs[i] = mem_alloc(&skiboot_heap, sizeof(long), 1, "here"); in main()
156 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0]"); in main()
157 ptrs[1] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[1]"); in main()
161 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0] again"); in main()
180 p = mem_alloc(&skiboot_heap, 1, 1, "one byte"); in main()
189 p = mem_alloc(&skiboot_heap, 100, 1, "100 bytes"); in main()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/test/
H A Drun-mem_region.c103 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
115 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
122 ptrs[0] = mem_alloc(&skiboot_heap, 1, 1, "small"); in main()
124 p = mem_alloc(&skiboot_heap, 1, 1ULL << i, "here"); in main()
144 ptrs[i] = mem_alloc(&skiboot_heap, sizeof(long), 1, "here"); in main()
159 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0]"); in main()
160 ptrs[1] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[1]"); in main()
164 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0] again"); in main()
183 p = mem_alloc(&skiboot_heap, 1, 1, "one byte"); in main()
192 p = mem_alloc(&skiboot_heap, 100, 1, "100 bytes"); in main()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/test/
H A Drun-mem_region.c103 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
115 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
122 ptrs[0] = mem_alloc(&skiboot_heap, 1, 1, "small"); in main()
124 p = mem_alloc(&skiboot_heap, 1, 1ULL << i, "here"); in main()
144 ptrs[i] = mem_alloc(&skiboot_heap, sizeof(long), 1, "here"); in main()
159 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0]"); in main()
160 ptrs[1] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[1]"); in main()
164 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0] again"); in main()
183 p = mem_alloc(&skiboot_heap, 1, 1, "one byte"); in main()
192 p = mem_alloc(&skiboot_heap, 100, 1, "100 bytes"); in main()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/test/
H A Drun-mem_region.c92 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
104 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
111 ptrs[0] = mem_alloc(&skiboot_heap, 1, 1, "small"); in main()
113 p = mem_alloc(&skiboot_heap, 1, 1ULL << i, "here"); in main()
133 ptrs[i] = mem_alloc(&skiboot_heap, sizeof(long), 1, "here"); in main()
148 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0]"); in main()
149 ptrs[1] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[1]"); in main()
153 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0] again"); in main()
172 p = mem_alloc(&skiboot_heap, 1, 1, "one byte"); in main()
181 p = mem_alloc(&skiboot_heap, 100, 1, "100 bytes"); in main()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/test/
H A Drun-mem_region.c103 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
115 p = mem_alloc(&skiboot_heap, 1ULL << i, 1, "here"); in main()
122 ptrs[0] = mem_alloc(&skiboot_heap, 1, 1, "small"); in main()
124 p = mem_alloc(&skiboot_heap, 1, 1ULL << i, "here"); in main()
144 ptrs[i] = mem_alloc(&skiboot_heap, sizeof(long), 1, "here"); in main()
159 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0]"); in main()
160 ptrs[1] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[1]"); in main()
164 ptrs[0] = mem_alloc(&skiboot_heap, sizeof(long), 1, "ptrs[0] again"); in main()
183 p = mem_alloc(&skiboot_heap, 1, 1, "one byte"); in main()
192 p = mem_alloc(&skiboot_heap, 100, 1, "100 bytes"); in main()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c4 extern __attribute__ ((malloc)) void *mem_alloc(size_t);
5 void *mem_alloc(size_t amount) in mem_alloc() function
15 mem_alloc(1); in mem_realloc()
19 mem_alloc(1); in put_env_var()

12345678910>>...62