Searched refs:adjacent (Results 1 – 25 of 39) sorted by relevance
12
64 #define adjacent(A, B) (((A) == (B)) || (((A) + 1) == (B)) || ((B) == 0)) macro441 am_hal_debug_assert_msg((adjacent(ui32Values[1], ui32Values[2]) || in am_hal_wdt_counter_get()442 adjacent(ui32Values[0], ui32Values[2])), in am_hal_wdt_counter_get()
72 #define adjacent(A, B) (((A) == (B)) || (((A) + 1) == (B)) || ((B) == 0)) macro911 am_hal_debug_assert_msg((adjacent(ui32Values[1], ui32Values[2]) || in am_hal_ctimer_read()912 adjacent(ui32Values[0], ui32Values[2])), in am_hal_ctimer_read()
121 /* Note: .tbss and .tdata should be adjacent */
182 /* Note: the .tbss and .tdata section should be adjacent */
194 /* Note: .tbss and .tdata should be adjacent */
176 /* Note: the .tbss and .tdata section should be adjacent */
122 /* Note: .tbss and .tdata should be adjacent */
179 /* Note: the .tbss and .tdata section should be adjacent */
124 /* Note: .tbss and .tdata should be adjacent */
185 /* Note: the .tbss and .tdata section should be adjacent */
125 /* Note: .tbss and .tdata should be adjacent */
Completed in 45 milliseconds