/Zephyr-Core-2.7.6/include/sys/ |
D | math_extras_impl.h | 32 static inline bool u16_add_overflow(uint16_t a, uint16_t b, uint16_t *result) in u16_add_overflow() 37 static inline bool u32_add_overflow(uint32_t a, uint32_t b, uint32_t *result) in u32_add_overflow() 42 static inline bool u64_add_overflow(uint64_t a, uint64_t b, uint64_t *result) in u64_add_overflow() 47 static inline bool size_add_overflow(size_t a, size_t b, size_t *result) in size_add_overflow() 52 static inline bool u16_add_overflow(uint16_t a, uint16_t b, uint16_t *result) in u16_add_overflow() 61 static inline bool u32_add_overflow(uint32_t a, uint32_t b, uint32_t *result) in u32_add_overflow() 70 static inline bool u64_add_overflow(uint64_t a, uint64_t b, uint64_t *result) in u64_add_overflow() 79 static inline bool size_add_overflow(size_t a, size_t b, size_t *result) in size_add_overflow() 90 static inline bool u16_mul_overflow(uint16_t a, uint16_t b, uint16_t *result) in u16_mul_overflow() 95 static inline bool u32_mul_overflow(uint32_t a, uint32_t b, uint32_t *result) in u32_mul_overflow() [all …]
|
/Zephyr-Core-2.7.6/arch/x86/core/ia32/ |
D | soft_float_stubs.c | 22 __weak void __addtf3(long double a, long double b) in __addtf3() 27 __weak void __addxf3(long double a, long double b) in __addxf3() 32 __weak void __subtf3(long double a, long double b) in __subtf3() 37 __weak void __subxf3(long double a, long double b) in __subxf3() 42 __weak void __multf3(long double a, long double b) in __multf3() 47 __weak void __mulxf3(long double a, long double b) in __mulxf3() 52 __weak void __divtf3(long double a, long double b) in __divtf3() 57 __weak void __divxf3(long double a, long double b) in __divxf3() 232 __weak void __cmptf2(long double a, long double b) in __cmptf2() 237 __weak void __unordtf2(long double a, long double b) in __unordtf2() [all …]
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 75 size_t length, const float64_t *a, const float64_t *b) in test_equal_f64() 89 size_t length, const float32_t *a, const float32_t *b) in test_equal_f32() 104 size_t length, const float16_t *a, const float16_t *b) in test_equal_f16() 119 size_t length, const q63_t *a, const q63_t *b) in test_equal_q63() 133 size_t length, const q31_t *a, const q31_t *b) in test_equal_q31() 147 size_t length, const q15_t *a, const q15_t *b) in test_equal_q15() 161 size_t length, const q7_t *a, const q7_t *b) in test_equal_q7() 175 size_t length, const float64_t *a, const float64_t *b, in test_near_equal_f64() 190 size_t length, const float32_t *a, const float32_t *b, in test_near_equal_f32() 206 size_t length, const float16_t *a, const float16_t *b, in test_near_equal_f16() [all …]
|
/Zephyr-Core-2.7.6/drivers/audio/ |
D | mpxxdtyy.c | 36 static uint8_t left_channel(uint8_t a, uint8_t b) in left_channel() 41 static uint8_t right_channel(uint8_t a, uint8_t b) in right_channel() 92 uint8_t a, b; in sw_filter_lib_run() local
|
/Zephyr-Core-2.7.6/lib/posix/ |
D | pthread_barrier.c | 14 int pthread_barrier_wait(pthread_barrier_t *b) in pthread_barrier_wait()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_f32.c | 51 #define DEFINE_CORRELATE_TEST(a, b) \ argument 126 #define DEFINE_CONV_TEST(a, b) \ argument 220 #define DEFINE_CONV_PARTIAL_TEST(a, b, c) \ argument 265 #define DEFINE_LEVINSON_DURBIN_TEST(a, b) \ argument
|
D | misc_f16.c | 52 #define DEFINE_CORRELATE_TEST(a, b) \ argument 214 #define DEFINE_LEVINSON_DURBIN_TEST(a, b) \ argument
|
D | misc_q31.c | 47 #define DEFINE_CORRELATE_TEST(a, b) \ argument 119 #define DEFINE_CONV_TEST(a, b) \ argument 255 #define DEFINE_CONV_PARTIAL_TEST(a, b, c) \ argument 301 #define DEFINE_LEVINSON_DURBIN_TEST(a, b) \ argument
|
D | misc_q7.c | 45 #define DEFINE_CORRELATE_TEST(a, b) \ argument 102 #define DEFINE_CONV_TEST(a, b) \ argument 229 #define DEFINE_CONV_PARTIAL_TEST(a, b, c) \ argument
|
/Zephyr-Core-2.7.6/tests/kernel/common/src/ |
D | multilib.c | 23 volatile long long b = 3; in test_multilib() local
|
/Zephyr-Core-2.7.6/samples/userspace/shared_mem/src/ |
D | enc.h | 14 #define IMOD(a, b) ((a + b) % WHEEL_SIZE) argument
|
/Zephyr-Core-2.7.6/include/posix/ |
D | pthread.h | 354 static inline int pthread_barrier_init(pthread_barrier_t *b, in pthread_barrier_init() 372 static inline int pthread_barrier_destroy(pthread_barrier_t *b) in pthread_barrier_destroy() 386 static inline int pthread_barrierattr_init(pthread_barrierattr_t *b) in pthread_barrierattr_init() 400 static inline int pthread_barrierattr_destroy(pthread_barrierattr_t *b) in pthread_barrierattr_destroy()
|
/Zephyr-Core-2.7.6/subsys/testsuite/ztest/include/ |
D | ztest_assert.h | 170 #define zassert_equal(a, b, msg, ...) zassert((a) == (b), \ argument 183 #define zassert_not_equal(a, b, msg, ...) zassert((a) != (b), \ argument 196 #define zassert_equal_ptr(a, b, msg, ...) \ argument 208 #define zassert_within(a, b, d, msg, ...) \ argument
|
/Zephyr-Core-2.7.6/doc/guides/test/ |
D | mocking.c | 3 static void expect_two_parameters(int a, int b) in expect_two_parameters()
|
/Zephyr-Core-2.7.6/ |
D | version.h.in | 7 #define ZEPHYR_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
|
/Zephyr-Core-2.7.6/samples/subsys/debug/gdbstub/src/ |
D | main.c | 15 int b; in test() local
|
/Zephyr-Core-2.7.6/tests/kernel/threads/thread_apis/src/ |
D | test_threads_cpu_mask.c | 20 void child_fn(void *a, void *b, void *c) in child_fn()
|
/Zephyr-Core-2.7.6/samples/drivers/led_lp5562/src/ |
D | main.c | 69 uint8_t b) in set_static_color() 113 static int blink_color(const struct device *dev, bool r, bool g, bool b, in blink_color()
|
/Zephyr-Core-2.7.6/include/drivers/misc/ft8xx/ |
D | ft8xx.h | 36 uint32_t b; member
|
/Zephyr-Core-2.7.6/lib/os/ |
D | heap-validate.c | 56 struct z_heap_bucket *b = &h->buckets[bidx]; in check_nexts() local 91 for (int b = 0; b <= bucket_idx(h, h->end_chunk); b++) { in sys_heap_validate() local 143 for (int b = 0; b <= bucket_idx(h, h->end_chunk); b++) { in sys_heap_validate() local 298 int b = rand_free_choice(&sr); in sys_heap_stress() local
|
/Zephyr-Core-2.7.6/subsys/bluetooth/common/ |
D | log.c | 27 const uint8_t *b = buf; in bt_hex_real() local
|
/Zephyr-Core-2.7.6/tests/unit/intmath/ |
D | main.c | 81 volatile uint32_t num, a, b; in test_intmath() local
|
/Zephyr-Core-2.7.6/tests/net/ip-addr/src/ |
D | main.c | 55 #define TEST_LL_6(a, b, c, d, e, f, expected) \ argument 63 #define TEST_LL_8(a, b, c, d, e, f, g, h, expected) \ argument 71 #define TEST_LL_6_TWO(a, b, c, d, e, f, expected) \ argument 86 #define TEST_IPV6(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, expected) \ argument 96 #define TEST_IPV4(a, b, c, d, expected) \ argument
|
/Zephyr-Core-2.7.6/arch/xtensa/core/startup/ |
D | reset-vector.S | 612 # define GREATERTHAN(a,b) (((b)-(a)) & ~0xFFF) argument
|
/Zephyr-Core-2.7.6/tests/kernel/mem_slab/mslab/src/ |
D | main.c | 216 void *b; /* Pointer to memory block */ in test_mslab() local
|