HomeSort by relevance Sort by last modified time
    Searched defs:SIZE (Results 1 - 25 of 421) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libasm/
asm_addint16.c 30 #define SIZE 16
asm_addint32.c 30 #define SIZE 32
asm_addint64.c 30 #define SIZE 64
asm_adduint16.c 30 #define SIZE 16
asm_adduint32.c 30 #define SIZE 32
asm_adduint64.c 30 #define SIZE 64
asm_addint8.c 41 #ifndef SIZE
42 # define SIZE 8
45 #define FCT(size) _FCT(size)
46 #define _FCT(size) asm_addint##size
47 #define TYPE(size) _TYPE(size)
48 #define _TYPE(size) int##size##_
    [all...]
asm_adduint8.c 36 #ifndef SIZE
37 # define SIZE 8
40 #define UFCT(size) _UFCT(size)
41 #define _UFCT(size) asm_adduint##size
42 #define FCT(size) _FCT(size)
43 #define _FCT(size) asm_addint##size
    [all...]
  /art/test/103-string-append/src/
Main.java 19 public static final int SIZE = 8 * 1024;
25 for (int i = 0; i < SIZE; i++) {
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
ok.c 10 #define SIZE 1024
13 char buf[SIZE];
15 int n = syscall(__NR_read, fd, buf, SIZE);
fail.c 10 #define SIZE 1024
13 char buf[SIZE];
16 int nr = syscall(__NR_read, fd_z, buf, SIZE);
17 int nw = syscall(__NR_write, fd_n, buf, SIZE);
  /frameworks/base/core/java/android/provider/
OpenableColumns.java 42 public static final String SIZE = "_size";
  /external/valgrind/none/tests/
sigstackgrowth.c 29 #define SIZE (4*1024*1024)
48 deep = &here - SIZE;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioCollections.cpp 31 for (size_t i = 0; i < size(); i++) {
45 const size_t SIZE = 256;
46 char buffer[SIZE];
48 snprintf(buffer, SIZE, "\n%*sAudio Routes (%zu):\n", spaces, "", size());
50 for (size_t i = 0; i < size(); i++) {
51 snprintf(buffer, SIZE, "%*s- Route %zu:\n", spaces, "", i + 1);
AudioRoute.cpp 29 const size_t SIZE = 256;
30 char buffer[SIZE];
33 snprintf(buffer, SIZE, "%*s- Type: %s\n", spaces, "", mType == AUDIO_ROUTE_MUX ? "Mux" : "Mix");
36 snprintf(buffer, SIZE, "%*s- Sink: %s\n", spaces, "", mSink->getTagName().string());
39 if (mSources.size() != 0) {
40 snprintf(buffer, SIZE, "%*s- Sources: \n", spaces, "");
42 for (size_t i = 0; i < mSources.size(); i++) {
43 snprintf(buffer, SIZE, "%*s%s \n", spaces + 4, "", mSources[i]->getTagName().string());
49 write(fd, result.string(), result.size());
AudioSourceDescriptor.cpp 34 const size_t SIZE = 256;
35 char buffer[SIZE];
38 snprintf(buffer, SIZE, "mStream: %d\n", audio_attributes_to_stream_type(&mAttributes));
40 snprintf(buffer, SIZE, "mDevice:\n");
42 write(fd, result.string(), result.size());
50 const size_t SIZE = 256;
51 char buffer[SIZE];
53 snprintf(buffer, SIZE, "\nAudio sources dump:\n");
55 for (size_t i = 0; i < size(); i++) {
56 snprintf(buffer, SIZE, "- Source %d dump:\n", keyAt(i))
    [all...]
AudioGain.cpp 103 const size_t SIZE = 256;
104 char buffer[SIZE];
107 snprintf(buffer, SIZE, "%*sGain %d:\n", spaces, "", index+1);
109 snprintf(buffer, SIZE, "%*s- mode: %08x\n", spaces, "", mGain.mode);
111 snprintf(buffer, SIZE, "%*s- channel_mask: %08x\n", spaces, "", mGain.channel_mask);
113 snprintf(buffer, SIZE, "%*s- min_value: %d mB\n", spaces, "", mGain.min_value);
115 snprintf(buffer, SIZE, "%*s- max_value: %d mB\n", spaces, "", mGain.max_value);
117 snprintf(buffer, SIZE, "%*s- default_value: %d mB\n", spaces, "", mGain.default_value);
119 snprintf(buffer, SIZE, "%*s- step_value: %d mB\n", spaces, "", mGain.step_value);
121 snprintf(buffer, SIZE, "%*s- min_ramp_ms: %d ms\n", spaces, "", mGain.min_ramp_ms)
    [all...]
  /external/eigen/bench/
vdw_new.cpp 10 #ifndef SIZE
11 #define SIZE 10000
43 Vec interactions1(SIZE), interactions2(SIZE); // SIZE is the number of vdw interactions in our system
sparse_transpose.cpp 6 #ifndef SIZE
7 #define SIZE 10000
38 int rows = SIZE;
39 int cols = SIZE;
  /cts/tests/tests/database/src/android/database/cts/
CursorIndexOutOfBoundsExceptionTest.java 26 int SIZE = 99;
28 String expected2 = "Index " + INDEX + " requested, with a size of " + SIZE;
44 throw new CursorIndexOutOfBoundsException(INDEX, SIZE);
  /external/bison/lib/
isnan.c 48 # define SIZE SIZEOF_LDBL
60 # define SIZE SIZEOF_DBL
72 # define SIZE SIZEOF_FLT
149 return (memcmp (&m.value, &plus_inf, SIZE) != 0
150 && memcmp (&m.value, &minus_inf, SIZE) != 0);
165 memset (&m1.value, 0, SIZE);
166 memset (&m2.value, 0, SIZE);
169 if (memcmp (&m1.value, &m2.value, SIZE) != 0)
  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 84 * The entry was evicted due to size constraints. This can occur when using
87 SIZE {
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfName.h 82 static const int SIZE = 256;
83 static const int MAX_LENGTH = SIZE - 1;
87 char _text[SIZE];
  /external/skia/bench/
ChecksumBench.cpp 22 SIZE = U32COUNT * 4,
  /external/valgrind/callgrind/tests/
simwork.c 9 #define SIZE 100000
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));

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011>>