Searched refs:SIZE (Results 1 - 25 of 122) sorted by relevance

12345

/external/elfutils/libasm/
H A Dasm_addint16.c27 #define SIZE 16 macro
H A Dasm_addint32.c27 #define SIZE 32 macro
H A Dasm_addint64.c27 #define SIZE 64 macro
H A Dasm_adduint16.c27 #define SIZE 16 macro
H A Dasm_adduint32.c27 #define SIZE 32 macro
H A Dasm_adduint64.c27 #define SIZE 64 macro
H A Dasm_adduint8.c33 #ifndef SIZE
34 # define SIZE 8 macro
48 UFCT(SIZE) (asmscn, num) function
50 UTYPE(SIZE) num;
52 return INTUSE(FCT(SIZE)) (asmscn, (TYPE(SIZE)) num);
H A Dasm_addint8.c38 #ifndef SIZE
39 # define SIZE 8 macro
51 FCT(SIZE) (asmscn, num) function
53 TYPE(SIZE) num;
67 if (SIZE == 8)
69 else if (SIZE == 16)
72 else if (SIZE == 32)
91 #if SIZE > 8
95 TYPE(SIZE) var = num;
98 if (__libasm_ensure_section_space (asmscn, SIZE /
[all...]
/external/webkit/Source/WebCore/platform/graphics/win/
H A DIntSizeWin.cpp33 IntSize::IntSize(const SIZE& s)
39 IntSize::operator SIZE() const
41 SIZE s = {m_width, m_height};
/external/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp35 typedef _SIZE SIZE; typedef in class:SizeAndEndianness
41 template <typename SIZE> class TRange {
43 typename SIZE::ptr_t _location;
44 typename SIZE::size_t _length;
45 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
47 template <typename SIZE, typename T> class TRangeValue : public TRange<SIZE> {
50 TRangeValue(typename SIZE::ptr_t location, typename SIZE
76 typedef typename SIZE_AND_ENDIANNESS::SIZE SIZE; typedef
[all...]
/external/valgrind/main/callgrind/tests/
H A Dsimwork.c9 #define SIZE 100000 macro
16 for(i = 0; i< SIZE; i++) a[i] = b[i] = 1.0;
22 for(i = 0; i< SIZE; i++) {
34 for(i = 0; i< SIZE; i++) sum += c[i];
54 a = (double*) malloc(SIZE * sizeof(double));
55 b = (double*) malloc(SIZE * sizeof(double));
56 c = (double*) malloc(SIZE * sizeof(double));
/external/skia/samplecode/
H A DSampleTriangles.cpp13 #define SIZE SkIntToScalar(150) macro
19 r.set(0, 0, SIZE, SIZE);
25 r.set(0, 0, SIZE, SIZE);
26 path->addRoundRect(r, SIZE/4, SIZE/4);
31 r.set(0, 0, SIZE, SIZE);
92 canvas->translate(SIZE/
[all...]
/external/eigen/bench/btl/generic_bench/static/
H A Dstatic_size_generator.hh28 template <int SIZE,template<class> class Perf_Analyzer, template<class> class Action, template<class,int> class Interface>
32 tab_sizes.push_back(SIZE);
34 Perf_Analyzer<Action<Interface<REAL_TYPE,SIZE> > > perf_action;
35 tab_mflops.push_back(perf_action.eval_mflops(SIZE));
37 static_size_generator<SIZE-1,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops);
/external/eigen/bench/
H A Dvdw_new.cpp10 #ifndef SIZE
11 #define SIZE 10000 macro
43 Vec interactions1(SIZE), interactions2(SIZE); // SIZE is the number of vdw interactions in our system
H A Dbench_sum.cpp9 Vec v(SIZE);
H A Dsparse_setter.cpp6 #ifndef SIZE
7 #define SIZE 100000 macro
63 int rows = SIZE;
64 int cols = SIZE;
77 // DynamicSparseMatrix<int> stencil(SIZE,SIZE);
197 SparseMatrix<Scalar> mat(SIZE,SIZE);
211 DynamicSparseMatrix<Scalar> mat(SIZE,SIZE);
[all...]
H A Dsparse_lu.cpp11 #ifndef SIZE
12 #define SIZE 10 macro
74 int rows = SIZE;
75 int cols = SIZE;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DOpenSSLDigest.java127 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in class:OpenSSLDigest.MD5
129 public MD5() { super("MD5", EVP_MD, SIZE, BLOCK_SIZE); }
134 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in class:OpenSSLDigest.SHA1
136 public SHA1() { super("SHA-1", EVP_MD, SIZE, BLOCK_SIZE); }
141 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in class:OpenSSLDigest.SHA256
143 public SHA256() { super("SHA-256", EVP_MD, SIZE, BLOCK_SIZE); }
148 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in class:OpenSSLDigest.SHA384
150 public SHA384() { super("SHA-384", EVP_MD, SIZE, BLOCK_SIZE); }
155 private static final int SIZE = NativeCrypto.EVP_MD_size(EVP_MD); field in class:OpenSSLDigest.SHA512
157 public SHA512() { super("SHA-512", EVP_MD, SIZE, BLOCK_SIZ
[all...]
/external/valgrind/main/none/tests/
H A Dsigstackgrowth.c29 #define SIZE (4*1024*1024) macro
48 deep = &here - SIZE;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicDoubleArrayTest.java59 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE);
60 for (int i = 0; i < SIZE; i++) {
115 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE);
116 for (int index : new int[] { -1, SIZE }) {
180 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE);
181 for (int i : new int[] { 0, SIZE - 1}) {
220 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE);
221 for (int i : new int[] { 0, SIZE - 1}) {
241 AtomicDoubleArray aa = new AtomicDoubleArray(SIZE);
242 for (int i : new int[] { 0, SIZE
[all...]
/external/e2fsprogs/intl/
H A Dxsize.h103 #define size_overflow_p(SIZE) \
104 ((SIZE) == SIZE_MAX)
106 #define size_in_bounds_p(SIZE) \
107 ((SIZE) != SIZE_MAX)
/external/guava/guava/src/com/google/common/cache/
H A DRemovalCause.java85 SIZE { enum constant in enum:RemovalCause
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.h41 #define TILE_SIZE_AT_ZOOM(SIZE, ZOOM) ((int)roundf((SIZE) * (ZOOM)))
42 #define TILE_W_ZOOM_AT_SIZE(SIZE) ((float)SIZE / (float)TILE_W)
43 #define TILE_H_ZOOM_AT_SIZE(SIZE) ((float)SIZE / (float)TILE_H)
/external/eigen/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh33 template<class real, int SIZE>
44 typedef TinyVector<real,SIZE> gene_vector;
45 typedef TinyMatrix<real,SIZE,SIZE> gene_matrix;
/external/eigen/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh31 template<class real, int SIZE>
41 typedef Vector<real,SIZE> gene_vector;
42 typedef Matrix<real,SIZE,SIZE> gene_matrix;

Completed in 565 milliseconds

12345