Home
last modified time | relevance | path

Searched refs:vfringe (Results 1 – 25 of 70) sorted by relevance

123

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dcslgc.cpp90 *vfr = reinterpret_cast<char *>(reinterpret_cast<uintptr_t>(vfringe)); in copy()
350 vfringe = reinterpret_cast<LispObject>(vfr); in copy()
447 vfringe = reinterpret_cast<LispObject>(vf); in reset_limit_registers()
532 vfringe = reinterpret_cast<LispObject>(vf); in real_garbage_collector()
H A Dallocate.h40 extern uintptr_t vfringe;
H A Dallocate.cpp51 uintptr_t vfringe; variable
551 { uintptr_t r = (vfringe += alloc_size) - alloc_size; in get_basic_vector()
555 { vfringe = r; in get_basic_vector()
632 *reinterpret_cast<LispObject *>(vfringe-CELL) = 0; in get_basic_vector()
H A Drestart.cpp2070 vfringe = reinterpret_cast<LispObject>(
2073 vheaplimit = static_cast<LispObject>(vfringe + (CSL_PAGE_SIZE - 16));
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dgc.c1679 vfringe = (Lisp_Object)p; in move_vec_heap()
1853 char *fr = (char *)fringe, *vfr = (char *)vfringe; in copy()
2209 vfringe = (Lisp_Object)vfr; in copy()
2336 { char *vf = (char *)vfringe, in Lmapstore()
2493 *vf = (char *)vfringe; in reset_limit_registers()
2504 vfringe = (Lisp_Object)vf; in reset_limit_registers()
2546 *vf = (char *)vfringe, in tidy_fringes()
3050 vfringe = (Lisp_Object)vf; in reclaim()
3227 *vf = (char *)vfringe, in reclaim()
H A Dexterns.h401 extern Lisp_Object vfringe;
556 #define vfringe BASE[21] macro
H A Drestart.c248 Lisp_Object vfringe; variable
1849 vfringe = (Lisp_Object)fr; in adjust_vecheap()
4392 vfringe = (Lisp_Object)(8 + (char *)doubleword_align_up((intptr_t)p)); in cold_setup()
4393 vheaplimit = (Lisp_Object)((char *)vfringe + (CSL_PAGE_SIZE - 16)); in cold_setup()
6029 BASE[21] = vfringe; in copy_into_nilseg()
6200 vfringe = BASE[21]; in copy_out_of_nilseg()
H A Dcsl.c1111 vheaplimit = vfringe; in sigint_handler()
1182 vheaplimit = vfringe; in deal_with_tick()
H A Dfns1.c1689 { char *r = (char *)vfringe; in getvector()
1776 vfringe = (Lisp_Object)(r + alloc_size); in getvector()
H A Dfns3.c2181 case 21: p = (char *)&vfringe; break;
H A Du31.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du55.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du56.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du34.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du57.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du60.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du35.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du49.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du53.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du48.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du52.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du58.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du59.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du25.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro
H A Du02.c929 extern Lisp_Object vfringe;
1055 #define vfringe BASE[21] macro

123