Home
last modified time | relevance | path

Searched refs:heapsize (Results 76 – 100 of 1885) sorted by relevance

12345678910>>...76

/dports/games/mrboom/MrBoom-src-5.2/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/deps/flb_libco/
H A Ducontext.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void), in co_create() argument
44 …context(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) { in co_create()
46 thread->uc_stack.ss_size = heapsize; in co_create()
47 *out_size = heapsize; in co_create()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/flb_libco/
H A Ducontext.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void), in co_create() argument
44 …context(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) { in co_create()
46 thread->uc_stack.ss_size = heapsize; in co_create()
47 *out_size = heapsize; in co_create()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD/
H A Dbps-heap.sl64 (setq heapsize (segmentlength heap))
65 (setq heapsize (wquotient heapsize 2))
68 (setq heapupperbound (wplus2 heap heapsize))
74 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
85 (setq heapsize (plus heapsize d2))
H A Dbpsheap.c.dynamic124 int i, total, bpssize, heapsize, mallocsize;
223 getheap(heapsize);
233 heapsize, heapsize,
322 getheap(heapsize)
323 int heapsize;
337 heapupperbound = heaplowerbound + heapsize;
343 oldheapupperbound = oldheaplowerbound + heapsize;
370 int heapsize;
402 gcarraysize = (((heapsize / 9) / 4) * 4);
403 heapsize = heapsize - gcarraysize;
[all …]
/dports/math/taucs/taucs-2.2_23/src/
H A Dtaucs_ccs_ooc_lu.c207 (*heapsize)++; in x_heap_insert()
229 (*heapsize)--; in x_heap_extract_min()
242 (*heapsize)++; in heap_insert()
274 (*heapsize) --; in heap_extract_min()
503 heapsize = 0; in skel_sort_outofcore()
1637 (*heapsize)++; in num_heap_insert()
1672 (*heapsize)--; in num_heap_extractmin()
2107 (*heapsize)++; in x_heap_insert()
2128 (*heapsize)--; in x_heap_extractmin()
2183 int heapsize; in oocsp_numfact() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/boot/
H A Dmvme5100.c17 u32 heapsize; in platform_init() local
19 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init()
20 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/boot/
H A Dmvme5100.c17 u32 heapsize; in platform_init() local
19 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init()
20 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/boot/
H A Dmvme5100.c17 u32 heapsize; in platform_init() local
19 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init()
20 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/linux/
H A Dbpsheap.c.dynamic124 int i, total, bpssize, heapsize, mallocsize;
223 getheap(heapsize);
233 heapsize, heapsize,
322 getheap(heapsize)
323 int heapsize;
337 heapupperbound = heaplowerbound + heapsize;
343 oldheapupperbound = oldheaplowerbound + heapsize;
370 int heapsize;
402 gcarraysize = (((heapsize / 9) / 4) * 4);
403 heapsize = heapsize - gcarraysize;
[all …]
H A Dbps-heap.sl64 (setq heapsize (segmentlength heap))
65 (setq heapsize (wquotient heapsize 2))
68 (setq heapupperbound (wplus2 heap heapsize))
74 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
85 (setq heapsize (plus heapsize d2))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/brock/
H A Dbps-heap.sl64 (setq heapsize (segmentlength heap))
65 (setq heapsize (wquotient heapsize 2))
68 (setq heapupperbound (wplus2 heap heapsize))
74 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
85 (setq heapsize (plus heapsize d2))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/mingw-w64/
H A Dbps-heap.sl64 (setq heapsize (segmentlength heap))
65 (setq heapsize (wquotient heapsize 2))
68 (setq heapupperbound (wplus2 heap heapsize))
74 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
85 (setq heapsize (plus heapsize d2))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/AMD64/
H A Dbps-heap.sl64 (setq heapsize (segmentlength heap))
65 (setq heapsize (wquotient heapsize 2))
68 (setq heapupperbound (wplus2 heap heapsize))
74 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
85 (setq heapsize (plus heapsize d2))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/aarch64/
H A Dbps-heap.sl64 (setq heapsize (segmentlength heap))
65 (setq heapsize (wquotient heapsize 2))
68 (setq heapupperbound (wplus2 heap heapsize))
74 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
85 (setq heapsize (plus heapsize d2))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/armv6/
H A Dbps-heap.sl64 (setq heapsize (segmentlength heap))
65 (setq heapsize (wquotient heapsize 2))
68 (setq heapupperbound (wplus2 heap heapsize))
74 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
85 (setq heapsize (plus heapsize d2))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD64/
H A Dbps-heap.sl64 (setq heapsize (segmentlength heap))
65 (setq heapsize (wquotient heapsize 2))
68 (setq heapupperbound (wplus2 heap heapsize))
74 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
85 (setq heapsize (plus heapsize d2))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/AMD64_ext/
H A Dbps-heap.sl64 (setq heapsize (segmentlength heap))
65 (setq heapsize (wquotient heapsize 2))
68 (setq heapupperbound (wplus2 heap heapsize))
74 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
85 (setq heapsize (plus heapsize d2))

12345678910>>...76