HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 51 - 75 of 422) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 336 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \
342 (int)(ROUNDED), (int)(SIZE)); \
352 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \
358 fprintf (STREAM, "\t.space\t%d\n", (int)(SIZE)); \
365 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \
366 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 336 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \
342 (int)(ROUNDED), (int)(SIZE)); \
352 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \
358 fprintf (STREAM, "\t.space\t%d\n", (int)(SIZE)); \
365 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \
366 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
  /hardware/libhardware_legacy/audio/
AudioHardwareGeneric.cpp 168 const size_t SIZE = 256;
169 char buffer[SIZE];
172 snprintf(buffer, SIZE, "\tmFd: %d mMicMute: %s\n", mFd, mMicMute? "true": "false");
174 ::write(fd, result.string(), result.size());
247 const size_t SIZE = 256;
248 char buffer[SIZE];
250 snprintf(buffer, SIZE, "AudioStreamOutGeneric::dump\n");
252 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate());
254 snprintf(buffer, SIZE, "\tbuffer size: %d\n", bufferSize())
    [all...]
AudioHardwareInterface.cpp 139 const size_t SIZE = 256;
140 char buffer[SIZE];
142 snprintf(buffer, SIZE, "AudioHardwareBase::dumpState\n");
144 snprintf(buffer, SIZE, "\tmMode: %d\n", mMode);
146 ::write(fd, result.string(), result.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/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
tex-swizzle.c 120 #define SIZE 256
122 ubyte tex2d[SIZE][SIZE][4];
125 for (s = 0; s < SIZE; s++) {
126 for (t = 0; t < SIZE; t++) {
134 texture = graw_util_create_tex2d(&info, SIZE, SIZE,
155 #undef SIZE
quad-sample.c 161 #define SIZE 16
169 ubyte tex2d[SIZE][SIZE][4];
172 #if (SIZE != 2)
173 for (s = 0; s < SIZE; s++) {
174 for (t = 0; t < SIZE; t++) {
184 tex2d[t][s][0] = s*255/(SIZE-1);
185 tex2d[t][s][1] = t*255/(SIZE-1);
215 templat.width0 = SIZE;
216 templat.height0 = SIZE;
    [all...]
  /external/chromium_org/ui/gfx/
size.h 16 typedef struct tagSIZE SIZE;
25 // A size has width and height values.
26 class UI_EXPORT Size : public SizeBase<Size, int> {
28 Size() : SizeBase<Size, int>(0, 0) {}
29 Size(int width, int height) : SizeBase<Size, int>(width, height) {}
31 explicit Size(const CGSize& s);
34 ~Size() {}
    [all...]
  /external/eigen/bench/
sparse_setter.cpp 6 #ifndef SIZE
7 #define SIZE 100000
63 int rows = SIZE;
64 int cols = SIZE;
77 // DynamicSparseMatrix<int> stencil(SIZE,SIZE);
93 int i = internal::random<int>(0,pool.size());
107 std::cout << "nnz = " << coords.size() << "\n";
197 SparseMatrix<Scalar> mat(SIZE,SIZE);
    [all...]
sparse_lu.cpp 11 #ifndef SIZE
12 #define SIZE 10
74 int rows = SIZE;
75 int cols = SIZE;
sparse_randomsetter.cpp 10 #ifndef SIZE
11 #define SIZE 10000
67 int rows = SIZE;
68 int cols = SIZE;
  /external/mesa3d/src/gallium/tests/graw/
tex-swizzle.c 120 #define SIZE 256
122 ubyte tex2d[SIZE][SIZE][4];
125 for (s = 0; s < SIZE; s++) {
126 for (t = 0; t < SIZE; t++) {
134 texture = graw_util_create_tex2d(&info, SIZE, SIZE,
155 #undef SIZE
quad-sample.c 161 #define SIZE 16
169 ubyte tex2d[SIZE][SIZE][4];
172 #if (SIZE != 2)
173 for (s = 0; s < SIZE; s++) {
174 for (t = 0; t < SIZE; t++) {
184 tex2d[t][s][0] = s*255/(SIZE-1);
185 tex2d[t][s][1] = t*255/(SIZE-1);
215 templat.width0 = SIZE;
216 templat.height0 = SIZE;
    [all...]
  /external/clang/test/Sema/
ms-inline-asm.c 28 mov eax, SIZE bar // expected-error {{Unable to lookup expr!}}
  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 82 * The entry was evicted due to size constraints. This can occur when using
85 SIZE {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
DrawPoints.java 36 private static final float SIZE = 300;
46 final float delta = SIZE / SEGS;
48 mPts[i*4 + X] = SIZE - value;
  /system/core/healthd/
BatteryMonitor.cpp 95 int BatteryMonitor::readFromFile(const String8& path, char* buf, size_t size) {
106 ssize_t count = TEMP_FAILURE_RETRY(read(fd, buf, size));
120 const int SIZE = 128;
121 char buf[SIZE];
122 int length = readFromFile(path, buf, SIZE);
148 const int SIZE = 16;
149 char buf[SIZE];
152 if (readFromFile(path, buf, SIZE) > 0) {
162 const int SIZE = 128;
163 char buf[SIZE];
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposeShaderTest.java 38 private static final int SIZE = 255;
42 LinearGradient blueGradient = new LinearGradient(0, 0, SIZE, 0,
44 LinearGradient redGradient = new LinearGradient(0, 0, 0, SIZE,
48 Bitmap bitmap = Bitmap.createBitmap(SIZE, SIZE, Config.ARGB_8888);
54 for (int y = 0; y < SIZE; y++) {
55 for (int x = 0; x < SIZE; x++) {
SweepGradientTest.java 37 private static final int SIZE = 200;
38 private static final int CENTER = SIZE / 2;
47 mBitmap = Bitmap.createBitmap(SIZE, SIZE, Config.ARGB_8888);
57 mCanvas.drawRect(new Rect(0, 0, SIZE, SIZE), mPaint);
66 mCanvas.drawRect(new Rect(0, 0, SIZE, SIZE), mPaint);
77 mCanvas.drawRect(new Rect(0, 0, SIZE, SIZE), mPaint)
    [all...]
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 59 const size_t SIZE = 4096;
60 char buffer[SIZE];
61 snprintf(buffer, SIZE, "Allocated buffers:\n");
63 const size_t c = list.size();
66 if (rec.size) {
67 snprintf(buffer, SIZE, "%10p: %7.2f KiB | %4u (%4u) x %4u | %8X | 0x%08x\n",
68 list.keyAt(i), rec.size/1024.0f,
71 snprintf(buffer, SIZE, "%10p: unknown | %4u (%4u) x %4u | %8X | 0x%08x\n",
76 total += rec.size;
78 snprintf(buffer, SIZE, "Total allocated (estimate): %.2f KB\n", total/1024.0f)
    [all...]
  /frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp 59 size_t size() const { function in struct:android::MyString8
72 const size_t SIZE = 256;
73 char buffer[SIZE];
77 size_t size; member in struct:android::__anon31348
93 snprintf(buffer, SIZE, " Allocation count %i\n", count);
95 snprintf(buffer, SIZE, " Total memory %i\n", totalMemory);
104 e->size = *reinterpret_cast<size_t *>(ptr);
114 // Now we need to sort the entries. They come sorted by size but
123 bool swap = e1->size < e2->size;
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/
ShaderPerfRenderer.cpp 124 const int SIZE = 256;
125 uint32_t* m = new uint32_t[SIZE];
128 for (int i = 0; i < SIZE; i++) {
134 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, SIZE, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, m);
  /external/clang/test/CodeGen/
ms-inline-asm.cpp 62 __asm mov eax, SIZE Foo::ptr
64 __asm mov eax, SIZE Foo::Bar::ptr
66 __asm mov eax, SIZE Foo::arr
68 __asm mov eax, SIZE Foo::Bar::arr
  /external/eigen/bench/btl/libs/blitz/
tiny_blitz_interface.hh 33 template<class real, int SIZE>
44 typedef TinyVector<real,SIZE> gene_vector;
45 typedef TinyMatrix<real,SIZE,SIZE> gene_matrix;
54 for (int j=0; j<A_stl.size() ; j++)
55 for (int i=0; i<A_stl[j].size() ; i++)
60 for (int i=0; i<B_stl.size() ; i++)
65 for (int i=0; i<B_stl.size() ; i++)
70 int N = A_stl.size();
  /external/eigen/bench/btl/libs/tvmet/
tvmet_interface.hh 31 template<class real, int SIZE>
41 typedef Vector<real,SIZE> gene_vector;
42 typedef Matrix<real,SIZE,SIZE> gene_matrix;
51 for (int j=0; j<A_stl.size() ; j++)
52 for (int i=0; i<A_stl[j].size() ; i++)
57 for (int i=0; i<B_stl.size() ; i++)
62 for (int i=0; i<B_stl.size() ; i++){
68 int N = A_stl.size();

Completed in 531 milliseconds

1 23 4 5 6 7 8 91011>>