Home
last modified time | relevance | path

Searched refs:LINESIZE (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dcarplugin.c91 #define LINESIZE 1024 macro
107 char name[LINESIZE], type[LINESIZE]; in read_car_structure_line()
160 char line[LINESIZE]; in open_car_read()
169 fgets(line, LINESIZE, fd); in open_car_read()
179 fgets(line, LINESIZE, fd); in open_car_read()
182 fgets(line, LINESIZE, fd); in open_car_read()
210 fgets(line, LINESIZE, fd); in open_car_read()
213 fgets(line, LINESIZE, fd); in open_car_read()
230 fgets(line, LINESIZE, fd); in open_car_read()
255 char line[LINESIZE]; in read_car_structure()
[all …]
H A Dphiplugin.cpp51 #define LINESIZE 85 macro
88 char inbuf[LINESIZE]; in open_phi_read()
100 if (phigets(inbuf, LINESIZE, fd) == NULL) { in open_phi_read()
103 if (phigets(inbuf, LINESIZE, fd) == NULL) { in open_phi_read()
106 if (phigets(inbuf, LINESIZE, fd) == NULL) { in open_phi_read()
111 if (phigets(inbuf, LINESIZE, fd) == NULL) { in open_phi_read()
119 if (phigets(inbuf, LINESIZE, fd) == NULL) { in open_phi_read()
133 if (phigets(inbuf, LINESIZE, fd) == NULL) { in open_phi_read()
198 if (phigets(inbuf, LINESIZE, fd) == NULL) { in read_phi_data()
201 if (phigets(inbuf, LINESIZE, fd) == NULL) { in read_phi_data()
[all …]
H A Dvaspxdatcarplugin.c47 char lineptr[LINESIZE], poscarfile[1000]; in open_vaspxdatcar_read()
89 fgets(lineptr, LINESIZE, poscar); in open_vaspxdatcar_read()
92 fgets(lineptr, LINESIZE, poscar); in open_vaspxdatcar_read()
97 fgets(lineptr, LINESIZE, poscar); in open_vaspxdatcar_read()
111 fgets(lineptr, LINESIZE, poscar); in open_vaspxdatcar_read()
121 fgets(lineptr, LINESIZE, poscar); in open_vaspxdatcar_read()
160 char lineptr[LINESIZE], potcarfile[1000]; in read_vaspxdatcar_structure()
228 for (i = 0; i < 4; ++i) fgets(lineptr, LINESIZE, data->file); in read_vaspxdatcar_structure()
233 fgets(lineptr, LINESIZE, data->file); in read_vaspxdatcar_structure()
261 char lineptr[LINESIZE]; in read_vaspxdatcar_timestep()
[all …]
H A Dmdfplugin.cpp55 #define LINESIZE 256 macro
131 char bond_records[LINESIZE]; in count_mdf_bonds()
155 char line[LINESIZE]; in open_mdf_read()
164 fgets(line, LINESIZE, fd); in open_mdf_read()
176 fgets(line, LINESIZE, fd); in open_mdf_read()
183 fgets(line, LINESIZE, fd); in open_mdf_read()
210 char line[LINESIZE]; in read_mdf_structure()
223 fgets(line, LINESIZE, mdf->file); in read_mdf_structure()
259 char *curr, *next, line[LINESIZE], bond_records[LINESIZE]; in read_mdf_bonds()
278 fgets(line, LINESIZE, mdf->file); in read_mdf_bonds()
[all …]
H A Dvasp5xdatcarplugin.c46 char lineptr[LINESIZE]; in open_vasp5xdatcar_read()
69 for (i = 0; i < 5; ++i) fgets(lineptr, LINESIZE, data->file); in open_vasp5xdatcar_read()
72 fgets(lineptr, LINESIZE, data->file); in open_vasp5xdatcar_read()
77 fgets(lineptr, LINESIZE, data->file); in open_vasp5xdatcar_read()
107 char lineptr[LINESIZE], potcarfile[1000], *cp; in read_vasp5xdatcar_structure()
180 fgets(lineptr, LINESIZE, data->file); in read_vasp5xdatcar_structure()
189 for (i = 0; i < 3; ++i) fgets(lineptr, LINESIZE, data->file); in read_vasp5xdatcar_structure()
194 fgets(lineptr, LINESIZE, data->file); in read_vasp5xdatcar_structure()
204 for (i = 0; i < 8; ++i) fgets(lineptr, LINESIZE, data->file); in read_vasp5xdatcar_structure()
213 char lineptr[LINESIZE]; in read_vasp5xdatcar_timestep()
[all …]
H A Dvaspoutcarplugin.c46 char lineptr[LINESIZE]; in open_vaspoutcar_read()
67 while (fgets(lineptr, LINESIZE, data->file) && data->numatoms == 0) { in open_vaspoutcar_read()
83 while (fgets(lineptr, LINESIZE, data->file)) { in open_vaspoutcar_read()
87 fgets(lineptr, LINESIZE, data->file); in open_vaspoutcar_read()
109 char lineptr[LINESIZE], potcarfile[1000]; in read_vaspoutcar_structure()
200 while (fgets(lineptr, LINESIZE, data->file) && atomcount == 0) { in read_vaspoutcar_structure()
204 fgets(lineptr, LINESIZE, data->file); in read_vaspoutcar_structure()
227 char lineptr[LINESIZE]; in read_vaspoutcar_timestep()
236 while (fgets(lineptr, LINESIZE, data->file) && atomcount == 0) { in read_vaspoutcar_timestep()
239 fgets(lineptr, LINESIZE, data->file); in read_vaspoutcar_timestep()
[all …]
H A Dvaspxmlplugin.c53 char lineptr[LINESIZE]; in open_vaspxml_read()
75 while (fgets(lineptr, LINESIZE, data->file) && !finished) { in open_vaspxml_read()
86 fgets(lineptr, LINESIZE, data->file); in open_vaspxml_read()
92 fgets(lineptr, LINESIZE, data->file); in open_vaspxml_read()
124 char lineptr[LINESIZE]; in read_vaspxml_structure()
134 while (fgets(lineptr, LINESIZE, data->file) && !finished) { in read_vaspxml_structure()
139 fgets(lineptr, LINESIZE, data->file); in read_vaspxml_structure()
144 fgets(lineptr, LINESIZE, data->file); in read_vaspxml_structure()
195 char lineptr[LINESIZE]; in read_vaspxml_timestep()
202 while (fgets(lineptr, LINESIZE, data->file)) { in read_vaspxml_timestep()
[all …]
H A Dmapplugin.cpp40 #define LINESIZE 85 macro
76 char inbuf[LINESIZE]; in open_map_read()
88 if (mapgets(inbuf, LINESIZE, fd) == NULL) in open_map_read()
90 if (mapgets(inbuf, LINESIZE, fd) == NULL) in open_map_read()
92 if (mapgets(inbuf, LINESIZE, fd) == NULL) in open_map_read()
96 if (mapgets(inbuf, LINESIZE, fd) == NULL) in open_map_read()
102 if (mapgets(inbuf, LINESIZE, fd) == NULL) in open_map_read()
115 if (mapgets(inbuf, LINESIZE, fd) == NULL) in open_map_read()
170 char inbuf[LINESIZE]; in read_map_data()
179 if (mapgets(inbuf, LINESIZE, fd) == NULL) { in read_map_data()
H A Dvaspposcarplugin.c46 char lineptr[LINESIZE]; in open_vaspposcar_read()
69 fgets(lineptr, LINESIZE, data->file); in open_vaspposcar_read()
73 for (i = 0; i < 5; ++i) fgets(lineptr, LINESIZE, data->file); in open_vaspposcar_read()
87 fgets(lineptr, LINESIZE, data->file); in open_vaspposcar_read()
126 char lineptr[LINESIZE], potcarfile[1000], *cp; in read_vaspposcar_structure()
203 fgets(lineptr, LINESIZE, data->file); in read_vaspposcar_structure()
219 char lineptr[LINESIZE]; in read_vaspposcar_timestep()
232 fgets(lineptr, LINESIZE, data->file); in read_vaspposcar_timestep()
237 fgets(lineptr, LINESIZE, data->file); in read_vaspposcar_timestep()
256 fgets(lineptr, LINESIZE, data->file); in read_vaspposcar_timestep()
[all …]
H A Davsplugin.cpp55 #define LINESIZE 256 macro
186 char inbuf[LINESIZE], current_file[256]; in open_avsfield_read()
199 if (fgets(inbuf, LINESIZE, fd) == NULL) { in open_avsfield_read()
211 if (get_string(inbuf, LINESIZE, fd) == NULL) { in open_avsfield_read()
227 if (get_string(inbuf, LINESIZE, fd) == NULL) { in open_avsfield_read()
236 if (get_string(inbuf, LINESIZE, fd) == NULL) { in open_avsfield_read()
245 if (get_string(inbuf, LINESIZE, fd) == NULL) { in open_avsfield_read()
256 if (get_string(inbuf, LINESIZE, fd) == NULL) { in open_avsfield_read()
390 if (fgets(inbuf, LINESIZE, fd) == NULL) { in open_avsfield_read()
486 char inbuf[LINESIZE]; in read_avsfield_data()
[all …]
H A Duhbdplugin.cpp49 #define LINESIZE 85 macro
88 char inbuf[LINESIZE]; in open_uhbd_read()
148 if (uhbdgets(inbuf, LINESIZE, fd, in open_uhbd_read()
151 if (uhbdgets(inbuf, LINESIZE, fd, in open_uhbd_read()
156 if (uhbdgets(inbuf, LINESIZE, fd, in open_uhbd_read()
164 if (uhbdgets(inbuf, LINESIZE, fd, in open_uhbd_read()
167 if (uhbdgets(inbuf, LINESIZE, fd, in open_uhbd_read()
231 char inbuf[LINESIZE]; in read_uhbd_data()
270 if (uhbdgets(inbuf, LINESIZE, fd, in read_uhbd_data()
276 if (uhbdgets(inbuf, LINESIZE, fd, in read_uhbd_data()
[all …]
H A Dvaspchgcarplugin.c47 char lineptr[LINESIZE]; in open_vaspchgcar_read()
71 fgets(lineptr, LINESIZE, data->file); in open_vaspchgcar_read()
75 fgets(lineptr, LINESIZE, data->file); in open_vaspchgcar_read()
81 fgets(lineptr, LINESIZE, data->file); in open_vaspchgcar_read()
92 fgets(lineptr, LINESIZE, data->file); in open_vaspchgcar_read()
103 fgets(lineptr, LINESIZE, data->file); in open_vaspchgcar_read()
131 for (i = 0; i < data->numatoms + 2; ++i) fgets(lineptr, LINESIZE, data->file); in open_vaspchgcar_read()
142 char lineptr[LINESIZE]; in read_vaspchgcar_metadata()
150 fgets(lineptr, LINESIZE, data->file); in read_vaspchgcar_metadata()
209 char lineptr[LINESIZE]; in read_vaspchgcar_data()
[all …]
H A Dvaspparchgplugin.c47 char lineptr[LINESIZE]; in open_vaspparchg_read()
71 fgets(lineptr, LINESIZE, data->file); in open_vaspparchg_read()
75 fgets(lineptr, LINESIZE, data->file); in open_vaspparchg_read()
81 fgets(lineptr, LINESIZE, data->file); in open_vaspparchg_read()
92 fgets(lineptr, LINESIZE, data->file); in open_vaspparchg_read()
103 fgets(lineptr, LINESIZE, data->file); in open_vaspparchg_read()
131 for (i = 0; i < data->numatoms + 2; ++i) fgets(lineptr, LINESIZE, data->file); in open_vaspparchg_read()
142 char lineptr[LINESIZE]; in read_vaspparchg_metadata()
150 fgets(lineptr, LINESIZE, data->file); in read_vaspparchg_metadata()
210 char lineptr[LINESIZE]; in read_vaspparchg_data()
[all …]
H A Dmol2plugin.cpp49 #define LINESIZE 256 macro
65 char line[LINESIZE]; in open_mol2_read()
74 fgets(line, LINESIZE, fd); in open_mol2_read()
118 char line[LINESIZE]; in read_mol2()
127 fgets(line, LINESIZE, mol2->file); in read_mol2()
138 fgets(line, LINESIZE, mol2->file); in read_mol2()
183 char line[LINESIZE], bond_type[16]; in read_mol2_bonds_aux()
199 fgets(line, LINESIZE, mol2->file); in read_mol2_bonds_aux()
209 fgets(line, LINESIZE, mol2->file); in read_mol2_bonds_aux()
269 char line[LINESIZE]; in read_mol2_timestep()
[all …]
H A Ddxplugin.cpp88 #define LINESIZE 2040 macro
123 char inbuf[LINESIZE]; in open_dx_read()
147 if (dxgets(inbuf, LINESIZE, fd) == NULL) { in open_dx_read()
156 if (dxgets(inbuf, LINESIZE, fd) == NULL) { in open_dx_read()
164 if (dxgets(inbuf, LINESIZE, fd) == NULL) { in open_dx_read()
172 if (dxgets(inbuf, LINESIZE, fd) == NULL) { in open_dx_read()
182 if (dxgets(inbuf, LINESIZE, fd) == NULL) in open_dx_read()
188 if (dxgets(inbuf, LINESIZE, fd) == NULL) in open_dx_read()
264 char inbuf[LINESIZE]; in read_dx_data()
282 p=dxgets(inbuf, LINESIZE, fd); in read_dx_data()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/psp/
H A Dpg.c122 vptr0+=LINESIZE*2; in pgBitBlt()
142 v0[LINESIZE/2]=d0; in pgBitBltN2()
143 v0[LINESIZE/2+1]=d1; in pgBitBltN2()
147 v0+=(LINESIZE-160); in pgBitBltN2()
168 v0+=(LINESIZE-160); in pgBitBltStScan()
188 v0+=(LINESIZE/2-160); in pgBitBltSt2wotop()
196 v0[LINESIZE/2]=d0; in pgBitBltSt2wotop()
201 v0+=(LINESIZE-160); in pgBitBltSt2wotop()
218 v0[LINESIZE/2]=d0; in pgBitBltSt2wobot()
223 v0+=(LINESIZE-160); in pgBitBltSt2wobot()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/psp/
H A Dpg.c122 vptr0+=LINESIZE*2; in pgBitBlt()
142 v0[LINESIZE/2]=d0; in pgBitBltN2()
143 v0[LINESIZE/2+1]=d1; in pgBitBltN2()
147 v0+=(LINESIZE-160); in pgBitBltN2()
168 v0+=(LINESIZE-160); in pgBitBltStScan()
188 v0+=(LINESIZE/2-160); in pgBitBltSt2wotop()
196 v0[LINESIZE/2]=d0; in pgBitBltSt2wotop()
201 v0+=(LINESIZE-160); in pgBitBltSt2wotop()
218 v0[LINESIZE/2]=d0; in pgBitBltSt2wobot()
223 v0+=(LINESIZE-160); in pgBitBltSt2wobot()
[all …]
/dports/biology/migrate/migrate-3.6.11/src/
H A Dmenu.c155 char input[LINESIZE]; in menu_get_filename()
169 char input[LINESIZE]; in get_plotoptions()
2235 FGETS(input,LINESIZE,stdin); in set_menu_localities()
2302 char input[LINESIZE]; in set_mult_prior()
2322 char input[LINESIZE]; in set_exp_prior()
2342 char input[LINESIZE]; in set_gamma_prior()
2362 char input[LINESIZE]; in set_wexp_prior()
2382 char input[LINESIZE]; in set_uni_prior()
2562 char input[LINESIZE]; in set_autotuning()
3860 char input[LINESIZE]; in menu_submodel()
[all …]
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dtitle.c21 const LINESIZE= 70; variable
116 char *chFBuf, chLBuf[LINESIZE+1]; in read_credits()
121 gchLBuf = (char *) malloc (LINESIZE+1); in read_credits()
138 strncpy (gchLBuf+(lines*(LINESIZE+1)), chLBuf, LINESIZE); in read_credits()
140 nSize = (lines+1) * (LINESIZE+1); in read_credits()
151 if (j>LINESIZE) in read_credits()
156 strncpy (gchLBuf+(lines*(LINESIZE+1)), chLBuf, LINESIZE); in read_credits()
181 char chLBuf[LINESIZE+1]; in undo_credits()
188 strncpy (chLBuf, gchLBuf+i*(LINESIZE+1), LINESIZE); in undo_credits()
207 char chLBuf[LINESIZE+1]; in show_credits()
[all …]
/dports/games/xgalaga-sdl/xgalaga-sdl-2.1.1.0-sdl/src/
H A Dtitle.c32 static const unsigned int LINESIZE= 70; variable
109 char *chFBuf, chLBuf[LINESIZE+1]; in read_credits()
118 gchLBuf = malloc (LINESIZE+1); in read_credits()
136 strncpy (gchLBuf+(lines*(LINESIZE+1)), chLBuf, LINESIZE); in read_credits()
138 nSize = (lines+1) * (LINESIZE+1); in read_credits()
149 if (j>LINESIZE) in read_credits()
152 chLBuf[LINESIZE-1] = 0x00; in read_credits()
154 strncpy (gchLBuf+(lines*(LINESIZE+1)), chLBuf, LINESIZE); in read_credits()
156 nSize = (lines+1) * (LINESIZE+1); in read_credits()
180 char chLBuf[LINESIZE+1]; in show_credits()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/hexagon/mm/
H A Dcache.c13 (((end - (start & ~(LINESIZE - 1))) >> LINEBITS) + 1)
20 start &= ~(LINESIZE - 1); in flush_dcache_range()
30 start += LINESIZE; in flush_dcache_range()
40 start &= ~(LINESIZE - 1); in flush_icache_range()
51 start += LINESIZE; in flush_icache_range()
65 start &= ~(LINESIZE - 1); in hexagon_clean_dcache_range()
75 start += LINESIZE; in hexagon_clean_dcache_range()
85 start &= ~(LINESIZE - 1); in hexagon_inv_dcache_range()
95 start += LINESIZE; in hexagon_inv_dcache_range()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/hexagon/mm/
H A Dcache.c13 (((end - (start & ~(LINESIZE - 1))) >> LINEBITS) + 1)
20 start &= ~(LINESIZE - 1); in flush_dcache_range()
30 start += LINESIZE; in flush_dcache_range()
40 start &= ~(LINESIZE - 1); in flush_icache_range()
51 start += LINESIZE; in flush_icache_range()
65 start &= ~(LINESIZE - 1); in hexagon_clean_dcache_range()
75 start += LINESIZE; in hexagon_clean_dcache_range()
85 start &= ~(LINESIZE - 1); in hexagon_inv_dcache_range()
95 start += LINESIZE; in hexagon_inv_dcache_range()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/hexagon/mm/
H A Dcache.c13 (((end - (start & ~(LINESIZE - 1))) >> LINEBITS) + 1)
20 start &= ~(LINESIZE - 1); in flush_dcache_range()
30 start += LINESIZE; in flush_dcache_range()
40 start &= ~(LINESIZE - 1); in flush_icache_range()
51 start += LINESIZE; in flush_icache_range()
65 start &= ~(LINESIZE - 1); in hexagon_clean_dcache_range()
75 start += LINESIZE; in hexagon_clean_dcache_range()
85 start &= ~(LINESIZE - 1); in hexagon_inv_dcache_range()
95 start += LINESIZE; in hexagon_inv_dcache_range()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/exec/
H A Dmemmon.c34 #define LINESIZE 1024 macro
37 static char myname[LINESIZE];
38 static char errmsg[LINESIZE];
60 static char logfile[LINESIZE] = "";
94 static char procfile[LINESIZE]; in getmem()
100 snprintf(procfile, LINESIZE, "/proc/%d/status", child); in getmem()
150 snprintf(myname, LINESIZE, "%s", argv[0]); in main()
217 strncpy(logfile, optarg, LINESIZE-1); in main()
219 snprintf(errmsg, LINESIZE, "%s: fopen failed for %s", myname,logfile); in main()
330 snprintf(errmsg, LINESIZE, "%s: execv failed for %s", myname, argv[optind]); in main()
[all …]
/dports/games/xrally/xrally/
H A Dgraphics.c151 #define LINESIZE 2 in us_blit() macro
161 int y1 = y + j * LINESIZE + i * SEGSIZE; in us_blit()
162 int h1 = LINESIZE; in us_blit()
185 int dy = j * LINESIZE + i * SEGSIZE; in usi_blit()
186 int y1 = y + j * LINESIZE + i * SEGSIZE; in usi_blit()
187 int h1 = LINESIZE; in usi_blit()
210 for (j = 0; j < seg + (SEGSIZE / LINESIZE); j++) { in s_blit()
212 int y1 = y + j * LINESIZE + i * SEGSIZE; in s_blit()
213 int h1 = LINESIZE; in s_blit()
254 int dy = j * LINESIZE + i * SEGSIZE; in si_blit()
[all …]

12345678910>>...19