Searched refs:tablesize (Results 1 – 5 of 5) sorted by relevance
324 u32 tablesize, s32 input, int *output) in qcom_vadc_map_voltage_temp() argument333 if (tablesize > 1) { in qcom_vadc_map_voltage_temp()338 while (i < tablesize) { in qcom_vadc_map_voltage_temp()354 } else if (i == tablesize) { in qcom_vadc_map_voltage_temp()355 *output = pts[tablesize - 1].y; in qcom_vadc_map_voltage_temp()
1363 int tablesize; in xfs_attr3_leaf_add() local1380 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()1383 if (tablesize > ichdr.firstused) { in xfs_attr3_leaf_add()2094 int tablesize; in xfs_attr3_leaf_remove() local2119 tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_remove()2128 if (ichdr.freemap[i].base == tablesize) { in xfs_attr3_leaf_remove()
... 151 for (n = 0; (n < tablesize); ++n) { 152 free( ...
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
1873 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) in sg_build_sgat() argument1875 int sg_bufflen = tablesize * sizeof(struct page *); in sg_build_sgat()1882 return tablesize; /* number of scat_gath elements allocated */ in sg_build_sgat()