Home
last modified time | relevance | path

Searched refs:osize (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Dms-inline-asm.c330 int olen = 0, osize = 0, otype = 0;
332 __asm mov osize, SIZE arr
/external/openssh/
Dmoduli.c147 u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus) in qfileout() argument
159 otype, otests, otries, osize, ogenerator); in qfileout()
/external/mksh/src/
Dmain.c1679 size_t i, j, osize, mask, perturb; in tgrow() local
1687 osize = (size_t)1 << (tp->tshift++); in tgrow()
1688 i = osize << 1; in tgrow()
1703 for (i = 0; i < osize; i++) in tgrow()
/external/icu4c/test/cintltst/
Dncnvtst.c78 static void TestWithBufferSize(int32_t osize, int32_t isize);
Dnucnvtst.c39 static void TestNewConvertWithBufferSizes(int32_t osize, int32_t isize) ;