Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dqcom-vadc-common.c324 u32 tablesize, s32 input, int *output) in qcom_vadc_map_voltage_temp() argument
333 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()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1363 int tablesize; in xfs_attr3_leaf_add() local
1380 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() local
2119 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()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191019.patch.gz ... 151 for (n = 0; (n < tablesize); ++n) { 152 free( ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsg.c1873 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) in sg_build_sgat() argument
1875 int sg_bufflen = tablesize * sizeof(struct page *); in sg_build_sgat()
1882 return tablesize; /* number of scat_gath elements allocated */ in sg_build_sgat()