| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_mutex.cpp | 157 MutexType max_idx = MutexInvalid; in Lock() local 164 max_idx = (MutexType)i; in Lock() 167 if (max_idx == type && mutex_multi[type]) { in Lock() 174 if (max_idx != MutexInvalid && !mutex_can_lock[max_idx][type]) { in Lock() 176 mutex_meta[type].name, mutex_meta[max_idx].name); in Lock() 177 PrintMutexPC(locked[max_idx].pc); in Lock()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_mutex.cc | 138 u64 max_idx = MutexTypeInvalid; in Lock() local 145 max_idx = i; in Lock() 149 if (max_idx == MutexTypeInvalid) in Lock() 152 if (!CanLockAdj[max_idx][t]) { in Lock() 155 t, (uptr)max_idx); in Lock()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_mutex.cc | 140 u64 max_idx = MutexTypeInvalid; in Lock() local 147 max_idx = i; in Lock() 151 if (max_idx == MutexTypeInvalid) in Lock() 154 if (!CanLockAdj[max_idx][t]) { in Lock() 157 t, (uptr)max_idx); in Lock()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/ |
| H A D | ocb128.c | 345 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_encrypt() local 352 max_idx++; in CRYPTO_ocb128_encrypt() 353 if (ocb_lookup_l(ctx, max_idx) == NULL) in CRYPTO_ocb128_encrypt() 437 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_decrypt() local 444 max_idx++; in CRYPTO_ocb128_decrypt() 445 if (ocb_lookup_l(ctx, max_idx) == NULL) in CRYPTO_ocb128_decrypt()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/ |
| H A D | ocb128.c | 345 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_encrypt() local 352 max_idx++; in CRYPTO_ocb128_encrypt() 353 if (ocb_lookup_l(ctx, max_idx) == NULL) in CRYPTO_ocb128_encrypt() 437 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_decrypt() local 444 max_idx++; in CRYPTO_ocb128_decrypt() 445 if (ocb_lookup_l(ctx, max_idx) == NULL) in CRYPTO_ocb128_decrypt()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | crtstuff.c | 401 const size_t max_idx = __DTOR_END__ - __DTOR_LIST__ - 1; in __do_global_dtors_aux() local 405 while (dtor_idx < max_idx) in __do_global_dtors_aux()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | crtstuff.c | 401 const size_t max_idx = __DTOR_END__ - __DTOR_LIST__ - 1; in __do_global_dtors_aux() local 405 while (dtor_idx < max_idx) in __do_global_dtors_aux()
|
| /netbsd-src/sys/fs/msdosfs/ |
| H A D | msdosfs_fat.c | 739 u_long idx, max_idx; in chainlength() local 743 max_idx = pmp->pm_maxcluster / N_INUSEBITS; in chainlength() 755 while (++idx <= max_idx) { in chainlength()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | metaslab.c | 1779 int max_idx = SPACE_MAP_HISTOGRAM_SIZE + shift - 1; in metaslab_weight_from_range_tree() local 1791 if (i > max_idx) in metaslab_weight_from_range_tree() 1846 int max_idx = SPACE_MAP_HISTOGRAM_SIZE + shift - 1; in metaslab_segment_weight() local 1848 if (idx < max_idx) { in metaslab_segment_weight() 1852 WEIGHT_SET_COUNT(weight, 1ULL << (idx - max_idx)); in metaslab_segment_weight() 1853 WEIGHT_SET_INDEX(weight, max_idx); in metaslab_segment_weight()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | vr-values.c | 3745 size_t min_idx = 1, max_idx = 0; in simplify_switch_using_ranges() local 3747 find_case_label_range (stmt, vr->min (), vr->max (), &min_idx, &max_idx); in simplify_switch_using_ranges() 3748 if (min_idx <= max_idx) in simplify_switch_using_ranges() 3751 tree max_label = gimple_switch_label (stmt, max_idx); in simplify_switch_using_ranges()
|
| H A D | tree-ssa-reassoc.c | 4572 unsigned int idx, max_idx = 0; in maybe_optimize_range_tests() local 4588 max_idx = idx; in maybe_optimize_range_tests() 4668 if (idx > max_idx) in maybe_optimize_range_tests() 4669 max_idx = idx; in maybe_optimize_range_tests() 4704 for (bb = last_bb, idx = 0; idx < max_idx; bb = single_pred (bb), idx++) in maybe_optimize_range_tests()
|
| H A D | tree-vrp.c | 4480 size_t *max_idx) in find_case_label_range() argument 4493 *max_idx = 0; in find_case_label_range() 4524 *max_idx = j; in find_case_label_range()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | vr-values.cc | 3760 size_t min_idx = 1, max_idx = 0; in simplify_switch_using_ranges() local 3762 find_case_label_range (stmt, vr->min (), vr->max (), &min_idx, &max_idx); in simplify_switch_using_ranges() 3763 if (min_idx <= max_idx) in simplify_switch_using_ranges() 3766 tree max_label = gimple_switch_label (stmt, max_idx); in simplify_switch_using_ranges()
|
| H A D | tree-ssa-reassoc.cc | 4969 unsigned int idx, max_idx = 0; in maybe_optimize_range_tests() local 4985 max_idx = idx; in maybe_optimize_range_tests() 5065 if (idx > max_idx) in maybe_optimize_range_tests() 5066 max_idx = idx; in maybe_optimize_range_tests() 5101 for (bb = last_bb, idx = 0; idx < max_idx; bb = single_pred (bb), idx++) in maybe_optimize_range_tests()
|
| H A D | tree-vrp.cc | 2396 size_t *max_idx) in find_case_label_range() argument 2409 *max_idx = 0; in find_case_label_range() 2440 *max_idx = j; in find_case_label_range()
|