Searched refs:init (Results 176 - 200 of 267) sorted by relevance

1234567891011

/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_ccitt.c151 image->src.init = pdf_data_source_ccitt_raw_init;
H A Dp_png.c594 image->src.init = pdf_data_source_PNG_init;
685 image->src.init = pdf_data_source_PNG_init;
H A Dp_type1.c352 t1src->init = t1data_init;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/ksocket_v3/ksocketd/
H A Dmakefile215 -init _init_routine_ \
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/ksocket_v3/libksocket/
H A Dmakefile215 -init _init_routine_ \
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A Dmakefile214 -init _init_routine_ \
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/mounthost/
H A Dmakefile215 -init _init_routine_ \
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbarch.c467 However, if an architecture's init function encounters an error
3782 /* The data-pointer isn't initialized, call init() to get a
3787 pre-init code to refer to undefined architecture
3827 gdbarch_swap_ftype *init; member in struct:gdbarch_swap_registration
3845 gdbarch_swap_ftype *init)
3853 (*rego)->init = init;
3877 if (rego->init != NULL)
3878 rego->init ();
3919 gdbarch_init_ftype *init; member in struct:gdbarch_registration
3843 deprecated_register_gdbarch_swap(void *data, unsigned long sizeof_data, gdbarch_swap_ftype *init) argument
3966 gdbarch_register(enum bfd_architecture bfd_architecture, gdbarch_init_ftype *init, gdbarch_dump_tdep_ftype *dump_tdep) argument
4005 register_gdbarch_init(enum bfd_architecture bfd_architecture, gdbarch_init_ftype *init) argument
[all...]
/haiku-fatelf/data/etc/
H A Dbash_completion950 [ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d || sysvdir=/etc/init.d
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c3134 /* Force a complete recalibration on next init. */
4234 DPRINTF(sc, IWN_DEBUG_RESET, "timing bintval=%u tstamp=%ju, init=%u\n",
6170 memcpy(dma->vaddr, fw->init.data, fw->init.datasz);
6173 fw->init.text, fw->init.textsz);
6180 iwn_prph_write(sc, IWN_BSM_DRAM_DATA_SIZE, fw->init.datasz);
6183 iwn_prph_write(sc, IWN_BSM_DRAM_TEXT_SIZE, fw->init.textsz);
6274 &sc->fw.main : &sc->fw.init;
6329 fw->init
[all...]
/haiku-fatelf/data/develop/
H A DJamfile-engine386 LINKFLAGS += -export pragma -init _init_routine_
/haiku-fatelf/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp842 init() function
891 return init();
H A Drule_based_prefetcher.cpp746 init() function
772 return init();
/haiku-fatelf/src/bin/coreutils/
H A Dbootstrap407 git submodule init || exit $?
428 git submodule init
/haiku-fatelf/src/bin/less/
H A Dfuncs.h10 public void init ();
/haiku-fatelf/src/libs/libtelnet/
H A Dencrypt.c212 if (ep->init)
213 (*ep->init)(Server);
/haiku-fatelf/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp238 start_test(const char* name, bool init = true)
240 if (init) {
/haiku-fatelf/headers/libs/agg/
H A Dagg_path_storage.h373 void init(const T* data, unsigned num_points, bool closed) function in class:agg::poly_plain_adaptor
438 void init(const Container& data, bool closed) function in class:agg::poly_container_adaptor
500 void init(const Container& data, bool closed) function in class:agg::poly_container_reverse_adaptor
560 void init(double x1, double y1, double x2, double y2) function in class:agg::line_adaptor
H A Dagg_span_gradient.h206 void init(double r, double fx, double fy) function in class:agg::gradient_radial_focus
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h76 * init and destroy are special purpose methods, without which a full
308 void *(*init) (struct fuse_conn_info *conn); member in struct:fuse_operations
470 * @param user_data user data supplied in the context during the init() method
491 * @param user_data user data supplied in the context during the init() method
669 * @param user_data user data supplied in the context during the init() method
H A Dfuse_lowlevel.h129 * Most of the methods (with the exception of init and destroy)
157 void (*init) (void *userdata, struct fuse_conn_info *conn); member in struct:fuse_lowlevel_ops
/haiku-fatelf/src/bin/unzip/
H A Dunzip.h377 UsrIniFn *userfn; /* user init function to be called after */
575 int UZ_EXP UzpAltMain OF((int argc, char **argv, UzpInit *init));
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtiffio.h178 TIFFInitMethod init; member in struct:__anon5022
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralink2860/dev/rt2860/
H A Drt2860_rf.c818 rt3090_filter_calib(struct rt2860_softc *sc, uint8_t init, uint8_t target, argument
827 rf24 = (rf24 & 0xc0) | init; /* initial filter value */
866 if (rf24 != init)
/haiku-fatelf/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp272 // * init base classes
279 // * init connection state
285 // * init parameter/operation components
290 // * init add-on if any
391 // init input
403 // init output
415 // init parameters
1278 m_op->init();
1457 m_op->init();
1485 m_op->init();
[all...]

Completed in 233 milliseconds

1234567891011