HomeSort by relevance Sort by last modified time
    Searched full:recursion (Results 76 - 100 of 864) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/vm/
Sync.h 59 * Lock recursion count field. Contains a count of the numer of times
  /external/bluetooth/glib/docs/reference/glib/
mainloop-states.fig 12 4 1 0 50 0 0 18 0.0000 4 255 1335 9300 6540 (Recursion)\001
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 11 // by the parser to manage bits in recursion.
  /external/dnsmasq/src/
nameser.h 291 unsigned rd: 1; /* recursion desired */
293 unsigned ra: 1; /* recursion available */
301 unsigned rd :1; /* recursion desired */
311 unsigned ra :1; /* recursion available */
  /external/icu4c/common/
unisetspan.h 27 * Avoid recursion because of its exponential complexity.
  /external/llvm/test/Transforms/TailCallElim/
accum_recursion.ll 21 ; This is a more aggressive form of accumulator recursion insertion, which
dont_reorder_load.ll 5 ; call, and thus can't eliminate the tail recursion.
  /external/skia/tests/
PaintTest.cpp 66 // found and fixed for webkit: mishandling when we hit recursion limit on
  /external/valgrind/main/memcheck/tests/
wrap8.c 6 /* This is the same as wrap5.c, except that the recursion depth is 16.
  /external/webkit/PerformanceTests/SunSpider/
TODO 16 - function calls / recursion
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-96526-002.js 49 * Tail recursion test by Georgi Guninski
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 322 // Track the recursion depth to be able to avoid too deep recursion. The V8
323 // engine allows much more recursion than KJS does so we need to guard against
324 // excessive recursion in the binding layer.
  /frameworks/av/media/libeffects/testlibs/
AudioCoefInterpolator.h 75 // The recursion depth is the number of input dimensions.
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
call 34 # Test recursion on the user-defined function. As a special case make
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
poly_hermite.tcc 56 * of order n: \f$ H_n(x) \f$ by recursion on n.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
poly_hermite.tcc 56 * of order n: \f$ H_n(x) \f$ by recursion on n.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
poly_hermite.tcc 56 * of order n: \f$ H_n(x) \f$ by recursion on n.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
poly_hermite.tcc 56 * of order n: \f$ H_n(x) \f$ by recursion on n.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
poly_hermite.tcc 56 * of order n: \f$ H_n(x) \f$ by recursion on n.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
poly_hermite.tcc 56 * of order n: \f$ H_n(x) \f$ by recursion on n.
  /system/extras/tests/fstest/
README 32 NOTE: Symbolic links are treated specially to prevent infinite recursion
  /external/clang/tools/libclang/
CursorVisitor.h 98 // Cache of pre-allocated worklists for data-recursion walk of Stmts.
157 // Free the pre-allocated worklists for data-recursion.
  /external/tcpdump/
makemib 40 # dump will get a recursion error if you process LARGE mibs. While it would
41 # by farily easy to rewrite this not to use recursion (and also easy to
print-gre.c 65 #define GRE_RECRS 0x0700 /* recursion count */
74 { GRE_RECRS, "recursion count"},
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GoogleSource.java 176 * to prevent excess recursion, we provide a flag to make sure we only do the recursion loop

Completed in 567 milliseconds

1 2 34 5 6 7 8 91011>>