Searched refs:hs (Results 1 - 25 of 47) sorted by relevance

12

/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Dt_sqrt.c129 double hs = sqrt((mval+1/512.0)*eval);
130 double as = (ls+hs)*0.5;
132 double hx = 1/(2.0*hs);
137 assert((hs-ls)/as < 1/256.0);
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c135 static void free_httpd_server( httpd_server* hs );
213 free_httpd_server( httpd_server* hs )
215 if ( hs->binding_hostname != (char*) 0 )
216 free( (void*) hs->binding_hostname );
217 if ( hs->cwd != (char*) 0 )
218 free( (void*) hs->cwd );
219 if ( hs->cgi_pattern != (char*) 0 )
220 free( (void*) hs->cgi_pattern );
221 if ( hs->charset != (char*) 0 )
222 free( (void*) hs
241 httpd_server* hs; local
449 httpd_set_logfp( httpd_server* hs, FILE* logfp ) argument
1668 httpd_get_conn( httpd_server* hs, int listen_fd, httpd_conn* hc ) argument
3424 httpd_server* hs; local
[all...]
H A Dlibhttpd.h97 httpd_server* hs; member in struct:__anon3105
193 extern void httpd_set_logfp( httpd_server* hs, FILE* logfp );
196 extern void httpd_unlisten( httpd_server* hs );
199 extern void httpd_terminate( httpd_server* hs );
211 extern int httpd_get_conn( httpd_server* hs, int listen_fd, httpd_conn* hc );
/haiku-fatelf/src/bin/network/wget/src/
H A Dhttp.c232 aprintf ("bytes=%s-", number_to_static_string (hs->restval)),
1332 free_hstat (struct http_stat *hs)
1334 xfree_null (hs->newloc);
1335 xfree_null (hs->remote_time);
1336 xfree_null (hs->error);
1337 xfree_null (hs->rderrmsg);
1338 xfree_null (hs->local_file);
1339 xfree_null (hs->orig_file_name);
1340 xfree_null (hs->message);
1343 hs
1327 free_hstat(struct http_stat *hs) argument
1387 gethttp(struct url *u, struct http_stat *hs, int *dt, struct url *proxy, struct iri *iri) argument
3315 ensure_extension(struct http_stat *hs, const char *ext, int *dt) argument
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistory.h53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
H A Dhistory.c319 HIST_ENTRY *hs; local
323 hs = the_history[history_length - 1];
324 FREE (hs->timestamp);
325 hs->timestamp = savestring (string);
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hwmp.c235 struct ieee80211_hwmp_state *hs; local
240 hs = malloc(sizeof(struct ieee80211_hwmp_state), M_80211_VAP,
242 if (hs == NULL) {
246 hs->hs_maxhops = IEEE80211_HWMP_DEFAULT_MAXHOPS;
247 callout_init(&hs->hs_roottimer, CALLOUT_MPSAFE);
248 vap->iv_hwmp = hs;
254 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
256 callout_drain(&hs->hs_roottimer);
265 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
272 callout_drain(&hs
580 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
609 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
649 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
681 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
912 struct ieee80211_hwmp_state *hs = ni->ni_vap->iv_hwmp; local
940 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1198 struct ieee80211_hwmp_state *hs = ni->ni_vap->iv_hwmp; local
1226 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1288 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1392 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1415 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
[all...]
/haiku-fatelf/src/add-ons/accelerants/neomagic/engine/
H A Dnm_proto.h65 status_t nm_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
H A Dnm_acc.c448 status_t nm_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfWav.cpp81 short hs = h; local
83 int hi = hs;
/haiku-fatelf/src/add-ons/accelerants/skeleton/engine/
H A Dacc.c263 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
H A Dproto.h112 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
/haiku-fatelf/src/add-ons/accelerants/via/engine/
H A Dacc.c263 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, argument
H A Dproto.h112 status_t eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
/haiku-fatelf/src/apps/poorman/
H A DPoorManServer.cpp372 log << hc->hs->cwd;
396 log << hc->hs->cwd;
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h171 status_t nv_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs,
/haiku-fatelf/headers/cpp/
H A Dstl_hash_set.h327 void swap(hash_multiset& hs) { _M_ht.swap(hs._M_ht); } argument
/haiku-fatelf/src/bin/rcs/
H A Drcsrev.c835 struct hshentries *hs; local
837 h = genrevs(branch, (char*)0, (char*)0, (char*)0, &hs);
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c3317 struct alpha_elf_link_hash_entry *hs;
3321 hs = hi;
3323 hs = (struct alpha_elf_link_hash_entry *)hs->root.root.u.i.link;
3324 } while (hs->root.root.type == bfd_link_hash_indirect);
3328 hs->flags |= hi->flags;
3333 if (hs->got_entries == NULL)
3334 hs->got_entries = hi->got_entries;
3339 gsh = hs->got_entries;
3351 gi->next = hs
3308 struct alpha_elf_link_hash_entry *hs; local
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src2154 :am:bs:es:hs:ms:xn:xo:\
2174 :am:bs:es:hs:ms:xn:xo:\
2530 :am:es:hs:mi:ms:xn:\
2555 :es:hs:mi:ms:xn:\
2581 :am:es:hs:mi:ms:xn:\
2606 :es:hs:mi:ms:xn:\
2652 :am:es:hs:mi:ms:xn:xo:\
2693 :am:es:hs:mi:ms:xn:xo:\
3041 :am:es:hs:mi:ms:xn:\
3066 :es:hs
[all...]
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src1329 am, eslok, hs, xon,
2036 eslok, hs,
2046 eslok, hs,
2270 am, eslok, hs, mir, msgr, xenl,
2338 am, eslok, hs, mir, msgr, xenl, xon,
2385 am, eslok, hs, mir, msgr, xenl, xon,
2624 am, bce, bw, ccc, hs, mir, msgr, xenl, xon,
2809 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
3189 hs,
3193 hs,
[all...]
H A Dterminfo.tmp1329 am, eslok, hs, xon,
2036 eslok, hs,
2046 eslok, hs,
2270 am, eslok, hs, mir, msgr, xenl,
2338 am, eslok, hs, mir, msgr, xenl, xon,
2385 am, eslok, hs, mir, msgr, xenl, xon,
2624 am, bce, bw, ccc, hs, mir, msgr, xenl, xon,
2809 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
3189 hs,
3193 hs,
[all...]
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c1880 uint16 hs, vs;
1909 TIFFGetFieldDefaulted(img->tif, TIFFTAG_YCBCRSUBSAMPLING, &hs, &vs);
1910 switch ((hs<<4)|vs) {
/haiku-fatelf/src/libs/tiff/
H A Dtif_getimage.c2497 uint16 hs, vs;
2498 TIFFGetFieldDefaulted(img->tif, TIFFTAG_YCBCRSUBSAMPLING, &hs, &vs);
2499 switch ((hs<<4)|vs) {
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.osf1r5221 has_status_line hs bool hs - - YB-G- has extra status line

Completed in 438 milliseconds

12