Home
last modified time | relevance | path

Searched refs:offset_old (Results 1 – 25 of 46) sorted by relevance

12

/dports/sysutils/multitail/multitail-6.5.0/
H A Dcv.c202 int offset_old = 0, offset_new = 0; in convert() local
274 n_copy = cv_offsets[conv_index].start - offset_old; in convert()
278 memcpy(&new_string[offset_new], &line[offset_old], n_copy); in convert()
283 offset_old = cv_offsets[conv_index].end; in convert()
294 n_copy = old_len - offset_old; in convert()
298 memcpy(&new_string[offset_new], &line[offset_old], n_copy); in convert()
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A Dpydict2dic.c54 long offset_old; in convert() local
187 offset_old = ftell(ecdicfile); in convert()
191 fwrite(&(offset_old),sizeof(glong),1,ecidxfile); in convert()
211 offset_old = ftell(cedicfile); in convert()
215 fwrite(&(offset_old),sizeof(glong),1,ceidxfile); in convert()
H A Ddirectory2dic.cpp103 glong last_filesize=0, offset_old; in convert() local
113 offset_old = ftell(dicfile); in convert()
117 tmpglong = g_htonl(offset_old); in convert()
H A Dsoothill.cpp133 long offset_old; in convert() local
146 offset_old = ftell(dicfile); in convert()
178 tmpglong = g_htonl(offset_old); in convert()
H A Dbuddhist.cpp131 long offset_old; in convert() local
144 offset_old = ftell(dicfile); in convert()
176 tmpglong = g_htonl(offset_old); in convert()
H A Dxmlinout.cpp131 long offset_old; in convert() local
144 offset_old = ftell(dicfile); in convert()
176 tmpglong = g_htonl(offset_old); in convert()
H A Dduden.cpp146 long offset_old; in convert() local
158 offset_old = ftell(dicfile); in convert()
187 tmpglong = g_htonl(offset_old); in convert()
H A Dkdic.cpp178 long offset_old; in convert() local
191 offset_old = ftell(dicfile); in convert()
223 tmpglong = g_htonl(offset_old); in convert()
H A Doxford2dic.cpp165 long offset_old; in convert() local
269 offset_old = ftell(dicfile); in convert()
299 tmpglong = g_htonl(offset_old); in convert()
H A Dpowerword.cpp175 long offset_old; in convert() local
188 offset_old = ftell(dicfile); in convert()
220 tmpglong = g_htonl(offset_old); in convert()
H A Dcedict.cpp178 guint32 offset_old; in convert() local
185 offset_old = ftell(dicfile); in convert()
192 tmpglong = g_htonl(offset_old); in convert()
H A Dedict.cpp155 long offset_old; in convert() local
169 offset_old = ftell(dicfile); in convert()
210 tmpglong = g_htonl(offset_old); in convert()
H A Drucn.cpp170 guint32 offset_old; in convert() local
176 offset_old = ftell(dicfile); in convert()
181 tmpglong = g_htonl(offset_old); in convert()
H A Dwquick2dic.cpp169 long offset_old; in convert() local
182 offset_old = ftell(dicfile); in convert()
212 tmpglong = g_htonl(offset_old); in convert()
H A Dlibtabfile.cpp209 guint32 offset_old; in write_dictionary() local
215 offset_old = ftell(get_impl(dicfile)); in write_dictionary()
220 tmpglong = g_htonl(offset_old); in write_dictionary()
H A Dmova.cpp183 long offset_old; in convert() local
195 offset_old = ftell(dicfile); in convert()
224 tmpglong = g_htonl(offset_old); in convert()
H A D21tech.cpp174 long offset_old; in convert() local
187 offset_old = ftell(dicfile); in convert()
219 tmpglong = g_htonl(offset_old); in convert()
H A Dkanjidic2.cpp189 long offset_old; in convert() local
202 offset_old = ftell(dicfile); in convert()
234 tmpglong = g_htonl(offset_old); in convert()
H A Ddirectory2treedic.cpp105 glong tmpglong, offset_old; in add_dir() local
152 offset_old = ftell(dicfile); in add_dir()
168 tmpglong = g_htonl(offset_old); in add_dir()
H A Djdictionary.cpp76 long offset_old; in save_file() local
89 offset_old = ftell(dicfile); in save_file()
119 tmpglong = g_htonl(offset_old); in save_file()
H A Dwikipedia.cpp179 guint32 offset_old; in convert() local
185 offset_old = ftell(dicfile); in convert()
190 tmpglong = g_htonl(offset_old); in convert()
H A D21shiji.cpp273 long offset_old; in convert() local
286 offset_old = ftell(dicfile); in convert()
318 tmpglong = g_htonl(offset_old); in convert()
H A Ddictd2dic.cpp264 long offset_old; in convert() local
275 offset_old = ftell(dicfile); in convert()
304 tmpglong = g_htonl(offset_old); in convert()
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dfile_hdf.c68 uint64_t offset_old; in file_check_hdf() local
102 offset_old=offset; in file_check_hdf()
104 } while(offset > offset_old); in file_check_hdf()
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dbarchart_ui.c303 gfloat offset_old = bsp->bar->offset; in barchart_scale() local
317 if (bsp->bar->offset > offset_old) { in barchart_scale()
322 if (bsp->bar->offset < offset_old) { in barchart_scale()
335 bsp->bar->offset = offset_old; in barchart_scale()

12