Searched refs:from_idx (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.h652 int from_idx = expmed_mode_index (from_mode);
655 gcc_assert (IN_RANGE (from_idx, 0, NUM_MODE_IP_INT - 1));
657 return &this_target_expmed->x_convert_cost[speed][to_idx][from_idx];
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexpmed.h643 int from_idx = expmed_mode_index (from_mode);
646 gcc_assert (IN_RANGE (from_idx, 0, NUM_MODE_IP_INT - 1));
648 return &this_target_expmed->x_convert_cost[speed][to_idx][from_idx];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h266 uptr from_idx = nodeToIndex(from_node); local
269 if (edges_[i].from == from_idx && edges_[i].to == to_idx) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h264 uptr from_idx = nodeToIndex(from_node); local
267 if (edges_[i].from == from_idx && edges_[i].to == to_idx) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h260 uptr from_idx = nodeToIndex(from_node); local
263 if (edges_[i].from == from_idx && edges_[i].to == to_idx) {

Completed in 101 milliseconds