Searched refs:osize (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
H A Dms-inline-asm.c300 int olen = 0, osize = 0, otype = 0;
302 __asm mov osize, SIZE arr
/external/openssh/
H A Dmoduli.c147 u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus)
159 otype, otests, otries, osize, ogenerator);
146 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.cc441 const size_t osize = Static::sizemap()->class_to_size(span->sizeclass); local
442 r->fraction = (1.0 * osize * span->refcount) / r->length;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.cc380 const size_t osize = Static::sizemap()->class_to_size(span->sizeclass); local
381 r->fraction = (1.0 * osize * span->refcount) / r->length;
/external/mksh/src/
H A Dmain.c1679 size_t i, j, osize, mask, perturb; local
1687 osize = (size_t)1 << (tp->tshift++);
1688 i = osize << 1;
1703 for (i = 0; i < osize; i++)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvtst.c78 static void TestWithBufferSize(int32_t osize, int32_t isize);
H A Dnucnvtst.c34 static void TestNewConvertWithBufferSizes(int32_t osize, int32_t isize) ;
/external/icu4c/test/cintltst/
H A Dncnvtst.c78 static void TestWithBufferSize(int32_t osize, int32_t isize);
H A Dnucnvtst.c39 static void TestNewConvertWithBufferSizes(int32_t osize, int32_t isize) ;

Completed in 319 milliseconds