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

1 2

  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 70 typedef int32_t int32; typedef
75 typedef int32_t Int32;
  /external/chromium_org/gpu/command_buffer/common/
types.h 26 typedef int int32; typedef
173 typedef int Int32;
178 typedef int32_t Int32;
  /external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 115 Type *Int32 = Type::getInt32Ty(M.getContext());
116 ArrayType *ATy = ArrayType::get(Int32, NumEdges);
123 Constant *Zero = ConstantInt::get(Int32, 0);
124 Constant *Uncounted = ConstantInt::get(Int32, ProfileInfoLoader::Uncounted);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeTypes.h 59 typedef BigEndianLong Int32;
  /external/clang/include/clang/Basic/
TargetBuiltins.h 89 Int32,
  /external/llvm/lib/IR/
DebugLoc.cpp 108 Type *Int32 = Type::getInt32Ty(Ctx2);
110 ConstantInt::get(Int32, getLine()), ConstantInt::get(Int32, getCol()),
  /external/bzip2/
bzip2recover.c 52 typedef int Int32;
111 static void mallocFail ( Int32 n )
123 static void tooManyBlocks ( Int32 max_handled_blocks )
146 Int32 buffer;
147 Int32 buffLive;
180 static void bsPutBit ( BitStream* bs, Int32 bit )
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
199 static Int32 bsGetBit ( BitStream* bs )
205 Int32 retVal = getc ( bs->handle );
220 Int32 retVal
    [all...]
bzip2.c 164 typedef int Int32;
183 Int32 verbosity;
186 Int32 numFileNames, numFilesProcessed, blockSize100k;
187 Int32 exitValue;
199 Int32 opMode;
200 Int32 srcMode;
204 Int32 longestFileName;
211 Int32 workFactor;
218 static void cleanUpAndFail ( Int32 ) NORETURN;
222 static void* myMalloc ( Int32 );
    [all...]
bzlib_private.h 44 typedef int Int32;
131 extern Int32 BZ2_rNums[512];
134 Int32 rNToGo; \
135 Int32 rTPos \
203 Int32 mode;
204 Int32 state;
213 Int32 origPtr;
222 Int32 workFactor;
226 Int32 state_in_len;
230 Int32 nblock
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 112 // Int32, UInt32, Int64, UInt64, TimeInMillis
125 // Int32FromGTestEnv() - parses an Int32 environment variable.
560 typedef TypeWithSize<4>::Int Int32;
591 extern ::testing::internal::Int32 GTEST_FLAG(name)
599 ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
609 bool ParseInt32(const Message& src_text, const char* str, Int32* value);
611 // Parses a bool/Int32/string from the environment variable
614 Int32 Int32FromGTestEnv(const char* flag, Int32 default_val);
  /external/chromium_org/third_party/lzma_sdk/
Types.h 60 typedef long Int32;
63 typedef int Int32;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 61 typedef long Int32;
64 typedef int Int32;
  /external/lzma/C/
Types.h 60 typedef long Int32;
63 typedef int Int32;
  /external/clang/lib/CodeGen/
TargetInfo.cpp 896 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext);
900 SmallVector<llvm::Type*, 3> Elements(SizeInRegs, Int32);
904 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : 0;
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
157 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
157 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 167 // Int32, UInt32, Int64, UInt64, TimeInMillis
180 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 176 // Int32, UInt32, Int64, UInt64, TimeInMillis
189 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
183 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 126 Int32,
467 s += "int32";
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
183 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 171 // Int32, UInt32, Int64, UInt64, TimeInMillis
184 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
183 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
193 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /external/v8/include/
v8.h 90 class Int32;
966 V8EXPORT Local<Int32> ToInt32() const;
    [all...]

Completed in 440 milliseconds

1 2