Searched refs:fcount (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/callgrind/ |
D | 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};
|
/external/libvncserver/examples/ |
D | camera.c | 79 static int last_line=0, fps=0, fcount=0; in TakePicture() local 111 fcount++; in TakePicture() 113 fps = fcount; in TakePicture() 114 fcount = 0; in TakePicture()
|
/external/clang/test/CodeGenCXX/ |
D | array-construction.cpp | 9 static float fcount; variable 13 xpto() : i(count++), f(fcount++) { in xpto()
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
D | analog_agc.c | 548 stt->fcount, in WebRtcAgc_ZeroCtrl() 661 stt->fcount); in WebRtcAgc_ProcessAnalog() 669 stt->fcount); in WebRtcAgc_ProcessAnalog() 708 stt->fcount); in WebRtcAgc_ProcessAnalog() 766 stt->fcount, in WebRtcAgc_ProcessAnalog() 906 stt->fcount, in WebRtcAgc_ProcessAnalog() 949 stt->fcount, in WebRtcAgc_ProcessAnalog() 1009 stt->fcount, in WebRtcAgc_ProcessAnalog() 1067 stt->fcount, in WebRtcAgc_ProcessAnalog() 1176 stt->fcount++; in WebRtcAgc_Process() [all …]
|
D | analog_agc.h | 127 int32_t fcount; member
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ClassDef.java | 336 int fcount = 0; in computeSUID() local 344 …fds [fcount ++] = new FieldDescriptor (field.getName (this), modifiers, field.getDescriptor (this)… in computeSUID() 347 if (fcount > 0) in computeSUID() 349 Arrays.sort (fds, 0, fcount); in computeSUID() 350 for (int i = 0; i < fcount; ++ i) in computeSUID()
|
/external/lisa/ipynb/profiling/ |
D | kernel_functions_profiling.ipynb | 776 " fcount = len(functions)\n", 778 " fig, pltaxes = plt.subplots(fcount, 1, figsize=(16, 8*fcount))\n", 783 " if fcount > 1:\n",
|