Home
last modified time | relevance | path

Searched refs:phase (Results 126 - 150 of 737) sorted by relevance

12345678910>>...30

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctfst-mmx.asm260 movq mm3, mm6 ; transpose coefficients(phase 1)
263 movq mm0, mm5 ; transpose coefficients(phase 1)
281 movq mm4, mm7 ; transpose coefficients(phase 1)
284 movq mm2, mm1 ; transpose coefficients(phase 1)
288 movq mm0, mm6 ; transpose coefficients(phase 2)
291 movq mm5, mm3 ; transpose coefficients(phase 2)
303 movq mm6, mm1 ; transpose coefficients(phase 2)
306 movq mm0, mm2 ; transpose coefficients(phase 2)
446 movq mm2, mm6 ; transpose coefficients(phase 1)
449 movq mm0, mm3 ; transpose coefficients(phase
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dmax16064.c19 int phase, int reg) in max16064_read_word_data()
25 ret = pmbus_read_word_data(client, page, phase, in max16064_read_word_data()
29 ret = pmbus_read_word_data(client, page, phase, in max16064_read_word_data()
18 max16064_read_word_data(struct i2c_client *client, int page, int phase, int reg) max16064_read_word_data() argument
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dmax16064.c19 int phase, int reg) in max16064_read_word_data()
25 ret = pmbus_read_word_data(client, page, phase, in max16064_read_word_data()
29 ret = pmbus_read_word_data(client, page, phase, in max16064_read_word_data()
18 max16064_read_word_data(struct i2c_client *client, int page, int phase, int reg) max16064_read_word_data() argument
/third_party/curl/lib/
H A Dsendf.h78 * Writers in the chain are order by their `phase`. First come all
82 * When adding a writer, it is inserted as first in its phase. This means
83 * the order of adding writers of the same phase matters, but writers for
119 Curl_cwriter_phase phase; /* phase at which it operates */ member
123 * Create a new cwriter instance with given type and phase. Is not
130 Curl_cwriter_phase phase);
140 * Count the number of writers installed of the given phase.
142 size_t Curl_cwriter_count(struct Curl_easy *data, Curl_cwriter_phase phase);
146 * The writers `phase` determine
[all...]
/third_party/skia/src/gpu/
H A DGrTestUtils.h75 static sk_sp<SkPathEffect> Make(const SkScalar* intervals, int count, SkScalar phase) { in Make() argument
76 return sk_sp<SkPathEffect>(new TestDashPathEffect(intervals, count, phase)); in Make()
88 TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase);
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py759 def ExpandVariables(input, phase, variables, build_file):
761 if phase == PHASE_EARLY:
764 elif phase == PHASE_LATE:
767 elif phase == PHASE_LATELATE:
840 contents = ExpandVariables(contents, phase, processed_variables, build_file)
843 contents = ExpandVariables(contents, phase, variables, build_file)
1040 replacement, phase, variables, build_file
1103 ExpandVariables(item, phase, variables, build_file)
1107 output = ExpandVariables(output, phase, variables, build_file)
1125 def EvalCondition(condition, conditions_key, phase, variable
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py759 def ExpandVariables(input, phase, variables, build_file):
761 if phase == PHASE_EARLY:
764 elif phase == PHASE_LATE:
767 elif phase == PHASE_LATELATE:
840 contents = ExpandVariables(contents, phase, processed_variables, build_file)
843 contents = ExpandVariables(contents, phase, variables, build_file)
1030 replacement, phase, variables, build_file
1093 ExpandVariables(item, phase, variables, build_file)
1097 output = ExpandVariables(output, phase, variables, build_file)
1115 def EvalCondition(condition, conditions_key, phase, variable
[all...]
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-object.cc34 char phase, const uint8_t* category_enabled_flag, const char* name, in Initialize()
42 phase_ = phase; in Initialize()
111 char phase, const uint8_t* category_enabled_flag, const char* name, in InitializeForTesting()
120 phase_ = phase; in InitializeForTesting()
33 Initialize( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp, int64_t cpu_timestamp) Initialize() argument
110 InitializeForTesting( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int pid, int tid, int64_t ts, int64_t tts, uint64_t duration, uint64_t cpu_duration) InitializeForTesting() argument
/kernel/liteos_m/arch/csky/v2/gcc/
H A Dlos_interrupt.c245 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo()
252 if (excInfo->phase == OS_EXC_IN_TASK) { in OsExcCurTaskInfo()
259 } else if (excInfo->phase == OS_EXC_IN_HWI) { in OsExcCurTaskInfo()
260 PRINTK("Exception occur in interrupt phase!\n"); in OsExcCurTaskInfo()
262 PRINTK("Exception occur in system init phase!\n"); in OsExcCurTaskInfo()
380 g_excInfo.phase = OS_EXC_IN_HWI; in HalExcHandleEntry()
383 g_excInfo.phase = OS_EXC_IN_TASK; in HalExcHandleEntry()
387 g_excInfo.phase = OS_EXC_IN_INIT; in HalExcHandleEntry()
/kernel/liteos_m/arch/xtensa/lx6/gcc/
H A Dlos_interrupt.c227 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo()
234 if (excInfo->phase == OS_EXC_IN_TASK) { in OsExcCurTaskInfo()
241 } else if (excInfo->phase == OS_EXC_IN_HWI) { in OsExcCurTaskInfo()
242 PRINTK("Exception occur in interrupt phase!\n"); in OsExcCurTaskInfo()
244 PRINTK("Exception occur in system init phase!\n"); in OsExcCurTaskInfo()
349 g_excInfo.phase = OS_EXC_IN_INIT; in HalExcHandleEntry()
352 g_excInfo.phase = OS_EXC_IN_HWI; in HalExcHandleEntry()
355 g_excInfo.phase = OS_EXC_IN_TASK; in HalExcHandleEntry()
/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftzopen.c208 state->phase = FT_LZW_PHASE_START; in ft_lzwstate_reset()
275 switch ( state->phase ) in FT_LOCAL_DEF()
316 state->phase = FT_LZW_PHASE_CODE; in FT_LOCAL_DEF()
374 state->phase = FT_LZW_PHASE_STACK; in FT_LOCAL_DEF()
408 state->phase = FT_LZW_PHASE_CODE; in FT_LOCAL_DEF()
424 state->phase = FT_LZW_PHASE_EOF; in FT_LOCAL_DEF()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dimm.c44 unsigned dp:1; /* Data phase present */
45 unsigned rd:1; /* Read data in data phase */
69 dev->cur_cmd->SCp.phase = 1; in got_it()
765 if (cmd->SCp.phase > 1) in imm_interrupt()
789 switch (cmd->SCp.phase) { in imm_engine()
803 cmd->SCp.phase++; in imm_engine()
811 cmd->SCp.phase++; in imm_engine()
821 cmd->SCp.phase++; in imm_engine()
835 cmd->SCp.phase++; in imm_engine()
854 cmd->SCp.phase in imm_engine()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dimm.c44 unsigned dp:1; /* Data phase present */
45 unsigned rd:1; /* Read data in data phase */
69 imm_scsi_pointer(dev->cur_cmd)->phase = 1; in got_it()
765 if (imm_scsi_pointer(cmd)->phase > 1) in imm_interrupt()
790 switch (scsi_pointer->phase) { in imm_engine()
804 scsi_pointer->phase++; in imm_engine()
812 scsi_pointer->phase++; in imm_engine()
822 scsi_pointer->phase++; in imm_engine()
836 scsi_pointer->phase++; in imm_engine()
855 scsi_pointer->phase in imm_engine()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c198 int phase; member
407 if (scp->phase != message_in) { /* Unexpected disconnect */ in SYM53C500_intr()
416 switch (status & 0x07) { /* scsi phase */ in SYM53C500_intr()
422 scp->phase = data_out; in SYM53C500_intr()
423 VDEB(printk("SYM53C500: Data-Out phase\n")); in SYM53C500_intr()
441 scp->phase = data_in; in SYM53C500_intr()
442 VDEB(printk("SYM53C500: Data-In phase\n")); in SYM53C500_intr()
456 scp->phase = command_ph; in SYM53C500_intr()
457 printk("SYM53C500: Warning: Unknown interrupt occurred in command phase!\n"); in SYM53C500_intr()
461 scp->phase in SYM53C500_intr()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dasrc_sinc.c36 float att, beta, phase, Fc0, Fc1, tbw0, tbw1; member
216 static int fir_to_phase(SincContext *s, float **h, int *len, int *post_len, float phase) in fir_to_phase() argument
218 float *pi_wraps, *work, phase1 = (phase > 50.f ? 100.f - phase : phase) / 50.f; in fir_to_phase()
275 for (i = 2; i < work_len; i += 2) /* Interpolate between linear & min phase */ in fir_to_phase()
324 (*h)[i] = work[(begin + (phase > 50.f ? *len - 1 - i : i) + work_len) & (work_len - 1)]; in fir_to_phase()
326 *post_len = phase > 50 ? peak - begin : begin + *len - (peak + 1); in fir_to_phase()
373 if (s->phase != 50.f) { in config_output()
374 int ret = fir_to_phase(s, &h[longer], &n, &post_peak, s->phase); in config_output()
[all...]
/third_party/skia/third_party/externals/angle2/src/third_party/trace_event/
H A Dtrace_event.h308 // An asynchronous operation can consist of multiple phases. The first phase is
340 // async event. This should be called at the beginning of the next phase of an
436 // char phase,
463 #define INTERNAL_TRACE_EVENT_ADD(platform, phase, category, name, flags, ...) \
469 gl::TraceEvent::addTraceEvent(platform, phase, INTERNALTRACEEVENTUID(catstatic), name, \
494 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(platform, phase, category, name, id, flags, ...) \
502 gl::TraceEvent::addTraceEvent(platform, phase, INTERNALTRACEEVENTUID(catstatic), name, \
673 char phase, in addTraceEvent()
679 return TRACE_EVENT_API_ADD_TRACE_EVENT(platform, phase, categoryEnabled, name, id, zeroNumArgs, in addTraceEvent()
685 char phase, in addTraceEvent()
672 addTraceEvent(angle::PlatformMethods *platform, char phase, const unsigned char *categoryEnabled, const char *name, unsigned long long id, unsigned char flags) addTraceEvent() argument
684 addTraceEvent(angle::PlatformMethods *platform, char phase, const unsigned char *categoryEnabled, const char *name, unsigned long long id, unsigned char flags, const char *arg1Name, const ARG1_TYPE &arg1Val) addTraceEvent() argument
702 addTraceEvent(angle::PlatformMethods *platform, char phase, const unsigned char *categoryEnabled, const char *name, unsigned long long id, unsigned char flags, const char *arg1Name, const ARG1_TYPE &arg1Val, const char *arg2Name, const ARG2_TYPE &arg2Val) addTraceEvent() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dfipsinstall.c545 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local
551 phase = (const char *)p->data; in self_test_events()
564 if (strcmp(phase, OSSL_SELF_TEST_PHASE_START) == 0) in self_test_events()
566 else if (strcmp(phase, OSSL_SELF_TEST_PHASE_PASS) == 0 in self_test_events()
567 || strcmp(phase, OSSL_SELF_TEST_PHASE_FAIL) == 0) in self_test_events()
568 BIO_printf(bio_err, "%s\n", phase); in self_test_events()
572 * error is returned during the corrupt phase. in self_test_events()
574 if (strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0 in self_test_events()
583 BIO_printf(bio_err, "%s ", phase); in self_test_events()
/third_party/openssl/apps/
H A Dfipsinstall.c545 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local
551 phase = (const char *)p->data; in self_test_events()
564 if (strcmp(phase, OSSL_SELF_TEST_PHASE_START) == 0) in self_test_events()
566 else if (strcmp(phase, OSSL_SELF_TEST_PHASE_PASS) == 0 in self_test_events()
567 || strcmp(phase, OSSL_SELF_TEST_PHASE_FAIL) == 0) in self_test_events()
568 BIO_printf(bio_err, "%s\n", phase); in self_test_events()
572 * error is returned during the corrupt phase. in self_test_events()
574 if (strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0 in self_test_events()
583 BIO_printf(bio_err, "%s ", phase); in self_test_events()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dkiss_fftr.c64 spx_word32_t phase = i+(nfft>>1); in kiss_fftr_alloc() local
66 phase = -phase; in kiss_fftr_alloc()
67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft)); in kiss_fftr_alloc()
72 double phase = pi*(((double)i) /nfft + .5); in kiss_fftr_alloc() local
74 phase = -phase; in kiss_fftr_alloc()
75 kf_cexp(st->super_twiddles+i, phase ); in kiss_fftr_alloc()
/third_party/ffmpeg/libavcodec/
H A Daacenc_is.h38 int phase; /* -1 or +1 */ member
48 int use_pcoeffs, int phase);
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
H A DSawtoothOscillator.cpp31 // Use the phase directly as a non-band-limited "sawtooth". in onProcess()
34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
35 *buffer++ = phase * amplitudes[i]; in onProcess()
H A DSineOscillator.cpp37 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
38 *buffer++ = sinf(phase * M_PI) * amplitudes[i]; in onProcess()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c2166 * the first phase tries to fit the program into the total available in compute_vpm_config_gs()
2167 * VPM memory. If we succeed at that, then the second phase attempts in compute_vpm_config_gs()
2173 uint32_t phase = 0; in compute_vpm_config_gs() local
2175 vpm_cfg[phase].As = 1; in compute_vpm_config_gs()
2176 vpm_cfg[phase].Gs = 1; in compute_vpm_config_gs()
2177 vpm_cfg[phase].Gd = gs->vpm_output_size; in compute_vpm_config_gs()
2178 vpm_cfg[phase].gs_width = gs->simd_width; in compute_vpm_config_gs()
2190 vpm_cfg[phase].Vc = 2; in compute_vpm_config_gs()
2204 vpm_cfg[phase].Gv = 3; in compute_vpm_config_gs()
2210 vpm_cfg[phase] in compute_vpm_config_gs()
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js645 if (test_obj.phase === test_obj.phases.STARTED) {
1188 * given object for the event bubbling phase.
2454 this.phase = (tests.is_aborted || tests.phase === tests.phases.COMPLETE) ?
2483 if (tests.phase === tests.phases.COMPLETE) {
2545 this._structured_clone.phase = this.phase;
2560 if (this.phase > this.phases.STARTED) {
2564 if (settings.debug && this.phase !== this.phases.STARTED) {
2567 this.phase
[all...]
/third_party/lwip/src/netif/ppp/
H A Dppp.c219 LWIP_ASSERT("pcb->phase == PPP_PHASE_DEAD", pcb->phase == PPP_PHASE_DEAD); in ppp_set_auth()
242 LWIP_ASSERT("pcb->phase == PPP_PHASE_DEAD", pcb->phase == PPP_PHASE_DEAD); in ppp_set_mppe()
259 notify_phase_cb(pcb, pcb->phase, pcb->ctx_cb); in ppp_set_notify_phase_callback()
266 * This can only be called if PPP is in the dead phase.
276 if (pcb->phase != PPP_PHASE_DEAD) { in ppp_connect()
298 * This can only be called if PPP is in the dead phase.
305 if (pcb->phase != PPP_PHASE_DEAD) { in ppp_listen()
340 /* holdoff phase, cance in ppp_close()
[all...]

Completed in 22 milliseconds

12345678910>>...30