HomeSort by relevance Sort by last modified time
    Searched full:cycles (Results 101 - 125 of 570) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libc/arch-arm/bionic/
memcpy.S 196 * stall 2 cycles.
292 * about 16 cycles)
  /external/chromium/base/
stl_util-inl.h 125 // about 250 cycles per assignment to about 140 cycles.
  /external/webkit/WebCore/storage/
SQLTransaction.cpp 469 // Now release our unneeded callbacks, to break reference cycles.
576 // Now release our callbacks, to break reference cycles.
SQLStatement.cpp 179 // Now release our callbacks, to break reference cycles.
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 342 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
344 [[mainFrame webView] setTabKeyCyclesThroughElements:cycles];
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 69 int adjSeq; // Sequence id for identifying oom_adj assignment cycles
70 int lruSeq; // Sequence id for identifying LRU update cycles
  /system/core/libpixelflinger/
fixed.cpp 189 // we get 3.75 cycles per bit in the main loop
190 // and 8 cycles per bit in the termination loop
  /bionic/libc/bionic/
arc4random.c 306 printf("%qd cycles\n", v);
  /external/chromium/net/base/
host_resolver_proc.cc 40 // detect potential cycles using GetLastProc().
  /external/dbus/
README 151 main D-Bus package, and have their own release cycles, levels of
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 38 // - Like all reference counting schemes, cycles lead to leaks.
  /external/guava/src/com/google/common/collect/
Iterators.java 360 * Returns an iterator that cycles indefinitely over the elements of {@code
364 * does. After {@code remove()} is called, subsequent cycles omit the removed
402 * Returns an iterator that cycles indefinitely over the provided elements.
405 * does. After {@code remove()} is called, subsequent cycles omit the removed
    [all...]
  /external/kernel-headers/original/asm-x86/
cmpxchg_32.h 20 * cost is around ~38 cycles. (in the future we might want
  /external/openssl/crypto/des/asm/
readme 103 this instruction takes 4 cycles so is not worth using but on the
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 38 // - Like all reference counting schemes, cycles lead to leaks.
  /external/webkit/WebCore/bindings/v8/
DOMDataStore.cpp 54 // cycles, we do following:
  /external/webkit/WebKit/win/Interfaces/
IWebViewPrivate.idl 106 HRESULT setTabKeyCyclesThroughElements([in] BOOL cycles);
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 88 void setTabKeyCyclesThroughElements(bool cycles);
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 118 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 305 TI_UINT32 uCycleNum; /**< number of Scan cycles to run */
  /packages/apps/Gallery3D/src/com/cooliris/media/
PathBarLayer.java 227 // Cycles animated icons.
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h 306 TI_UINT32 uCycleNum; /**< number of Scan cycles to run */
  /external/chromium/third_party/icu/source/test/threadtest/
threadtest.cpp 180 unsigned int fCycles; // Number of cycles completed.
514 // Tally up the total number of cycles completed by each of the threads.
522 printf("\n%8.1f cycles per minute.", cyclesPerMinute);
  /external/icu4c/test/threadtest/
threadtest.cpp 180 unsigned int fCycles; // Number of cycles completed.
514 // Tally up the total number of cycles completed by each of the threads.
522 printf("\n%8.1f cycles per minute.", cyclesPerMinute);
  /external/openssl/crypto/sha/asm/
sha512-x86_64.pl 21 # sha256_block runs in ~1005 cycles on Opteron, which gives you
23 # frequency in GHz. sha512_block runs in ~1275 cycles, which results
27 # cycle and runs in 1003 cycles, 1275 is very good result for 3-way

Completed in 5387 milliseconds

1 2 3 45 6 7 8 91011>>