Home
last modified time | relevance | path

Searched refs:hfirst (Results 1 – 25 of 39) sorted by relevance

12

/dports/misc/libemos/libemos-4.5.9-Source/gribex/
H A Dlocal2c.c45 char * hfirst, char * hsecond, char * hthird, char * hfourth) in LOCAL2KC() argument
47 return ( LOCAL2C( ksec1[0], ksec1[5], hfirst, hsecond, hthird, hfourth) ); in LOCAL2KC()
51 char * hfirst, char * hsecond, char * hthird, char * hfourth) in LOCAL2C() argument
60 strcpy( hfirst, "NONE"); in LOCAL2C()
106 strcpy(hfirst,buffer); in LOCAL2C()
/dports/shells/oksh/oksh-7.0/
H A Dhistory.c66 char **hfirst, **hlast, **hp; in c_fc() local
174 hfirst = lflag ? hist_get("-16", true, true) : in c_fc()
176 if (!hfirst) in c_fc()
185 hfirst = hist_get(first, (lflag || last) ? true : false, in c_fc()
187 if (!hfirst) in c_fc()
190 (lflag ? hist_get_newest(false) : hfirst); in c_fc()
194 if (hfirst > hlast) { in c_fc()
197 temp = hfirst; hfirst = hlast; hlast = temp; in c_fc()
206 for (hp = rflag ? hlast : hfirst; in c_fc()
227 for (hp = rflag ? hlast : hfirst; in c_fc()
[all …]
/dports/shells/pdksh/pdksh-5.2.14/
H A Dhistory.c85 char **hfirst, **hlast, **hp; local
178 hfirst = lflag ? hist_get("-16", TRUE, TRUE)
180 if (!hfirst)
191 if (!hfirst)
194 : (lflag ? hist_get_newest(FALSE) : hfirst);
198 if (hfirst > hlast) {
201 temp = hfirst; hfirst = hlast; hlast = temp;
210 for (hp = rflag ? hlast : hfirst;
211 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1)
232 for (hp = rflag ? hlast : hfirst;
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dboundarylayer.cpp162 double hfirst = 0.01; in GenerateBoundaryLayer() local
190 cin >> hfirst; in GenerateBoundaryLayer()
191 if(hfirst <= 0.0) hfirst = 0.01; in GenerateBoundaryLayer()
209 double layerht = hfirst; in GenerateBoundaryLayer()
213 layerht = layer * hfirst; in GenerateBoundaryLayer()
217 layerht = hfirst*(pow(growthfactor,(layer+1)) - 1)/(growthfactor - 1); in GenerateBoundaryLayer()
/dports/shells/mksh/mksh/
H A Dhistrap.c93 char **hfirst, **hlast, **hp, *editor = NULL; in c_fc() local
240 hfirst = lflag ? hist_get("-16", true, true) : in c_fc()
242 if (!hfirst) in c_fc()
252 hfirst = hist_get(first, tobool(lflag || last), lflag); in c_fc()
253 if (!hfirst) in c_fc()
256 (lflag ? hist_get_newest(false) : hfirst); in c_fc()
260 if (hfirst > hlast) { in c_fc()
263 temp = hfirst; hfirst = hlast; hlast = temp; in c_fc()
272 for (hp = rflag ? hlast : hfirst; in c_fc()
300 for (hp = rflag ? hlast : hfirst; in c_fc()
[all …]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/nn/
H A Dblock.py131 self.hfirst = 1 / (2 * self.size[1])
144 y = F.linspace(self.hfirst, self.hlast, self.size[1]).expand_dims(0).transpose()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/cdt/
H A Ddtrehash.c247 static Void_t* hfirst(Dt_t* dt, Fngr_t* fngr, Htbl_t* tbl, ssize_t lev, ssize_t pos, uint hsh, int … in hfirst() function
249 static Void_t* hfirst(dt, fngr, tbl, lev, pos, hsh, type) in hfirst()
273 obj = hfirst(dt, fngr, (Htbl_t*)t, lev+1, 0, 0, 0);
312 if((obj = hfirst(dt, fngr, (Htbl_t*)t, lev+1, 0, hsh, type)) )
316 { if((obj = hfirst(dt, fngr, tbl, lev, pos+1, hsh, type)) )
507 { if(!(obj = hfirst(dt, fngr, hash->root, 0, 0, 0, type)) ) in dthashtrie()
529 return hfirst(dt, fngr, hash->root, 0, 0, 0, type); in dthashtrie()
H A Ddthash.c117 static Void_t* hfirst(Dt_t* dt) in hfirst() function
279 { if(!(obj = hfirst(dt)) ) /* nothing to walk over */
305 DTRETURN(obj, hfirst(dt));
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Scroll.H122 int hpos, hsize, hfirst, htotal; // hor scrollbar values (pos/size/first/total) member
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Scroll.H122 int hpos, hsize, hfirst, htotal; // hor scrollbar values (pos/size/first/total) member
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/warp-3.3.17/bench/
H A DParser.hs211 (!hfirst, !hsecond) = S.splitAt 5 http'
212 if hfirst == "HTTP/"
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/warp-3.3.13/bench/
H A DParser.hs211 (!hfirst, !hsecond) = S.splitAt 5 http'
212 if hfirst == "HTTP/"
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/warp-3.3.12/bench/
H A DParser.hs211 (!hfirst, !hsecond) = S.splitAt 5 http'
212 if hfirst == "HTTP/"
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/warp-3.3.14/bench/
H A DParser.hs211 (!hfirst, !hsecond) = S.splitAt 5 http'
212 if hfirst == "HTTP/"
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/warp-3.3.14/bench/
H A DParser.hs211 (!hfirst, !hsecond) = S.splitAt 5 http'
212 if hfirst == "HTTP/"
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/warp-3.3.17/bench/
H A DParser.hs211 (!hfirst, !hsecond) = S.splitAt 5 http'
212 if hfirst == "HTTP/"
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/warp-3.3.9/bench/
H A DParser.hs211 (!hfirst, !hsecond) = S.splitAt 5 http'
212 if hfirst == "HTTP/"
/dports/net/trafshow/trafshow-5.2.3/
H A Dhashtab.h162 word hfirst(htab *t);
H A Dhashtab.c116 hfirst(t);
268 word hfirst(t) in hfirst() function
H A Dnetstat.c255 op = hfirst(ht);
362 op = hfirst(ht);
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/dsdb/samdb/ldb_modules/
H A Dschema.c644 struct schema_class_dlist *hfirst, *hlast; in schema_add_class_to_dlist() local
654 hfirst = temp->next; in schema_add_class_to_dlist()
659 hfirst->prev->next = hlast->next; in schema_add_class_to_dlist()
660 if (hlast->next) hlast->next->prev = hfirst->prev; in schema_add_class_to_dlist()
665 list->next = hfirst; in schema_add_class_to_dlist()
666 hfirst->prev = list; in schema_add_class_to_dlist()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Scroll.cxx196 si.hfirst = 0; in recalc_scrollbars()
198 if ( si.hpos < 0 ) { si.htotal += (-si.hpos); si.hfirst = si.hpos; } in recalc_scrollbars()
320 hscrollbar.value(si.hpos, si.hsize, si.hfirst, si.htotal); in draw()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Scroll.cxx198 si.hfirst = 0; in recalc_scrollbars()
200 if ( si.hpos < 0 ) { si.htotal += (-si.hpos); si.hfirst = si.hpos; } in recalc_scrollbars()
321 hscrollbar.value(si.hpos, si.hsize, si.hfirst, si.htotal); in draw()
/dports/www/domoticz/domoticz-2020.2/webserver/
H A Dfastcgi.cpp403 std::string hfirst = theader.substr(0, tpos); in handlePHP() local
409 reply::add_header(&rep, hfirst, hlast); in handlePHP()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dedit.h129 Histmatch_t *hfirst; member

12