Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 25 of 61) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DOpenSSLDigest.java127 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.MD5
134 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.SHA1
141 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.SHA256
148 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.SHA384
155 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in OpenSSLDigest.SHA512
/external/bison/lib/
Disnan.c48 # define SIZE SIZEOF_LDBL macro
60 # define SIZE SIZEOF_DBL macro
72 # define SIZE SIZEOF_FLT macro
Dxsize.h106 #define size_overflow_p(SIZE) \ argument
109 #define size_in_bounds_p(SIZE) \ argument
/external/elfutils/libasm/
Dasm_adduint32.c27 #define SIZE 32 macro
Dasm_adduint16.c27 #define SIZE 16 macro
Dasm_addint16.c27 #define SIZE 16 macro
Dasm_adduint64.c27 #define SIZE 64 macro
Dasm_addint32.c27 #define SIZE 32 macro
Dasm_addint64.c27 #define SIZE 64 macro
Dasm_addint8.c39 # define SIZE 8 macro
Dasm_adduint8.c34 # define SIZE 8 macro
/external/e2fsprogs/intl/
Dxsize.h103 #define size_overflow_p(SIZE) \ argument
106 #define size_in_bounds_p(SIZE) \ argument
/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_backing_store.h41 #define TILE_SIZE_AT_ZOOM(SIZE, ZOOM) ((int)roundf((SIZE) * (ZOOM))) argument
42 #define TILE_W_ZOOM_AT_SIZE(SIZE) ((float)SIZE / (float)TILE_W) argument
43 #define TILE_H_ZOOM_AT_SIZE(SIZE) ((float)SIZE / (float)TILE_H) argument
/external/valgrind/main/none/tests/
Dsigstackgrowth.c29 #define SIZE (4*1024*1024) macro
/external/guava/guava/src/com/google/common/cache/
DRemovalCause.java85 SIZE { enumConstant
/external/eigen/bench/
Dvdw_new.cpp11 #define SIZE 10000 macro
Dsparse_transpose.cpp7 #define SIZE 10000 macro
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.h201 enum { SIZE = 8 }; enumerator
203 static const uint16 SIZE = 8; variable
229 enum { SIZE = 4 }; enumerator
231 static const uint16 SIZE = 4; variable
/external/valgrind/main/callgrind/tests/
Dsimwork.c9 #define SIZE 100000 macro
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DFileChannelTest.java782 final long SIZE = 200; in test_lockJJZ_Shared() local
798 final long SIZE = 200; in test_lockJJZ_NotShared() local
812 final long SIZE = Long.MAX_VALUE; in test_lockJJZ_Long_MAX_VALUE() local
826 final long SIZE = 200; in test_lockJJZ_Overlapping() local
843 final long SIZE = 200; in test_lockJJZ_NotOverlapping() local
990 final long SIZE = 200; in test_tryLockJJZ_Shared() local
1006 final long SIZE = 200; in test_tryLockJJZ_NotShared() local
1020 final long SIZE = Long.MAX_VALUE; in test_tryLockJJZ_Long_MAX_VALUE() local
1034 final long SIZE = 200; in test_tryLockJJZ_Overlapping() local
1051 final long SIZE = 200; in test_tryLockJJZ_NotOverlapping() local
/external/skia/gm/
Dbitmapmatrix.cpp108 static const int SIZE = 64; in setupBitmap() local
/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp35 typedef _SIZE SIZE; typedef in SizeAndEndianness
76 typedef typename SIZE_AND_ENDIANNESS::SIZE SIZE; in create_symbol_owner_data_arch_specific() typedef
/external/clang/test/SemaTemplate/
Ddependent-type-identity.cpp94 enum { SIZE = 100 }; enumerator
/external/openssl/crypto/bn/
Dexp.c7 #define SIZE 256 macro
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp63 # define SIZE(sym) ".size " #sym ", . - " #sym "\n" macro
66 # define SIZE(sym) macro

123