Searched refs:pint (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/lib/ |
H A D | cmdline.c | 23 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 D | python3-pint_0.24.4.bb | 3 HOMEPAGE = "https://github.com/hgrecco/pint" 17 PTEST_PYTEST_DIR = "pint"
|
H A D | python3-obd_0.7.2.bb | 9 RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging"
|
/openbmc/openbmc/meta-openembedded/meta-python/conf/include/ |
H A D | ptest-packagelists-meta-python.inc | 106 python3-pint \
|
/openbmc/linux/include/linux/ |
H A D | kernel.h | 207 extern int get_option(char **str, int *pint);
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/ |
H A D | packagegroup-meta-python.bb | 284 python3-pint \ 504 python3-pint-ptest \
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 9253 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 D | phy.c | 1584 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/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |