Home
last modified time | relevance | path

Searched refs:isaved (Results 1 – 14 of 14) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/ltra/
H A Dltraload.c27 int isaved = 0; in LTRAload() local
160 isaved = i; in LTRAload()
395 if ((isaved != 0) && in LTRAload()
415 ((isaved != 0) && in LTRAload()
423 if ((isaved != 0) && in LTRAload()
463 ((isaved != 0) && in LTRAload()
471 if ((isaved != 0) && in LTRAload()
511 ((isaved != 0) && in LTRAload()
519 if ((isaved != 0) && in LTRAload()
559 ((isaved != 0) && in LTRAload()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/peigs/src/c/
H A Dsorteig.c61 Integer me, naproc, nvecsZ, indx, jj, isaved, jlast, itmp, local
154 isaved = indx;
158 while ( jj != isaved ) {
164 if( jj == isaved )
205 isaved = indx;
209 while ( jj != isaved ) {
215 if( jj == isaved )
/dports/science/nwchem-data/nwchem-7.0.2-release/src/peigs/src/c/
H A Dsorteig.c61 Integer me, naproc, nvecsZ, indx, jj, isaved, jlast, itmp, local
154 isaved = indx;
158 while ( jj != isaved ) {
164 if( jj == isaved )
205 isaved = indx;
209 while ( jj != isaved ) {
215 if( jj == isaved )
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DGMapAreas.cpp594 int res2, isaved=i; in gma_is_point_inside() local
596 if (isaved!=i) in gma_is_point_inside()
599 if ((xx[(isaved+1)%points]-xin)* in gma_is_point_inside()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dfun.c4691 isaved = saved; in copy_out_runstack()
4695 isaved->prev = share_saved; in copy_out_runstack()
4703 isaved->prev = ss; in copy_out_runstack()
4704 isaved = ss; in copy_out_runstack()
4714 isaved->runstack_size = size; in copy_out_runstack()
4717 isaved->runstack_start = start; in copy_out_runstack()
4781 size = isaved->runstack_size; in copy_in_runstack()
4787 isaved = isaved->prev; in copy_in_runstack()
4788 if (!isaved) { in copy_in_runstack()
4793 size = isaved->runstack_size; in copy_in_runstack()
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dfun.c4691 isaved = saved; in copy_out_runstack()
4695 isaved->prev = share_saved; in copy_out_runstack()
4703 isaved->prev = ss; in copy_out_runstack()
4704 isaved = ss; in copy_out_runstack()
4714 isaved->runstack_size = size; in copy_out_runstack()
4717 isaved->runstack_start = start; in copy_out_runstack()
4781 size = isaved->runstack_size; in copy_in_runstack()
4787 isaved = isaved->prev; in copy_in_runstack()
4788 if (!isaved) { in copy_in_runstack()
4793 size = isaved->runstack_size; in copy_in_runstack()
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/s/
H A Darm32.ss3037 (define isaved (length callee-save-regs+lr))
3043 (let ([saved-reg-bytes (fx+ (fx* isaved 4) (fx* fpsaved 8))]
3044 [pre-pad-bytes (if (fxeven? isaved) 0 4)]
H A Dppc32.ss3030 (define isaved (length callee-save-regs))
3043 [unactivate-mode-offset (fx+ (fx* isaved 4) callee-save-offset)]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/s/
H A Darm32.ss3242 (define isaved (length callee-save-regs+lr))
3257 (let ([saved-reg-bytes (fx+ (fx* isaved 4) (fx* fpsaved 8))]
3258 [pre-pad-bytes (if (fxeven? isaved)
H A Dppc32.ss3520 (define isaved (length callee-save-regs))
3532 [callee-save-fp-offset (fx+ (fx* isaved 4) callee-save-offset)]
H A Darm64.ss3260 (define isaved (length callee-save-regs+lr))
/dports/lang/racket/racket-8.3/src/ChezScheme/s/
H A Darm32.ss3242 (define isaved (length callee-save-regs+lr))
3257 (let ([saved-reg-bytes (fx+ (fx* isaved 4) (fx* fpsaved 8))]
3258 [pre-pad-bytes (if (fxeven? isaved)
H A Dppc32.ss3520 (define isaved (length callee-save-regs))
3532 [callee-save-fp-offset (fx+ (fx* isaved 4) callee-save-offset)]
H A Darm64.ss3260 (define isaved (length callee-save-regs+lr))