Searched refs:phase (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dcommandtoepson.c145 int phase; local
147 phase = atoi(lineptr + 18);
150 putchar(phase & 255);
151 putchar(phase >> 8);
178 int phase, x; local
180 if (sscanf(lineptr + 12, "%d%d", &phase, &x) != 2)
188 putchar(phase);
H A Dcommandtocanon.c129 int phase; local
131 phase = atoi(lineptr + 18);
133 if (phase==0) pwrite("@TestPrint=Auto\x0a", 16);
134 if (phase==1) pwrite("@TestPrint=Manual1\x0a", 19);
135 if (phase==2) pwrite("@TestPrint=Manual2\x0a", 19);
/haiku-fatelf/src/servers/registrar/
H A DShutdownProcess.cpp136 fMessage.AddInt32("phase", INVALID_PHASE);
140 void SetPhase(int32 phase) argument
142 fMessage.ReplaceInt32("phase", phase);
152 int32 phase; local
153 if (message->FindInt32("phase", &phase) != B_OK)
154 phase = INVALID_PHASE;
156 return phase;
173 InternalEvent(uint32 type, team_id team, int32 phase) argument
746 int32 phase; local
775 int32 phase = TimeoutEvent::GetMessagePhase(message); local
882 _SetPhase(int32 phase) argument
1135 _PushEvent(uint32 eventType, team_id team, int32 phase) argument
1154 _GetNextEvent(uint32& eventType, thread_id& team, int32& phase, bool block) argument
1347 int32 phase; local
1374 int32 phase; local
1429 int32 phase; local
1455 int32 phase; local
1582 int32 phase; local
1610 int32 phase; local
1722 int32 phase; local
1822 int32 phase; local
1857 int32 phase; local
[all...]
H A DShutdownProcess.h51 int32 phase);
53 int32& phase, bool block);
55 void _SetPhase(int32 phase);
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_chorus.c128 long phase[MAX_CHORUS]; member in struct:_fluid_chorus_t
398 /* Set the phase of the chorus blocks equally spaced */
399 chorus->phase[i] = (int) ((double) chorus->modulation_period_samples
456 - chorus->lookup_tab[chorus->phase[i]]);
475 /* Cycle the phase of the modulating LFO */
476 chorus->phase[i]++;
477 chorus->phase[i] %= (chorus->modulation_period_samples);
524 - chorus->lookup_tab[chorus->phase[i]]);
543 /* Cycle the phase of the modulating LFO */
544 chorus->phase[
[all...]
H A Dfluid_dsp_float.c132 fluid_phase_t dsp_phase = voice->phase;
143 /* Convert playback "speed" floating point value to phase index/fract */
162 /* increment phase and amplitude */
182 voice->phase = dsp_phase;
195 fluid_phase_t dsp_phase = voice->phase;
208 /* Convert playback "speed" floating point value to phase index/fract */
234 /* increment phase and amplitude */
252 /* increment phase and amplitude */
273 voice->phase = dsp_phase;
286 fluid_phase_t dsp_phase = voice->phase;
[all...]
H A Dfluid_voice.h112 fluid_phase_t phase; /* the phase of the sample wave */ member in struct:_fluid_voice_t
116 fluid_real_t phase_incr; /* the phase increment for the next 64 samples */
H A Dfluid_voice.c276 * Initial phase is calculated here*/
400 goto post_process; /* The volume amplitude is in hold phase. No sound is produced. */
474 fluid_check_fpe ("voice_write phase calculation");
651 * - dsp_coeff: A table of four coefficients, depending on the fractional phase.
801 /* Force setting of the phase at the first DSP loop run
1563 * volenv_val to achieve equievalent amplitude during the release phase
1793 * proper order. When starting up, calculate the initial phase.
1897 /* Set the initial phase of the voice (using the result from the
1899 fluid_phase_set_int(voice->phase, voice->start);
1907 * this case we must prevent, that the playback pointer (phase)
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-isakmp.c420 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_,
469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
480 const u_char *ep, u_int32_t phase, u_int32_t doi0,
503 cp = isakmp_sub_print(ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
570 const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_,
638 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U_,
661 const u_char *ep _U_, u_int32_t phase, u_int32_t doi _U_,
692 printf(" [phase=%d doi=%d proto=%d]", phase, doi, proto);
694 switch (phase) {
418 isakmp_sa_print(const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0, int depth) argument
479 isakmp_p_print(const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0, u_int32_t proto0 _U_, int depth) argument
660 isakmp_id_print(const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, u_int32_t phase, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
972 isakmp_n_print(const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0 _U_, int depth) argument
1179 isakmp_sub0_print(u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
1218 isakmp_sub_print(u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
1286 int phase; local
[all...]
/haiku-fatelf/src/apps/networkstatus/
H A DRadioView.h50 int32 phase, int32 index, int32 count);
H A DRadioView.cpp227 RadioView::_SetColor(BView* view, int32 percent, int32 phase, int32 index, argument
233 } else if (phase == 0 || phase % count != index) {
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_gstate.c323 pdf__setdashpattern(PDF *p, float *darray, int length, float phase) argument
345 pdc_printf(p->out, "] %f d\n", phase);
491 float *darray, phase; local
505 phase = (float) 0.0;
506 (void) pdc_get_optvalues(p->pdc, "dashphase", results, &phase, NULL);
510 pdf__setdashpattern(p, darray, length, phase);
/haiku-fatelf/src/bin/network/pppconfig/
H A Dpppconfig.cpp91 switch(info.info.phase) {
289 switch(info.info.phase) {
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPControl.h148 ppp_phase phase; member in struct:ppp_interface_info
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DDialUpView.cpp290 && info.info.phase == PPP_DOWN_PHASE)
304 if(info.info.state == PPP_INITIAL_STATE && info.info.phase == PPP_DOWN_PHASE) {
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DDialUpView.cpp525 if(info.info.phase == PPP_DOWN_PHASE)
734 // transform phase into status
735 switch(info.info.phase) {
/haiku-fatelf/src/bin/network/ppp_up/
H A DConnectionView.cpp240 if(interface.GetInterfaceInfo(&info) && info.info.phase < PPP_ESTABLISHMENT_PHASE)
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dlibmicro.c888 int phase; local
896 phase = b->ba_phase;
905 while (b->ba_phase == phase) {
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c932 int space_idx, phase; local
937 phase = 0;
943 switch ( phase )
946 ++phase;
952 ++phase;
958 ++phase;
964 phase = 0;
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp425 info->phase = Phase();
1374 // If authenticating we only allow authentication phase protocols.
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbarch.sh1006 _initialize phase this function only returns useful information
2167 /* Initialize any per-architecture swap areas. This phase requires
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c75 //static void cache_flusher(void *arg, int phase);
805 cache_flusher(void *arg, int phase)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dcache.c75 //static void cache_flusher(void *arg, int phase);
792 cache_flusher(void *arg, int phase)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dcache.c74 //static void cache_flusher(void *arg, int phase);
791 cache_flusher(void *arg, int phase)

Completed in 264 milliseconds