HomeSort by relevance Sort by last modified time
    Searched defs:fcount (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGenCXX/
array-construction.cpp 10 static float fcount; variable
14 xpto() : i(count++), f(fcount++) {
  /external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.h 127 WebRtc_Word32 fcount; member in struct:__anon13618
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 466 const size_t fcount = part.frames.size(); local
470 for (int j=0 ; j<fcount && !exitPending(); j++) {
514 for (int j=0 ; j<fcount ; j++) {
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 336 int fcount = 0; local
344 fds [fcount ++] = new FieldDescriptor (field.getName (this), modifiers, field.getDescriptor (this));
347 if (fcount > 0)
349 Arrays.sort (fds, 0, fcount);
350 for (int i = 0; i < fcount; ++ i)
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.c 490 WebRtc_Word16 fcount[MAX_DELAY]; local
562 fcount[i] = (aecm->medianBCount[i]);
566 minpos = WebRtcSpl_MinIndexW16(fcount, MAX_DELAY);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 273 milliseconds