/Zephyr-latest/include/zephyr/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-latest/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-latest/tests/bluetooth/addr/src/ |
D | test_bt_addr_le_eq.c | 13 bt_addr_le_t b = a; in ZTEST() local 21 bt_addr_le_t b = a; in ZTEST() local 29 bt_addr_le_t b = a; in ZTEST() local 39 bt_addr_le_t b = a; in ZTEST() local 49 bt_addr_le_t b = a; in ZTEST() local 59 bt_addr_le_t b; in ZTEST() local
|
/Zephyr-latest/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-latest/lib/posix/options/ |
D | barrier.c | 38 static inline size_t to_posix_barrier_idx(pthread_barrier_t b) in to_posix_barrier_idx() 43 struct posix_barrier *get_posix_barrier(pthread_barrier_t b) in get_posix_barrier() 66 int pthread_barrier_wait(pthread_barrier_t *b) in pthread_barrier_wait() 107 int pthread_barrier_init(pthread_barrier_t *b, const pthread_barrierattr_t *attr, in pthread_barrier_init() 130 int pthread_barrier_destroy(pthread_barrier_t *b) in pthread_barrier_destroy()
|
/Zephyr-latest/lib/heap/ |
D | heap_validate.c | 57 struct z_heap_bucket *b = &h->buckets[bidx]; in check_nexts() local 110 for (int b = 0; b <= bucket_idx(h, h->end_chunk); b++) { in sys_heap_validate() local 163 for (int b = 0; b <= bucket_idx(h, h->end_chunk); b++) { in sys_heap_validate() local
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | export_dependency_ext.c | 11 long test_dependency(int a, int b) in test_dependency()
|
D | export_dependent_ext.c | 20 int b = mask & ((uintptr_t)test_entry >> half_ptr_bits); in test_entry() local
|
/Zephyr-latest/drivers/audio/ |
D | mpxxdtyy.c | 38 static uint8_t left_channel(uint8_t a, uint8_t b) in left_channel() 43 static uint8_t right_channel(uint8_t a, uint8_t b) in right_channel() 95 uint8_t a, b; in sw_filter_lib_run() local
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_f32.c | 60 #define DEFINE_CORRELATE_TEST(a, b) \ argument 135 #define DEFINE_CONV_TEST(a, b) \ argument 229 #define DEFINE_CONV_PARTIAL_TEST(a, b, c) \ argument 274 #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 | 56 #define DEFINE_CORRELATE_TEST(a, b) \ argument 128 #define DEFINE_CONV_TEST(a, b) \ argument 264 #define DEFINE_CONV_PARTIAL_TEST(a, b, c) \ argument 310 #define DEFINE_LEVINSON_DURBIN_TEST(a, b) \ argument
|
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | check_test_pattern.h | 22 double b; member 37 static inline CIELAB rgb888_to_lab(const uint8_t r, const uint8_t g, const uint8_t b) in rgb888_to_lab() 71 uint8_t b = color & 0xFF; in xrgb32_to_lab() local 85 uint8_t b = (b5 * 255) / 31; in rgb565_to_lab() local
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | btca.c | 32 static int btca_ds_cmp2(const struct ptp_dataset *a, const struct ptp_dataset *b) in btca_ds_cmp2() 83 int ptp_btca_ds_cmp(const struct ptp_dataset *a, const struct ptp_dataset *b) in ptp_btca_ds_cmp()
|
/Zephyr-latest/samples/net/cellular_modem/server/ |
D | te.py | 18 def terminate_handler(a, b): argument
|
/Zephyr-latest/samples/userspace/shared_mem/src/ |
D | enc.h | 14 #define IMOD(a, b) ((a + b) % WHEEL_SIZE) argument
|
/Zephyr-latest/tests/kernel/common/src/ |
D | multilib.c | 23 volatile long long b = 3; in ZTEST() local
|
/Zephyr-latest/kernel/ |
D | priority_queues.c | 12 bool z_priq_rb_lessthan(struct rbnode *a, struct rbnode *b) in z_priq_rb_lessthan()
|
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_utils.h | 21 #define NSI_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 22 #define NSI_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_cli.c | 179 static void blob_caps(struct bt_mesh_blob_cli *b, in blob_caps() 215 static void blob_lost_target(struct bt_mesh_blob_cli *b, in blob_lost_target() 235 static void blob_suspended(struct bt_mesh_blob_cli *b) in blob_suspended() 248 static void blob_end(struct bt_mesh_blob_cli *b, in blob_end() 338 static void send_info_get(struct bt_mesh_blob_cli *b, uint16_t dst) in send_info_get() 348 static void send_update_start(struct bt_mesh_blob_cli *b, uint16_t dst) in send_update_start() 376 static void send_update_get(struct bt_mesh_blob_cli *b, uint16_t dst) in send_update_get() 387 static void send_update_cancel(struct bt_mesh_blob_cli *b, uint16_t dst) in send_update_cancel() 398 static void send_update_apply(struct bt_mesh_blob_cli *b, uint16_t dst) in send_update_apply() 478 static void transfer(struct bt_mesh_blob_cli *b) in transfer() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | addr.h | 80 static inline int bt_addr_cmp(const bt_addr_t *a, const bt_addr_t *b) in bt_addr_cmp() 90 static inline bool bt_addr_eq(const bt_addr_t *a, const bt_addr_t *b) in bt_addr_eq() 104 static inline int bt_addr_le_cmp(const bt_addr_le_t *a, const bt_addr_le_t *b) in bt_addr_le_cmp() 117 static inline bool bt_addr_le_eq(const bt_addr_le_t *a, const bt_addr_le_t *b) in bt_addr_le_eq()
|
/Zephyr-latest/modules/littlefs/ |
D | zephyr_lfs_config.h | 82 static inline uint32_t lfs_max(uint32_t a, uint32_t b) in lfs_max() 87 static inline uint32_t lfs_min(uint32_t a, uint32_t b) in lfs_min() 146 static inline int lfs_scmp(uint32_t a, uint32_t b) in lfs_scmp()
|
/Zephyr-latest/tests/subsys/zbus/dyn_channel/src/ |
D | main.c | 47 uint64_t b; member 76 uint64_t b; in ZTEST() member 107 uint64_t b; in ZTEST() member
|
/Zephyr-latest/tests/subsys/debug/gdbstub/src/ |
D | main.c | 15 int b; in test() local
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 321 #define zassert_equal(a, b, ...) zassert((a) == (b), #a " not equal to " #b, ##__VA_ARGS__) argument 332 #define zassert_not_equal(a, b, ...) zassert((a) != (b), #a " equal to " #b, ##__VA_ARGS__) argument 343 #define zassert_equal_ptr(a, b, ...) \ argument 354 #define zassert_within(a, b, d, ...) \ argument 491 #define zassume_equal(a, b, ...) zassume((a) == (b), #a " not equal to " #b, ##__VA_ARGS__) argument 503 #define zassume_not_equal(a, b, ...) zassume((a) != (b), #a " equal to " #b, ##__VA_ARGS__) argument 515 #define zassume_equal_ptr(a, b, ...) \ argument 528 #define zassume_within(a, b, d, ...) \ argument 656 #define zexpect_equal(a, b, ...) zexpect((a) == (b), #a " not equal to " #b, ##__VA_ARGS__) argument 668 #define zexpect_not_equal(a, b, ...) zexpect((a) != (b), #a " equal to " #b, ##__VA_ARGS__) argument [all …]
|