OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Int32
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp
71
static const MCPhysReg
Int32
[] = {
94
return
Int32
;
/src/external/bsd/libarchive/dist/libarchive/
archive_ppmd_private.h
25
typedef long
Int32
;
28
typedef int
Int32
;
/src/external/bsd/bzip2/dist/
bzip2recover.c
55
typedef int
Int32
;
79
Int32
buffer;
80
Int32
buffLive;
87
static void mallocFail (
Int32
n );
90
static void bsPutBit ( BitStream* bs,
Int32
bit );
91
static
Int32
bsGetBit ( BitStream* bs );
96
static void tooManyBlocks (
Int32
max_handled_blocks );
140
__dead static void mallocFail (
Int32
n )
152
__dead static void tooManyBlocks (
Int32
max_handled_blocks )
195
static void bsPutBit ( BitStream* bs,
Int32
bit
[
all
...]
bzip2.c
166
typedef int
Int32
;
185
Int32
verbosity;
188
Int32
numFileNames, numFilesProcessed, blockSize100k;
189
Int32
exitValue;
201
Int32
opMode;
202
Int32
srcMode;
206
Int32
longestFileName;
213
Int32
workFactor;
220
static void cleanUpAndFail (
Int32
) NORETURN;
224
static void* myMalloc (
Int32
);
[
all
...]
bzlib_private.h
46
typedef int
Int32
;
133
extern
Int32
BZ2_rNums[512];
136
Int32
rNToGo; \
137
Int32
rTPos \
205
Int32
mode;
206
Int32
state;
215
Int32
origPtr;
224
Int32
workFactor;
228
Int32
state_in_len;
232
Int32
nblock
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetBuiltins.h
152
Int32
,
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
47
Int32
= 0x0074, // 32 bit signed int
181
static TypeIndex
Int32
() { return TypeIndex(SimpleTypeKind::
Int32
); }
/src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp
94
Int32
,
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h
84
int32_t
Int32
;
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bzlib_private.h
46
typedef int
Int32
;
137
extern
Int32
netpgpv_BZ2_rNums[512];
140
Int32
rNToGo; \
141
Int32
rTPos \
209
Int32
mode;
210
Int32
state;
219
Int32
origPtr;
228
Int32
workFactor;
232
Int32
state_in_len;
236
Int32
nblock
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
398
Int32
,
418
explicit Variant(int32_t V) : Type(PDB_VariantType::
Int32
) {
419
Value.
Int32
= V;
457
int32_t
Int32
;
473
case
Int32
:
494
VARIANT_WIDTH(
Int32
, 32u)
519
VARIANT_APSINT(
Int32
, 32u, false)
538
case PDB_VariantType::
Int32
:
561
VARIANT_EQUAL_CASE(
Int32
)
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
226
//
Int32
, UInt32, Int64, UInt64, TimeInMillis
238
// Int32FromGTestEnv() - parses an
Int32
environment variable.
2153
typedef TypeWithSize<4>::Int
Int32
;
2176
GTEST_API_ extern ::testing::internal::
Int32
GTEST_FLAG(name)
2184
GTEST_API_ ::testing::internal::
Int32
GTEST_FLAG(name) = (default_val)
2199
bool ParseInt32(const Message& src_text, const char* str,
Int32
* value);
2201
// Parses a bool/
Int32
/string from the environment variable
2204
GTEST_API_
Int32
Int32FromGTestEnv(const char* flag,
Int32
default_val);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp
1818
llvm::IntegerType *
Int32
= llvm::Type::getInt32Ty(LLVMContext);
1823
SmallVector<llvm::Type*, 3> Elements(SizeInRegs,
Int32
);
1830
llvm::IntegerType *PaddingType = NeedsPadding ?
Int32
: nullptr;
8759
llvm::IntegerType *
Int32
= llvm::Type::getInt32Ty(LLVMContext);
8760
SmallVector<llvm::Type *, 3> Elements(SizeInRegs,
Int32
);
9733
llvm::IntegerType *
Int32
= llvm::Type::getInt32Ty(LLVMContext);
9734
SmallVector<llvm::Type *, 3> Elements(SizeInRegs,
Int32
);
Completed in 41 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026