Searched refs:init (Results 1 - 25 of 124) sorted by relevance

12345

/haiku/src/system/glue/arch/sparc/
H A Dcrtn.S7 /** This file contains the final part of the ".init" and ".fini" sections in
13 .section .init
H A Dcrti.S7 /** This file contains the first part of the ".init" and ".fini" sections in
10 * of the loaded executable/library. The ".init" and ".fini" sections are
21 .section .init
/haiku/src/system/glue/arch/m68k/
H A Dcrtn.S6 /** This file contains the final part of the ".init" and ".fini" sections in
11 .section .init
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/src/system/glue/arch/ppc/
H A Dcrtn.S6 /** This file contains the final part of the ".init" and ".fini" sections in
11 .section .init
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/src/libs/stdc++/legacy/
H A Dioassign.cc38 init (rhs.rdbuf ());
47 init (rhs.rdbuf ());
H A Dpfstream.cc42 init(pbuf);
71 init(new filebuf());
83 init(pbuf);
88 init(new filebuf());
/haiku/src/system/glue/arch/x86/
H A Dcrtn.S6 /** This file contains the final part of the ".init" and ".fini" sections in
11 .section .init
/haiku/src/system/glue/arch/arm64/
H A Dcrtn.S6 .section .init, "ax", @progbits
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, "ax", @progbits
/haiku/src/system/glue/arch/riscv64/
H A Dcrtn.S6 /** This file contains the final part of the ".init" and ".fini" sections in
11 .section .init
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/src/system/glue/arch/arm/
H A Dcrtn.S9 /** This file contains the final part of the ".init" and ".fini" sections in
14 .section .init
H A Dcrti.S9 /** This file contains the first part of the ".init" and ".fini" sections in
12 * of the loaded executable/library. The ".init" and ".fini" sections are
25 .section .init
/haiku/src/apps/cortex/support/
H A DILockable.h99 Autolock(ILockable& target) : m_target(&target) { init(); }
100 Autolock(ILockable* target) : m_target( target) { init(); }
103 m_target(const_cast<ILockable*>(&target)) { init(); }
105 m_target(const_cast<ILockable*>( target)) { init(); }
108 void init() { function in class:Autolock
/haiku/headers/libs/agg/
H A Dagg_bspline.h29 // First call init(num, x[], y[]) where num - number of source points,
35 // outside the given with init() X-range. Extrapolation is a simple linear
47 void init(int num);
51 void init(int num, const double* x, const double* y);
H A Dagg_curves.h46 init(x1, y1, x2, y2, x3, y3);
50 void init(double x1, double y1,
111 init(x1, y1, x2, y2, x3, y3);
115 void init(double x1, double y1,
180 void init(double x1, double y1, function in struct:agg::curve4_points
207 init(x1, y1, x2, y2, x3, y3, x4, y4);
213 init(cp[0], cp[1], cp[2], cp[3], cp[4], cp[5], cp[6], cp[7]);
217 void init(double x1, double y1,
222 void init(const curve4_points& cp) function in class:agg::curve4_inc
224 init(c
412 void init(const curve4_points& cp) function in class:agg::curve4_div
494 void init(double x1, double y1, function in class:agg::curve3
606 void init(double x1, double y1, function in class:agg::curve4
621 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,
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DLazyInitializable.cpp10 fInitSemaphore = create_sem(1, "init semaphore");
16 LazyInitializable::LazyInitializable(bool init) argument
20 if (init) {
21 fInitSemaphore = create_sem(1, "init semaphore");
/haiku/src/system/glue/arch/x86_64/
H A Dcrtn.S8 /** This file contains the final part of the ".init" and ".fini" sections in
14 .section .init
H A Dcrti.S11 /** This file contains the first part of the ".init" and ".fini" sections in
14 * of the loaded executable/library. The ".init" and ".fini" sections are
25 .section .init
/haiku/headers/private/userlandfs/shared/
H A DLazyInitializable.h13 LazyInitializable(bool init);
/haiku/src/libs/libtelnet/
H A Dauth.h69 int (*init)(struct XauthP *, int); member in struct:XauthP
/haiku/headers/private/kernel/
H A Dtimer.h35 status_t (*init)(struct kernel_args *args); member in struct:timer_info

Completed in 108 milliseconds

12345