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

1 2 3 4

  /external/elfutils/libasm/
asm_addint16.c 15 #define SIZE 16
asm_addint32.c 15 #define SIZE 32
asm_addint64.c 15 #define SIZE 64
asm_adduint16.c 15 #define SIZE 16
asm_adduint32.c 15 #define SIZE 32
asm_adduint64.c 15 #define SIZE 64
asm_addint8.c 26 #ifndef SIZE
27 # define SIZE 8
30 #define FCT(size) _FCT(size)
31 #define _FCT(size) asm_addint##size
32 #define TYPE(size) _TYPE(size)
33 #define _TYPE(size) int##size##_
    [all...]
asm_adduint8.c 21 #ifndef SIZE
22 # define SIZE 8
25 #define UFCT(size) _UFCT(size)
26 #define _UFCT(size) asm_adduint##size
27 #define FCT(size) _FCT(size)
28 #define _FCT(size) asm_addint##size
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
IntSizeWin.cpp 33 IntSize::IntSize(const SIZE& s)
39 IntSize::operator SIZE() const
41 SIZE s = {m_width, m_height};
  /frameworks/base/core/java/android/provider/
OpenableColumns.java 36 public static final String SIZE = "_size";
  /external/bluetooth/glib/tests/
qsort-test.c 6 #define SIZE 100000
8 guint32 array[SIZE];
21 for (i = 0; i < SIZE; i++)
24 g_qsort_with_data (array, SIZE, sizeof (guint32), sort, NULL);
26 for (i = 0; i < SIZE - 1; i++)
list-test.c 11 #define SIZE 50
16 static guint32 array[SIZE];
41 for (i = 0; i < SIZE; i++) {
46 for (i = 0; i < SIZE - 1; i++) {
67 for (i = 0; i < SIZE; i++) {
72 for (i = 0; i < SIZE - 1; i++) {
93 for (i = 0; i < SIZE; i++) {
97 for (i = 0; i < SIZE - 1; i++) {
118 for (i = 0; i < SIZE; i++) {
125 for (i = 0; i < SIZE - 1; i++)
    [all...]
slist-test.c 11 #define SIZE 50
16 static guint32 array[SIZE];
41 for (i = 0; i < SIZE; i++) {
46 for (i = 0; i < SIZE - 1; i++) {
65 for (i = 0; i < SIZE; i++) {
70 for (i = 0; i < SIZE - 1; i++) {
89 for (i = 0; i < SIZE; i++) {
93 for (i = 0; i < SIZE - 1; i++) {
112 for (i = 0; i < SIZE; i++) {
119 for (i = 0; i < SIZE - 1; i++)
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorIndexOutOfBoundsExceptionTest.java 45 int SIZE = 99;
47 String expected2 = "Index " + INDEX + " requested, with a size of " + SIZE;
63 throw new CursorIndexOutOfBoundsException(INDEX, SIZE);
  /external/chromium/base/gfx/
size.h 13 typedef struct tagSIZE SIZE;
21 // A size has width and height values.
23 class Size {
25 Size() : width_(0), height_(0) {}
26 Size(int width, int height);
28 explicit Size(const CGSize& s);
31 ~Size() {}
34 Size& operator=(const CGSize& s);
55 bool operator==(const Size& s) const {
59 bool operator!=(const Size& s) const
    [all...]
  /external/webkit/WebKit/android/
RenderSkinRadio.cpp 46 static SkScalar SIZE;
65 SIZE = SkIntToScalar(s_bitmap[0].width());
85 SkScalar scale = SkScalarDiv(width, SIZE);
  /frameworks/base/libs/ui/
GraphicBufferAllocator.cpp 59 const size_t SIZE = 512;
60 char buffer[SIZE];
61 snprintf(buffer, SIZE, "Allocated buffers:\n");
63 const size_t c = list.size();
66 snprintf(buffer, SIZE, "%10p: %7.2f KiB | %4u (%4u) x %4u | %2d | 0x%08x\n",
67 list.keyAt(i), rec.size/1024.0f,
70 total += rec.size;
72 snprintf(buffer, SIZE, "Total allocated: %.2f KB\n", total/1024.0f);
112 rec.size = h * stride[0] * bytesPerPixel(format);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposeShaderTest.java 42 private static final int SIZE = 255;
51 LinearGradient blueGradient = new LinearGradient(0, 0, SIZE, 0,
53 LinearGradient redGradient = new LinearGradient(0, 0, 0, SIZE,
57 Bitmap bitmap = Bitmap.createBitmap(SIZE, SIZE, Config.ARGB_8888);
63 for (int y = 0; y < SIZE; y++) {
64 for (int x = 0; x < SIZE; x++) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
DrawPoints.java 37 private static final float SIZE = 300;
47 final float delta = SIZE / SEGS;
49 mPts[i*4 + X] = SIZE - value;
  /external/chromium/third_party/icu/source/test/compat/
tzdate.c 29 #define SIZE 80
37 char systime[SIZE];
38 char icutime[SIZE];
  /external/icu4c/test/compat/
tzdate.c 29 #define SIZE 80
37 char systime[SIZE];
38 char icutime[SIZE];
  /external/openssl/crypto/bn/
exp.c 7 #define SIZE 256
17 int j,i,size=SIZE,num=NUM,mod=MOD; local
31 while (size <= 1024*8)
33 BN_rand(&a,size,0,0);
34 BN_rand(&b,size,1,0);
35 BN_rand(&c,size,0,1);
54 printf("%5d bit:%6.2f %6d %6.4f %4d m_set(%5.4f)\n",size,
59 size*=2;
  /external/webkit/WebCore/platform/graphics/
IntSize.h 44 typedef struct tagSIZE SIZE;
118 IntSize(const SIZE&);
119 operator SIZE() const;
170 inline IntSize operator-(const IntSize& size)
172 return IntSize(-size.width(), -size.height());
  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 78 const size_t SIZE = 256;
79 char buffer[SIZE];
84 write(fd, result.string(), result.size());
163 LOGE("offset (%lld) bigger than file size (%llu)", offset, sb.st_size);
199 size_t size = sizeof(VideoFrame) + frame->mSize; local
200 sp<MemoryHeapBase> heap = new MemoryHeapBase(size, 0, "MetadataRetrieverClient");
206 mThumbnail = new MemoryBase(heap, 0, size);
208 LOGE("not enough memory for VideoFrame size=%u", size);
240 size_t size = sizeof(MediaAlbumArt) + albumArt->mSize local
    [all...]
  /frameworks/base/services/audioflinger/
AudioHardwareInterface.cpp 169 const size_t SIZE = 256;
170 char buffer[SIZE];
172 snprintf(buffer, SIZE, "AudioHardwareBase::dumpState\n");
174 snprintf(buffer, SIZE, "\tmMode: %d\n", mMode);
176 ::write(fd, result.string(), result.size());

Completed in 727 milliseconds

1 2 3 4