Home
last modified time | relevance | path

Searched refs:nlines (Results 1 – 4 of 4) sorted by relevance

/openbmc/gpioplus/src/gpioplus/
H A Dhandle.cpp81 nlines(lines.size()) in Handle()
91 std::vector<uint8_t> values(nlines); in getValues()
107 values.resize(nlines); in getValues()
108 for (size_t i = 0; i < nlines; ++i) in getValues()
116 if (values.size() != nlines) in setValues()
123 for (size_t i = 0; i < nlines; ++i) in setValues()
H A Dhandle.hpp112 uint32_t nlines; member in gpioplus::Handle
/openbmc/qemu/util/
H A Dselfmap.c17 guint i, nlines; in read_self_maps() local
25 nlines = g_strv_length(lines); in read_self_maps()
27 for (i = 0; i < nlines; i++) { in read_self_maps()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch9905 @@ -72,7 +72,7 @@ write_file(const char *name, int nlines, ...)