Searched defs:to (Results 1 – 4 of 4) sorted by relevance
67 unsigned long from, to; in check_stack_start() local94 unsigned long from, to; in check_stack_stop() local
145 std::ostringstream from, to; in Type() local
44 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
498 static inline void m_scale1(float m[3], int from, int to) in m_scale1()