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

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.h85 U8 min_index; member in struct:SCIC_SDS_PORT_RANGE
H A Dscic_sds_port_configuration_agent.c239 (port_agent->phy_valid_port_range[0].min_index == 0)
240 && (port_agent->phy_valid_port_range[1].min_index == 0)
241 && (port_agent->phy_valid_port_range[2].min_index == 0)
242 && (port_agent->phy_valid_port_range[3].min_index == 0)
252 if (port_agent->phy_valid_port_range[2].min_index == 1)
272 (port_agent->phy_valid_port_range[0].min_index == 0)
273 && (port_agent->phy_valid_port_range[1].min_index == 1)
289 (port_agent->phy_valid_port_range[2].min_index == 2)
290 && (port_agent->phy_valid_port_range[3].min_index == 3)
366 port_agent->phy_valid_port_range[phy_index].min_index
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dregclass.c251 size_t min_index; /* minimum index # */
2232 reg_data->min_index = old_allocated;
2247 size_t min_index = reg_data->min_index;
2250 size_t local_min = min - min_index;
2253 if (reg_data->min_index > num_regs)
2256 if (min < min_index)
2262 sizeof (reg_info) * (max - min_index - local_min + 1));
2264 for (i = min_index+local_min; i <= max; i++)
2267 &reg_data->data[i-min_index]);
250 size_t min_index; /* minimum index # */ member in struct:reg_info_data
2237 size_t min_index = reg_data->min_index; local
[all...]
H A Dvarasm.c4228 tree min_index = 0;
4245 min_index = TYPE_MIN_VALUE (TYPE_DOMAIN (type));
4319 * (tree_low_cst (index, 0) - tree_low_cst (min_index, 0)));
4202 tree min_index = 0; local
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c3863 u_int32_t canuse, min_index, max_index; local
3875 min_index = 0;
3883 if (stp->ls_stateid.other[2] > min_index)
3884 min_index = stp->ls_stateid.other[2];
3892 if (min_index == 0x80000000 && max_index == 0x80000001) {
3916 clp->lc_stateindex = min_index + 1;

Completed in 218 milliseconds