/external/opencv/cvaux/src/ |
_cvaux.h | 52 typedef unsigned short ushort; typedef
|
/frameworks/rs/driver/runtime/arch/ |
clamp.c | 29 S_CLAMP(ushort); variable 93 V_CLAMP(ushort); variable
|
generic.c | 102 _CLAMP(ushort); variable 367 extern ushort __attribute__((overloadable)) max(ushort v1, ushort v2) { 624 extern ushort __attribute__((overloadable)) min(ushort v1, ushort v2) {
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
utfdef.h | 16 #define ushort _utfushort macro 23 typedef unsigned short ushort; typedef
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_compiler.h | 73 typedef unsigned short ushort; typedef
|
/external/mesa3d/src/gallium/include/pipe/ |
p_compiler.h | 73 typedef unsigned short ushort; typedef
|
/external/opencv/cv/src/ |
_cv.h | 61 typedef unsigned short ushort; typedef
|
/external/chromium_org/third_party/re2/util/ |
util.h | 79 typedef unsigned short ushort; typedef in namespace:re2
|
/external/regex-re2/util/ |
util.h | 78 typedef unsigned short ushort; typedef in namespace:re2
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicInlines.h | 20 typedef uint16_t ushort; typedef 29 typedef ushort ushort2 __attribute__((ext_vector_type(2))); 30 typedef ushort ushort3 __attribute__((ext_vector_type(3))); 31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); 73 CVT_FUNC_2(type, ushort) \ 81 CVT_FUNC(ushort)
|
/external/opencv/otherlibs/highgui/ |
utils.cpp | 102 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*)bgr555)[i] >> 7) & 0xf8)*cR, SCALE ) [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
typedefs.h | 136 /* pick up ushort & uint from standard types.h */ 172 /* define uchar, ushort, uint, ulong */ 179 typedef unsigned short ushort; typedef
|
/external/kernel-headers/original/linux/ |
types.h | 103 typedef unsigned short ushort; typedef
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
types.h | 75 typedef unsigned short ushort; typedef
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
types.h | 152 typedef unsigned short int ushort; typedef
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
types.h | 75 typedef unsigned short ushort; typedef
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
types.h | 152 typedef unsigned short int ushort; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
types.h | 75 typedef unsigned short ushort; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
types.h | 152 typedef unsigned short int ushort; typedef
|
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 432 typedef unsigned short ushort; typedef [all...] |
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 69 typedef uint16_t ushort; typedef 752 ELEMENT_AT(ushort, RS_TYPE_UNSIGNED_16, 1) [all...] |
/external/opencv/cxcore/include/ |
cxtypes.h | 151 typedef unsigned short ushort; typedef [all...] |
/external/valgrind/main/perf/ |
test_input_for_tinycc.c | 322 typedef unsigned short int ushort; typedef [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 2378 ushort = c_ushort variable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 2378 ushort = c_ushort variable [all...] |