Home
last modified time | relevance | path

Searched defs:to (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dstack_profile.c67 unsigned long from, to; in check_stack_start() local
94 unsigned long from, to; in check_stack_stop() local
/hardware/ril/mock-ril/src/cpp/
Dprotobuf_v8.cpp145 std::ostringstream from, to; in Type() local
/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.cpp44 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/ti/omap4xxx/hwc/
Dhwc.c498 static inline void m_scale1(float m[3], int from, int to) in m_scale1()