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

12345

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGPhase.h54 // Each phase must have a run() method.
57 // Things you need to have a DFG compiler phase.
73 bool runAndLog(PhaseType& phase) argument
75 bool result = phase.run();
76 if (result && logCompilationChanges(phase.graph().m_plan.mode))
77 dataLogF("Phase %s changed the IR.\n", phase.name());
84 PhaseType phase(graph);
85 return runAndLog(phase);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphModel.py12 self.phase = [degToRad(0), degToRad(152.6), degToRad(312.9-360)]
43 gain += self.field[i]*self.field[j] * cos(self.phase[j]-self.phase[i]) * bessel(spacing[j]-spacing[i])
54 B0 = self.phase[0]
55 B1 = self.phase[1] + self.spacing * cos(a)
56 B2 = self.phase[2] + 2 * self.spacing * cos(a)
71 def setPhase(self, tower, phase):
72 self.phase[tower] = phase
75 return self.phase[towe
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DCGraphModel.py12 self.phase = [degToRad(0), degToRad(152.6), degToRad(312.9-360)]
43 gain += self.field[i]*self.field[j] * cos(self.phase[j]-self.phase[i]) * bessel(spacing[j]-spacing[i])
54 B0 = self.phase[0]
55 B1 = self.phase[1] + self.spacing * cos(a)
56 B2 = self.phase[2] + 2 * self.spacing * cos(a)
71 def setPhase(self, tower, phase):
72 self.phase[tower] = phase
75 return self.phase[towe
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/FieldGraph/
H A DCGraphModel.py12 self.phase = [degToRad(0), degToRad(152.6), degToRad(312.9-360)]
43 gain += self.field[i]*self.field[j] * cos(self.phase[j]-self.phase[i]) * bessel(spacing[j]-spacing[i])
54 B0 = self.phase[0]
55 B1 = self.phase[1] + self.spacing * cos(a)
56 B2 = self.phase[2] + 2 * self.spacing * cos(a)
71 def setPhase(self, tower, phase):
72 self.phase[tower] = phase
75 return self.phase[towe
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib597.c58 int phase; local
72 for (phase = CONNECT_ONLY_PHASE; phase < LAST_PHASE; ++phase) {
79 /* enable 'CONNECT_ONLY' option when in connect phase */
80 if (phase == CONNECT_ONLY_PHASE)
83 /* enable 'NOBODY' option to send 'QUIT' command in quit phase */
84 if (phase == QUIT_PHASE) {
/macosx-10.10.1/libauto-186/
H A Dauto_dtrace.d57 probe collection_phase_begin(auto_zone_t *zone, auto_collection_phase_t phase);
58 probe collection_phase_end(auto_zone_t *zone, auto_collection_phase_t phase, uint64_t number_affected, uint64_t bytes_affected);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos17.tcl31 set phase [expr {2.0*3.1415926*$i/50.0}]
33 $p1 plot voltage $phase [expr {0.9*cos($phase)}]
34 $p2 plot current $phase [expr {7*sin($phase)}]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DWebEventFactory.mm207 uint32_t phase = WebWheelEvent::PhaseNone;
208 if ([event phase] & NSEventPhaseBegan)
209 phase |= WebWheelEvent::PhaseBegan;
210 if ([event phase] & NSEventPhaseStationary)
211 phase |= WebWheelEvent::PhaseStationary;
212 if ([event phase] & NSEventPhaseChanged)
213 phase |= WebWheelEvent::PhaseChanged;
214 if ([event phase] & NSEventPhaseEnded)
215 phase |= WebWheelEvent::PhaseEnded;
216 if ([event phase]
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/DOM/
H A DWebDOMOperations.mm234 uint32_t phase = PlatformWheelEventPhaseNone;
236 phase |= NSEventPhaseBegan;
238 phase |= NSEventPhaseStationary;
240 phase |= NSEventPhaseChanged;
242 phase |= NSEventPhaseEnded;
244 phase |= NSEventPhaseCancelled;
247 phase |= NSEventPhaseMayBegin;
250 return static_cast<NSEventPhase>(phase);
257 return toNSEventPhase(core(self)->phase());
/macosx-10.10.1/WebKit2-7600.1.25/Shared/ios/
H A DNativeWebTouchEventIOS.mm88 WebPlatformTouchPoint::TouchPointState phase = convertTouchPhase(touchPoint.phase);
89 touchPointList.uncheckedAppend(WebPlatformTouchPoint(identifier, location, phase));
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dacsp.h45 void acsp_init_plugins(void *arg, uintptr_t phase);
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Ddnssec-zkt.c136 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf);
137 static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp);
525 int phase; local
530 phase = 0;
531 if ( fscanf (fp, "; KSK rollover phase%d", &phase) != 1 )
532 phase = 0;
535 return phase;
538 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument
553 if ( phase
708 create_parent_file(const char *fname, int phase, int ttl, const dki_t *dkp) argument
[all...]
H A Dzkt-keyman.c124 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf);
125 static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp);
432 int phase; local
437 phase = 0;
438 if ( fscanf (fp, "; KSK rollover phase%d", &phase) != 1 )
439 phase = 0;
442 return phase;
445 static void ksk_roll (const char *keyname, int phase, const dki_t *list, const zconf_t *conf) argument
460 if ( phase
615 create_parent_file(const char *fname, int phase, int ttl, const dki_t *dkp) argument
[all...]
H A Drollover.c179 static int create_parent_file (const char *fname, int phase, int ttl, const dki_t *dkp) argument
185 if ( dkp == NULL || (phase != 1 && phase != 2) )
191 if ( phase == 1 )
199 return phase;
208 int phase; local
213 phase = 0;
214 if ( fscanf (fp, "; KSK rollover phase%d", &phase) != 1 )
215 phase
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dlunar.el58 (defun lunar-phase-list (month year)
78 (new-moon (lunar-phase index))
84 (setq new-moon (lunar-phase index)))
87 (defun lunar-phase (index)
88 "Local date and time of lunar phase INDEX.
90 remainder mod 4 gives the phase: 0 new moon, 1 first quarter, 2 full moon,
92 (let* ((phase (mod index 4))
123 (if (memq phase '(0 2))
164 (adjustment (cond ((= phase 1) (+ adjustment adj))
165 ((= phase
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dmbox.tcl148 set phase ""
158 set phase skip
160 set phase pre
171 switch -- $format/$phase {
193 set phase post
204 set phase pre
212 set phase skip2
218 set phase pre
224 switch -- $format/$phase {
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dipsec_manager.h39 if (ipsec.phase == IPSEC_RUNNING) { \
51 #define IPSEC_IS_ASSERTED(ipsec, x) (ipsec.phase == IPSEC_RUNNING && ipsec.asserted == x)
58 #define IPSEC_IS_ASSERTED_ANY(ipsec) (ipsec.phase == IPSEC_RUNNING && ipsec.asserted)
H A Dppp_manager.c143 serv->u.ppp.phase = PPP_IDLE;
173 if (serv->u.ppp.phase != PPP_IDLE)
459 switch (serv->u.ppp.phase) {
505 if (serv->u.ppp.phase == PPP_RUNNING
520 if (serv->u.ppp.phase != PPP_IDLE
524 if (serv->u.ppp.phase != PPP_DORMANT || serv->u.ppp.phase != PPP_HOLDOFF)
547 if (serv->u.ppp.phase == PPP_IDLE) {
568 if (serv->u.ppp.phase != PPP_IDLE
580 if (serv->u.ppp.phase
2030 ppp_check_phase_for_disconnect_by_recoverable_error(struct service *serv, int phase) argument
2068 ppp_disconnect_if_location_changed(struct service *serv, int phase) argument
2084 ppp_updatephase(struct service *serv, int phase, int ifunit) argument
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-isakmp.c68 u_int32_t phase,\
106 u_int32_t phase,
119 const u_char *ep, u_int32_t phase,
165 u_int32_t phase,
543 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_,
592 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
604 const u_char *ep, u_int32_t phase, u_int32_t doi0,
627 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_T, ext, ep, phase, doi0,
767 const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_,
836 const u_char *ep _U_, u_int32_t phase _U
540 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, 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
602 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, 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
858 ikev1_id_print(netdissect_options *ndo, u_char tpay _U_, 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
1180 ikev1_n_print(netdissect_options *ndo, u_char tpay _U_, 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
1502 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, 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
2026 ikev2_e_print(netdissect_options *ndo, _U_ struct isakmp *base, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, _U_ u_int32_t phase, _U_ u_int32_t doi, _U_ u_int32_t proto, _U_ int depth) argument
2117 ike_sub0_print(netdissect_options *ndo, 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
2158 ikev1_sub_print(netdissect_options *ndo, 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
2226 int phase; local
2294 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2345 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, 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
2397 int phase; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebWheelEvent.cpp54 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, bool directionInvertedFromDevice, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, uint32_t scrollCount, const WebCore::FloatSize& unacceleratedScrollingDelta, Modifiers modifiers, double timestamp) argument
62 , m_phase(phase)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsbezierpath.py39 pattern, count, phase = p.getLineDash_count_phase_(objc.NULL, 0, None)
43 self.assertAlmostEquals(phase, 45.0)
45 pattern, count, phase = p.getLineDash_count_phase_(None, 4, None)
51 self.assertAlmostEquals(phase, 45.0)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsbezierpath.py39 pattern, count, phase = p.getLineDash_count_phase_(objc.NULL, 0, None)
43 self.assertAlmostEquals(phase, 45.0)
45 pattern, count, phase = p.getLineDash_count_phase_(None, 4, None)
51 self.assertAlmostEquals(phase, 45.0)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsbezierpath.py39 pattern, count, phase = p.getLineDash_count_phase_(objc.NULL, 0, None)
43 self.assertAlmostEquals(phase, 45.0)
45 pattern, count, phase = p.getLineDash_count_phase_(None, 4, None)
51 self.assertAlmostEquals(phase, 45.0)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/stream/
H A Dtiffstream.h37 static int map(thandle_t fd, tdata_t* phase, toff_t* psize);
/macosx-10.10.1/rsync-45/rsync/
H A Dreceiver.c69 static int phase = 0; variable
330 phase ? " resend of" : "",
388 if (++phase > max_phase)
392 rprintf(FINFO, "recv_files phase=%d\n", phase);
393 if (phase == 2 && delay_updates)
446 if (phase == 2) {
448 "got transfer request in phase 2 [%s]\n",
723 int msgtype = phase || read_batch ? FERROR : FINFO;
743 if (!phase) {
[all...]

Completed in 503 milliseconds

12345