/Zephyr-latest/include/zephyr/dsp/ |
D | utils.h | 135 ((q31_t)Z_CLAMP((int64_t)(src * (1U << 31)) >> m, INT32_MIN, INT32_MAX)) 165 ((q31_t)Z_CLAMP((int64_t)(src * (1U << 31)) >> m, INT32_MIN, INT32_MAX))
|
/Zephyr-latest/drivers/input/ |
D | linux_evdev_bottom.h | 12 #define NATIVE_LINUX_EVDEV_NO_DATA INT32_MIN
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic.h | 104 (qx + qy - qz) : INT32_MIN) : INT32_MAX) 190 } else if (x < INT32_MIN) { in sat_int32() 191 return INT32_MIN; in sat_int32()
|
/Zephyr-latest/ |
D | Kconfig.constants | 8 INT32_MIN := -2147483648
|
/Zephyr-latest/include/zephyr/drivers/ |
D | regulator.h | 194 INT32_MIN), \ 198 INT32_MIN), \ 200 INT32_MIN), \ 204 INT32_MIN), \ 308 if (config->min_uv == INT32_MIN) { in regulator_common_get_min_voltage()
|
D | sensor.h | 1326 if (inp < INT32_MIN || inp > INT32_MAX) { in sensor_value_from_double() 1332 if (val2 < INT32_MIN || val2 > INT32_MAX) { in sensor_value_from_double() 1353 if (val2 < INT32_MIN || val2 > (float)(INT32_MAX - 1)) { in sensor_value_from_float() 1480 if (milli < ((int64_t)INT32_MIN - 1) * 1000LL || in sensor_value_from_milli() 1500 if (micro < ((int64_t)INT32_MIN - 1) * 1000000LL || in sensor_value_from_micro()
|
/Zephyr-latest/tests/net/lib/lwm2m/content_oma_tlv/src/ |
D | main.c | 224 int32_t value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST() 250 (uint8_t)(INT32_MIN >> 24), in ZTEST() 251 (uint8_t)(INT32_MIN >> 16), in ZTEST() 252 (uint8_t)(INT32_MIN >> 8), in ZTEST() 253 (uint8_t)INT32_MIN in ZTEST() 711 (uint8_t)(INT32_MIN >> 24), in ZTEST() 712 (uint8_t)(INT32_MIN >> 16), in ZTEST() 713 (uint8_t)(INT32_MIN >> 8), in ZTEST() 714 (uint8_t)INT32_MIN in ZTEST() 719 int32_t expected_value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST()
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_common.c | 51 if (config->init_uv > INT32_MIN) { in regulator_common_init() 58 if (config->init_ua > INT32_MIN) { in regulator_common_init() 66 if ((config->min_uv > INT32_MIN) || (config->max_uv < INT32_MAX)) { in regulator_common_init()
|
/Zephyr-latest/tests/subsys/dsp/utils/src/ |
D | f64.c | 28 (-1.0, 0, INT32_MIN), (1.0, 0, INT32_MAX), (1.0, 31, 1), (-1.0, 31, -1)
|
/Zephyr-latest/lib/utils/ |
D | timeutil.c | 66 && ((time < (int64_t)INT32_MIN) in timeutil_timegm() 189 return (ppb64 == ppb32) ? ppb32 : INT32_MIN; in timeutil_sync_skew_to_ppb()
|
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ |
D | akm09918c_decoder.c | 49 *out = CLAMP(intermediate, INT32_MIN, INT32_MAX); in akm09918c_convert_raw_to_q31()
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | client.cpp | 59 zassert_equal(INT32_MIN, context.client->testI32(INT32_MIN), ""); in ZTEST()
|
/Zephyr-latest/drivers/audio/ |
D | codec_shell.c | 141 if (value > INT32_MAX || value < INT32_MIN) { in cmd_set_prop()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdint.h | 24 #define INT32_MIN (-INT32_MAX - 1) macro
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | media_controller.c | 587 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(position, INT32_MIN, INT32_MAX)) { in cmd_media_set_track_position() 876 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(offset, INT32_MIN, INT32_MAX)) { in cmd_media_move_relative() 987 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(segment, INT32_MIN, INT32_MAX)) { in cmd_media_goto_segment() 1097 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(track, INT32_MIN, INT32_MAX)) { in cmd_media_goto_track() 1205 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(group, INT32_MIN, INT32_MAX)) { in cmd_media_goto_group()
|
D | mcc.c | 812 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(pos, INT32_MIN, INT32_MAX)) { in cmd_mcc_set_track_position() 1202 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(offset, INT32_MIN, INT32_MAX)) { in cmd_mcc_move_relative() 1308 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(segment, INT32_MIN, INT32_MAX)) { in cmd_mcc_goto_segment() 1410 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(track, INT32_MIN, INT32_MAX)) { in cmd_mcc_goto_track() 1512 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(group, INT32_MIN, INT32_MAX)) { in cmd_mcc_goto_group()
|
/Zephyr-latest/tests/lib/math/interpolation/src/ |
D | main.c | 19 zassert_equal(y_axis[0], linear_interpolate(x_axis, y_axis, len, INT32_MIN)); in ZTEST()
|
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/ |
D | bmc150_magn.c | 241 return INT32_MIN; in bmc150_magn_compensate_xy() 273 return INT32_MIN; in bmc150_magn_compensate_z()
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx.c | 569 *out = CLAMP(((int64_t)raw_val * scale) >> 11, INT32_MIN, INT32_MAX); in bma4xx_convert_raw_accel_to_q31() 583 *out = CLAMP(intermediate, INT32_MIN, INT32_MAX); in bma4xx_convert_raw_temp_to_q31()
|
/Zephyr-latest/tests/net/lib/lwm2m/content_plain_text/src/ |
D | main.c | 133 int32_t value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST() 325 int32_t expected_value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST()
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150.c | 249 return INT32_MIN; in bmm150_compensate_xy() 288 return INT32_MIN; in bmm150_compensate_z()
|
/Zephyr-latest/drivers/sensor/adi/adt7310/ |
D | adt7310.c | 181 if (val->val1 > INT32_MAX/1000000 - 1 || val->val1 < INT32_MIN/1000000 + 1) { in adt7310_attr_set()
|
/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/ |
D | main.c | 247 int32_t value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST() 496 int32_t expected_value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST()
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 160 if (x < INT32_MIN || x > INT32_MAX) { in data_reloc_handler()
|
/Zephyr-latest/tests/drivers/regulator/api/src/ |
D | main.c | 105 zassert_equal(config->min_uv, INT32_MIN); in ZTEST() 107 zassert_equal(config->min_ua, INT32_MIN); in ZTEST()
|