OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cConnections
(Results
1 - 3
of
3
) sorted by null
/external/mdnsresponder/mDNSWindows/DLLX/
_IDNSSDEvents_CP.h
17
int
cConnections
= m_vec.GetSize();
19
for (int iConnection = 0; iConnection <
cConnections
; iConnection++)
46
int
cConnections
= m_vec.GetSize();
48
for (int iConnection = 0; iConnection <
cConnections
; iConnection++)
75
int
cConnections
= m_vec.GetSize();
77
for (int iConnection = 0; iConnection <
cConnections
; iConnection++)
108
int
cConnections
= m_vec.GetSize();
110
for (int iConnection = 0; iConnection <
cConnections
; iConnection++)
141
int
cConnections
= m_vec.GetSize();
143
for (int iConnection = 0; iConnection <
cConnections
; iConnection++)
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
dls.h
159
ULONG
cConnections
; /* count of connections in the list */
/external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc
158
for (sourceId = 0; sourceId < destLine.
cConnections
; sourceId++)
207
(destLine.
cConnections
== 0) || // no source lines or
294
if ((destLine.
cConnections
== 0) || // no source lines or
319
for (DWORD sourceId = 0; sourceId < destLine.
cConnections
; sourceId++)
480
else if (destLine.
cConnections
== 1)
[
all
...]
Completed in 196 milliseconds