Searched refs:rhsc (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c2923 VEC (ce_s, heap) *lhsc = NULL, *rhsc = NULL;
2929 get_constraint_for (rhsop, &rhsc);
2931 gcc_assert (VEC_length (ce_s, rhsc) == 1);
2933 rhs = *(VEC_last (ce_s, rhsc));
2936 VEC_free (ce_s, heap, rhsc);
3337 VEC(ce_s, heap) *rhsc = NULL;
3365 get_constraint_for (PHI_ARG_DEF (t, i), &rhsc); local
3370 while (VEC_length (ce_s, rhsc) > 0)
3372 c2 = VEC_last (ce_s, rhsc);
3374 VEC_pop (ce_s, rhsc);
4820 get_constraint_for (TREE_VALUE (arg), &rhsc); local
4841 get_constraint_for (TREE_VALUE (arg), &rhsc); local
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h1902 uint32_t rhsc : 1; /**< 0 - Ignore; 1 - Disable interrupt generation due to Root Hub Status Change. */ member in struct:cvmx_uahcx_ohci0_hcinterruptdisable::cvmx_uahcx_ohci0_hcinterruptdisable_s
1916 uint32_t rhsc : 1;
1950 uint32_t rhsc : 1; /**< 0 - Ignore; 1 - Enable interrupt generation due to Root Hub Status Change. */ member in struct:cvmx_uahcx_ohci0_hcinterruptenable::cvmx_uahcx_ohci0_hcinterruptenable_s
1964 uint32_t rhsc : 1;
1997 uint32_t rhsc : 1; /**< RootHubStatusChange. This bit is set when the content of HcRhStatus or the member in struct:cvmx_uahcx_ohci0_hcinterruptstatus::cvmx_uahcx_ohci0_hcinterruptstatus_s
2026 uint32_t rhsc : 1;

Completed in 77 milliseconds