Searched refs:osize (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | imath.c | 681 mp_size osize = MAX(ua, ub); in mp_int_mul() local 682 osize = 4 * ((osize + 1) / 2); in mp_int_mul() 687 p = MAX(s_round_prec(osize), default_precision); in mp_int_mul() 691 if (!s_pad(c, osize)) return MP_MEMORY; in mp_int_mul() 695 ZERO(out, osize); in mp_int_mul() 708 c->used = osize; /* might not be true, but we'll fix it ... */ in mp_int_mul() 741 mp_size osize = (mp_size)4 * ((MP_USED(a) + 1) / 2); in mp_int_sqr() local 745 p = s_round_prec(osize); in mp_int_sqr() 750 if (!s_pad(c, osize)) return MP_MEMORY; in mp_int_sqr() 754 ZERO(out, osize); in mp_int_sqr() [all …]
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_alloc.cpp | 669 bufsize osize; /* Old size of buffer */ in bgetr() local 680 osize = -b->bb.bsize; in bgetr() 681 if (osize == 0) { in bgetr() 686 osize = bd->tsize - (bufsize)sizeof(bdhead_t); in bgetr() 688 osize -= sizeof(bhead_t); in bgetr() 691 KMP_DEBUG_ASSERT(osize > 0); in bgetr() 694 (size_t)((size < osize) ? size : osize)); in bgetr()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | ms-inline-asm.c | 372 int olen = 0, osize = 0, otype = 0; 375 __asm mov osize, SIZE arr
|