Searched refs:init (Results 126 - 150 of 267) sorted by relevance

1234567891011

/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h45 void *(*init) (void); member in struct:fuse_operations_compat25
104 void *(*init) (void); member in struct:fuse_operations_compat22
/haiku-fatelf/src/add-ons/kernel/drivers/audio/emuxki/
H A Dac97.c84 codec_init init; member in struct:codec_ops_tag
239 codec->ops->init(config);
/haiku-fatelf/src/apps/glteapot/
H A Dutil.h52 inline LispList(LispList &init) argument
54 first = init.first;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dmakefile.vms22 format.obj,init.obj,libbfd.obj,opncls.obj,reloc.obj,section.obj,syms.obj,\
/haiku-fatelf/src/bin/network/telnetd/
H A Dstate.c428 send_do(int option, int init) argument
430 if (init) {
643 send_dont(int option, int init) argument
645 if (init) {
790 send_will(int option, int init) argument
792 if (init) {
946 send_wont(int option, int init) argument
948 if (init) {
/haiku-fatelf/src/bin/network/wget/msdos/
H A DMakefile.DJ48 init.c log.c main.c gen-md5.c netrc.c progress.c recur.c \
H A DMakefile.WC34 $(OBJ_DIR)\init.obj $(OBJ_DIR)\log.obj &
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dmodule.c333 stp_deprintf(STP_DBG_MODULE, "stp-module-init: %s\n", module->name);
335 if (module->init && module->init())
338 "stp-module-init: %s: Module init failed\n",
H A Dcolor.c182 return colorfuncs->init(v, image, steps);
/haiku-fatelf/src/bin/network/telnet/
H A Dtelnet.c214 send_do(int c, int init)
216 if (init) {
231 send_dont(int c, int init)
233 if (init) {
248 send_will(int c, int init)
250 if (init) {
265 send_wont(int c, int init)
267 if (init) {
1071 lm_mode(unsigned char *cmd, int len, int init)
1081 if (!init)
211 send_do(int c, int init) argument
228 send_dont(int c, int init) argument
245 send_will(int c, int init) argument
262 send_wont(int c, int init) argument
1068 lm_mode(unsigned char *cmd, int len, int init) argument
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_scanline_storage_bin.h425 void init(const int8u* ptr, int dx, int dy) function in class:agg::serialized_scanlines_adaptor_bin::embedded_scanline
471 void init(const int8u* data, unsigned size, double dx, double dy) function in class:agg::serialized_scanlines_adaptor_bin
557 sl.init(m_ptr, m_dx, m_dy);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Diq2000-desc.c1905 const CGEN_HW_ENTRY *init = & iq2000_cgen_hw_table[0]; local
1912 cd->hw_table.init_entries = init;
1916 for (i = 0; init[i].name != NULL; ++i)
1917 if (CGEN_HW_ATTR_VALUE (&init[i], CGEN_HW_MACH)
1919 selected[init[i].type] = &init[i];
1941 const CGEN_OPERAND *init = & iq2000_cgen_operand_table[0]; local
1948 cd->operand_table.init_entries = init;
1952 for (i = 0; init[i].name != NULL; ++i)
1953 if (CGEN_OPERAND_ATTR_VALUE (&init[
[all...]
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dhesiod.c68 static int init(struct hesiod_p *ctx);
239 if (init(ctx) == -1) {
495 init(struct hesiod_p *ctx) { function
H A Ddns_nw.c99 static int init(struct irs_nw *this);
152 if (init(this) == -1)
170 if (init(this) == -1)
580 init(struct irs_nw *this) { function
/haiku-fatelf/headers/cpp/
H A Dstreambuf.h259 inline void init(streambuf* sb, ostream* tie = 0);
427 void init();
469 inline void ios::init(streambuf* sb, ostream* tie_to) { function in class:ios
479 inline ios::ios(streambuf* sb, ostream* tie_to) { init(sb, tie_to); }
H A Dstrstream.h83 strstreambase() { init (&__my_sb); }
/haiku-fatelf/headers/private/runtime_loader/
H A Druntime_loader.h202 void (*init)(struct rld_export* standardInterface, member in struct:runtime_loader_add_on
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djp2_cod.h309 void (*init)(jp2_box_t *box); member in struct:jp2_boxops_s
/haiku-fatelf/src/bin/gdb/gdb/
H A Dppcbug-rom.c138 OPS->init = ppcbug_inits; /* Init strings */
H A Drom68k-rom.c196 rom68k_cmds.init = rom68k_inits; /* monitor init string */
H A Dtramp-frame.c54 tramp_cache->tramp_frame->init (tramp_cache->tramp_frame,
H A Dgdbarch.sh1096 extern struct gdbarch_data *gdbarch_data_register_pre_init (gdbarch_data_pre_init_ftype *init);
1098 extern struct gdbarch_data *gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *init);
1120 extern void deprecated_register_gdbarch_swap (void *data, unsigned long size, gdbarch_swap_ftype *init);
1385 However, if an architecture's init function encounters an error
1793 /* The data-pointer isn't initialized, call init() to get a
1798 pre-init code to refer to undefined architecture
1838 gdbarch_swap_ftype *init;
1856 gdbarch_swap_ftype *init)
1864 (*rego)->init = init;
[all...]
/haiku-fatelf/src/libs/agg/src/
H A Dagg_curves.cpp44 void curve3_inc::init(double x1, double y1, function in class:agg::curve3_inc
129 void curve3_div::init(double x1, double y1, function in class:agg::curve3_div
259 void curve4_inc::init(double x1, double y1, function in class:agg::curve4_inc
375 void curve4_div::init(double x1, double y1, function in class:agg::curve4_div
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dfilebuf.cc34 void filebuf::init() function in class:filebuf
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.c1406 ulg init; local
1412 init = s->window_size - curr;
1413 if (init > WIN_INIT)
1414 init = WIN_INIT;
1415 zmemzero(s->window + curr, (unsigned)init);
1416 s->high_water = curr + init;
1423 init = (ulg)curr + WIN_INIT - s->high_water;
1424 if (init > s->window_size - s->high_water)
1425 init = s->window_size - s->high_water;
1426 zmemzero(s->window + s->high_water, (unsigned)init);
[all...]

Completed in 378 milliseconds

1234567891011