Home
last modified time | relevance | path

Searched refs:first_init (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dpublication_edit.cpp82 string first_init; in GenerateInitials() local
85 first_init = GetFirstInitial(first, true); in GenerateInitials()
90 if (NStr::IsBlank(first_init)) { in GenerateInitials()
91 first_init += "."; in GenerateInitials()
93 first_init += original_init; in GenerateInitials()
95 if (first_init.empty()) { in GenerateInitials()
99 name.SetInitials(first_init); in GenerateInitials()
109 string first_init; in FixInitials() local
112 first_init = GetFirstInitial(first, true); in FixInitials()
118 if (!NStr::IsBlank(first_init) && NStr::StartsWith(middle_init, first_init, NStr::eNocase)) { in FixInitials()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dpublication_edit.cpp82 string first_init; in GenerateInitials() local
85 first_init = GetFirstInitial(first, true); in GenerateInitials()
90 if (NStr::IsBlank(first_init)) { in GenerateInitials()
91 first_init += "."; in GenerateInitials()
93 first_init += original_init; in GenerateInitials()
95 if (first_init.empty()) { in GenerateInitials()
99 name.SetInitials(first_init); in GenerateInitials()
109 string first_init; in FixInitials() local
112 first_init = GetFirstInitial(first, true); in FixInitials()
118 if (!NStr::IsBlank(first_init) && NStr::StartsWith(middle_init, first_init, NStr::eNocase)) { in FixInitials()
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/multidim/utils/
H A DpartialInstantiation4MultiDim_tpl.h95 static bool first_init = true; in GUM_MULTI_DIM_DECORATOR_PARTIAL_INST() local
97 if (first_init) { in GUM_MULTI_DIM_DECORATOR_PARTIAL_INST()
98 first_init = false; in GUM_MULTI_DIM_DECORATOR_PARTIAL_INST()
119 static bool first_init = true; in GUM_MULTI_DIM_DECORATOR_PARTIAL_INST() local
121 if (first_init) { in GUM_MULTI_DIM_DECORATOR_PARTIAL_INST()
122 first_init = false; in GUM_MULTI_DIM_DECORATOR_PARTIAL_INST()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/sound/
H A Dalsasound.c74 static int first_init = 1; in sound_lowlevel_init() local
144 if( first_init ) in sound_lowlevel_init()
227 if( first_init && *freqptr != exact_rate ) { in sound_lowlevel_init()
269 if( first_init && ( exact_periodsize < sound_periodsize / 1.5 || in sound_lowlevel_init()
288 if( first_init && periods != nperiods ) { in sound_lowlevel_init()
356 if( first_init ) snd_output_stdio_attach(&output, stdout, 0); in sound_lowlevel_init()
358 first_init = 0; in sound_lowlevel_init()
H A Daosound.c42 static int first_init = 1; variable
114 } else if ( first_init ) { in parse_driver_options()
196 first_init = 0; in sound_lowlevel_init()
/dports/emulators/fuse/fuse-1.6.0/sound/
H A Dalsasound.c74 static int first_init = 1; in sound_lowlevel_init() local
144 if( first_init ) in sound_lowlevel_init()
227 if( first_init && *freqptr != exact_rate ) { in sound_lowlevel_init()
269 if( first_init && ( exact_periodsize < sound_periodsize / 1.5 || in sound_lowlevel_init()
288 if( first_init && periods != nperiods ) { in sound_lowlevel_init()
356 if( first_init ) snd_output_stdio_attach(&output, stdout, 0); in sound_lowlevel_init()
358 first_init = 0; in sound_lowlevel_init()
H A Daosound.c42 static int first_init = 1; variable
114 } else if ( first_init ) { in parse_driver_options()
197 first_init = 0; in sound_lowlevel_init()
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Dtimefilter.cc41 Timestamp first, last, first_init, last_init, first_delta, last_delta, interval; in configure() local
48 .read("START_DELAY", first_init) in configure()
60 if ((bool) first + (bool) first_delta + (bool) first_init > 1) in configure()
64 else if (first_init) in configure()
65 _first = first_init, _first_init_relative = true; in configure()
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dmachine_i2c.c61 …hine_hw_i2c_init(machine_hw_i2c_obj_t *self, uint32_t freq, uint32_t timeout_us, bool first_init) { in machine_hw_i2c_init() argument
62 if (!first_init) { in machine_hw_i2c_init()
151 bool first_init = false; in machine_hw_i2c_make_new() local
163 first_init = true; in machine_hw_i2c_make_new()
175 machine_hw_i2c_init(self, args[ARG_freq].u_int, args[ARG_timeout].u_int, first_init); in machine_hw_i2c_make_new()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/multidim/utils/operators/
H A DcompleteProjections4MultiDim_tpl.h258 static bool first_init = true; in completeProjections4MultiDimInit() local
260 if (first_init) { in completeProjections4MultiDimInit()
261 first_init = false; in completeProjections4MultiDimInit()
299 static bool first_init = true; in pointerCompleteProjections4MultiDimInit() local
301 if (first_init) { in pointerCompleteProjections4MultiDimInit()
302 first_init = false; in pointerCompleteProjections4MultiDimInit()
H A Doperators4MultiDim_tpl.h323 static bool first_init = true; in operators4MultiDimInit() local
325 if (first_init) { in operators4MultiDimInit()
326 first_init = false; in operators4MultiDimInit()
391 static bool first_init = true; in pointerOperators4MultiDimInit() local
393 if (first_init) { in pointerOperators4MultiDimInit()
394 first_init = false; in pointerOperators4MultiDimInit()
H A Dprojections4MultiDim_tpl.h368 static bool first_init = true; in projections4MultiDimInit() local
370 if (first_init) { in projections4MultiDimInit()
371 first_init = false; in projections4MultiDimInit()
412 static bool first_init = true; in pointerProjections4MultiDimInit() local
414 if (first_init) { in pointerProjections4MultiDimInit()
415 first_init = false; in pointerProjections4MultiDimInit()
/dports/x11-fm/fsv2/fsv2-1.1.0/src/
H A Dfsv.cxx114 boolean first_init = FALSE; in fsv_set_mode() local
124 first_init = TRUE; in fsv_set_mode()
137 camera_init( mode, first_init ); in fsv_set_mode()
146 if (first_init) { in fsv_set_mode()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drecords.cc373 const bool first_init = !table()->file->inited; in Init() local
382 if (first_init && table()->file->inited && set_record_buffer(m_qep_tab)) in Init()
444 const bool first_init = !table()->file->inited; in Init() local
452 if (first_init && set_record_buffer(m_qep_tab)) in Init()
501 const bool first_init = !table()->file->inited; in Init() local
503 if (first_init) { in Init()
523 if (first_init && set_record_buffer(m_qep_tab)) in Init()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/
H A Dogl_sdl.c157 static boolean first_init = false; in OglSdlSurface() local
161 if (!first_init) in OglSdlSurface()
183 first_init = true; in OglSdlSurface()
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dtecnoballz.cc50 tecnoballz::first_init (configfile * pConf) in first_init() function in tecnoballz
59 random_counter = (long) first_init; in first_init()
61 random_counter = (intptr_t) first_init; in first_init()
141 stage->first_init (); in game_begin()
H A Dsupervisor_bricks_level.cc104 supervisor_bricks_level::first_init () in first_init() function in supervisor_bricks_level
158 popup_menu->first_init (sprites_bitmap); in first_init()
160 panel_score->first_init (); in first_init()
166 game_over->first_init (); in first_init()
588 bricks->first_init (); in initialize_background()
H A Dsupervisor_guards_level.cc88 supervisor_guards_level::first_init () in first_init() function in supervisor_guards_level
133 popup_menu->first_init (sprites_bitmap); in first_init()
138 game_over->first_init (32 * resolution); in first_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/core/
H A Dvmaster.c337 bool first_init; in master_put() local
342 first_init = err; in master_put()
351 if (master->hook && !first_init) in master_put()
470 bool first_init = false; in snd_ctl_sync_vmaster() local
479 first_init = err; in snd_ctl_sync_vmaster()
485 if (master->hook && !first_init) in snd_ctl_sync_vmaster()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/core/
H A Dvmaster.c337 bool first_init; in master_put() local
342 first_init = err; in master_put()
351 if (master->hook && !first_init) in master_put()
470 bool first_init = false; in snd_ctl_sync_vmaster() local
479 first_init = err; in snd_ctl_sync_vmaster()
485 if (master->hook && !first_init) in snd_ctl_sync_vmaster()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/core/
H A Dvmaster.c337 bool first_init; in master_put() local
342 first_init = err; in master_put()
351 if (master->hook && !first_init) in master_put()
470 bool first_init = false; in snd_ctl_sync_vmaster() local
479 first_init = err; in snd_ctl_sync_vmaster()
485 if (master->hook && !first_init) in snd_ctl_sync_vmaster()
/dports/audio/mp3blaster/mp3blaster-3.2.6/mpegsound/
H A Drawplayer.cc90 first_init = 1; in Rawplayer()
196 if (!first_init) in resetsoundtype()
231 first_init = 0; in resetsoundtype()
316 first_init = 1; in attachdevice()
/dports/multimedia/mpv/mpv-0.34.1/filters/
H A Df_lavfi.c149 int filter_pad, const char *name, bool first_init) in add_pad() argument
212 if (!first_init) { in add_pad()
234 static void add_pads(struct lavfi *c, int dir, AVFilterInOut *l, bool first_init) in add_pads() argument
238 add_pad(c, dir, index++, l->filter_ctx, l->pad_idx, l->name, first_init); in add_pads()
242 AVFilterPad *pads, int num_pads, bool first_init) in add_pads_direct() argument
245 add_pad(c, dir, n, f, n, avfilter_pad_get_name(pads, n), first_init); in add_pads_direct()
249 static void precreate_graph(struct lavfi *c, bool first_init) in precreate_graph() argument
281 filter->nb_inputs, first_init); in precreate_graph()
283 filter->nb_outputs, first_init); in precreate_graph()
290 add_pads(c, MP_PIN_IN, in, first_init); in precreate_graph()
[all …]
/dports/devel/libtool/libtool-2.4.6/tests/
H A Ddlloader-api.at33 first_init (lt_user_data data)
37 printf ("first_init: %s\n", ctx);
207 first->dlloader_init = first_init; /* test that it isn't called twice */
212 if (first_init (first->dlloader_data))
214 printf ("first_init failed\n");
391 [[first_init: first_ctx
/dports/devel/libltdl/libtool-2.4.6/tests/
H A Ddlloader-api.at33 first_init (lt_user_data data)
37 printf ("first_init: %s\n", ctx);
207 first->dlloader_init = first_init; /* test that it isn't called twice */
212 if (first_init (first->dlloader_data))
214 printf ("first_init failed\n");
391 [[first_init: first_ctx

12345678910