| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | bzlib_private.h | 46 typedef int Int32; typedef 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 …]
|
| H A D | bzlib.c | 67 Int32 netpgpv_BZ2_rNums[512] = { 190 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc() 344 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST() 354 Int32 c_state_out_len = s->state_out_len; in unRLE_obuf_to_output_FAST() 355 Int32 c_nblock_used = s->nblock_used; in unRLE_obuf_to_output_FAST() 356 Int32 c_k0 = s->k0; in unRLE_obuf_to_output_FAST() 361 Int32 ro_blockSize100k = s->blockSize100k; in unRLE_obuf_to_output_FAST() 365 Int32 s_save_nblockPP = s->save_nblock+1; in unRLE_obuf_to_output_FAST() 419 c_state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST() 447 __inline__ Int32 netpgpv_BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in netpgpv_BZ2_indexIntoF() [all …]
|
| /netbsd-src/external/bsd/bzip2/dist/ |
| H A D | bzlib_private.h | 46 typedef int Int32; typedef 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 …]
|
| H A D | blocksort.c | 36 Int32 lo, in fallbackSimpleSort() 37 Int32 hi ) in fallbackSimpleSort() 39 Int32 i, j, tmp; in fallbackSimpleSort() 66 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; } 70 Int32 yyp1 = (zzp1); \ 71 Int32 yyp2 = (zzp2); \ 72 Int32 yyn = (zzn); \ 97 Int32 loSt, in fallbackQSort3() 98 Int32 hiSt ) in fallbackQSort3() 100 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3() [all …]
|
| H A D | huffman.c | 37 Int32 zz, tmp; \ 48 Int32 zz, yy, tmp; \ 66 Int32 *freq, in BZ2_hbMakeCodeLengths() 67 Int32 alphaSize, in BZ2_hbMakeCodeLengths() 68 Int32 maxLen ) in BZ2_hbMakeCodeLengths() 74 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() 77 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() 78 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() 79 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() 154 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes() [all …]
|
| H A D | decompress.c | 31 Int32 i; in makeMaps_d() 108 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress() 111 Int32 retVal; in BZ2_decompress() 112 Int32 minLen, maxLen; in BZ2_decompress() 116 Int32 i; in BZ2_decompress() 117 Int32 j; in BZ2_decompress() 118 Int32 t; in BZ2_decompress() 119 Int32 alphaSize; in BZ2_decompress() 120 Int32 nGroups; in BZ2_decompress() 121 Int32 nSelectors; in BZ2_decompress() [all …]
|
| H A D | bzip2recover.c | 55 typedef int Int32; typedef 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 ) in mallocFail() 152 __dead static void tooManyBlocks ( Int32 max_handled_blocks ) in tooManyBlocks() 195 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit() [all …]
|
| H A D | bzip2.c | 166 typedef int Int32; typedef 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 …]
|
| H A D | bzlib.c | 104 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc() 121 Int32 i; in prepare_new_block() 156 Int32 n; in BZ_API() 220 Int32 i; in add_pair_to_block() 586 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST() 596 Int32 c_state_out_len = s->state_out_len; in unRLE_obuf_to_output_FAST() 597 Int32 c_nblock_used = s->nblock_used; in unRLE_obuf_to_output_FAST() 598 Int32 c_k0 = s->k0; in unRLE_obuf_to_output_FAST() 603 Int32 ro_blockSize100k = s->blockSize100k; in unRLE_obuf_to_output_FAST() 607 Int32 s_save_nblockPP = s->save_nblock+1; in unRLE_obuf_to_output_FAST() [all …]
|
| H A D | compress.c | 75 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() 110 Int32 i; in makeMaps_e() 125 Int32 i, j; in generateMTFValues() 126 Int32 zPend; in generateMTFValues() 127 Int32 wr; in generateMTFValues() 128 Int32 EOB; in generateMTFValues() 243 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() 244 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() 245 Int32 nGroups, nBytes; in sendMTFValues() 259 Int32 fave[BZ_N_GROUPS]; in sendMTFValues() [all …]
|
| H A D | randtable.c | 28 Int32 BZ2_rNums[512] = {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 34 __OMP_TYPE(Int32) 71 __OMP_ARRAY_TYPE(KmpCriticalName, Int32, 8) 89 __OMP_STRUCT_TYPE(Ident, ident_t, Int32, Int32, Int32, Int32, Int8Ptr) 108 __OMP_FUNCTION_TYPE(TaskRoutineEntry, false, Int32, Int32, 111 __OMP_FUNCTION_TYPE(InterWarpCopy, false, Void, VoidPtr, Int32) 112 __OMP_FUNCTION_TYPE(GlobalList, false, Void, VoidPtr, Int32, VoidPtr) 193 __OMP_RTL(__kmpc_barrier, false, Void, IdentPtr, Int32) 194 __OMP_RTL(__kmpc_cancel, false, Int32, IdentPtr, Int32, Int32) 195 __OMP_RTL(__kmpc_cancel_barrier, false, Int32, IdentPtr, Int32) 197 __OMP_RTL(__kmpc_global_thread_num, false, Int32, IdentPtr) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 398 Int32, enumerator 418 explicit Variant(int32_t V) : Type(PDB_VariantType::Int32) { in Variant() 419 Value.Int32 = V; in Variant() 457 int32_t Int32; member 473 case Int32: in isIntegralType() 494 VARIANT_WIDTH(Int32, 32u) in getBitWidth() 519 VARIANT_APSINT(Int32, 32u, false) in toAPSInt() 538 case PDB_VariantType::Int32: in toAPFloat() 561 VARIANT_EQUAL_CASE(Int32)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/ |
| H A D | gmock-port.h | 75 extern GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name) 83 GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name) = (default_val)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 126 const char* str, const char* flag, Int32* value); 130 inline int GetRandomSeedFromFlag(Int32 random_seed_flag) { in GetRandomSeedFromFlag() 216 internal::Int32 random_seed_; 217 internal::Int32 repeat_; 219 internal::Int32 stack_trace_depth_; 266 GTEST_API_ Int32 Int32FromEnvOrDie(const char* env_var, Int32 default_val);
|
| H A D | gtest-port.cc | 1289 bool ParseInt32(const Message& src_text, const char* str, Int32* value) { in ParseInt32() 1307 const Int32 result = static_cast<Int32>(long_value); in ParseInt32() 1345 Int32 Int32FromGTestEnv(const char* flag, Int32 default_value) { in Int32FromGTestEnv() 1356 Int32 result = default_value; in Int32FromGTestEnv()
|
| /netbsd-src/external/bsd/libarchive/dist/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 */
|
| H A D | archive_ppmd8_private.h | 58 Int32 RunLength, InitRL; /* must be 32-bit at least */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 47 Int32 = 0x0074, // 32 bit signed int enumerator 181 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 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); 2204 GTEST_API_ Int32 Int32FromGTestEnv(const char* flag, Int32 default_val);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 239 Constant *I32Null = ConstantInt::getNullValue(Int32); in getOrCreateIdent() 241 I32Null, ConstantInt::get(Int32, uint32_t(LocFlags)), in getOrCreateIdent() 242 ConstantInt::get(Int32, Reserve2Flags), I32Null, SrcLocStr}; in getOrCreateIdent() 483 Builder.CreateIntCast(NumThreads, Int32, /*isSigned*/ false)}; in createParallel() 492 ConstantInt::get(Int32, unsigned(ProcBind), /*isSigned=*/true)}; in createParallel() 511 AllocaInst *TIDAddr = Builder.CreateAlloca(Int32, nullptr, "tid.addr"); in createParallel() 512 AllocaInst *ZeroAddr = Builder.CreateAlloca(Int32, nullptr, "zero.addr"); in createParallel() 519 Builder.CreateStore(Constant::getNullValue(Int32), TIDAddr); in createParallel() 520 Builder.CreateStore(Constant::getNullValue(Int32), ZeroAddr); in createParallel() 566 Builder.CreateAlloca(Int32, nullptr, "tid.addr.local"); in createParallel() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 32 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int32, OS) in operator <<() 363 case PDB_VariantType::Int32: in operator <<() 364 OS << Value.Value.Int32; in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 44 {"int*", SimpleTypeKind::Int32},
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 266 let params = !listconcat(T.Int16, T.Int32) in { 877 defm: contiguous_load<"vldrbq", u8, T.All8, !listconcat(T.Int16, T.Int32)>; 878 defm: contiguous_load<"vldrhq", u16, T.All16, T.Int32>; 938 defm: contiguous_store<"vstrbq", u8, T.All8, !listconcat(T.Int16, T.Int32)>; 939 defm: contiguous_store<"vstrhq", u16, T.All16, T.Int32>; 1044 defm vldrbq: gather_offset_unshifted<!listconcat(T.All8, T.Int16, T.Int32), u8>; 1045 defm vldrhq: gather_offset_both<!listconcat(T.All16, T.Int32), u16, 1>; 1090 defm vstrbq: scatter_offset_unshifted<!listconcat(T.All8,T.Int16,T.Int32), u8>; 1091 defm vstrhq: scatter_offset_both<!listconcat(T.All16, T.Int32), u16, 1>; 1295 let params = T.Int32 in { [all …]
|