Home
last modified time | relevance | path

Searched refs:newf (Results 1 – 25 of 1466) sorted by relevance

12345678910>>...59

/dports/games/uhexen2/hexen2source-1.5.9/utils/qbsp/
H A Dcsg4.c67 face_t *newf; in NewFaceFromFace() local
69 newf = AllocFace (); in NewFaceFromFace()
79 return newf; in NewFaceFromFace()
149 VectorCopy (p1, newf->pts[newf->numpoints]); in SplitFace()
163 VectorCopy (p1, newf->pts[newf->numpoints]); in SplitFace()
184 VectorCopy (mid, newf->pts[newf->numpoints]); in SplitFace()
194 CheckFace (newf); in SplitFace()
297 newf = NULL; in SaveOutside()
300 if (newf) in SaveOutside()
400 *newf = *f; in CopyFacesToOutside()
[all …]
/dports/lang/awka/awka-0.7.5/test/
H A Dparsecsv.awk4 function csvsplit( n, newf, oldf, fs) {
6 oldf = newf = 0
8 f[++newf] = $(++oldf)
9 if ( f[newf] ~ /^"/ ) {
10 while ( gsub(/"/, "\"", f[newf]) % 2 ) {
20 f[newf] = f[newf] fs $(++oldf)
23 sub(/"$/, "", f[newf])
24 gsub(/""/, "\"", f[newf])
26 n = length(f[newf])
28 return newf
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfbsp/source/
H A Dcsg4.c58 face_t *newf; in NewFaceFromFace() local
60 newf = AllocFace (); in NewFaceFromFace()
62 newf->planenum = in->planenum; in NewFaceFromFace()
65 newf->original = in->original; in NewFaceFromFace()
68 newf->detail = in->detail; in NewFaceFromFace()
70 return newf; in NewFaceFromFace()
277 face_t *newf, *f; in CopyFacesToOutside() local
286 newf = AllocFace (); in CopyFacesToOutside()
287 *newf = *f; in CopyFacesToOutside()
289 newf->next = outside; in CopyFacesToOutside()
[all …]
/dports/devel/util-linux/util-linux-2.36/login-utils/
H A Dchfn.c79 struct finfo oldf, newf; member
351 ctl->newf.full_name = find_field(ctl->newf.full_name, ctl->oldf.full_name); in add_missing()
352 ctl->newf.office = find_field(ctl->newf.office, ctl->oldf.office); in add_missing()
354 ctl->newf.home_phone = find_field(ctl->newf.home_phone, ctl->oldf.home_phone); in add_missing()
355 ctl->newf.other = find_field(ctl->newf.other, ctl->oldf.other); in add_missing()
371 ctl->newf.full_name,
372 ctl->newf.office,
373 ctl->newf.office_phone,
374 ctl->newf.home_phone,
375 ctl->newf.other);
[all …]
/dports/devel/libdwarf/dwarf-20161124/
H A DBLDLIBDWARFTAR22 newf=libdwarf-${dat}.tar
23 echo src is $tmpdir/$tmpf tmp is $newpref target is $newf
24 echo ============ $newpref $newf ==========
37 rm -f ${newf} ${newf}.gz
38 tar cf /var/tmp/$newf $newpref
39 gzip ${newf}
41 cp ${newf}.gz $hm
42 ls -l $tmpdir/${newf}.gz
43 ls -l $hm/${newf}.gz
/dports/devel/dwarfdump/dwarf-20161124/
H A DBLDLIBDWARFTAR22 newf=libdwarf-${dat}.tar
23 echo src is $tmpdir/$tmpf tmp is $newpref target is $newf
24 echo ============ $newpref $newf ==========
37 rm -f ${newf} ${newf}.gz
38 tar cf /var/tmp/$newf $newpref
39 gzip ${newf}
41 cp ${newf}.gz $hm
42 ls -l $tmpdir/${newf}.gz
43 ls -l $hm/${newf}.gz
/dports/lang/awka/awka-0.7.5/benchmark/
H A Dparsecsv.awk21 oldf = newf = 0
24 f[++newf] = F[++oldf]
26 if ( f[newf] ~ /^"/ ) {
27 while ( gsub(/"/, "\"", f[newf]) % 2 && oldf < NF ) {
28 f[newf] = f[newf] fs F[++oldf]
32 sub(/"$/, "", f[newf])
33 gsub(/""/, "\"", f[newf])
35 n = length(f[newf])
/dports/archivers/laszip/LASzip-3.4.3/unused/
H A Drangemodel.cpp64 newf = new U16[n+1]; in RangeModel()
90 delete [] newf; in ~RangeModel()
116 I32 tmp = newf[i]; in dorescale()
121 newf[i] = tmp; in dorescale()
123 if (c!=newf[0]) in dorescale()
129 newf[0] = newf[0]>>1 | 1; in dorescale()
130 missing -= newf[0]; in dorescale()
182 newf[i] = initval; in init()
197 newf[i] = initval+1; in init()
201 newf[i] = initval; in init()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c150 lprofC_start_timer(&(newf.time_marker_function_local_time)); in lprofM_enter_function()
151 lprofC_start_timer(&(newf.time_marker_function_total_time)); in lprofM_enter_function()
152 newf.file_defined = file_defined; in lprofM_enter_function()
154 newf.function_name = fcn_name; in lprofM_enter_function()
158 newf.function_name = cur_name; in lprofM_enter_function()
162 newf.function_name = cur_name; in lprofM_enter_function()
164 newf.line_defined = linedefined; in lprofM_enter_function()
165 newf.current_line = currentline; in lprofM_enter_function()
166 newf.local_time = 0.0; in lprofM_enter_function()
167 newf.total_time = 0.0; in lprofM_enter_function()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c150 lprofC_start_timer(&(newf.time_marker_function_local_time)); in lprofM_enter_function()
151 lprofC_start_timer(&(newf.time_marker_function_total_time)); in lprofM_enter_function()
152 newf.file_defined = file_defined; in lprofM_enter_function()
154 newf.function_name = fcn_name; in lprofM_enter_function()
158 newf.function_name = cur_name; in lprofM_enter_function()
162 newf.function_name = cur_name; in lprofM_enter_function()
164 newf.line_defined = linedefined; in lprofM_enter_function()
165 newf.current_line = currentline; in lprofM_enter_function()
166 newf.local_time = 0.0; in lprofM_enter_function()
167 newf.total_time = 0.0; in lprofM_enter_function()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c150 lprofC_start_timer(&(newf.time_marker_function_local_time)); in lprofM_enter_function()
151 lprofC_start_timer(&(newf.time_marker_function_total_time)); in lprofM_enter_function()
152 newf.file_defined = file_defined; in lprofM_enter_function()
154 newf.function_name = fcn_name; in lprofM_enter_function()
158 newf.function_name = cur_name; in lprofM_enter_function()
162 newf.function_name = cur_name; in lprofM_enter_function()
164 newf.line_defined = linedefined; in lprofM_enter_function()
165 newf.current_line = currentline; in lprofM_enter_function()
166 newf.local_time = 0.0; in lprofM_enter_function()
167 newf.total_time = 0.0; in lprofM_enter_function()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c150 lprofC_start_timer(&(newf.time_marker_function_local_time)); in lprofM_enter_function()
151 lprofC_start_timer(&(newf.time_marker_function_total_time)); in lprofM_enter_function()
152 newf.file_defined = file_defined; in lprofM_enter_function()
154 newf.function_name = fcn_name; in lprofM_enter_function()
158 newf.function_name = cur_name; in lprofM_enter_function()
162 newf.function_name = cur_name; in lprofM_enter_function()
164 newf.line_defined = linedefined; in lprofM_enter_function()
165 newf.current_line = currentline; in lprofM_enter_function()
166 newf.local_time = 0.0; in lprofM_enter_function()
167 newf.total_time = 0.0; in lprofM_enter_function()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c150 lprofC_start_timer(&(newf.time_marker_function_local_time)); in lprofM_enter_function()
151 lprofC_start_timer(&(newf.time_marker_function_total_time)); in lprofM_enter_function()
152 newf.file_defined = file_defined; in lprofM_enter_function()
154 newf.function_name = fcn_name; in lprofM_enter_function()
158 newf.function_name = cur_name; in lprofM_enter_function()
162 newf.function_name = cur_name; in lprofM_enter_function()
164 newf.line_defined = linedefined; in lprofM_enter_function()
165 newf.current_line = currentline; in lprofM_enter_function()
166 newf.local_time = 0.0; in lprofM_enter_function()
167 newf.total_time = 0.0; in lprofM_enter_function()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c150 lprofC_start_timer(&(newf.time_marker_function_local_time)); in lprofM_enter_function()
151 lprofC_start_timer(&(newf.time_marker_function_total_time)); in lprofM_enter_function()
152 newf.file_defined = file_defined; in lprofM_enter_function()
154 newf.function_name = fcn_name; in lprofM_enter_function()
158 newf.function_name = cur_name; in lprofM_enter_function()
162 newf.function_name = cur_name; in lprofM_enter_function()
164 newf.line_defined = linedefined; in lprofM_enter_function()
165 newf.current_line = currentline; in lprofM_enter_function()
166 newf.local_time = 0.0; in lprofM_enter_function()
167 newf.total_time = 0.0; in lprofM_enter_function()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luaprofiler/
H A Dfunction_meter.c150 lprofC_start_timer(&(newf.time_marker_function_local_time)); in lprofM_enter_function()
151 lprofC_start_timer(&(newf.time_marker_function_total_time)); in lprofM_enter_function()
152 newf.file_defined = file_defined; in lprofM_enter_function()
154 newf.function_name = fcn_name; in lprofM_enter_function()
158 newf.function_name = cur_name; in lprofM_enter_function()
162 newf.function_name = cur_name; in lprofM_enter_function()
164 newf.line_defined = linedefined; in lprofM_enter_function()
165 newf.current_line = currentline; in lprofM_enter_function()
166 newf.local_time = 0.0; in lprofM_enter_function()
167 newf.total_time = 0.0; in lprofM_enter_function()
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/sfio/
H A Dsftmp.c150 Sfio_t newf, savf; in _tmpexcept() local
162 SFCLEAR(&newf, NULL); in _tmpexcept()
163 newf.flags = SF_STATIC; in _tmpexcept()
164 newf.mode = SF_AVAIL; in _tmpexcept()
175 if (newf.mutex) /* don't need a mutex for this stream */ in _tmpexcept()
177 (void)vtmtxclrlock(newf.mutex); in _tmpexcept()
178 (void)vtmtxclose(newf.mutex); in _tmpexcept()
179 newf.mutex = NULL; in _tmpexcept()
214 newf.data = newf.endb = newf.endr = newf.endw = NULL; in _tmpexcept()
215 newf.file = -1; in _tmpexcept()
[all …]
/dports/science/simlib/simlib/src/
H A Dopt-hooke.cc72 double newf = f(newx); in Optimize_hooke() local
75 Print("%g\n", newf); in Optimize_hooke()
77 double oldf = newf; in Optimize_hooke()
81 newf = hooke_step(delta, f, newx, oldf); in Optimize_hooke()
83 while (newf < oldf) { in Optimize_hooke()
86 Print("%g\n", newf); in Optimize_hooke()
96 oldf = newf; in Optimize_hooke()
97 newf = hooke_step(delta, f, newx, oldf); in Optimize_hooke()
99 if (newf >= oldf) // worse in Optimize_hooke()
113 if (steplength >= epsilon && newf >= oldf) { in Optimize_hooke()
/dports/archivers/szip/szip-1.12b_2/
H A Dqsmodel.c61 { int tmp = m->newf[i]; in dorescale()
66 m->newf[i] = tmp; in dorescale()
68 if (cf!=m->newf[0]) in dorescale()
73 m->newf[0] = m->newf[0]>>1 | 1; in dorescale()
74 missing -= m->newf[0]; in dorescale()
108 m->newf = (uint2*) malloc((n+1)*sizeof(uint2)); in initqsmodel()
132 m->newf[i] = initval+1; in resetqsmodel()
134 m->newf[i] = initval; in resetqsmodel()
137 m->newf[i] = init[i]; in resetqsmodel()
145 free(m->newf); in deleteqsmodel()
[all …]
/dports/games/zhlt/zhlt-3.4/hlbsp/
H A Dmerge.cpp25 face_t* newf; in TryMerge() local
136 newf = NewFaceFromFace(f1); in TryMerge()
146 VectorCopy(f1->pts[k], newf->pts[newf->numpoints]); in TryMerge()
147 newf->numpoints++; in TryMerge()
157 VectorCopy(f2->pts[l], newf->pts[newf->numpoints]); in TryMerge()
158 newf->numpoints++; in TryMerge()
161 return newf; in TryMerge()
169 face_t* newf; in MergeFaceToList() local
175 newf = TryMerge(face, f); in MergeFaceToList()
176 if (!newf) in MergeFaceToList()
[all …]
/dports/net/3proxy/3proxy-0.9.4/src/plugins/PCREPlugin/
H A Dpcre_plugin.c229 struct filter *newf; in h_pcre() local
281 if(!flt || !newf) { in h_pcre()
289 memset(newf, 0, sizeof(struct filter)); in h_pcre()
295 newf->instance = "pcre"; in h_pcre()
296 newf->data = flt; in h_pcre()
297 newf->filter_open = pcre_filter_open; in h_pcre()
308 newf->next = pcre_first_filter.next; in h_pcre()
309 pcre_first_filter.next=newf; in h_pcre()
312 newf->next = pcre_last_filter->next; in h_pcre()
313 pcre_last_filter->next = newf; in h_pcre()
[all …]
/dports/x11-fm/filerunner/filerunner/Makefiles/
H A Dtip_index.tcl120 set newf [string range $data 0 [lindex $indxList $end_of_front]]
123 set newf "${newf}\n\nTable of Contents\n\n"
124 set newf ${newf}${TofC}
125 set newf ${newf}[string range $data [lindex $indxList $endOfTofC]+1 end]
132 puts $fid $newf
/dports/net-mgmt/prometheus1/prometheus-1.8.2/discovery/file/
H A Dfile_test.go63 newf, err := os.Create("fixtures/_test_" + prefix + ext)
67 defer newf.Close()
75 _, err = io.Copy(newf, f)
79 newf.Close()
140 newf, err = os.Create("fixtures/_test.new")
144 defer os.Remove(newf.Name())
146 if _, err := newf.Write([]byte("]gibberish\n][")); err != nil {
149 newf.Close()
151 os.Rename(newf.Name(), "fixtures/_test_"+prefix+ext)
/dports/deskutils/genius/genius-1.0.27/examples/
H A Dplane-curves.gel59 newf = f(xx,yy);
60 if newf*lastf <= 0 then (
61 if (newf != lastf) then (
62 pr = |newf| / |newf-lastf|;
69 if newf*rightf <= 0 then (
70 if (newf != rightf) then (
71 pr = |newf| / |newf-rightf|;
77 lastf = newf
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/net/webdav/internal/xml/
H A Dtypeinfo.go281 if oldf.flags&fMode != newf.flags&fMode {
284 if oldf.xmlns != "" && newf.xmlns != "" && oldf.xmlns != newf.xmlns {
289 if oldf.parents[p] != newf.parents[p] {
293 if len(oldf.parents) > len(newf.parents) {
294 if oldf.parents[len(newf.parents)] == newf.name {
302 if newf.name == oldf.name {
309 tinfo.fields = append(tinfo.fields, *newf)
316 if len(tinfo.fields[i].idx) < len(newf.idx) {
324 if len(oldf.idx) == len(newf.idx) {
326 f2 := typ.FieldByIndex(newf.idx)
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/net/webdav/internal/xml/
H A Dtypeinfo.go281 if oldf.flags&fMode != newf.flags&fMode {
284 if oldf.xmlns != "" && newf.xmlns != "" && oldf.xmlns != newf.xmlns {
289 if oldf.parents[p] != newf.parents[p] {
293 if len(oldf.parents) > len(newf.parents) {
294 if oldf.parents[len(newf.parents)] == newf.name {
302 if newf.name == oldf.name {
309 tinfo.fields = append(tinfo.fields, *newf)
316 if len(tinfo.fields[i].idx) < len(newf.idx) {
324 if len(oldf.idx) == len(newf.idx) {
326 f2 := typ.FieldByIndex(newf.idx)
[all …]

12345678910>>...59