HomeSort by relevance Sort by last modified time
    Searched full:recursive (Results 1076 - 1100 of 2183) sorted by null

<<41424344454647484950>>

  /external/chromium_org/v8/src/
regexp.js 37 // A recursive descent parser for Patterns according to the grammar of
runtime-profiler.cc 381 // the sample lookup in case of recursive functions.
  /external/chromium_org/webkit/browser/fileapi/
file_system_quota_client_unittest.cc 193 // count the basename of each addition. A recursive creation of a path, which
isolated_file_util_unittest.cc 363 dir_path, false /* not recursive */,
  /external/chromium_org/webkit/browser/quota/
quota_database.cc 564 // So we can't go recursive.
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 11 /// \brief Recursive parser implementation for the matcher expression grammar.
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 875 bool recursive = false; local
879 recursive = (type == PTHREAD_MUTEX_RECURSIVE
882 MutexCreate(thr, pc, (uptr)m, false, recursive, false);
    [all...]
  /external/e2fsprogs/e2fsck/
message.c 232 * This function handles the '@' expansion. We allow recursive
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 285 * recursive, blocked algorithm.
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 72 // recursive call:
  /external/elfutils/tests/
show-die-info.c 196 { DW_AT_recursive, "recursive" },
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 278 * <p>This uses an efficient binary recursive algorithm to compute the factorial
  /external/icu4c/common/
caniter.cpp 260 * Dumb recursive implementation of permutation.
  /external/javassist/tutorial/
tutorial2.html 364 This read-only variable returns the depth of the recursive calls
390 recursive calls to the method specified by <code>cm</code>. The value
    [all...]
  /external/kernel-headers/original/linux/
rtnetlink.h 313 #define RTNH_F_PERVASIVE 2 /* Do recursive gateway lookup */
  /external/libxml2/
tree.c     [all...]
  /external/linux-tools-perf/
perf.c 231 die("recursive alias: %s", alias_command);
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 28 // contexts of a directly recursive call, for example).
  /external/llvm/include/llvm/
PassManagers.h 184 /// the manager. Remove dead passes. This is a recursive function.
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 225 /// node) return blocks, merge them together to promote recursive block merging.
  /external/llvm/utils/TableGen/
SetTheory.cpp 309 // This breaks recursive definitions.
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 195 * Bit mask and recursive shifts
  /external/mesa3d/src/glsl/
ralloc.h 27 * ralloc: a recursive memory allocator
  /external/mesa3d/src/mesa/main/
hash.c 308 * Note: we use a separate mutex in this function to avoid a recursive
  /external/open-vcdiff/gflags/src/
mutex.h 209 // mode, that's most likely to happen in recursive function calls),

Completed in 1951 milliseconds

<<41424344454647484950>>