Home
last modified time | relevance | path

Searched refs:no_of_slots (Results 1 – 5 of 5) sorted by relevance

/dports/math/snns/SNNSv4.3/kernel/sources/
H A Dkr_newpattern.c2200 int no_of_slots; in kr_np_floatmalloc() local
2220 no_of_slots = KRNP_FIXED_PAGESIZE/(size * sizeof(float)); in kr_np_floatmalloc()
2221 if (no_of_slots < 1) in kr_np_floatmalloc()
2222 no_of_slots = 1; in kr_np_floatmalloc()
2229 size * no_of_slots * sizeof(float)); in kr_np_floatmalloc()
2231 page->data = (float *) malloc(size * no_of_slots * sizeof(float)); in kr_np_floatmalloc()
2236 page->no_of_slots = page->no_of_free_slots = no_of_slots; in kr_np_floatmalloc()
2244 for (i=0; i<no_of_slots-1; i++) in kr_np_floatmalloc()
2248 *((int *) ((float *) (page->data + (no_of_slots-1)*size))) = -1; in kr_np_floatmalloc()
2286 ptr >= (page->data + page->no_of_slots*page->slotsize))) in kr_np_floatfree()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/h8300/
H A Dcompile.c2756 int no_of_slots = 0; /* No. of slots required on the stack in sim_resume() local
/dports/devel/gdb761/gdb-7.6.1/sim/h8300/
H A Dcompile.c2757 int no_of_slots = 0; /* No. of slots required on the stack in sim_resume() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/h8300/
H A Dcompile.c2762 int no_of_slots = 0; /* No. of slots required on the stack
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/h8300/
H A Dcompile.c2762 int no_of_slots = 0; /* No. of slots required on the stack in sim_resume() local