Searched refs:init (Results 26 - 50 of 267) sorted by relevance

1234567891011

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DLazyInitializable.h13 LazyInitializable(bool init);
/haiku-fatelf/src/system/boot/platform/raspberrypi_arm/
H A Dentry.S1 .section .init
28 into the space reserved for .init) */
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgetgrent.c50 static struct net_data *init(void);
57 struct net_data *net_data = init();
64 struct net_data *net_data = init();
71 struct net_data *net_data = init();
78 struct net_data *net_data = init();
86 struct net_data *net_data = init();
93 struct net_data *net_data = init();
101 struct net_data *net_data = init();
108 struct net_data *net_data = init();
203 init() { function
[all...]
H A Dgetpwent.c49 static struct net_data * init(void);
55 struct net_data *net_data = init();
62 struct net_data *net_data = init();
69 struct net_data *net_data = init();
76 struct net_data *net_data = init();
84 struct net_data *net_data = init();
91 struct net_data *net_data = init();
99 struct net_data *net_data = init();
182 init() { function
H A Dgetnetgrent.c45 static struct net_data *init(void);
55 struct net_data *net_data = init();
62 struct net_data *net_data = init();
73 struct net_data *net_data = init();
82 struct net_data *net_data = init();
141 init(void) { function
H A Dgetprotoent.c46 static struct net_data *init(void);
52 struct net_data *net_data = init();
59 struct net_data *net_data = init();
66 struct net_data *net_data = init();
73 struct net_data *net_data = init();
80 struct net_data *net_data = init();
155 init() { function
H A Dgetservent.c46 static struct net_data *init(void);
52 struct net_data *net_data = init();
59 struct net_data *net_data = init();
66 struct net_data *net_data = init();
73 struct net_data *net_data = init();
80 struct net_data *net_data = init();
158 init() { function
/haiku-fatelf/headers/libs/agg/
H A Dagg_curves.h46 init(x1, y1, x2, y2, x3, y3);
50 void init(double x1, double y1,
110 init(x1, y1, x2, y2, x3, y3);
114 void init(double x1, double y1,
179 void init(double x1, double y1, function in struct:agg::curve4_points
206 init(x1, y1, x2, y2, x3, y3, x4, y4);
212 init(cp[0], cp[1], cp[2], cp[3], cp[4], cp[5], cp[6], cp[7]);
216 void init(double x1, double y1,
221 void init(const curve4_points& cp) function in class:agg::curve4_inc
223 init(c
410 void init(const curve4_points& cp) function in class:agg::curve4_div
492 void init(double x1, double y1, function in class:agg::curve3
604 void init(double x1, double y1, function in class:agg::curve4
619 void init(const curve4_points& cp) function in class:agg::curve4
[all...]
H A Dagg_bezier_arc.h49 init(x, y, rx, ry, start_angle, sweep_angle);
53 void init(double x, double y,
115 init(x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2);
119 void init(double x1, double y1,
H A Dagg_arc.h42 void init(double x, double y,
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dimage.c33 if (image->init)
34 image->init(image);
/haiku-fatelf/headers/private/kernel/
H A Dtimer.h40 status_t (*init)(struct kernel_args *args); member in struct:timer_info
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_gen.h29 char init; /* Does the generator need to be initialized (cfr. fluid_voice_init()) */ member in struct:_fluid_gen_info_t
/haiku-fatelf/src/system/glue/arch/mipsel/
H A Dcrti.S10 /** This file contains the first part of the ".init" and ".fini" sections in
13 * of the loaded executable/library. The ".init" and ".fini" sections are
28 .section .init
/haiku-fatelf/src/system/glue/arch/x86/
H A Dcrti.S6 /** This file contains the first part of the ".init" and ".fini" sections in
9 * of the loaded executable/library. The ".init" and ".fini" sections are
22 .section .init
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dfstream.cc45 init (&__my_fb);
47 init(filebuf::__new());
75 init(filebuf::__new());
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathRandom.h85 void init (unsigned long int seed);
145 void init (unsigned long int seed);
240 Rand32::init (unsigned long int seed) function in class:Imath::Rand32
249 init (seed);
286 Rand48::init (unsigned long int seed) function in class:Imath::Rand48
299 init (seed);
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursslk.cc55 void Soft_Label_Key_Set::init() function in class:Soft_Label_Key_Set
70 init();
87 init();
H A Dcursesw.cc139 NCursesWindow::init(void) function in class:NCursesWindow
173 init();
188 init();
201 init();
289 RIPOFFINIT init = *prip++; local
290 if (init) {
292 res = init(*W);
298 int (*init)(NCursesWindow& win))
301 if (code==OK && init && ripoff_lines) {
302 R_INIT[r_init_idx++] = init;
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralink2860/dev/rt2860/
H A Drt2860_rf.h44 int rt3090_filter_calib(struct rt2860_softc *sc, uint8_t init, uint8_t target,
/haiku-fatelf/src/apps/cortex/addons/common/
H A DIAudioOp.h112 virtual void init() {} function in class:IAudioOp
/haiku-fatelf/src/libs/libtelnet/
H A Dencrypt.h89 void (*init)(int); member in struct:__anon4812
/haiku-fatelf/src/tests/kits/opengl/glut/game_mode/
H A Dgame_mode.c16 void init(void);
139 init();
157 init(void) function
230 init();
/haiku-fatelf/headers/cpp/
H A Dstdiostream.h61 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); }
72 ostdiostream (FILE* __f) : ostream(), _file(__f) { init(&_file); }
/haiku-fatelf/src/bin/unzip/
H A Dapi.c19 int UzpAltMain(int argc, char *argv[], UzpInit *init);
148 int UZ_EXP UzpAltMain(int argc, char *argv[], UzpInit *init) argument
155 if (init->structlen >= (sizeof(ulg) + sizeof(dummyfn)) && init->msgfn)
156 G.message = init->msgfn;
158 if (init->structlen >= (sizeof(ulg) + 2*sizeof(dummyfn)) && init->inputfn)
159 G.input = init->inputfn;
161 if (init->structlen >= (sizeof(ulg) + 3*sizeof(dummyfn)) && init
[all...]

Completed in 217 milliseconds

1234567891011