Home
last modified time | relevance | path

Searched refs:temp_index (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_mci.c1410 u_int32_t temp_index; in ar9300_mci_state() local
1419 temp_index = ahp->ah_mci_gpm_idx; in ar9300_mci_state()
1427 __func__, gpm_ptr, temp_index, in ar9300_mci_state()
1429 if (ar9300_mci_is_gpm_valid(ah, temp_index)) { in ar9300_mci_state()
1430 value = temp_index; in ar9300_mci_state()
/trueos/contrib/texinfo/makeinfo/
HDmakeinfo.c948 int temp_index = 0; in fix_whitespace() local
955 c = temp[temp_index++] = string[string_index++]; in fix_whitespace()
959 temp[temp_index - 1] = ' '; in fix_whitespace()
966 temp[temp_index] = 0; in fix_whitespace()