Home
last modified time | relevance | path

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

/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.c1491 size_t i, j, osize, mask, perturb; in tgrow() local
1499 osize = (size_t)1 << (tp->tshift++); in tgrow()
1500 i = osize << 1; in tgrow()
1513 for (i = 0; i < osize; i++) in tgrow()
/external/icu4c/test/cintltst/
Dncnvtst.c78 static void TestWithBufferSize(int32_t osize, int32_t isize);
Dnucnvtst.c36 static void TestNewConvertWithBufferSizes(int32_t osize, int32_t isize) ;