HomeSort by relevance Sort by last modified time
    Searched refs:max_t (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/animation/
scroll_animator.cc 18 float max_t = -v0 / a; local
19 if (t > max_t)
20 t = max_t;
  /external/kernel-headers/original/linux/
kernel.h 284 #define max_t(type,x,y) \ macro
  /external/libnl-headers/
netlink-local.h 140 #define max_t(type,x,y) \ macro

Completed in 323 milliseconds