Home
last modified time | relevance | path

Searched refs:FREEUP (Results 1 – 25 of 149) sorted by relevance

123456

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_reorder.c241 #undef FREEUP
244 #define FREE_WORKSPACE do{ FREEUP(bPtr); FREEUP(sPtr); FREEUP(fPtr); \
245 FREEUP(map); FREEUP(classKRH); } while(0)
436 FREEUP(bPtr); in REORDER_main()
445 FREEUP(bPtr); in REORDER_main()
474 FREEUP(sPtr); in REORDER_main()
483 FREEUP(sPtr); in REORDER_main()
512 FREEUP(fPtr); in REORDER_main()
555 FREEUP(bPtr); in REORDER_main()
559 FREEUP(sPtr); in REORDER_main()
[all …]
H A Dplug_volreg.c209 #undef FREEUP
210 #define FREEUP(x) do{if((x) != NULL){free((x)); (x)=NULL;}}while(0) macro
518 FREEUP(dx) ; FREEUP(dy) ; FREEUP(dz) ; in VOLREG_main()
519 FREEUP(roll) ; FREEUP(yaw) ; FREEUP(pitch) ; in VOLREG_main()
520 FREEUP(rmsnew) ; FREEUP(rmsold) ; in VOLREG_main()
642 FREEUP(dx) ; FREEUP(dy) ; FREEUP(dz) ; in VOLREG_main()
643 FREEUP(roll) ; FREEUP(yaw) ; FREEUP(pitch) ; in VOLREG_main()
644 FREEUP(rmsnew) ; FREEUP(rmsold) ; in VOLREG_main()
H A Dthd_makefith.c76 do{ FREEUP(bptr) ; FREEUP(sptr) ; FREEUP(fptr) ; \
77 FREEUP(cptr) ; FREEUP(fxar) ; FREEUP(fac) ; \
78 FREEUP(fout) ; FREEUP(dtr) ; FREEUP(tout) ; \
211 if( !use_fac ) FREEUP(fac) ; in MAKER_4D_to_typed_fith()
H A Dplug_imreg.c143 #define FREEUP(x) do{if((x) != NULL){free((x)); (x)=NULL;}}while(0) macro
146 do{ FREEUP(bptr) ; FREEUP(sptr) ; FREEUP(fptr) ; \
147 FREEUP(bout) ; FREEUP(sout) ; FREEUP(fout) ; \
148 FREEUP(dxar) ; FREEUP(dyar) ; FREEUP(phiar); \
H A Dplug_aslA3D3.c185 #undef FREEUP
188 #define FREE_WORKSPACE do{ FREEUP(bptr) ; \
189 FREEUP(sptr) ; \
190 FREEUP(fptr) ; \
191 FREEUP(foutD3) ; \
192 FREEUP(this) ; \
193 FREEUP(tarD3) ; \
194 FREEUP(tarA3) ; \
514 FREEUP(foutD3[kk]) ; in POWER_main()
515 FREEUP(foutA3[kk]) ; in POWER_main()
[all …]
H A Dthd_makefim.c69 do{ FREEUP(bptr) ; FREEUP(sptr) ; FREEUP(fptr) ; \
70 FREEUP(cptr) ; FREEUP(fxar) ; FREEUP(fac) ; \
71 FREEUP(fout) ; FREEUP(dtr) ; \
202 if( !use_fac ) FREEUP(fac) ; in MAKER_4D_to_typed_fim()
H A Dthd_makefbuc.c84 for( jv=0 ; jv < nbrik ; jv++ ) FREEUP(fout[jv]) ; \
90 do{ FREEUP(bptr) ; FREEUP(sptr) ; FREEUP(fptr) ; \
91 FREEUP(cptr) ; FREEUP(fxar) ; FREEUP(fac) ; \
92 FREEUP(dtr) ; FREEUP(val) ; FREE_FOUT ; \
233 if( !use_fac ) FREEUP(fac) ; in MAKER_4D_to_typed_fbuc()
H A Dplug_power.c203 #undef FREEUP
204 #define FREEUP(x) do{ if((x) != NULL){free((x)); (x)=NULL;} } while(0) macro
207 do{ FREEUP(bptr) ; FREEUP(sptr) ; FREEUP(fptr) ; \
208 FREEUP(fout) ; FREEUP(cxar) ; FREEUP(tar) ; \
209 FREEUP(fxar) ; FREEUP(fyar) ; FREEUP(dtr) ; \
508 for( ; kk >= 0 ; kk-- ) FREEUP(fout[kk]) ; /* free all we did get */ in POWER_main()
H A Dthd_maker.h16 #undef FREEUP
17 #define FREEUP(x) do{if((x) != NULL){free((x)); (x)=NULL;}}while(0) macro
H A Dplug_stavg.c204 #undef FREEUP
205 #define FREEUP(x) if((x) != NULL){free((x)); (x)=NULL;} macro
208 do{ FREEUP(bptr) ; FREEUP(sptr) ; FREEUP(fptr) ; \
209 FREEUP(fout) ; \
210 FREEUP(fxar) ; \
H A D2dImReg.c843 #define FREEUP(x) do{if((x) != NULL){free((x)); (x)=NULL;}}while(0) macro
846 do{ FREEUP(bptr) ; FREEUP(sptr) ; FREEUP(fptr) ; \
847 FREEUP(bout) ; FREEUP(sout) ; FREEUP(fout) ; \
848 FREEUP(dxar) ; FREEUP(dyar) ; FREEUP(phiar); \
/dports/science/afni/afni-AFNI_21.3.16/src/niml/
H A Dniml_rowtype.c1118 # undef FREEUP in NI_write_columns()
1119 # define FREEUP do{ NI_free(wbuf); NI_free(bbuf); NI_free(cbuf); \ in NI_write_columns() macro
1187 FREEUP ; if( nout < 0 ) WCERR("f") ; in NI_write_columns()
1218 FREEUP ; WCERR(x) ; return -1 ; \ in NI_write_columns()
1388 FREEUP ; if( ntot < 0 ) WCERR("Z") ; in NI_write_columns()
1445 # undef FREEUP in NI_read_columns()
1476 if( rt[col] == NULL ){ FREEUP; return -1; } in NI_read_columns()
1489 if( open_ended ){ FREEUP; return -1; } in NI_read_columns()
1530 FREEUP ; return -1 ; in NI_read_columns()
1572 FREEUP; return -1; in NI_read_columns()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_dummy.c43 FREEUP; if (P) free(P); }
H A Dproj_mill_per.c39 FREEUP; if (P) free(P); }
H A Dproj_apian2.c39 FREEUP; if (P) free(P); }
H A Dproj_braun2.c39 FREEUP; if (P) free(P); }
H A Dproj_ardn_cls.c39 FREEUP; if (P) free(P); }
H A Dproj_larr.c39 FREEUP; if (P) free(P); }
H A Dproj_holzel.c44 FREEUP; if (P) free(P); }
H A Dproj_equi_moll.c44 FREEUP; if (P) free(P); }
H A Dproj_mill.c43 FREEUP; if (P) free(P); }
H A Dproj_gins8.c44 FREEUP; if (P) free(P); }
H A Dproj_tcc.c44 FREEUP; if (P) free(P); }
H A Dproj_maurer.c43 FREEUP; if (P) free(P); }
H A Dproj_mill_2.c46 FREEUP; if (P) free(P); }

123456