Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dboolcoder.h61 struct int_types struct
63 typedef const bool cbool;
64 typedef const signed char cchar;
65 typedef const short cshort;
66 typedef const int cint;
67 typedef const int clong;
69 typedef const double cdouble;
93 virtual ~int_types(); argument