Searched defs:ushort (Results 1 - 12 of 12) sorted by relevance

/external/opencv/cvaux/src/
H A D_cvaux.h52 typedef unsigned short ushort; typedef
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dutfdef.h16 #define ushort _utfushort macro
23 typedef unsigned short ushort; typedef
/external/libutf/
H A Dutfdef.h2 #define ushort _utfushort macro
9 typedef unsigned short ushort; typedef
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h73 typedef unsigned short ushort; typedef
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h73 typedef unsigned short ushort; typedef
/external/opencv/cv/src/
H A D_cv.h61 typedef unsigned short ushort; typedef
/external/chromium_org/third_party/re2/util/
H A Dutil.h79 typedef unsigned short ushort; typedef in namespace:re2
/external/regex-re2/util/
H A Dutil.h78 typedef unsigned short ushort; typedef in namespace:re2
/external/opencv/otherlibs/highgui/
H A Dutils.cpp102 void icvCvt_BGR2Gray_16u_C3C1R( const ushort* rgb, int rgb_step,
103 ushort* gray, int gray_step,
113 gray[i] = (ushort)t;
211 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step,
212 ushort* rgb, int rgb_step, CvSize size )
219 ushort t0 = bgr[0], t1 = bgr[1], t2 = bgr[2];
228 typedef unsigned short ushort; typedef
238 int t = descale( ((((ushort*)bgr555)[i] << 3) & 0xf8)*cB +
239 ((((ushort*)bgr555)[i] >> 2) & 0xf8)*cG +
240 ((((ushort*)bgr55
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c432 typedef unsigned short ushort; typedef
/external/opencv/cxcore/include/
H A Dcxtypes.h151 typedef unsigned short ushort; typedef
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c322 typedef unsigned short int ushort; typedef

Completed in 208 milliseconds