HomeSort by: relevance | last modified time | path
    Searched refs:S64 (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp 426 const LLT S64 = LLT::scalar(64);
487 S32, S64
491 S32, S64, S16
495 S32, S64, S16, V2S16
506 .legalFor({S32, S64, V2S16, S16, V4S16, S1, S128, S256})
585 .customFor({S32, S64})
586 .clampScalar(0, S32, S64)
607 .legalFor({S32, S1, S64, V2S32, S16, V2S16, V4S16})
608 .clampScalar(0, S32, S64)
628 .legalFor({S1, S32, S64, S16, GlobalPtr
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.cpp 27 case FpABIKind::S64:
43 case FpABIKind::S64:
MipsABIFlagsSection.h 23 enum class FpABIKind { ANY, XX, S32, S64, SOFT };
181 FpABI = FpABIKind::S64;
186 FpABI = FpABIKind::S64;
  /src/external/bsd/zstd/dist/lib/compress/
zstd_preSplit.c 12 #include "../common/mem.h" /* S64 */
93 static U64 abs64(S64 s64) { return (U64)((s64 < 0) ? -s64 : s64); }
102 abs64((S64)fp1->events[n] * (S64)fp2->nbEvents - (S64)fp2->events[n] * (S64)fp1->nbEvents)
    [all...]
zstd_compress.c 4552 static size_t ZSTD_optimalBlockSize(ZSTD_CCtx* cctx, const void* src, size_t srcSize, size_t blockSizeMax, int splitLevel, ZSTD_strategy strat, S64 savings)
4602 S64 savings = (S64)cctx->consumedSrcSize - (S64)cctx->producedCSize;
4677 savings += (S64)blockSize - (S64)cSize;
  /src/external/bsd/unbound/dist/compat/
sha512.c 187 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
194 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
195 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
196 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
197 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))
    [all...]
  /src/external/bsd/zstd/dist/programs/
dibio.c 96 static S64 DiB_getFileSize (const char * fileName)
99 return (fileSize == UTIL_FILESIZE_UNKNOWN) ? -1 : (S64)fileSize;
130 S64 const fileSize = DiB_getFileSize(fileNamesTable[fileIndex]);
144 (size_t)MIN(fileSize, (S64)targetChunkSize) :
155 while( (S64)fileDataLoaded < fileSize && nbSamplesLoaded < sstSize ) {
261 S64 totalSizeToLoad;
281 S64 const fileSize = DiB_getFileSize(fileNamesTable[n]);
346 loadedSize = (size_t)MIN( MIN((S64)maxMem, fs.totalSizeToLoad), MAX_SAMPLES_SIZE );
370 if (fs.totalSizeToLoad < (S64)maxDictSize * 8) {
376 if ((S64)loadedSize < fs.totalSizeToLoad
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_string.c 306 #define S64 S32 S32
307 #define S128 S64 S64
310 const char *s64 = S64; local
311 const char *s65 = S64 "0";
316 #undef S64
334 archive_string_sprintf(&s, "%s", s64);
335 assertExactString(64, 4 * EXTENT, s64, s);
  /src/common/lib/libc/hash/sha2/
sha2.c 105 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
118 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
119 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
120 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
121 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
sha2.c 141 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
154 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
155 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
156 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
157 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 195 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
208 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
210 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
211 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
sha2.c 202 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
215 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
216 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
217 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
218 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))
    [all...]
  /src/external/bsd/zstd/dist/lib/common/
mem.h 50 typedef int64_t S64;
72 typedef signed long long S64;
  /src/external/mit/isl/dist/test_inputs/codegen/cloog/
swim.c 82 S64(c0, c1);
  /src/external/bsd/zstd/dist/contrib/linux-kernel/
mem.h 41 typedef int64_t S64;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 1564 // e.g. widen s48 to s64:
1569 // %5:_(s64), %6, %7 = G_UNMERGE_VALUES %4 ; Requested unmerge
1571 // %8:_(s16), %9, %10, %11 = G_UNMERGE_VALUES %5:_(s64)
1572 // %12:_(s16), %13, dead %14, dead %15 = G_UNMERGE_VALUES %6:_(s64)
1573 // dead %16:_(s16), dead %17, dead %18, dead %18 = G_UNMERGE_VALUES %7:_(s64)
3305 // e.g. <4 x s64> = G_SHL <4 x s64>, <4 x s32> ->
3306 // <2 x s64> = G_SHL <2 x s64>, <2 x s32>
3307 // <2 x s64> = G_SHL <2 x s64>, <2 x s32
    [all...]
  /src/external/bsd/zstd/dist/contrib/seekable_format/
zstdseek_decompress.c 401 CHECK_IO(src.seek(src.opaque, -(S64)frameSize, SEEK_END));
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 178 typedef int64_t S64;
186 typedef signed long long S64;
zstd_v03.c 91 typedef int64_t S64;
99 typedef signed long long S64;
zstd_v04.c 58 typedef int64_t S64;
66 typedef signed long long S64;
  /src/sys/dev/ic/
mpt_mpilib.h 98 } S64;
117 typedef S64 *PS64;
  /src/external/gpl3/binutils/dist/include/opcode/
kvx.h 119 S64,
  /src/external/gpl3/binutils.old/dist/include/opcode/
kvx.h 119 S64,
  /src/external/gpl3/gdb.old/dist/include/opcode/
kvx.h 119 S64,
  /src/external/gpl3/gdb/dist/include/opcode/
kvx.h 119 S64,

Completed in 82 milliseconds

1 2