Home
last modified time | relevance | path

Searched refs:pint (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/lib/
H A Dcmdline.c23 static int get_range(char **str, int *pint, int n) in get_range() argument
29 inc_counter = upper_range - *pint; in get_range()
30 for (x = *pint; n && x < upper_range; x++, n--) in get_range()
31 *pint++ = x; in get_range()
56 int get_option(char **str, int *pint) in get_option() argument
67 if (pint) in get_option()
68 *pint = value; in get_option()
113 int *pint = validate ? ints : ints + i; in get_options() local
115 res = get_option((char **)&str, pint); in get_options()
122 range_nums = get_range((char **)&str, pint, n); in get_options()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pint_0.24.4.bb3 HOMEPAGE = "https://github.com/hgrecco/pint"
17 PTEST_PYTEST_DIR = "pint"
H A Dpython3-obd_0.7.2.bb9 RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging"
/openbmc/openbmc/meta-openembedded/meta-python/conf/include/
H A Dptest-packagelists-meta-python.inc106 python3-pint \
/openbmc/linux/include/linux/
H A Dkernel.h207 extern int get_option(char **str, int *pint);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-python.bb284 python3-pint \
504 python3-pint-ptest \
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c9253 u32 ptmp = 0, pint = 0; in rt2800_do_fft_accumulation() local
9281 pint = ptmp; in rt2800_do_fft_accumulation()
9282 rt2x00_dbg(rt2x00dev, "I = %d, Q = %d, power = %x\n", fftout_i, fftout_q, pint); in rt2800_do_fft_accumulation()
9284 pint = pint >> 1; in rt2800_do_fft_accumulation()
9302 pint = pint + ptmp; in rt2800_do_fft_accumulation()
9305 return pint; in rt2800_do_fft_accumulation()
9312 u32 ptmp = 0, pint = 0; in rt2800_read_fft_accumulation() local
9327 pint = ptmp; in rt2800_read_fft_accumulation()
9329 return pint; in rt2800_read_fft_accumulation()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1584 static bool _rtl8812ae_get_integer_from_string(const char *str, u8 *pint) in _rtl8812ae_get_integer_from_string() argument
1587 *pint = 0; in _rtl8812ae_get_integer_from_string()
1591 *pint *= 10; in _rtl8812ae_get_integer_from_string()
1592 *pint += (str[i] - '0'); in _rtl8812ae_get_integer_from_string()
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]
/openbmc/linux/
H A Dopengrok1.0.log[all...]