HomeSort by: relevance | last modified time | path
    Searched defs:recursion (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/arch/shark/stand/ofwboot/
ofdev.c 192 static int recursion; local
201 if (recursion++ <= 1)
217 recursion--;
223 recursion--;
229 recursion--;
234 recursion--;
239 recursion--;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.h 62 int recursion; member in struct:__tsan::SyncVar
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp 144 int recursion; member in struct:__sanitizer::InternalDeadlockDetector::LockDesc
171 locked[type].recursion++;
182 locked[type].recursion = 1;
190 CHECK_GT(locked[type].recursion, 0);
191 if (--locked[type].recursion)
198 for (int i = 0; i < mutex_type_count; i++) CHECK_EQ(locked[i].recursion, 0);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_sync.h 60 int recursion; member in struct:__tsan::SyncVar
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp 144 int recursion; member in struct:__sanitizer::InternalDeadlockDetector::LockDesc
171 locked[type].recursion++;
182 locked[type].recursion = 1;
190 CHECK_GT(locked[type].recursion, 0);
191 if (--locked[type].recursion)
198 for (int i = 0; i < mutex_type_count; i++) CHECK_EQ(locked[i].recursion, 0);
  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 242 static int recursion; local
251 if (recursion++ <= 1)
267 recursion--;
273 recursion--;
279 recursion--;
284 recursion--;
289 recursion--;
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_sync.h 60 int recursion; member in struct:__tsan::SyncVar
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
decoder_lib.c 34 /* For tracing, count recursion level */
35 size_t recursion; member in struct:decoder_process_data_st
824 new_data.recursion = data->recursion + 1;
827 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \
828 ? &LEVEL_STR[sizeof(LEVEL_STR) - new_data.recursion - 1] \
  /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
decoder_lib.c 33 /* For tracing, count recursion level */
34 size_t recursion; member in struct:decoder_process_data_st
699 new_data.recursion = data->recursion + 1;
702 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \
703 ? &LEVEL_STR[sizeof(LEVEL_STR) - new_data.recursion - 1] \
  /src/external/gpl3/binutils/dist/libiberty/
rust-demangle.c 77 /* Recursion depth. */
78 unsigned int recursion; member in struct:rust_demangler
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
682 ++ rdm->recursion;
683 if (rdm->recursion > RUST_MAX_RECURSION_COUNT)
685 that the recursion limit has been reached. */
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
799 -- rdm->recursion;
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
893 ++ rdm->recursion;
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
rust-demangle.c 77 /* Recursion depth. */
78 unsigned int recursion; member in struct:rust_demangler
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
682 ++ rdm->recursion;
683 if (rdm->recursion > RUST_MAX_RECURSION_COUNT)
685 that the recursion limit has been reached. */
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
799 -- rdm->recursion;
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
893 ++ rdm->recursion;
    [all...]
cp-demangle.c 349 int recursion; member in struct:d_print_info
3019 that the recursion limit has been reached. */
4382 if (dc == NULL || dc->d_counting > 1 || dpi->recursion > MAX_RECURSION_COUNT)
4486 /* PR 89394 - Check for too much recursion. */
4487 if (dpi->recursion > DEMANGLE_RECURSION_LIMIT)
4489 user that the recursion limit has been reached. */
4492 ++ dpi->recursion;
4495 -- dpi->recursion;
4541 dpi->recursion = 0;
4555 /* If we did not reach the recursion limit, then reset th
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
rust-demangle.c 77 /* Recursion depth. */
78 unsigned int recursion; member in struct:rust_demangler
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
682 ++ rdm->recursion;
683 if (rdm->recursion > RUST_MAX_RECURSION_COUNT)
685 that the recursion limit has been reached. */
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
799 -- rdm->recursion;
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
893 ++ rdm->recursion;
    [all...]
cp-demangle.c 349 int recursion; member in struct:d_print_info
3019 that the recursion limit has been reached. */
4382 if (dc == NULL || dc->d_counting > 1 || dpi->recursion > MAX_RECURSION_COUNT)
4486 /* PR 89394 - Check for too much recursion. */
4487 if (dpi->recursion > DEMANGLE_RECURSION_LIMIT)
4489 user that the recursion limit has been reached. */
4492 ++ dpi->recursion;
4495 -- dpi->recursion;
4541 dpi->recursion = 0;
4555 /* If we did not reach the recursion limit, then reset th
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
rust-demangle.c 77 /* Recursion depth. */
78 unsigned int recursion; member in struct:rust_demangler
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
682 ++ rdm->recursion;
683 if (rdm->recursion > RUST_MAX_RECURSION_COUNT)
685 that the recursion limit has been reached. */
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
799 -- rdm->recursion;
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
893 ++ rdm->recursion;
    [all...]
cp-demangle.c 349 int recursion; member in struct:d_print_info
2895 that the recursion limit has been reached. */
4166 if (dc == NULL || dc->d_counting > 1 || dpi->recursion > MAX_RECURSION_COUNT)
4257 /* PR 89394 - Check for too much recursion. */
4258 if (dpi->recursion > DEMANGLE_RECURSION_LIMIT)
4260 user that the recursion limit has been reached. */
4263 ++ dpi->recursion;
4266 -- dpi->recursion;
4314 dpi->recursion = 0;
4328 /* If we did not reach the recursion limit, then reset th
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
rust-demangle.c 77 /* Recursion depth. */
78 unsigned int recursion; member in struct:rust_demangler
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
682 ++ rdm->recursion;
683 if (rdm->recursion > RUST_MAX_RECURSION_COUNT)
685 that the recursion limit has been reached. */
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
799 -- rdm->recursion;
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
893 ++ rdm->recursion;
    [all...]
cp-demangle.c 349 int recursion; member in struct:d_print_info
3019 that the recursion limit has been reached. */
4382 if (dc == NULL || dc->d_counting > 1 || dpi->recursion > MAX_RECURSION_COUNT)
4486 /* PR 89394 - Check for too much recursion. */
4487 if (dpi->recursion > DEMANGLE_RECURSION_LIMIT)
4489 user that the recursion limit has been reached. */
4492 ++ dpi->recursion;
4495 -- dpi->recursion;
4541 dpi->recursion = 0;
4555 /* If we did not reach the recursion limit, then reset th
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
rust-demangle.c 77 /* Recursion depth. */
78 unsigned int recursion; member in struct:rust_demangler
680 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
682 ++ rdm->recursion;
683 if (rdm->recursion > RUST_MAX_RECURSION_COUNT)
685 that the recursion limit has been reached. */
798 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
799 -- rdm->recursion;
891 if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
893 ++ rdm->recursion;
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
view.h 123 bool recursion; member in struct:dns_view
  /src/external/ibm-public/postfix/dist/src/global/
dict_ldap.c 973 static int recursion = 0; local
987 int is_leaf = 1; /* No recursion via this entry */
990 if (++recursion == 1)
994 msg_info("%s[%d]: Search found %d match(es)", myname, recursion,
1009 myname, recursion, dict_ldap->parser->name,
1016 * other attributes, and DN/URI recursion. Any terminal attributes
1056 myname, recursion, attr);
1100 "attribute %s", myname, recursion, valcount,
1113 "for key: '%s'", myname, recursion,
1124 myname, recursion, valcount, attr)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
view.h 118 bool recursion; member in struct:dns_view
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.h 113 int recursion; /* Kellerspeicherpegelanzeiger */ member in struct:__anon69
  /src/external/gpl3/gcc/dist/gcc/
predict.cc 1971 bool recursion = with_recursion.contains (loop); local
1982 loop->num, recursion ? " (with recursion)":"", n_exits);
2066 [recursion
2152 [recursion
2167 recursion ? PRED_LOOP_EXIT_WITH_RECURSION
2228 recursion
2239 recursion
  /src/external/gpl3/gcc.old/dist/gcc/
predict.cc 1965 bool recursion = with_recursion.contains (loop); local
1976 loop->num, recursion ? " (with recursion)":"", n_exits);
2060 [recursion
2147 [recursion
2162 recursion ? PRED_LOOP_EXIT_WITH_RECURSION
2223 recursion
2234 recursion

Completed in 147 milliseconds

1 2