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

  /external/clang/test/CodeGenCXX/
array-construction.cpp 9 static float fcount; variable
13 xpto() : i(count++), f(fcount++) {
  /external/libvncserver/examples/
camera.c 79 static int last_line=0, fps=0, fcount=0; local
111 fcount++;
113 fps = fcount;
114 fcount = 0;
  /external/valgrind/callgrind/
callgrind_control.in 370 %fcount = ();
392 $fcount{$ctid} = 0;
394 $fcount{$ctid}++;
395 $func{$ctid,$fcount{$ctid}} = $3;
399 $calls{$ctid,$fcount{$ctid}} = $3;
403 $events{$ctid,$fcount{$ctid}} = line_to_CC($3);
468 $i = $fcount{$tid};
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndrdic.c 111 NJ_INT16 njd_r_get_count(NJ_DIC_HANDLE rule, NJ_UINT16 *fcount, NJ_UINT16 *rcount) {
118 *fcount = F_HINSI_SET_CNT(rule);
  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 49 var fcount int // fractional digit count; valid if <= 0
50 z.mant, b, fcount, err = z.mant.scan(r, base, true)
73 // The mantissa may have a decimal point (fcount <= 0) and there
75 // division by b**(-fcount). An exponent means multiplication by
89 if fcount < 0 {
91 // -fcount is the number of digits to the right of '.'.
93 d := int64(fcount)
105 // fcount consumed - not needed anymore
  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 49 var fcount int // fractional digit count; valid if <= 0
50 z.mant, b, fcount, err = z.mant.scan(r, base, true)
73 // The mantissa may have a decimal point (fcount <= 0) and there
75 // division by b**(-fcount). An exponent means multiplication by
89 if fcount < 0 {
91 // -fcount is the number of digits to the right of '.'.
93 d := int64(fcount)
105 // fcount consumed - not needed anymore
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.c 548 stt->fcount,
661 stt->fcount);
669 stt->fcount);
708 stt->fcount);
766 stt->fcount,
906 stt->fcount,
949 stt->fcount,
    [all...]
analog_agc.h 127 int32_t fcount; member in struct:__anon37200
  /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)
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 136 NJ_UINT16 *fcount, NJ_UINT16 *rcount);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 904 const size_t fcount = part.frames.size(); local
1008 const size_t fcount = part.frames.size(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 368 var fcount int64
379 fcount++
382 timings.AddEvent(fcount, "funcs")
461 fcount = 0
465 fcount++
468 timings.AddEvent(fcount, "funcs")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 368 var fcount int64
379 fcount++
382 timings.AddEvent(fcount, "funcs")
461 fcount = 0
465 fcount++
468 timings.AddEvent(fcount, "funcs")
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 1861 milliseconds