Home
last modified time | relevance | path

Searched defs:Weighted (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sync/semaphore/
Dsemaphore.go28 type Weighted struct { struct
29 size int64
30 cur int64
31 mu sync.Mutex
32 waiters list.List
38 func (s *Weighted) Acquire(ctx context.Context, n int64) error {
111 func (s *Weighted) TryAcquire(n int64) bool {
122 func (s *Weighted) Release(n int64) {
133 func (s *Weighted) notifyWaiters() {
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c545 double Weighted[PITCH_FRAME_LEN]; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() local