Home
last modified time | relevance | path

Searched refs:FARMEM (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dunix.h90 #define EXPANDED FARMEM
91 #define EXTENDED FARMEM
H A Dfractint.h366 FARMEM, enumerator
377 FARMEM, enumerator
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dmemory.c286 case FARMEM: /* check_for_mem */ in check_for_mem()
291 use_this_type = FARMEM; in check_for_mem()
498 stored_at = FARMEM; in MemoryAlloc()
538 case FARMEM: /* MemoryAlloc */ in MemoryAlloc()
542 handletable[handle].Farmem.stored_at = FARMEM; in MemoryAlloc()
677 case FARMEM: /* MemoryRelease */ in MemoryRelease()
761 case FARMEM: /* MoveToMemory */ in MoveToMemory()
888 case FARMEM: /* MoveFromMemory */ in MoveFromMemory()
1015 case FARMEM: /* SetMemory */ in SetMemory()
H A Devolve.c162 gene_handle = MemoryAlloc((U16)sizeof(gene),1L,FARMEM); in initgene()
173 oldhistory_handle = MemoryAlloc((U16)sizeof(oldhistory),1L,FARMEM); in param_history()
832 prmboxhandle = MemoryAlloc((U16)(vidsize),1L,FARMEM); in SetupParamBox()
843 imgboxhandle = MemoryAlloc((U16)(vidsize),1L,FARMEM); in SetupParamBox()
H A Dloadfile.c448 gene_handle = MemoryAlloc((U16)sizeof(gene),1L,FARMEM); in read_overlay()
458 evolve_handle = MemoryAlloc((U16)sizeof(resume_e_info),1L,FARMEM); in read_overlay()
690 if ((blk_2_info->resume_data = MemoryAlloc((U16)1,(long)data_len,FARMEM)) == 0) in find_fractal_info()
1208 browsehandle = MemoryAlloc((U16)sizeof(struct window),(long)MAX_WINDOWS_OPEN,FARMEM); in fgetwindow()
H A Drealdos.c232 if ((temptextsave = MemoryAlloc((U16)textxdots,(long)textydots,FARMEM)) == 0) in showtempmsg()
426 savescreen[i] = MemoryAlloc((U16)savebytes,1L,FARMEM); in stackscreen()
H A Deditpal.c2300 this->stored_at = FARMEM; in PalTable__MemoryAlloc()
2324 case FARMEM: in PalTable__SaveRect()
2409 case FARMEM: in PalTable__RestoreRect()
H A Djiim.c451 if ((memory_handle = MemoryAlloc( (U16)width, (long)depth, FARMEM)) != 0) in SaveRect()
H A Dframain2.c417 evolve_handle = MemoryAlloc((U16)sizeof(resume_e_info),1L,FARMEM); in big_while_loop()
H A Dfracsubr.c1119 if ((resume_info = MemoryAlloc((U16)sizeof(alloclen), (long)alloclen, FARMEM)) == 0) in alloc_resume()
H A Dmiscres.c915 save_extra_handle = MemoryAlloc((U16)22400, 1L, FARMEM); in tab_display()