Searched refs:TO (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/kernel/arch/arm64/
H A Darch_uart_linflex.h534 template<typename TO, typename TA>
535 void Out(TA* reg, TO value) {
536 *(volatile TO*)(reg) = value;
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp274 #define TO 10000 macro
279 for (int i = FROM; i < (TO+1); i ++) {

Completed in 47 milliseconds