/freebsd/contrib/bzip2/ |
H A D | bzlib_private.h | 44 typedef int Int32; typedef 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 …]
|
H A D | huffman.c | 35 Int32 zz, tmp; \ 46 Int32 zz, yy, tmp; \ 64 Int32 *freq, in BZ2_hbMakeCodeLengths() 65 Int32 alphaSize, in BZ2_hbMakeCodeLengths() 66 Int32 maxLen ) in BZ2_hbMakeCodeLengths() 72 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() 75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() 76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() 77 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() 152 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes() [all …]
|
H A D | blocksort.c | 34 Int32 lo, in fallbackSimpleSort() 35 Int32 hi ) in fallbackSimpleSort() 37 Int32 i, j, tmp; in fallbackSimpleSort() 64 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; } 68 Int32 yyp1 = (zzp1); \ 69 Int32 yyp2 = (zzp2); \ 70 Int32 yyn = (zzn); \ 95 Int32 loSt, in fallbackQSort3() 96 Int32 hiSt ) in fallbackQSort3() 98 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3() [all …]
|
H A D | decompress.c | 29 Int32 i; in makeMaps_d() 106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress() 109 Int32 retVal; in BZ2_decompress() 110 Int32 minLen, maxLen; in BZ2_decompress() 114 Int32 i; in BZ2_decompress() 115 Int32 j; in BZ2_decompress() 116 Int32 t; in BZ2_decompress() 117 Int32 alphaSize; in BZ2_decompress() 118 Int32 nGroups; in BZ2_decompress() 119 Int32 nSelectors; in BZ2_decompress() [all …]
|
H A D | bzip2recover.c | 52 typedef int Int32; typedef 111 static void mallocFail ( Int32 n ) in mallocFail() 123 static void tooManyBlocks ( Int32 max_handled_blocks ) in tooManyBlocks() 146 Int32 buffer; 147 Int32 buffLive; 180 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit() 183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle ); in bsPutBit() 199 static Int32 bsGetBit ( BitStream* bs ) in bsGetBit() 205 Int32 retVal = getc ( bs->handle ); in bsGetBit() 220 Int32 retVal; in bsClose() [all …]
|
H A D | bzip2.c | 164 typedef int Int32; typedef 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 …]
|
H A D | bzlib.c | 104 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc() 122 Int32 i; in prepare_new_block() 157 Int32 n; in BZ_API() 221 Int32 i; in add_pair_to_block() 588 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST() 598 Int32 c_state_out_len = s->state_out_len; in unRLE_obuf_to_output_FAST() 599 Int32 c_nblock_used = s->nblock_used; in unRLE_obuf_to_output_FAST() 600 Int32 c_k0 = s->k0; in unRLE_obuf_to_output_FAST() 605 Int32 ro_blockSize100k = s->blockSize100k; in unRLE_obuf_to_output_FAST() 609 Int32 s_save_nblockPP = s->save_nblock+1; in unRLE_obuf_to_output_FAST() [all …]
|
H A D | compress.c | 73 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() 108 Int32 i; in makeMaps_e() 123 Int32 i, j; in generateMTFValues() 124 Int32 zPend; in generateMTFValues() 125 Int32 wr; in generateMTFValues() 126 Int32 EOB; in generateMTFValues() 241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() 242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() 243 Int32 nGroups, nBytes; in sendMTFValues() 257 Int32 fave[BZ_N_GROUPS]; in sendMTFValues() [all …]
|
H A D | randtable.c | 26 Int32 BZ2_rNums[512] = {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 35 __OMP_TYPE(Int32) 71 __OMP_ARRAY_TYPE(KmpCriticalName, Int32, 8) 72 __OMP_ARRAY_TYPE(Int32Arr3, Int32, 3) 90 __OMP_STRUCT_TYPE(Ident, ident_t, false, Int32, Int32, Int32, Int32, Int8Ptr) 91 __OMP_STRUCT_TYPE(KernelArgs, __tgt_kernel_arguments, false, Int32, Int32, VoidPtrPtr, 93 Int64, Int64, Int32Arr3Ty, Int32Arr3Ty, Int32) 96 __OMP_STRUCT_TYPE(Task, kmp_task_ompbuilder_t, false, VoidPtr, VoidPtr, Int32, VoidPtr, VoidPtr) 98 Int8, Int8, Int8, Int32, Int32, Int32, Int32, Int32, Int32) 103 Int32, Int32) 121 __OMP_FUNCTION_TYPE(TaskRoutineEntry, false, Int32, Int32, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 399 Int32, enumerator 419 explicit Variant(int32_t V) : Type(PDB_VariantType::Int32) { in Variant() 420 Value.Int32 = V; in Variant() 458 int32_t Int32; member 474 case Int32: in isIntegralType() 495 VARIANT_WIDTH(Int32, 32u) in getBitWidth() 520 VARIANT_APSINT(Int32, 32u, false) in toAPSInt() 539 case PDB_VariantType::Int32: in toAPFloat() 562 VARIANT_EQUAL_CASE(Int32)
|
/freebsd/contrib/bearssl/T0/ |
H A D | CodeElementJump.cs | 56 if (joff == Int32.MinValue) { in GetLength() 73 return Int32.MinValue; 92 if (joff == Int32.MinValue) { in Encode()
|
H A D | WordInterpreted.cs | 129 if (sa[j] == Int32.MinValue) { in MergeSA() 157 sa[i] = Int32.MinValue; in AnalyseFlow() 164 int exitSA = Int32.MinValue; in AnalyseFlow() 195 if (exitSA == Int32.MinValue) { in AnalyseFlow() 248 if (exitSA == Int32.MinValue) { in AnalyseFlow()
|
H A D | OpcodeJump.cs | 32 internal OpcodeJump() : this(Int32.MinValue) in OpcodeJump() 54 if (this.disp != Int32.MinValue) { in ResolveJump()
|
H A D | OpcodeJumpUncond.cs | 55 if (JumpDisp == Int32.MinValue) { in ToString()
|
H A D | OpcodeJumpIf.cs | 59 if (JumpDisp == Int32.MinValue) { in ToString()
|
H A D | OpcodeJumpIfNot.cs | 59 if (JumpDisp == Int32.MinValue) { in ToString()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 94 Type *Int32 = Type::getInt32Ty(C); in runOnModule() local 96 StructType::create(C, {PointerType::getUnqual(C), Int32, Int32}, in runOnModule()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd_private.h | 25 typedef long Int32; typedef 28 typedef int Int32; typedef
|
H A D | archive_ppmd7_private.h | 49 Int32 RunLength, InitRL; /* must be 32-bit at least */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 48 Int32 = 0x0074, // 32 bit signed int enumerator 182 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Lanai.cpp | 111 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext); in classifyArgumentType() local 112 SmallVector<llvm::Type *, 3> Elements(SizeInRegs, Int32); in classifyArgumentType()
|
H A D | ARC.cpp | 121 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext); in classifyArgumentType() local 122 SmallVector<llvm::Type *, 3> Elements(SizeInRegs, Int32); in classifyArgumentType()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndex.cpp | 45 {"int*", SimpleTypeKind::Int32},
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int32, OS) in operator <<() 370 case PDB_VariantType::Int32: in operator <<() 371 OS << Value.Value.Int32; in operator <<()
|