| /OK3568_Linux_fs/u-boot/common/ |
| H A D | command.c | 145 int var_complete(int argc, char * const argv[], char last_char, int maxv, char *cmdv[]) in var_complete() argument 153 return env_complete("", maxv, cmdv, sizeof(tmp_buf), tmp_buf); in var_complete() 156 return env_complete(argv[1], maxv, cmdv, sizeof(tmp_buf), tmp_buf); in var_complete() 163 static int complete_cmdv(int argc, char * const argv[], char last_char, int maxv, char *cmdv[]) in complete_cmdv() argument 175 if (maxv < 2) in complete_cmdv() 183 if (n_found >= maxv - 2) { in complete_cmdv() 200 return (*cmdtp->complete)(argc, argv, last_char, maxv, cmdv); in complete_cmdv() 225 if (n_found >= maxv - 2) { in complete_cmdv()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | lcast_unsigned_converters.hpp | 257 T const maxv = (std::numeric_limits<T>::max)(); in main_convert_iteration() local 259 m_multiplier_overflowed = m_multiplier_overflowed || (maxv/10 < m_multiplier); in main_convert_iteration() 270 || static_cast<T>(maxv / dig_value) < m_multiplier // ... subvalue in main_convert_iteration() 271 || static_cast<T>(maxv - new_sub_value) < m_value // ... whole expression in main_convert_iteration()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | palm27x.h | 52 extern void __init palm27x_ac97_init(int minv, int maxv, int jack, 55 static inline void palm27x_ac97_init(int minv, int maxv, int jack, int reset) {} in palm27x_ac97_init() argument
|
| H A D | palm27x.c | 244 void __init palm27x_ac97_init(int minv, int maxv, int jack, int reset) in palm27x_ac97_init() argument 249 if (minv < 0 || maxv < 0) { in palm27x_ac97_init() 254 palm27x_batt_pdata.max_voltage = maxv, in palm27x_ac97_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | command.h | 42 int (*complete)(int argc, char * const argv[], char last_char, int maxv, char *cmdv[]); 62 extern int var_complete(int argc, char * const argv[], char last_char, int maxv, char *cmdv[]);
|
| H A D | common.h | 427 int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf);
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | common.c | 308 int env_complete(char *var, int maxv, char *cmdv[], int bufsz, char *buf) in env_complete() argument 320 if (found >= maxv - 2 || bufsz < vallen) in env_complete()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 7169 int maxv, dummy; in stbi__pnm_info() local 7197 maxv = stbi__pnm_getinteger(s, &c); // read max value in stbi__pnm_info() 7199 if (maxv > 255) in stbi__pnm_info()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 7169 int maxv, dummy; in stbi__pnm_info() local 7197 maxv = stbi__pnm_getinteger(s, &c); // read max value in stbi__pnm_info() 7199 if (maxv > 255) in stbi__pnm_info()
|