Home
last modified time | relevance | path

Searched defs:S32 (Results 1 – 21 of 21) sorted by relevance

/external/lz4/programs/
Ddatagen.c48 typedef int32_t S32; typedef
54 typedef signed int S32; typedef
Dbench.c87 typedef int32_t S32; typedef
93 typedef signed int S32; typedef
Dframetest.c59 typedef int32_t S32; typedef
65 typedef signed int S32; typedef
Dfuzzer.c58 typedef int32_t S32; typedef
64 typedef signed int S32; typedef
Dfullbench.c93 typedef int32_t S32; typedef
99 typedef signed int S32; typedef
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; enumerator
/external/clang/test/PCH/
Dcxx-key-functions.cpp40 struct S32 { virtual void f(); }; struct
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DMD5Digest.java153 private static final int S32 = 11; field in MD5Digest
/external/dng_sdk/source/
Ddng_fingerprint.cpp471 S32 = 11, in MD5Transform() enumerator
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-static-initializers.cpp91 static S S32; in MultipleStatics() local
/external/ppp/pppd/
Dmd5.c255 #define S32 11 macro
/external/v8/test/webkit/fast/js/kde/
Dmd5-1.js168 var S32 = 11; variable
/external/lz4/lib/
Dxxhash.c111 typedef int32_t S32; typedef
117 typedef signed int S32; typedef
Dlz4frame.c81 typedef int32_t S32; typedef
87 typedef signed int S32; typedef
Dlz4.c162 typedef int32_t S32; typedef
168 typedef signed int S32; typedef
/external/libjpeg-turbo/md5/
Dmd5.c282 #define S32 11 macro
/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc76 #define S32 (kExitReplace32) macro
/external/llvm/unittests/ADT/
DStringRefTest.cpp505 int32_t S32; in TEST() local
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c195 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
/external/deqp/framework/common/
DtcuTexture.cpp1043 #define S32(OFFS, COUNT) signExtend(U32(OFFS, COUNT), (COUNT)) in getPixelInt() macro
/external/v8/src/arm/
Dassembler-arm.cc2791 enum VFPType { S32, U32, F32, F64 }; enumerator