/external/qemu/ |
cache-utils.h | 18 unsigned long dsize = qemu_cache_conf.dcache_bsize; local 21 start1 = start & ~(dsize - 1); 22 stop1 = (stop + dsize - 1) & ~(dsize - 1); 23 for (p = start1; p < stop1; p += dsize) {
|
/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/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);
|
/external/e2fsprogs/lib/ext2fs/ |
tdb.h | 64 size_t dsize; member in struct:TDB_DATA
|
/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/lackey/ |
lk_main.c | 528 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize ) 533 tl_assert(dsize >= 1 && dsize <= MAX_DSIZE); 540 evt->size = dsize; 545 void addEvent_Dw ( IRSB* sb, IRAtom* daddr, Int dsize ) 551 tl_assert(dsize >= 1 && dsize <= MAX_DSIZE); 557 && lastEvt->size == dsize 570 evt->size = dsize; 769 Int dsize; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jffs2.h | 158 jint32_t dsize; /* Size of the node's data. (after decompression) */ member in struct:jffs2_raw_inode
|
coff.h | 134 char dsize[4]; /* initialized data " " */ member in struct:__anon40177
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jffs2.h | 158 jint32_t dsize; /* Size of the node's data. (after decompression) */ member in struct:jffs2_raw_inode
|
coff.h | 134 char dsize[4]; /* initialized data " " */ member in struct:__anon41768
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jffs2.h | 158 jint32_t dsize; /* Size of the node's data. (after decompression) */ member in struct:jffs2_raw_inode
|
/system/core/adb/ |
file_sync_client.c | 578 int dsize = dlen + nlen + 2; local 580 copyinfo *ci = malloc(sizeof(copyinfo) + ssize + dsize); 594 snprintf((char*) ci->dst, dsize, isdir ? "%s%s/" : "%s%s", dpath, name);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
intel_tris.c | 464 GLfloat dsize = psz[0] / ctx->Point.Threshold; local 466 col[3] *= dsize * dsize; [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
t1_lib.c | 937 int dsize; local 944 n2s(data,dsize); 946 if (dsize > size ) 953 while (dsize > 3) 957 dsize -= 3; 959 if (len > dsize) 1007 dsize -= len; 1009 if (dsize != 0) 1164 int dsize; local 1199 int dsize; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_tris.c | 464 GLfloat dsize = psz[0] / ctx->Point.Threshold; local 466 col[3] *= dsize * dsize; [all...] |
/external/openssl/ssl/ |
t1_lib.c | 1066 int dsize; local 1073 n2s(data,dsize); 1075 if (dsize > size ) 1082 while (dsize > 3) 1086 dsize -= 3; 1088 if (len > dsize) 1293 int dsize; local 1324 int dsize; local [all...] |
/external/ppp/pppd/ |
eap.c | 1257 int dsize, fd, olen = len; local 1265 if ((dsize = len % SHA_DIGESTSIZE) == 0) 1266 dsize = SHA_DIGESTSIZE; 1267 len -= dsize; [all...] |