HomeSort by relevance Sort by last modified time
    Searched defs:UInt32 (Results 1 - 18 of 18) sorted by null

  /external/clang/test/SemaCXX/
neon-vector-types.cpp 10 typedef unsigned long UInt32;
22 const UInt32 len)
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VFL_transition.h 31 typedef unsigned long UInt32;
35 UInt32 u_width; /* active width, in pixels */
36 UInt32 u_height; /* active height, in lines */
37 UInt32 u_topleft; /* index of 1st active pixel */
38 UInt32 u_stride; /* line stride, in bytes */
96 M4ViComImagePlane *pPlaneOut, UInt32 Progress);
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 129 #ifndef UInt32
130 typedef uint32_t UInt32;
  /external/clang/test/Analysis/
uninit-vals-ps.c 71 typedef unsigned long UInt32;
72 typedef UInt32 CFStringEncoding;
cfref_rdar6080742.c 8 typedef unsigned long UInt32;
17 typedef UInt32 CFStringEncoding;
  /external/bzip2/
bzip2recover.c 51 typedef unsigned int UInt32;
246 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 );
251 static void bsPutUInt32 ( BitStream* bs, UInt32 c )
309 UInt32 buffHi, buffLo, blockCRC;
bzip2.c 165 typedef unsigned int UInt32;
238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 )
279 UInt32 rem, tmp;
334 UInt32 nbytes_in_lo32, nbytes_in_hi32;
335 UInt32 nbytes_out_lo32, nbytes_out_hi32;
    [all...]
bzlib_private.h 45 typedef unsigned int UInt32;
155 extern UInt32 BZ2_crc32Table[256];
207 UInt32 avail_in_expect;
210 UInt32* arr1;
211 UInt32* arr2;
212 UInt32* ftab;
216 UInt32* ptr;
225 UInt32 state_in_ch;
241 UInt32 bsBuff;
245 UInt32 blockCRC
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 112 // Int32, UInt32, Int64, UInt64, TimeInMillis
541 // uint32, uint64, and etc here.
561 typedef TypeWithSize<4>::UInt UInt32;
  /external/gtest/include/gtest/internal/
gtest-port.h 135 // Int32, UInt32, Int64, UInt64, TimeInMillis
770 // uint32, uint64, and etc here.
790 typedef TypeWithSize<4>::UInt UInt32;
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 167 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 171 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 434 typedef unsigned int UInt32;
544 extern UInt32 BZ2_crc32Table[256];
596 UInt32 avail_in_expect;
599 UInt32* arr1;
600 UInt32* arr2;
601 UInt32* ftab;
605 UInt32* ptr;
614 UInt32 state_in_ch;
630 UInt32 bsBuff;
634 UInt32 blockCRC
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 427 typedef unsigned int UInt32;
537 extern UInt32 BZ2_crc32Table[256];
589 UInt32 avail_in_expect;
592 UInt32* arr1;
593 UInt32* arr2;
594 UInt32* ftab;
598 UInt32* ptr;
607 UInt32 state_in_ch;
623 UInt32 bsBuff;
627 UInt32 blockCRC
    [all...]
varinfo6.c 465 typedef unsigned int UInt32;
575 extern UInt32 BZ2_crc32Table[256];
627 UInt32 avail_in_expect;
630 UInt32* arr1;
631 UInt32* arr2;
632 UInt32* ftab;
636 UInt32* ptr;
645 UInt32 state_in_ch;
661 UInt32 bsBuff;
665 UInt32 blockCRC
    [all...]
  /external/valgrind/main/perf/
bz2.c 427 typedef unsigned int UInt32;
537 extern UInt32 BZ2_crc32Table[256];
589 UInt32 avail_in_expect;
592 UInt32* arr1;
593 UInt32* arr2;
594 UInt32* ftab;
598 UInt32* ptr;
607 UInt32 state_in_ch;
623 UInt32 bsBuff;
627 UInt32 blockCRC
    [all...]
test_input_for_tinycc.c 996 typedef unsigned int UInt32;
1004 extern UInt32 BZ2_crc32Table[256];
1017 UInt32 avail_in_expect;
1020 UInt32* arr1;
1021 UInt32* arr2;
1022 UInt32* ftab;
1026 UInt32* ptr;
1035 UInt32 state_in_ch;
1051 UInt32 bsBuff;
1055 UInt32 blockCRC
    [all...]

Completed in 400 milliseconds