Searched defs:thislen (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/mtd/onenand/ |
D | onenand_base.c | 764 int column, int thislen) in onenand_transfer_auto_oob() 856 int read = 0, column, thislen; in onenand_read_ops_nolock() local 1003 int read = 0, thislen, column, oobsize; in onenand_read_oob_nolock() local 1214 int read = 0, thislen, column; in onenand_bbt_read_oob() local 1321 int thislen, column; in onenand_verify() local 1368 const u_char *buf, int column, int thislen) in onenand_fill_auto_oob() 1414 int written = 0, column, thislen, subpage; in onenand_write_ops_nolock() local 1585 int thislen = min_t(int, oobsize, len - written); in onenand_write_oob_nolock() local
|
/external/e2fsprogs/debugfs/ |
D | ls.c | 99 int thislen; in list_dir_proc() local
|
D | dump.c | 310 int thislen; in rdump_dirent() local
|
D | filefrag.c | 182 int thislen; in filefrag_dir_proc() local
|
D | htree.c | 39 int thislen, col = 0; in htree_dump_leaf_node() local
|
/external/curl/lib/ |
D | transfer.c | 97 size_t thislen = strlen(thisheader); in Curl_checkheaders() local
|
D | http.c | 194 size_t thislen = strlen(thisheader); in Curl_checkProxyheaders() local
|
/external/u-boot/drivers/mtd/ |
D | mtdcore.c | 1535 size_t totlen = 0, thislen; in default_mtd_writev() local
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 2534 Py_ssize_t thislen = _PyObject_LengthHint(item, -2); in builtin_zip() local
|