Home
last modified time | relevance | path

Searched refs:firstCall (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mapi/mapi/
Du_current.c157 static int firstCall = 1; in u_current_init() local
163 if (firstCall) { in u_current_init()
167 firstCall = 0; in u_current_init()
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
Du_current.c157 static int firstCall = 1; in u_current_init() local
163 if (firstCall) { in u_current_init()
167 firstCall = 0; in u_current_init()
/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.h95 WebRtc_Word16 firstCall; // First call to the process-function member
Danalog_agc.c786 if (stt->firstCall == 0) in WebRtcAgc_ProcessAnalog()
789 stt->firstCall = 1; in WebRtcAgc_ProcessAnalog()
1626 stt->firstCall = 0; in WebRtcAgc_Init()