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

1 2

  /external/qemu/util/
cache-utils.c 25 unsigned long dsize = qemu_getauxval(AT_DCACHEBSIZE); local
28 if (dsize == 0 || isize == 0) {
29 if (dsize == 0) {
38 qemu_cache_conf.dcache_bsize = dsize;
  /external/chromium_org/third_party/skia/samplecode/
SampleManyRects.cpp 38 SkISize dsize = canvas->getDeviceSize(); local
44 int x = fRandom.nextRangeU(0, dsize.fWidth);
45 int y = fRandom.nextRangeU(0, dsize.fHeight);
  /external/qemu/include/qemu/
cache-utils.h 21 unsigned long dsize = qemu_cache_conf.dcache_bsize; local
24 start1 = start & ~(dsize - 1);
25 stop1 = (stop + dsize - 1) & ~(dsize - 1);
26 for (p = start1; p < stop1; p += dsize) {
  /external/skia/samplecode/
SampleManyRects.cpp 38 SkISize dsize = canvas->getDeviceSize(); local
44 int x = fRandom.nextRangeU(0, dsize.fWidth);
45 int y = fRandom.nextRangeU(0, dsize.fHeight);
  /external/oprofile/libutil++/
op_spu_bfd.cpp 117 unsigned int nsize, dsize, type; local
119 dsize = *((unsigned int *) sec_contents +1);
130 if ((remainder = (dsize % 4)) != 0)
133 name_pad_length + dsize + desc_pad_length;
144 char * description = (char *) xmalloc(dsize);
145 memcpy(description, sec_contents + desc_start, dsize);
  /system/core/fastboot/
protocol.c 92 unsigned dsize = strtoul((char*) status + 4, 0, 16); local
93 if(dsize > size) {
98 return dsize;
  /external/bison/lib/
vbitset.c 386 bitset_windex dsize; local
396 dsize = VBITSET_SIZE (dst);
401 sizeof (bitset_word) * (dsize - ssize));
412 bitset_windex dsize; local
419 dsize = VBITSET_SIZE (dst);
426 sizeof (bitset_word) * (dsize - ssize));
437 bitset_windex dsize = VBITSET_SIZE (dst); local
439 for (i = 0; i < min (ssize, dsize); i++)
443 if (ssize > dsize)
451 for (; i < dsize; i++
467 bitset_windex dsize = VBITSET_SIZE (dst); local
491 bitset_windex dsize = VBITSET_SIZE (dst); local
510 bitset_windex dsize; local
538 bitset_windex dsize; local
590 bitset_windex dsize; local
631 bitset_windex dsize; local
695 bitset_windex dsize; local
732 bitset_windex dsize; local
786 bitset_windex dsize; local
823 bitset_windex dsize; local
    [all...]
ebitset.c 957 bitset_windex dsize; local
963 dsize = EBITSET_SIZE (dst);
972 delt = j < dsize ? delts[j] : 0;
999 bitset_windex dsize; local
1005 dsize = EBITSET_SIZE (dst);
1014 delt = j < dsize ? delts[j] : 0;
1033 bitset_windex dsize; local
1049 dsize = EBITSET_SIZE (dst);
1066 delt = j < dsize ? delts[j] : 0;
1159 for (; j < dsize; j++
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
eval.c 273 GLint i, j, k, size, dsize, hsize; local
285 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder;
288 if(hsize>dsize)
291 buffer = (GLfloat *) MALLOC((uorder*vorder*size+dsize)*sizeof(GLfloat));
316 GLint i, j, k, size, hsize, dsize; local
328 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder;
331 if(hsize>dsize)
334 buffer = (GLfloat *) MALLOC((uorder*vorder*size+dsize)*sizeof(GLfloat));
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c 266 GLfloat dsize = vert->pointSize / ctx->Point.Threshold; local
267 alphaAtten = dsize * dsize;
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_lib.c 338 int dsize=0,i,j,ret=0; local
355 if ((dsize=i2d(x,NULL)) < 0)
358 dsize=0;
363 data=(unsigned char *)OPENSSL_malloc((unsigned int)dsize+20);
434 OPENSSL_cleanse(data,(unsigned int)dsize);
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContextLinux_x86_64.cpp 81 uint64_t dsize; // Data segment size. member in struct:UserArea
RegisterContext_i386.h 146 uint32_t dsize; // Data segment size. member in struct:RegisterContext_i386::UserArea
  /external/mesa3d/src/mesa/main/
eval.c 273 GLint i, j, k, size, dsize, hsize; local
285 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder;
288 if(hsize>dsize)
291 buffer = (GLfloat *) MALLOC((uorder*vorder*size+dsize)*sizeof(GLfloat));
316 GLint i, j, k, size, hsize, dsize; local
328 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder;
331 if(hsize>dsize)
334 buffer = (GLfloat *) MALLOC((uorder*vorder*size+dsize)*sizeof(GLfloat));
  /external/mesa3d/src/mesa/swrast/
s_points.c 266 GLfloat dsize = vert->pointSize / ctx->Point.Threshold; local
267 alphaAtten = dsize * dsize;
  /external/openssl/crypto/pem/
pem_lib.c 338 int dsize=0,i,j,ret=0; local
355 if ((dsize=i2d(x,NULL)) < 0)
358 dsize=0;
363 data=(unsigned char *)OPENSSL_malloc((unsigned int)dsize+20);
434 OPENSSL_cleanse(data,(unsigned int)dsize);
  /bionic/libc/kernel/uapi/linux/
jffs2.h 132 jint32_t dsize; member in struct:jffs2_raw_inode
  /development/ndk/platforms/android-L/include/linux/
jffs2.h 132 jint32_t dsize; member in struct:jffs2_raw_inode
  /external/e2fsprogs/lib/ext2fs/
tdb.h 64 size_t dsize; member in struct:TDB_DATA
  /external/kernel-headers/original/uapi/linux/
jffs2.h 157 jint32_t dsize; /* Size of the node's data. (after decompression) */ member in struct:jffs2_raw_inode
  /external/opencv/cv/src/
cvemd.cpp 85 int ssize, dsize; member in struct:CvEMDState
125 CvNode1D * u, CvNode1D * v, int ssize, int dsize );
129 int ssize, int dsize, CvNode2D * enter_x );
270 /* if ssize = 1 or dsize = 1 then we are done, else ... */
271 if( state.ssize > 1 && state.dsize > 1 )
279 state.u, state.v, state.ssize, state.dsize );
286 state.ssize, state.dsize, state.enter_x );
343 int ssize = 0, dsize = 0; local
420 state->d[dsize] = weight;
421 state->idx2[dsize++] = i
916 int ssize = state->ssize, dsize = state->dsize; local
    [all...]
  /external/valgrind/main/VEX/switchback/
switchback.c 201 Addr dsize = (Addr)dcache_line_size_; local
205 Addr dstart = start & ~(dsize - 1);
220 "add %[dline], %[dline], %[dsize] \n\t"
252 : [dsize] "r" (dsize),
  /external/valgrind/main/lackey/
lk_main.c 540 void addEvent_Dr_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard )
545 tl_assert(dsize >= 1 && dsize <= MAX_DSIZE);
552 evt->size = dsize;
560 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize )
562 addEvent_Dr_guarded(sb, daddr, dsize, NULL);
567 void addEvent_Dw_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard )
572 tl_assert(dsize >= 1 && dsize <= MAX_DSIZE);
579 evt->size = dsize;
848 Int dsize; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
jffs2.h 156 jint32_t dsize; /* Size of the node's data. (after decompression) */ member in struct:jffs2_raw_inode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
jffs2.h 156 jint32_t dsize; /* Size of the node's data. (after decompression) */ member in struct:jffs2_raw_inode

Completed in 1064 milliseconds

1 2