| /Zephyr-latest/tests/ztest/busy_sim/src/ | 
| D | main.c | 13 	uint32_t delta = 80;  in ZTEST()  local
  | 
| /Zephyr-latest/modules/canopennode/ | 
| D | canopen_sync.c | 23 	uint32_t delta; /* cycles */  in canopen_sync_thread()  local
  | 
| /Zephyr-latest/modules/openthread/platform/ | 
| D | alarm.c | 90 	int32_t delta = (int32_t)(aT0 + aDt - otPlatAlarmMilliGetNow());  in otPlatAlarmMilliStartAt()  local 110 	int32_t delta = (int32_t)(aT0 + aDt - otPlatAlarmMicroGetNow());  in otPlatAlarmMicroStartAt()  local
  | 
| /Zephyr-latest/tests/kernel/timer/timer_monotonic/src/ | 
| D | main.c | 14 	uint32_t delta, pct;  in test_frequency()  local
  | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ | 
| D | lll_prof.c | 321 static inline void delta(uint32_t timestamp, uint16_t *cputime)  in delta()  function 323 	uint32_t delta;  in delta()  local 334 	uint32_t delta;  in delta_ticks()  local
  | 
| /Zephyr-latest/drivers/timer/ | 
| D | ambiq_stimer.c | 117 			uint32_t delta = (now_64 + MIN_DELAY < next) ? (next - now_64) : MIN_DELAY;  in stimer_isr()  local 164 	uint32_t delta = next_aligned - now_64;  in sys_clock_set_timeout()  local
  | 
| D | xlnx_psttc_timer.c | 64 	uint32_t delta = match - cycles;  in update_match()  local
  | 
| D | smartbond_timer.c | 181 	int32_t delta;  in timer2_isr()  local
  | 
| /Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ | 
| D | device_composition.h | 51 	int delta;  member 65 	int delta;  member 75 	int delta;  member
  | 
| D | device_composition.c | 470 	int32_t target, delta;  in gen_delta_set_unack()  local 552 	int32_t target, delta;  in gen_delta_set()  local 636 	int16_t delta;  in gen_move_set_unack()  local 710 	int16_t delta;  in gen_move_set()  local 2617 	int32_t target, delta;  in gen_delta_set_unack_temp()  local 2699 	int32_t target, delta;  in gen_delta_set_temp()  local 2783 	int16_t delta;  in gen_move_set_unack_temp()  local 2858 	int16_t delta;  in gen_move_set_temp()  local
  | 
| /Zephyr-latest/tests/net/socket/socketpair/src/ | 
| D | poll.c | 300 	int64_t timestamp, delta;  in ZTEST_USER_F()  local 350 	int64_t timestamp, delta;  in ZTEST_USER_F()  local
  | 
| /Zephyr-latest/samples/boards/nordic/coresight_stm/src/ | 
| D | main.c | 59 	uint32_t delta;  in main()  local
  | 
| /Zephyr-latest/tests/kernel/sched/schedule_api/src/ | 
| D | test_sched_timeslice_reset.c | 41 	uint32_t now, delta;  in cycles_delta()  local
  | 
| /Zephyr-latest/drivers/dma/ | 
| D | dma_dw_common.c | 764 	int32_t delta = write_ptr - chan_data->ptr_data.hw_ptr;  in dw_dma_avail_data_size()  local 797 	int32_t delta = read_ptr - chan_data->ptr_data.hw_ptr;  in dw_dma_free_data_size()  local
  | 
| /Zephyr-latest/tests/kernel/timer/timer_behavior/src/ | 
| D | tick_timer_train.c | 36 		uint32_t delta = now - tm_wrap->last_isr;  in tm_fn()  local
  | 
| /Zephyr-latest/include/zephyr/ | 
| D | spinlock.h | 308 	uint32_t delta = sys_clock_cycle_get_32() - l->lock_time;  in k_spin_unlock()  local
  | 
| /Zephyr-latest/lib/posix/options/ | 
| D | clock.c | 147 	int64_t delta = (int64_t)NSEC_PER_SEC * tp->tv_sec + tp->tv_nsec  in clock_settime()  local
  | 
| /Zephyr-latest/subsys/shell/ | 
| D | shell_ops.c | 11 void z_shell_op_cursor_vert_move(const struct shell *sh, int32_t delta)  in z_shell_op_cursor_vert_move() 26 void z_shell_op_cursor_horiz_move(const struct shell *sh, int32_t delta)  in z_shell_op_cursor_horiz_move()
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/common/ | 
| D | test_common.h | 282 	float64_t rel, delta, average;  in test_rel_error_f64()  local 305 	float32_t rel, delta, average;  in test_rel_error_f32()  local 329 	float32_t rel, delta, average;  in test_rel_error_f16()  local
  | 
| /Zephyr-latest/subsys/testsuite/busy_sim/ | 
| D | busy_sim.c | 80 	uint32_t delta = idle ? data->idle_delta : data->active_delta;  in get_timeout()  local
  | 
| /Zephyr-latest/samples/bluetooth/central_gatt_write/src/ | 
| D | gatt_write_common.c | 153 	uint64_t delta;  in write_cmd_cb()  local
  | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_advertiser.c | 93 		int64_t delta = k_uptime_delta(×tamp);  in check_delta_time()  local 119 	int64_t delta;  in single_start_cb()  local 132 	int64_t delta;  in single_end_cb()  local
  | 
| /Zephyr-latest/drivers/watchdog/ | 
| D | wdt_renesas_ra.c | 113 			unsigned int delta = period_ms > config->window.max  in wdt_renesas_ra_timeout_calculate()  local
  | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | tcp_internal.h | 329 					  int32_t delta)  in net_tcp_update_recv_wnd()
  | 
| /Zephyr-latest/tests/boards/nrf/qdec/src/ | 
| D | main.c | 99 	int32_t delta = expected_reading / 5;  in qenc_emulate_verify_reading()  local
  |