Home
last modified time | relevance | path

Searched defs:Int32 (Results 1 – 24 of 24) sorted by relevance

/external/gemmlowp/internal/
Dallocator.h54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp205 HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 ) in SetOperationResult() argument
/external/lzma/C/
D7zTypes.h61 typedef long Int32; typedef
64 typedef int Int32; typedef
/external/v8/src/
Dmachine-type.h104 static MachineType Int32() { in Int32() function
/external/bzip2/
Dbzip2recover.c52 typedef int Int32; typedef
Dbzip2.c164 typedef int Int32; typedef
Dbzlib_private.h44 typedef int Int32; typedef
/external/clang/include/clang/Basic/
DTargetBuiltins.h111 Int32, enumerator
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp182 STDMETHODIMP CExtractCallbackImp::PrepareOperation(const wchar_t *name, bool isFolder, Int32 /* ask… in PrepareOperation() argument
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp1265 …Callback::GetStream(UInt32 /* index */, ISequentialOutStream **outStream, Int32 /* askExtractMode … in GetStream() argument
1271 STDMETHODIMP CExtractCallback_To_OpenCallback::PrepareOperation(Int32 /* askExtractMode */) in PrepareOperation() argument
1276 STDMETHODIMP CExtractCallback_To_OpenCallback::SetOperationResult(Int32 /* operationResult */) in SetOperationResult() argument
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h448 Int32, enumerator
469 int32_t Int32; member
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp643 STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operationResult */) in SetOperationResult() argument
/external/protobuf/src/google/protobuf/
Dextension_set.h767 PROTOBUF_DEFINE_PRIMITIVE_TYPE( int32, Int32) in PROTOBUF_DEFINE_PRIMITIVE_TYPE() argument
Dextension_set.cc312 PRIMITIVE_ACCESSORS( INT32, int32, Int32) in PRIMITIVE_ACCESSORS() argument
Dgenerated_message_reflection.cc977 DEFINE_PRIMITIVE_ACCESSORS(Int32 , int32 , int32 , INT32 ) in DEFINE_PRIMITIVE_ACCESSORS() argument
/external/clang/utils/TableGen/
DNeonEmitter.cpp83 Int32, enumerator
/external/v8/include/
Dv8.h83 class Int32; variable
/external/valgrind/memcheck/tests/
Dorigin5-bz2.c426 typedef int Int32; typedef
Dvarinfo6.c464 typedef int Int32; typedef
/external/valgrind/perf/
Dbz2.c426 typedef int Int32; typedef
Dtest_input_for_tinycc.c995 typedef int Int32; typedef
/external/valgrind/VEX/switchback/
Dtest_bzip2.c410 typedef int Int32; typedef
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c433 typedef int Int32; typedef
/external/clang/lib/CodeGen/
DTargetInfo.cpp1354 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext); in classifyArgumentType() local