Home
last modified time | relevance | path

Searched +defs:w +defs:f +defs:f +defs:f +defs:l (Results 1 – 25 of 10494) sorted by relevance

12345678910>>...420

/dports/devel/folly/folly-2021.12.27.00/folly/synchronization/
H A DSanitizeThread.h52 void const volatile* const addr, char const* const f, int const l) { in annotate_rwlock_create()
58 void const volatile* const addr, char const* const f, int const l) { in annotate_rwlock_create_static()
71 annotate_rwlock_level const w, in annotate_rwlock_acquired()
80 annotate_rwlock_level const w, in annotate_rwlock_try_acquired()
89 annotate_rwlock_level const w, in annotate_rwlock_released()
107 char const* const f, int const l) { in annotate_ignore_reads_begin()
113 char const* const f, int const l) { in annotate_ignore_reads_end()
119 char const* const f, int const l) { in annotate_ignore_writes_begin()
125 char const* const f, int const l) { in annotate_ignore_writes_end()
131 char const* const f, int const l) { in annotate_ignore_sync_begin()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/gf2n/
H A Dgf2n_reduce.cc48 void tri_partial_reduce1(gf2n_word *f) in tri_partial_reduce1()
50 register unsigned int i, k, l, w; in tri_partial_reduce1() local
90 void pent_partial_reduce1(gf2n_word *f) in pent_partial_reduce1()
92 register unsigned int i, k, l, w; in pent_partial_reduce1() local
152 void general_partial_reduce1(gf2n_word *f) in general_partial_reduce1()
154 register unsigned int i, j, k, l, w, s; in general_partial_reduce1() local
216 void tri_partial_reduce2(gf2n_word *f) in tri_partial_reduce2()
218 register unsigned int l, w, deg, anz; in tri_partial_reduce2() local
249 void pent_partial_reduce2(gf2n_word *f) in pent_partial_reduce2()
251 register unsigned int l, w, anz, deg; in pent_partial_reduce2() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/
H A Dfile.cpp48 int PACKFILE::pack_iputw(int w) { in pack_iputw()
55 long PACKFILE::pack_iputl(long l) { in pack_iputl()
72 int PACKFILE::pack_mputw(int w) { in pack_mputw()
79 long PACKFILE::pack_mputl(long l) { in pack_mputl()
190 int pack_getc(PACKFILE *f) { in pack_getc()
198 int pack_feof(PACKFILE *f) { in pack_feof()
206 int pack_igetw(PACKFILE *f) { in pack_igetw()
214 int pack_iputw(int w, PACKFILE *f) { in pack_iputw()
218 long pack_iputl(long l, PACKFILE *f) { in pack_iputl()
230 int pack_mputw(int w, PACKFILE *f) { in pack_mputw()
[all …]
/dports/net/mediastreamer/mediastreamer-2.16.1/src/audiofilters/
H A Dequalizer.c150 int i, f; in equalizer_state_set() local
210 float w; in norm_and_apodize() local
246 #define INT16_TO_WORD16(i,w,l) w=(i) argument
247 #define WORD16_TO_INT16(i,w,l) i=(w) argument
250 static void int16_to_word16(const int16_t *is, ms_word16_t *w, int l){ in int16_to_word16()
257 static void word16_to_int16(const ms_word16_t *w, int16_t *is, int l){ in word16_to_int16()
263 #define INT16_TO_WORD16(i,w,l) w=(ms_word16_t*)alloca(sizeof(ms_word16_t)*(l));int16_to_word16(i,w,… argument
264 #define WORD16_TO_INT16(w,i,l) word16_to_int16(w,i,l) argument
268 ms_word16_t *w; in equalizer_state_run() local
277 static void equalizer_init(MSFilter *f){ in equalizer_init()
[all …]
H A Dmswasapi.cpp190 MSWASAPIWriterPtr w = MSWASAPIWriterNew(); in MS_FILTER_DESC_EXPORT() local
195 MSWASAPIWriterType w = MSWASAPI_WRITER(f->data); in ms_wasapi_write_preprocess() local
200 MSWASAPIWriterType w = MSWASAPI_WRITER(f->data); in ms_wasapi_write_process() local
208 MSWASAPIWriterType w = MSWASAPI_WRITER(f->data); in ms_wasapi_write_postprocess() local
229 MSWASAPIWriterType w = MSWASAPI_WRITER(f->data); in ms_wasapi_write_get_sample_rate() local
241 MSWASAPIWriterType w = MSWASAPI_WRITER(f->data); in ms_wasapi_write_get_nchannels() local
247 MSWASAPIWriterType w = MSWASAPI_WRITER(f->data); in ms_wasapi_write_set_volume_gain() local
253 MSWASAPIWriterType w = MSWASAPI_WRITER(f->data); in ms_wasapi_write_get_volume_gain() local
503 static void add_or_update_card(MSSndCardManager *m, bctbx_list_t **l, LPWSTR id, LPWSTR wname, EDat… in add_or_update_card()
548 static void add_endpoint(MSSndCardManager *m, EDataFlow data_flow, bctbx_list_t **l, IMMDevice *pEn… in add_endpoint()
[all …]
/dports/math/mathgl/mathgl-2.5/src/
H A Dexport.cpp259 int MGL_NO_EXPORT mgl_gif_save(const char *fname, int w, int h, unsigned char **l) in mgl_gif_save()
335 unsigned char *f=0, **l=GetRGBLines(width, height, f); in StartGIF() local
406 unsigned char *f=0, **l=GetRGBLines(width, height, f); in EndFrame() local
444 long w,h; unsigned char *f=0, **p=0; in mgl_write_png() local
456 char *f=new char[n+1]; memcpy(f,descr,n); f[n]=0; in mgl_write_png_() local
461 long w,h; unsigned char *f=0, **p=0; in mgl_write_png_solid() local
478 long w,h; unsigned char *f=0, **p=0; in mgl_write_jpg() local
495 long w,h; unsigned char *f=0, **p=0; in mgl_write_tga() local
512 long w,h; unsigned char *f=0, **p=0; in mgl_write_bmp() local
529 long w,h; unsigned char *f=0, **p=0; in mgl_write_bps() local
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/aesGladman/
H A Daestab.cpp110 { aes_32t i, w; in gen_tabs() local
153 t_set(f,n)[i] = w; in gen_tabs() local
156 t_set(f,n)[0][i] = w; in gen_tabs() local
157 t_set(f,n)[1][i] = upr(w,1); in gen_tabs() local
158 t_set(f,n)[2][i] = upr(w,2); in gen_tabs() local
167 t_set(f,l)[0][i] = w; in gen_tabs() local
174 t_set(l,s)[i] = w; /* not of the required form */ in gen_tabs() local
177 t_set(l,s)[0][i] = w; in gen_tabs() local
178 t_set(l,s)[1][i] = upr(w,1); in gen_tabs() local
179 t_set(l,s)[2][i] = upr(w,2); in gen_tabs() local
[all …]
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_types.h103 #define DIRNORM(x,l,low) argument
146 # define fs_stat(f,s) stat64(f, s) argument
147 # define fs_lstat(f,s) lstat64(f, s) argument
148 # define fs_fstat(f,s) fstat64(f, s) argument
149 # define fs_lseek(f,o,w) lseek64(f, o, w) argument
150 # define fs_open(p,f,l) open64(p,f,l) argument
154 # define fs_stat(f,s) stat(f, s) argument
155 # define fs_lstat(f,s) lstat(f, s) argument
156 # define fs_fstat(f,s) fstat(f, s) argument
157 # define fs_lseek(f,o,w) lseek(f, o, w) argument
[all …]
/dports/science/clipper/clipper-2.1/clipper/core/
H A Dclipper_types.cpp51 String::String( const char* str, const int l ) in String()
59 String::String( const int i, const int w ) in String()
62 String::String( const long i, const int w ) in String()
65 String::String( const float f, const int w, const int p ) in String()
68 String::String( const double f, const int w, const int p ) in String()
115 String String::rational( const double f, const int b, const bool sign ) in rational()
133 long String::l() const in l() function in clipper::String
137 { std::istringstream s(*this); float f; s >> f; return f; } in f32() local
140 { std::istringstream s(*this); double f; s >> f; return f; } in f64() local
142 ftype String::f() const in f() function in clipper::String
[all …]
/dports/x11/xpr/xpr-1.0.5/
H A Dpmp.h26 #define p_wput(w, f) {\ argument
30 #define PMP(f, len) { fprintf(f, "\033[C"); \ argument
33 #define p_putlh(f, w) {\ argument
43 #define puthl2(i, f) { (void) putc(hi((i)), (f));\ argument
53 #define puthl3(l, f) { (void) putc(hi2((l)), (f));\ argument
62 #define long3sgn(l) (((l) > 0x800000 - 1)? (l) - 0x1000000 : (l)) argument
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libframe/
H A Dfrptofchar.c8 _frptofcharptb(Frame *f, ulong p, Point pt, int bn) in _frptofcharptb()
12 int w, l; in _frptofcharptb() local
37 frptofchar(Frame *f, ulong p) in frptofchar()
43 _frptofcharnb(Frame *f, ulong p, int nb) /* doesn't do final _fradvance to next line */ in _frptofcharnb()
57 _frgrid(Frame *f, Point p) in _frgrid()
68 frcharofpt(Frame *f, Point pt) in frcharofpt()
71 int w, bn; in frcharofpt() local
/dports/games/hexxagon/hexxagon-1.0.2/src/gui/
H A Dgtkmainmenu.cpp128 void GtkMainMenu::on_layout_select_no_action(const libhexx::Layout &l) in on_layout_select_no_action()
135 GtkEditWindow *w = raiseEditWindow("Select layout for new game."); in on_menu_new_game() local
139 void GtkMainMenu::on_layout_select(const libhexx::Layout &l) in on_layout_select()
160 std::ifstream f(filter_info.filename.c_str()); in is_hexxagon_file() local
173 Gtk::FileFilter f; in on_menu_open_game() local
197 std::ifstream f(dialog.get_filename().c_str()); in on_menu_open_game() local
222 std::ofstream f(lastSaveFilename.c_str()); in on_menu_save_game() local
249 Gtk::FileFilter f; in on_menu_save_as_game() local
274 std::ofstream f(dialog.get_filename().c_str()); in on_menu_save_as_game() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D930602-1.c2 int f[8]; member
5 f (w, l, r) in f() function

12345678910>>...420