HomeSort by relevance Sort by last modified time
    Searched defs:uint (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/clang/test/Index/
nested-binaryoperators.cpp 1 typedef unsigned int uint; typedef
2 int foo(uint c) {
164 // CHECK: 1:22: TypedefDecl=uint:1:22 (Definition) Extent=[1:1 - 1:26]
167 // CHECK: 2:9: TypeRef=uint:1:22 Extent=[2:9 - 2:13]
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 27 typedef unsigned int uint; typedef
  /frameworks/rs/driver/runtime/arch/
clamp.c 31 S_CLAMP(uint); variable
96 V_CLAMP(uint); //implemented in .ll variable
generic.c 104 _CLAMP(uint); variable
395 extern uint __attribute__((overloadable)) max(uint v1, uint v2) {
652 extern uint __attribute__((overloadable)) min(uint v1, uint v2) {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utfdef.h 17 #define uint _utfuint macro
24 typedef unsigned int uint; typedef
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 32 typedef unsigned int uint; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 71 typedef unsigned int uint; typedef
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 71 typedef unsigned int uint; typedef
  /bionic/libc/include/sys/
types.h 107 typedef unsigned int uint; typedef
  /external/chromium_org/third_party/re2/util/
util.h 78 typedef unsigned int uint; typedef in namespace:re2
  /external/regex-re2/util/
util.h 77 typedef unsigned int uint; typedef in namespace:re2
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 21 typedef uint32_t uint; typedef
32 typedef uint uint2 __attribute__((ext_vector_type(2)));
33 typedef uint uint3 __attribute__((ext_vector_type(3)));
34 typedef uint uint4 __attribute__((ext_vector_type(4)));
75 CVT_FUNC_2(type, uint) \
83 CVT_FUNC(uint)
  /development/ndk/platforms/android-3/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 61 #undef UINT
62 #define UINT ((Imf::PixelType)0)
67 #undef uint macro
68 #define uint unsigned macro
174 uintcnt += ( m_red->type == UINT );
179 uintcnt += ( m_green->type == UINT );
184 uintcnt += ( m_blue->type == UINT );
186 m_type = (chcnt == uintcnt) ? UINT : FLOAT;
365 uint *ui = (uint *)buffer
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 136 /* pick up ushort & uint from standard types.h */
172 /* define uchar, ushort, uint, ulong */
183 typedef unsigned int uint; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/sys/
types.h 123 typedef unsigned int uint; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/sys/
types.h 123 typedef unsigned int uint; typedef
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/sys/
types.h 123 typedef unsigned int uint; typedef
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/sys/
types.h 123 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/sys/
types.h 123 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/sys/
types.h 123 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/sys/
types.h 123 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/sys/
types.h 123 typedef unsigned int uint; typedef
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
types.h 108 typedef unsigned int uint; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
types.h 108 typedef unsigned int uint; typedef

Completed in 3351 milliseconds

1 2 3 4