Home
last modified time | relevance | path

Searched +defs:w +defs:hf (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Drank.c149 l_int32 hf, in pixRankFilter()
201 l_int32 hf, in pixRankFilterRGB()
269 l_int32 hf, in pixRankFilterGray()
272 l_int32 w, h, d, i, j, k, m, n, rankloc, wplt, wpld, val, sum; in pixRankFilterGray() local
469 l_int32 hf) in pixMedianFilter()
504 l_int32 hf, in pixRankFilterWithScaling()
508 l_int32 w, h, d, wfs, hfs; in pixRankFilterWithScaling() local
/dports/audio/blop/blop-0.2.8/src/
H A Dwdatutil.c84 Wavedata * w; in wavedata_new() local
103 wavedata_cleanup (Wavedata * w) in wavedata_cleanup()
127 wavedata_add_table (Wavedata * w, in wavedata_add_table()
186 wavedata_generate_tables (Wavedata * w, in wavedata_generate_tables()
250 wavedata_write (Wavedata * w, in wavedata_write()
500 double hf; in generate_sawtooth() local
564 double hf; in generate_square() local
628 double hf; in generate_parabola() local
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Drank.c124 l_int32 hf, in pixRankFilter()
174 l_int32 hf, in pixRankFilterRGB()
240 l_int32 hf, in pixRankFilterGray()
243 l_int32 w, h, d, i, j, k, m, n, rankloc, wplt, wpld, val, sum; in pixRankFilterGray() local
430 l_int32 hf) in pixMedianFilter()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Recast/source/
H A DRecast.cpp75 rcHeightfield* hf = (rcHeightfield*)rcAlloc(sizeof(rcHeightfield), RC_ALLOC_PERM); in rcAllocHeightfield() local
80 void rcFreeHeightField(rcHeightfield* hf) in rcFreeHeightField()
200 void rcCalcGridSize(const float* bmin, const float* bmax, float cs, int* w, int* h) in rcCalcGridSize()
211 bool rcCreateHeightfield(rcContext* ctx, rcHeightfield& hf, int width, int height, in rcCreateHeightfield()
297 int rcGetHeightFieldSpanCount(rcContext* ctx, rcHeightfield& hf) in rcGetHeightFieldSpanCount()
301 const int w = hf.width; in rcGetHeightFieldSpanCount() local
328 rcHeightfield& hf, rcCompactHeightfield& chf) in rcBuildCompactHeightfield()
334 const int w = hf.width; in rcBuildCompactHeightfield() local
/dports/devel/cvsadmin/cvsadmin-1.0.3/src/
H A Dbackend.c60 int (*w)(); member
159 passwd_read(struct ca_hfile *hf) in passwd_read()
200 passwd_write(struct ca_hfile *hf) in passwd_write()
231 users_read(struct ca_hfile *hf) in users_read()
280 users_write(struct ca_hfile *hf) in users_write()
525 int (*r)(), int (*w)()) in ca_db_try_hfile()
529 struct ca_hfile *hf; in ca_db_try_hfile() local
643 struct ca_hfile *hf; in ca_hfile_new() local
689 ca_hfile_free(struct ca_hfile *hf) in ca_hfile_free()
1021 struct ca_hfile *hf; in cvsadmin_sync() local
[all …]
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/filter/src/
H A Dfirfilt.c50 TI * w; // internal buffer object in FIRFILT() local
121 float hf[_n]; in FIRFILT() local
160 float hf[h_len]; in FIRFILT() local
183 float hf[_n]; in FIRFILT() local
214 float hf[h_len]; in FIRFILT() local
250 float hf[h_len]; // prototype filter with float coefficients in FIRFILT() local
/dports/graphics/kgraphviewer/kgraphviewer-2.4.3/src/part/
H A DKgvPageLayoutDia.cpp124 int w=static_cast<int>(m_pageWidth); in paintEvent() local
214 bool KgvPageLayoutDia::pageLayout( KgvPageLayout& layout, KgvHeadFoot& hf, int tabs, KgvUnit::Unit&… in pageLayout()
232 bool KgvPageLayoutDia::pageLayout( KgvPageLayout& layout, KgvHeadFoot& hf, KgvColumns& columns, in pageLayout()
261 KgvHeadFoot hf; in headFoot() local
/dports/audio/string-machine-lv2/string-machine-0.1.0/sources/ui/components/
H A DKnobSkin.cpp17 unsigned w = cairo_image_surface_get_width(surface); in KnobSkin() local
18 unsigned hf = cairo_image_surface_get_height(surface); in KnobSkin() local
/dports/math/ccmath/ccmath-2.2.1/roots/
H A Dplrt.c11 { double a,b,s,t,w; int itr,pat; struct complex *pr; in plrt() local
12 double *cs,*cf,*hf,*p,*q,*ul,test=1.e-28; in plrt() local
/dports/devel/godot/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecast.cpp127 void rcFreeHeightField(rcHeightfield* hf) in rcFreeHeightField()
287 void rcCalcGridSize(const float* bmin, const float* bmax, float cs, int* w, int* h) in rcCalcGridSize()
298 bool rcCreateHeightfield(rcContext* ctx, rcHeightfield& hf, int width, int height, in rcCreateHeightfield()
385 int rcGetHeightFieldSpanCount(rcContext* ctx, rcHeightfield& hf) in rcGetHeightFieldSpanCount()
389 const int w = hf.width; in rcGetHeightFieldSpanCount() local
416 rcHeightfield& hf, rcCompactHeightfield& chf) in rcBuildCompactHeightfield()
422 const int w = hf.width; in rcBuildCompactHeightfield() local
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecast.cpp127 void rcFreeHeightField(rcHeightfield* hf) in rcFreeHeightField()
287 void rcCalcGridSize(const float* bmin, const float* bmax, float cs, int* w, int* h) in rcCalcGridSize()
298 bool rcCreateHeightfield(rcContext* ctx, rcHeightfield& hf, int width, int height, in rcCreateHeightfield()
385 int rcGetHeightFieldSpanCount(rcContext* ctx, rcHeightfield& hf) in rcGetHeightFieldSpanCount()
389 const int w = hf.width; in rcGetHeightFieldSpanCount() local
416 rcHeightfield& hf, rcCompactHeightfield& chf) in rcBuildCompactHeightfield()
422 const int w = hf.width; in rcBuildCompactHeightfield() local
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Recast/Source/
H A DRecast.cpp127 void rcFreeHeightField(rcHeightfield* hf) in rcFreeHeightField()
287 void rcCalcGridSize(const float* bmin, const float* bmax, float cs, int* w, int* h) in rcCalcGridSize()
298 bool rcCreateHeightfield(rcContext* ctx, rcHeightfield& hf, int width, int height, in rcCreateHeightfield()
385 int rcGetHeightFieldSpanCount(rcContext* ctx, rcHeightfield& hf) in rcGetHeightFieldSpanCount()
389 const int w = hf.width; in rcGetHeightFieldSpanCount() local
416 rcHeightfield& hf, rcCompactHeightfield& chf) in rcBuildCompactHeightfield()
422 const int w = hf.width; in rcBuildCompactHeightfield() local
/dports/multimedia/imagination/imagination-3.0/src/
H A Dimgcellrendererpixbuf.c301 gint w, in img_cell_renderer_pixbuf_render() local
304 hf, in img_cell_renderer_pixbuf_render() local
324 gint w, in img_cell_renderer_pixbuf_render() local
327 hf, in img_cell_renderer_pixbuf_render() local
359 gint w = 0, in img_cell_renderer_pixbuf_get_size() local
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/message/
H A Dfield.cpp97 HeaderField * hf = 0; in fieldNamed() local
174 HeaderField *hf = fieldNamed( name ); in create() local
202 HeaderField *hf = fieldNamed( name ); in assemble() local
696 EString HeaderField::encodeWord( const UString &w ) in encodeWord()
745 UStringList::Iterator w( UStringList::split( ' ', s ) ); in encodeText() local
773 UString w( *it ); in encodePhrase() local
/dports/mail/archiveopteryx-devel/aox-96ab17e/message/
H A Dfield.cpp96 HeaderField * hf = 0; in fieldNamed() local
173 HeaderField *hf = fieldNamed( name ); in create() local
201 HeaderField *hf = fieldNamed( name ); in assemble() local
695 EString HeaderField::encodeWord( const UString &w ) in encodeWord()
744 UStringList::Iterator w( UStringList::split( ' ', s ) ); in encodeText() local
772 UString w( *it ); in encodePhrase() local
/dports/lang/yap/yap-6.2.2/packages/clib/sha1/
H A Dsha1b.c116 { uint_32t *w = ctx->wbuf; in sha1_compile() local
128 #define hf(i) w[i] in sha1_compile() macro
136 #define hf(i) \ in sha1_compile() macro
188 unsigned char *w = (unsigned char*)ctx->wbuf; in sha1_hash() local
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/sha1/
H A Dsha1b.c116 { uint_32t *w = ctx->wbuf; in sha1_compile() local
128 #define hf(i) w[i] in sha1_compile() macro
136 #define hf(i) \ in sha1_compile() macro
188 unsigned char *w = (unsigned char*)ctx->wbuf; in sha1_hash() local
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/plugins/stone-phaser/ui/components/
H A DKnobSkin.cpp20 unsigned hf = cairo_image_surface_get_height(surface); in KnobSkin() local
23 unsigned w, h; in KnobSkin() local
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/http1/
H A Dcache_http1_proto.c221 http1_splitline(struct http *hp, struct http_conn *htc, const int *hf, in http1_splitline()
490 HTTP1_Write(const struct worker *w, const struct http *hp, const int *hf) in HTTP1_Write()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/lib/brg/
H A Dsha1.c105 { uint32_t *w = ctx->wbuf; in sha1_compile() local
117 #define hf(i) w[i] in sha1_compile() macro
125 #define hf(i) (w[(i) & 15] = rotl32( \ in sha1_compile() macro
178 unsigned char *w = (unsigned char*)ctx->wbuf; in sha1_hash() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/lib/brg/
H A Dsha1.c105 { uint32_t *w = ctx->wbuf; in sha1_compile() local
117 #define hf(i) w[i] in sha1_compile() macro
125 #define hf(i) (w[(i) & 15] = rotl32( \ in sha1_compile() macro
178 unsigned char *w = (unsigned char*)ctx->wbuf; in sha1_hash() local
/dports/math/bsdnt/bsdnt-de98bde/
H A Dsha1.c90 uint32_t * w = ctx->wbuf; in sha1_compile() local
102 #define hf(i) w[i] in sha1_compile() macro
110 #define hf(i) (w[(i) & 15] = rotl32( \ in sha1_compile() macro
164 unsigned char *w = (unsigned char *) ctx->wbuf; in sha1_hash() local
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dwater.cpp89 #define renderwaterstrips(vertw, hf, t) \ argument
162 int renderwater(float hf, GLuint reflecttex, GLuint refracttex) in renderwater()
300 w = p.w + t*(o.w - p.w), in calcwaterscissor() local
/dports/net/kamailio/kamailio-5.4.5/src/modules/exec/
H A Dexec_hf.c59 static int insert_hf(struct hf_wrapper **list, struct hdr_field *hf) in insert_hf()
61 struct hf_wrapper *w; /* new wrapper */ in insert_hf() local
201 static int print_av_var(struct hf_wrapper *w) in print_av_var()
227 static int print_hf_var(struct hf_wrapper *w, int offset) in print_hf_var()
306 static int print_var(struct hf_wrapper *w, int offset) in print_var()
354 struct hf_wrapper *w; in create_vars() local
373 struct hf_wrapper *w; in replace_env() local
441 struct hf_wrapper *w; in append_var() local
/dports/math/giacxcas/giac-1.6.0/src/
H A DHistory.cc521 if (History_Fold * hf=dynamic_cast<History_Fold *>(w)){ in parse() local
711 Fl_Group * w=wid->parent(); in get_history_fold() local
947 Fl_Widget * w=child(i); in flatten() local
1222 if (Fl_Window * w=window()){ in handle() local
1236 if (Fl_Window * w=window()){ in handle() local
1601 Fl_Group * w =parent(); in close() local
1670 if (History_Fold * hf=get_history_fold(this)){ in new_url() local
1736 if (History_Fold * hf=get_history_fold(this)){ in save_as() local
3699 History_Fold * hf = get_history_fold(m); in History_cb_Undo() local
3719 History_Fold * hf = get_history_fold(m); in History_cb_Redo() local
[all …]

12345678910>>...17