HomeSort by relevance Sort by last modified time
    Searched full:cycles (Results 476 - 500 of 1214) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
sid_sync.cpp 153 CLOCK CYCLES: (cycle count equation for this function) + (variable
246 CLOCK CYCLES: (cycle count equation for this function) + (variable
323 CLOCK CYCLES: (cycle count equation for this function) + (variable
407 CLOCK CYCLES: (cycle count equation for this function) + (variable
483 CLOCK CYCLES: (cycle count equation for this function) + (variable
sp_enc.cpp 202 CLOCK CYCLES: (cycle count equation for this function) + (variable
328 CLOCK CYCLES: (cycle count equation for this function) + (variable
437 CLOCK CYCLES: (cycle count equation for this function) + (variable
554 CLOCK CYCLES: (cycle count equation for this function) + (variable
702 CLOCK CYCLES: (cycle count equation for this function) + (variable
dtx_enc.cpp 226 CLOCK CYCLES: (cycle count equation for this function) + (variable
347 CLOCK CYCLES: (cycle count equation for this function) + (variable
454 CLOCK CYCLES: (cycle count equation for this function) + (variable
653 CLOCK CYCLES: (cycle count equation for this function) + (variable
926 CLOCK CYCLES: (cycle count equation for this function) + (variable
1106 CLOCK CYCLES: (cycle count equation for this function) + (variable
    [all...]
ton_stab.cpp 171 CLOCK CYCLES: (cycle count equation for this function) + (variable
276 CLOCK CYCLES: (cycle count equation for this function) + (variable
368 CLOCK CYCLES: (cycle count equation for this function) + (variable
512 CLOCK CYCLES: (cycle count equation for this function) + (variable
677 CLOCK CYCLES: (cycle count equation for this function) + (variable
775 CLOCK CYCLES: (cycle count equation for this function) + (variable
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
agc.cpp 155 CLOCK CYCLES: (cycle count equation for this function) + (variable
245 CLOCK CYCLES: (cycle count equation for this function) + (variable
357 CLOCK CYCLES: (cycle count equation for this function) + (variable
465 CLOCK CYCLES: (cycle count equation for this function) + (variable
564 CLOCK CYCLES: (cycle count equation for this function) + (variable
724 CLOCK CYCLES: (cycle count equation for this function) + (variable
950 CLOCK CYCLES: (cycle count equation for this function) + (variable
ec_gains.cpp 186 CLOCK CYCLES: (cycle count equation for this function) + (variable
303 CLOCK CYCLES: (cycle count equation for this function) + (variable
440 CLOCK CYCLES: (cycle count equation for this function) + (variable
565 CLOCK CYCLES: (cycle count equation for this function) + (variable
674 CLOCK CYCLES: (cycle count equation for this function) + (variable
794 CLOCK CYCLES: (cycle count equation for this function) + (variable
d8_31pf.cpp 150 CLOCK CYCLES: (cycle count equation for this function) + (variable
329 CLOCK CYCLES: (cycle count equation for this function) + (variable
545 CLOCK CYCLES: (cycle count equation for this function) + (variable
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 713 // about ~22 cycles / pixel
818 // about ~40 cycles / pixel
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 153 CLOCK CYCLES: (cycle count equation for this function) + (variable
284 CLOCK CYCLES: (cycle count equation for this function) + (variable
388 CLOCK CYCLES: (cycle count equation for this function) + (variable
492 CLOCK CYCLES: (cycle count equation for this function) + (variable
600 CLOCK CYCLES: (cycle count equation for this function) + (variable
737 CLOCK CYCLES: (cycle count equation for this function) + (variable
931 CLOCK CYCLES: (cycle count equation for this function) + (variable
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestDFAConversion.java 559 assertTrue("expecting left recursion cycles; found "+msg.getClass().getName(),
564 Collection result = cyclesMsg.cycles;
588 assertTrue("expecting left recursion cycles; found "+msg.getClass().getName(),
593 Collection result = cyclesMsg.cycles;
619 assertTrue("expecting left recursion cycles; found "+msg.getClass().getName(),
624 Collection result = cyclesMsg.cycles;
    [all...]
  /external/qemu/
trace.c 140 // The simulation time in cpu clock cycles
544 * the idea is that interlock_base contains the number of cycles "executed" from
640 printf("Elapsed seconds: %.2f, simulated cycles/sec: %.1f%s\n",
861 // Compute the number of cycles that this instruction will take,
870 /* See Chapter 12 of the ARM920T Reference Manual for details about clock cycles */
904 /* cycles=2+m, assume m=1, this should be adjusted at interpretation time */
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 574 * Returns the number of cycles to play the destruction animation. A
575 * destruction animation has a duration and a number of cycles to play
579 * @return the float number of cycles to play the destruction animation
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 686 // TODO: we can remove I think. All detected now with cycles check.
699 public static void leftRecursionCycles(Collection cycles) {
701 Message msg = new LeftRecursionCyclesMessage(cycles);
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_unittest.cc 473 // Tests cycles between panel and normal windows.
512 // Tests cycles between panel and normal windows.
538 // Tests cycles between panel and normal windows.
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/coding/
3D-graphics.rst 301 lengthy operations on the Native Client thread can steal cycles from Chrome, and
406 and yield cycles to other processes when its tab becomes inactive.
426 cede cycles to the OS.
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-parisc.pl 15 # it processes one byte in 19.6 cycles, which is more than twice as
17 # 8 cycles, but measured performance on PA-8600 system is ~9 cycles per
  /external/openssl/crypto/modes/asm/
ghash-parisc.pl 15 # it processes one byte in 19.6 cycles, which is more than twice as
17 # 8 cycles, but measured performance on PA-8600 system is ~9 cycles per
  /external/v8/tools/
ll_prof.py 48 $ perf record -R -e cycles -c 10000 -f -i ./shell bench.js --ll-prof
50 # -e cycles: use cpu-cycles event (run "perf list" for details)
  /frameworks/av/services/audioflinger/
FastMixer.cpp 45 #define MIN_WARMUP_CYCLES 2 // minimum number of loop cycles to wait for warmup
46 #define MAX_WARMUP_CYCLES 10 // maximum number of loop cycles to wait for warmup
96 uint32_t warmupCycles = 0; // counter of number of loop cycles required to warmup
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gprof.info 93 want to know which functions burn most of the cycles, it is stated
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gprof.info 93 want to know which functions burn most of the cycles, it is stated
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gprof.info 93 want to know which functions burn most of the cycles, it is stated
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gprof.info 93 want to know which functions burn most of the cycles, it is stated
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 622 * @param detectCycles if true, check for cycles and report them as project errors
764 /** Format to chain include cycles in: a=>b=>c=>d etc */
822 /** Error message for cycles */
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
memcpy_base.S 211 // (require two load/store issue cycles instead of one).

Completed in 730 milliseconds

<<11121314151617181920>>