Searched refs:rest (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | main.c | 335 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) macro 353 ret = snprintf(buf, rest(buf, end), "%s ", xbc_namebuf); in xbc_snprint_cmdline() 362 ret = snprintf(buf, rest(buf, end), "%s=\"%s\" ", xbc_namebuf, val); in xbc_snprint_cmdline() 372 #undef rest macro 1098 /* Do the rest non-__init'ed, we're now alive */ in start_kernel()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | pbuf.h | 479 * in *rest. 485 * @param[in] rest Indicates the pointer to store the remainder (after the first 64K) of the original pbuf chain. 490 void pbuf_split_64k(struct pbuf *p, struct pbuf **rest);
|
/device/soc/rockchip/common/vendor/drivers/power/ |
H A D | rk817_battery.c | 2785 int plus_soc, finish_current, rest = 0;
in rk817_bat_finish_algorithm() local 2806 rest = finish_sec % soc_sec;
in rk817_bat_finish_algorithm() 2809 if (battery->finish_base > rest) {
in rk817_bat_finish_algorithm() 2810 battery->finish_base = get_boot_sec() - rest;
in rk817_bat_finish_algorithm() 2814 "soc_time=%lu, sec_finish=%lu, plus_soc=%d, rest=%d\n",
in rk817_bat_finish_algorithm() 2815 battery->dsoc, soc_sec, finish_sec, plus_soc, rest);
in rk817_bat_finish_algorithm()
|
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | rk817_battery.c | 2755 int plus_soc, finish_current, rest = 0; in rk817_bat_finish_algorithm() local 2778 rest = finish_sec % soc_sec; in rk817_bat_finish_algorithm() 2781 if (battery->finish_base > rest) in rk817_bat_finish_algorithm() 2782 battery->finish_base = get_boot_sec() - rest; in rk817_bat_finish_algorithm() 2785 "soc_time=%lu, sec_finish=%lu, plus_soc=%d, rest=%d\n", in rk817_bat_finish_algorithm() 2786 battery->dsoc, soc_sec, finish_sec, plus_soc, rest); in rk817_bat_finish_algorithm()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
H A D | hifb_main.c | 912 hi_s8 *rest = HI_NULL; in hifb_completely() local 947 rest = hifb_get_screen_base(info) + can_pitch * (dst_img.stCanvas.u32Height); in hifb_completely() 948 (hi_void)memset_s(rest, n - dst_img.stCanvas.u32Height * can_pitch, fill_data, in hifb_completely()
|
Completed in 26 milliseconds