Home
last modified time | relevance | path

Searched refs:ADSC (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/dports/sysutils/istio/istio-1.6.7/pkg/adsc/
H A Dadsc.go64 type ADSC struct { struct
132 adsc := &ADSC{
206 func (a *ADSC) Close() { argument
213 func (a *ADSC) Run() error { argument
249 func (a *ADSC) handleRecv() { argument
407 func (a *ADSC) Save(base string) error { argument
462 func (a *ADSC) handleCDS(ll []*xdsapi.Cluster) { argument
502 func (a *ADSC) node() *core.Node { argument
602 func (a *ADSC) WaitClear() { argument
636 func (a *ADSC) EndpointsJSON() string { argument
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/battery/
H A Dadc.c43 ADCSRA |= (1 << ADSC); in adc_single_shot()
46 while (ADCSRA & (1 << ADSC)) { in adc_single_shot()
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/proxy/envoy/v2/
H A Deds_test.go281 func adsConnectAndWait(t *testing.T, ip int) *adsc.ADSC {
341 func testTCPEndpoints(expected string, adsc *adsc.ADSC, t *testing.T) { argument
348 func testEndpoints(expected string, cluster string, adsc *adsc.ADSC, t *testing.T) { argument
370 func testLocalityPrioritizedEndpoints(adsc *adsc.ADSC, adsc2 *adsc.ADSC, t *testing.T) { argument
384 func testOverlappingPorts(server *bootstrap.Server, adsc *adsc.ADSC, t *testing.T) { argument
435 func testUdsEndpoints(_ *bootstrap.Server, adsc *adsc.ADSC, t *testing.T) { argument
456 func edsUpdates(server *bootstrap.Server, adsc *adsc.ADSC, t *testing.T) { argument
472 func edsFullUpdateCheck(adsc *adsc.ADSC, t *testing.T) { argument
485 func edsUpdateInc(server *bootstrap.Server, adsc *adsc.ADSC, t *testing.T) { argument
/dports/devel/libpololu-avr/libpololu-avr-151002/src/OrangutanAnalog/
H A DOrangutanAnalog.h149 return (ADCSRA >> ADSC) & 1; in isConverting()
248 return (ADCSRA >> ADSC) & 1; in analog_is_converting()
H A DOrangutanAnalog.cpp279 ADCSRA |= 1 << ADSC; // start the conversion in startConversion()
318 ADCSRA |= 1 << ADSC; // start the next conversion on current channel in readAverage()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A Dwiring_analog.c79 sbi(ADCSRA, ADSC); in analogRead()
82 while (bit_is_set(ADCSRA, ADSC)); in analogRead()
/dports/devel/sdts++/sdts++-1.5.1/tests/
H A Dabcddddf.ddf1 …DENTIFER1600;&Data Dictionary/DefinitionMODN!RCID!EORA!EALB!DFIN!AUTH!ADSC(A,I,5A)00169 D 1 …
/dports/math/libpgmath/flang-d07daf3/tools/flang2/utils/symtab/
H A Dsymtab.in.h193 typedef struct ADSC { struct
204 } ADSC; argument
206 #define AD_DPTR(dtype) ((ADSC *)(aux.arrdsc_base+DTY((dtype)+2)))
207 #define AD_PTR(sptr) ((ADSC *) (aux.arrdsc_base + DTY(DTYPEG(sptr)+2)))
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsymutl.c208 ADSC *ad; in sym_get_array()
339 ADSC *ad; in sym_get_sec()
412 ADSC *ad; in sym_get_arg_sec()
1210 ADSC *tad; in chk_temp_bnds()
1481 ADSC *tad; in chk_assign_sptr()
1697 ADSC *ad; in check_small_allocatable()
1810 ADSC *ad; in chk_reduc_sptr()
2376 ADSC *ad; in mk_transpose_sptr()
2723 ADSC *ad; in mk_forall_sptr_copy_section()
2852 ADSC *ad; in mk_forall_sptr_gatherx()
[all …]
H A Ddtypeutl.c110 ADSC *ad; in size_of()
1061 ADSC *ad; in extent_of()
2493 ADSC *ad; in getdtype()
2710 ADSC *ad; in _dmp_dent()
3097 ADSC *ad; in get_aux_arrdsc()
3113 ADSC *ad; in dup_array_dtype()
3147 ADSC *o_ad; in reduc_rank_dtype()
3148 ADSC *ad; in reduc_rank_dtype()
3228 ADSC *ad; in lbound_of()
3272 ADSC *ad; in ubound_of()
[all …]
/dports/devel/libpololu-avr/libpololu-avr-151002/src/PololuQTRSensors/
H A DPololuQTRSensors.cpp736 while (ADCSRA & (1 << ADSC)); in readPrivate()
752 ADCSRA |= 1 << ADSC; // start the conversion in readPrivate()
753 while (ADCSRA & (1 << ADSC)); // wait for conversion to finish in readPrivate()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Ddtypeutl.cpp214 ADSC *ad; in _size_of()
664 ADSC *ad; in get_aux_arrdsc()
725 ADSC *ad; in getdtype()
810 ADSC *ad; in extent_of()
897 ADSC *ad; in _dmp_dent()
/dports/devel/asl/asl-current/include/avr/
H A Dadcm16.inc26 ADSC avrbit ADCSRA,6 ; Start Conversion
H A Dadcm8.inc25 ADSC avrbit ADCSR,6 ; Start Conversion
H A Dadcm78.inc25 ADSC avrbit ADCSRA,6 ; Start Conversion
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/symtab/
H A Dsymtab.in.h222 } ADSC; typedef
224 #define AD_DPTR(dtype) ((ADSC *)(aux.arrdsc_base+DTY((dtype)+2)))
225 #define AD_PTR(sptr) ((ADSC *) (aux.arrdsc_base + DTY(DTYPEG(sptr)+2)))
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/
H A Dadc.h42 typedef BitInRegister<ADCSRARegister, ADSC> AdcConvert;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/rev_b/
H A Dpower.c309 ADCSRA |= (1 << ADSC); // Start conversion in battery_get_voltage()
311 while (ADCSRA & (1 << ADSC)); // Wait for End of Conversion in battery_get_voltage()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/rev_c/
H A Dpower.c295 ADCSRA |= (1 << ADSC); // Start conversion in battery_get_voltage()
297 while (ADCSRA & (1 << ADSC)); // Wait for End of Conversion in battery_get_voltage()
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diotn15.h295 #define ADSC 6 macro
H A Dio43u35x.h414 #define ADSC 6 macro
H A Dio2333.h359 #define ADSC 6 macro
H A Diotn13.h72 # define ADSC 6 macro
H A Dio4433.h363 #define ADSC 6 macro
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dsymfun.h228 inline ADSC *AD_DPTR(DTYPE dtype) { in AD_DPTR()
229 return reinterpret_cast<ADSC*>(&aux.arrdsc_base[DTyArrayDesc(dtype)]); in AD_DPTR()
237 inline ADSC *AD_PTR(SPTR sptr) { in AD_PTR()

12345678910>>...31