Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dqcom-vadc-common.c347 u32 tablesize, s32 input, int *output) in qcom_vadc_map_voltage_temp() argument
354 while (i < tablesize && pts[i].x > input) in qcom_vadc_map_voltage_temp()
359 } else if (i == tablesize) { in qcom_vadc_map_voltage_temp()
360 *output = pts[tablesize - 1].y; in qcom_vadc_map_voltage_temp()
372 u32 tablesize, int input) in qcom_vadc_map_temp_voltage() argument
380 while (i < tablesize && pts[i].y < input) in qcom_vadc_map_temp_voltage()
385 if (i == tablesize) in qcom_vadc_map_temp_voltage()
386 return pts[tablesize - 1].x; in qcom_vadc_map_temp_voltage()
/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1515 int tablesize; in xfs_attr3_leaf_add() local
1533 tablesize = xfs_attr_leaf_entries_end(ichdr.count + 1, leaf); in xfs_attr3_leaf_add()
1535 if (tablesize > ichdr.firstused) { in xfs_attr3_leaf_add()
2279 int tablesize; in xfs_attr3_leaf_remove() local
2303 tablesize = xfs_attr_leaf_entries_end(ichdr.count, leaf); in xfs_attr3_leaf_remove()
2311 if (ichdr.freemap[i].base == tablesize) { in xfs_attr3_leaf_remove()