Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<… member
58 typedef typename combine_value_to_pack<pack_type, value_to_add>::type type;
63 static constexpr limb_type value_to_add = hex_value<NextChar>::value; member
65 typedef value_pack<value_to_add> type;
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_util.c103 bool avb_safe_add_to(uint64_t* value, uint64_t value_to_add) { in avb_safe_add_to() argument
110 *value += value_to_add; in avb_safe_add_to()
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_util.h183 uint64_t value_to_add) AVB_ATTR_WARN_UNUSED_RESULT;
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_hw.c1976 int value_to_add = 0; in csio_hw_flash_config() local
1991 value_to_add = 4 - (cf->size % 4); in csio_hw_flash_config()
1993 cfg_data = kzalloc(cf->size+value_to_add, GFP_KERNEL); in csio_hw_flash_config()
2009 cf->size + value_to_add, cfg_data); in csio_hw_flash_config()
2011 if ((ret == 0) && (value_to_add != 0)) { in csio_hw_flash_config()
2020 for (i = value_to_add; i < 4; i++) in csio_hw_flash_config()