HomeSort by: relevance | last modified time | path
    Searched defs:a_idx (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun3/sun3x/
pmap.c 1606 c_tmgr_t **c_tbl, mmu_short_pte_t **pte, int *a_idx, int *b_idx,
1622 *a_idx = MMU_TIA(va);
1623 a_dte = &((*a_tbl)->at_dtbl[*a_idx]);
1660 u_int a_idx, b_idx, pte_idx; /* table indices */ local
1776 a_idx = MMU_TIA(va); /* Calculate the TIA of the VA. */
1777 a_dte = &a_tbl->at_dtbl[a_idx]; /* Retrieve descriptor from table */
1781 * a_idx *
1815 b_tbl->bt_pidx = a_idx;
2264 int a_idx, b_idx, c_idx; local
2312 a_idx = MMU_TIA(startva)
2383 int a_idx, b_idx, c_idx; local
2939 int a_idx, b_idx, pte_idx; local
3643 int a_idx, b_idx; local
    [all...]
  /src/usr.bin/config/
defs.h 211 size_t a_idx; /* index to break sorting ties */ member in struct:attr
  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc 859 unsigned a_idx = 0; local
861 while (a_idx < a->m_ranges.length ()
864 const bounded_range &r_a = a->m_ranges[a_idx];
874 a_idx++;
879 a_idx++;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc 854 unsigned a_idx = 0; local
856 while (a_idx < a->m_ranges.length ()
859 const bounded_range &r_a = a->m_ranges[a_idx];
869 a_idx++;
874 a_idx++;

Completed in 34 milliseconds