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

1 2 3 4 5 6 7

  /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...]
  /external/libutf/
utfdef.h 3 #define uint _utfuint macro
10 typedef unsigned int uint; typedef
  /frameworks/rs/driver/runtime/arch/
clamp.c 37 S_CLAMP(uint); variable
103 V_CLAMP(uint); //implemented in .ll variable
generic.c 108 _CLAMP(uint); variable
371 extern uint __attribute__((overloadable)) max(uint v1, uint v2) {
572 extern uint __attribute__((overloadable)) min(uint v1, uint v2) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 32 typedef unsigned int uint; typedef
  /external/ltp/include/old/
write_log.h 71 #ifndef uint
72 #define uint unsigned int macro
109 uint w_offset : 44; /* file offset */
110 uint w_extra0 : 20; /* EXTRA BITS IN WORD 0 */
113 uint w_offset : 32; /* file offset */
114 uint w_extra0 : 32; /* EXTRA BITS IN WORD 0 */
117 uint w_nbytes : 32; /* # bytes written */
118 uint w_oflags : 32; /* low-order open() flags */
120 uint w_pid : 17; /* pid doing the write */
121 uint w_pathlen : 7; /* length of file path *
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 71 typedef unsigned int uint; typedef
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 171 typedef unsigned int uint; typedef in namespace:glm
  /prebuilts/go/darwin-x86/src/debug/dwarf/
buf.go 120 func (b *buf) varint() (c uint64, bits uint) {
135 func (b *buf) uint() uint64 { func
150 // Address-sized uint.
  /prebuilts/go/linux-x86/src/debug/dwarf/
buf.go 120 func (b *buf) varint() (c uint64, bits uint) {
135 func (b *buf) uint() uint64 { func
150 // Address-sized uint.
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_script.cpp 141 typedef unsigned int uint; typedef
179 TEST_VECTOR_INVOKE(uint, UInt)
  /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)));
72 CVT_FUNC_2(type, uint) \
81 CVT_FUNC(uint)
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
b.go 24 // Associated with uint type if AllDecls is set.
25 func UintFactory() uint {}
27 // Associated with uint type if AllDecls is set.
28 func uintFactory() uint {}
31 type uint struct{} // overrides a predeclared type uint type
  /prebuilts/go/darwin-x86/test/
rename.go 49 uint +
95 uint = 32
94 uint = 32 const
rename1.go 53 uint = 32
52 uint = 32 const
  /prebuilts/go/linux-x86/src/go/doc/testdata/
b.go 24 // Associated with uint type if AllDecls is set.
25 func UintFactory() uint {}
27 // Associated with uint type if AllDecls is set.
28 func uintFactory() uint {}
31 type uint struct{} // overrides a predeclared type uint type
  /prebuilts/go/linux-x86/test/
rename.go 49 uint +
95 uint = 32
94 uint = 32 const
rename1.go 53 uint = 32
52 uint = 32 const
  /bionic/libc/include/sys/
types.h 131 typedef unsigned int uint; typedef
  /development/ndk/platforms/android-21/include/sys/
types.h 142 typedef unsigned int uint; typedef
  /development/ndk/platforms/android-9/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 67 U<int> uint; // ok member in namespace:dr1330_example
  /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...]
  /external/protobuf/src/google/protobuf/stubs/
port.h 99 typedef unsigned int uint; typedef in namespace:google::protobuf

Completed in 3463 milliseconds

1 2 3 4 5 6 7