| <?xml version="1.0"?> |
| <def format="2"> |
| |
| <function name="Vec::AdjustAlloc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::AdjustLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::AdjustMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::AllocateTo"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::BlockConstruct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::BlockConstructFromObj"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="Vec::BlockConstructFromVec"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="Vec::BlockDestroy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::DoSetLengthAndApply"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="Vec::FixAtCurrentLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="Vec::FixLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::InitAndApply"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="Vec::MaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::QuickSetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::SetLengthAndApply"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="Vec::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::_vec_deleter::apply"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="Vec::allocated"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::fixed"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="Vec::length"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::position"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <const/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="Vec::position1"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <const/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="VecStrategy::do_BlockConstruct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="VecStrategy::do_BlockConstruct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="VecStrategy::do_BlockConstructFromObj"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="VecStrategy::do_BlockConstructFromObj"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="VecStrategy::do_BlockConstructFromVec"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="VecStrategy::do_BlockConstructFromVec"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="VecStrategy::do_BlockDestroy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="VecStrategy::do_BlockDestroy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mat_ZZ_p_opaque::NumCols"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="mat_ZZ_p_opaque::NumRows"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="mat_ZZ_p_opaque::initialized"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="mat_ZZ_p_opaque::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="LazyTable::Builder::amt"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="LazyTable::Builder::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="LazyTable::length"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="xdouble::OutputPrecision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="xdouble::SetOutputPrecision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="xdouble::exponent"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="xdouble::mantissa"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| <function name="xdouble::normalize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2EX::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GF2EX::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GF2EX::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2EX::normalize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2EX::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZVec::BaseSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZVec::SetSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZVec::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZVec::length"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZVec::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZVec::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="WordVector::DoSetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="WordVector::KillBig"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="WordVector::MaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="WordVector::QuickSetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="WordVector::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="WordVector::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="WordVector::ZeroLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="WordVector::elts"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const _ntl_ulong *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="WordVector::elts"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="_ntl_ulong *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="WordVector::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="WordVector::length"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="WordVector::pinned"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="WordVector::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="WordVector::unpinned_move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="WordVector::unpinned_swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="DummyScopeGuard::relax"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="WrappedPtr::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="WrappedPtr::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="WrappedPtr::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="scope_guard::relax"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="FileList::AddFile"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FileList::RemoveLast"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pEX::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="zz_pEX::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="zz_pEX::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pEX::normalize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pEX::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="zz_pEX::zero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const zz_pEX &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_pEXModulus::val"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const zz_pEX &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="AlignedArray::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="AlignedArray::cannot_compare_these_types"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="AlignedArray::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="AlignedArray::release"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="char *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="AlignedArray::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="CloneablePtr::AddRef"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="CloneablePtr::RemoveRef"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="CloneablePtr::clone"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="CloneablePtr"/> |
| <use-retval/> |
| </function> |
| |
| <function name="CloneablePtr::get_count"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="CloneablePtr::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="CloneablePtrControlDerived::clone"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="CloneablePtrControl *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="CloneablePtrControlDerived::get"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="CopiedPtr::cannot_compare_these_types"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="CopiedPtr::make"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="CopiedPtr::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="CopiedPtr::reset"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" default="0" direction="inout"/> |
| </function> |
| |
| <function name="CopiedPtr::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="DefaultDeleterPolicy::deleter"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="MakeCloneableAux::clone"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="CloneablePtrControl *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="MakeCloneableAux::get"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="OptionalVal::exists"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="OptionalVal::make"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="OptionalVal::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="OptionalVal::reset"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" default="0" direction="inout"/> |
| </function> |
| |
| <function name="OptionalVal::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="SmartPtr::AddRef"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="SmartPtr::RemoveRef"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="SmartPtr::get_count"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="SmartPtr::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="Unique2DArray::SetDims"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Unique2DArray::SetDimsFrom1"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Unique2DArray::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Unique2DArray::cannot_compare_these_types"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Unique2DArray::get"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="T_ptr *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Unique2DArray::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="Unique2DArray::release"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="T_ptr *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Unique2DArray::reset"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="Unique2DArray::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="UniqueArray::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="UniqueArray::cannot_compare_these_types"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="UniqueArray::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="UniqueArray::reset"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" default="0" direction="inout"/> |
| </function> |
| |
| <function name="UniqueArray::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="UniquePtr::cannot_compare_these_types"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="UniquePtr::make"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="UniquePtr::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="UniquePtr::reset"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" default="0" direction="inout"/> |
| </function> |
| |
| <function name="UniquePtr::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="MatPrime_crt_helper::GetCost"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| <function name="MatPrime_crt_helper::GetCost"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| <function name="MatPrime_crt_helper::GetNumPrimes"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="MatPrime_crt_helper::GetNumPrimes"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="FFTMulTabsDeleterPolicy::deleter"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="BasicThreadPool::CompositeSignal::send"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="BasicThreadPool::CompositeSignal::wait"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="T"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="BasicThreadPool::ConcurrentTask::getBasicThreadPool"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="BasicThreadPool *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="BasicThreadPool::ConcurrentTaskFct1::run"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BasicThreadPool::ConcurrentTaskFct::run"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BasicThreadPool::ConcurrentTaskTerminate::run"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BasicThreadPool::NumThreads"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="BasicThreadPool::SimpleSignal::send"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="BasicThreadPool::SimpleSignal::wait"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="T"/> |
| <use-retval/> |
| </function> |
| |
| <function name="BasicThreadPool::active"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="BasicThreadPool::add"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" default="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BasicThreadPool::begin"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BasicThreadPool::end"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="BasicThreadPool::exec_index"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="BasicThreadPool::exec_range"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="BasicThreadPool::launch"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BasicThreadPool::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" default="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BasicThreadPool::relaxed_exec_index"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="BasicThreadPool::relaxed_exec_range"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="BasicThreadPool::remove"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" default="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BasicThreadPool::runOneTask"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="PartitionInfo::NumIntervals"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="PartitionInfo::interval"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RecursiveThreadPool::exec_pair"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="RecursiveThreadPoolHelper::concurrent"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="RecursiveThreadPoolHelper::subpool"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="RecursiveThreadPool *"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_pE::DivCross"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_pE::LoopHole"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_pX &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ_pE::ModCross"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_pE::allocate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pE::degree"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_pE::init"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="ZZ_pE::initialized"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_pE::modulus"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_pXModulus &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_pE::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZ_pE::zero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_pE &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_pEBak::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pEBak::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pEContext::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <const/> |
| </function> |
| |
| <function name="ZZ_pEContext::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="PrimeSeq::next"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="PrimeSeq::reset"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="PrimeSeq::start"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="RandomBndGenerator::build"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomBndGenerator::next"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="RandomStream::get"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomStream::set_nonce"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomStream_impl_deleter::deleter"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZ::Deleter::apply"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="ZZ::KillBig"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ::MaxAlloc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ::SetSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ::SinglePrecision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ::WideSinglePrecision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ::null"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ::pinned"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ::size"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZ::validate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ_CRTStructAdapter::eval"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="ZZ_CRTStructAdapter::insert"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="ZZ_CRTStructAdapter::special"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ_ReduceStructAdapter::adjust"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZ_ReduceStructAdapter::eval"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="ZZ_ReduceStructAdapter::init"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="ZZ_RemStructAdapter::eval"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="old_RandomStream::do_get"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="old_RandomStream::get"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sp_ZZ_reduce_struct::build"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sp_ZZ_reduce_struct::rem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="sp_ZZ_reduce_struct_policy::deleter"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="FFTRep::DoSetSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FFTRep::SetSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_pX::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_pX::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_pX::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pX::normalize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pX::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZ_pX::zero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_pX &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_pXModRep::SetSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_pXModulus::val"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_pX &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ_pXMultiplier::val"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_pX &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="PD::load"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="PD"/> |
| <pure/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="PD::load"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="PD"/> |
| <pure/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="PD::load"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="PD"/> |
| <pure/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="PD::loadu"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="PD"/> |
| <pure/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="PD::loadu"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="PD"/> |
| <pure/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="PD::loadu"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="PD"/> |
| <pure/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fftRep::DoSetSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fftRep::SetSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="zz_pX::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="zz_pX::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="zz_pX::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pX::normalize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pX::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="zz_pX::zero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const zz_pX &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_pXModulus::val"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const zz_pX &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="zz_pXMultiplier::val"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const zz_pX &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZX::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZX::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZX::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZX::normalize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZX::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="Vec::FixAtCurrentLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="Vec::FixLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::MaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::allocated"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::at"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ref_GF2"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::begin"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const_iterator"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::begin"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="iterator"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::end"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const_iterator"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::end"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="iterator"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::fixed"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="Vec::length"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Vec::proxy_iterator_impl::add"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Vec::proxy_iterator_impl::dec"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="Vec::proxy_iterator_impl::diff"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="Vec::proxy_iterator_impl::eq"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="Vec::proxy_iterator_impl::inc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="Vec::proxy_iterator_impl::make_ref_GF2"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ref_GF2"/> |
| <use-retval/> |
| </function> |
| |
| <function name="RR::OutputPrecision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="RR::SetOutputPrecision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RR::SetPrecision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RR::exponent"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="RR::precision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="RR::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="quad_float::OutputPrecision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="quad_float::SetOutputPrecision"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="AtomicCounter::inc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="AtomicLowWaterMark::UpdateMin"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="AtomicRefCount::dec"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="AtomicRefCount::get_count"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="AtomicRefCount::inc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GuardProxy::lock"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2E::DivCross"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2E::GCDCross"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2E::KarCross"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2E::ModCross"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2E::WordLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2E::allocate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2E::degree"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2E::init"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="GF2E::modulus"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const GF2XModulus &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2E::storage"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2E::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="GF2EBak::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2EBak::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2EContext::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <const/> |
| </function> |
| |
| <function name="GF2EContext::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_p::FFTInit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="zz_p::IsFFTPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_p::LoopHole"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="zz_p::ModulusInverse"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mulmod_t"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_p::PrimeCnt"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_p::UserFFTInit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="zz_p::ZZ_red_struct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const sp_ZZ_reduce_struct &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_p::allocate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_p::init"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="NTL_FFTMaxRoot" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="zz_p::ll_red_struct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="sp_ll_reduce_struct"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_p::modulus"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_p::red_struct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="sp_reduce_struct"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_p::storage"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_p::zero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_p"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_pBak::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pBak::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pContext::ModulusInverse"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mulmod_t"/> |
| <use-retval/> |
| </function> |
| |
| <function name="zz_pContext::ZZ_red_struct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const sp_ZZ_reduce_struct &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="zz_pContext::equals"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="zz_pContext::modulus"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="zz_pContext::null"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="zz_pContext::red_struct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="sp_reduce_struct"/> |
| <use-retval/> |
| </function> |
| |
| <function name="zz_pContext::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <const/> |
| </function> |
| |
| <function name="zz_pContext::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pEX::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_pEX::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_pEX::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pEX::normalize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pEX::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZ_pEX::zero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_pEX &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_pEXModulus::val"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_pEX &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ZZ_p::DoInstall"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_p::ExtendedModulusSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_p::GetFFTInfo"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_pFFTInfoT *"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_p::GetTmpSpace"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_pTmpSpaceT *"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_p::KillBig"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_p::ModulusSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_p::allocate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_p::init"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="ZZ_p::install"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_p::storage"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_p::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZ_p::zero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_p &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="ZZ_pBak::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pBak::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pContext::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <const/> |
| </function> |
| |
| <function name="ZZ_pContext::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ZZ_pInfoT::MatPrime_crt_helper_deleter_policy::deleter"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="GF2::allocate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2::modulus"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="GF2::zero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="GF2Bak::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2Bak::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2Context::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2Context::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ref_GF2::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="GF2X::KillBig"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2X::SetLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GF2X::SetMaxLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GF2X::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2X::normalize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2X::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="GF2XModulus::WordLength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="GF2XVec::BaseSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="GF2XVec::SetSize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GF2XVec::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="GF2XVec::length"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="GF2XVec::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="GF2XVec::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="Lazy::built"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Lazy::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pE::DivCross"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_pE::LoopHole"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_pX &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="zz_pE::ModCross"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_pE::allocate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pE::degree"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_pE::init"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <pure/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="zz_pE::initialized"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_pE::modulus"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const zz_pXModulus &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_pE::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="zz_pE::zero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const zz_pE &"/> |
| <use-retval/> |
| <pure/> |
| </function> |
| |
| <function name="zz_pEBak::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pEBak::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="zz_pEContext::restore"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <const/> |
| </function> |
| |
| <function name="zz_pEContext::save"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="Mat::NumCols"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Mat::NumRows"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="Mat::SetDims"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Mat::alias"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="Mat::get"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const_reference"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Mat::kill"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="Mat::move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="Mat::position"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="Mat::position1"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="Mat::swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="default_BlockConstruct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="default_BlockConstructFromObj"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="default_BlockConstructFromVec"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="default_BlockDestroy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ident_mat_ZZ_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_ZZ_p"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mat_ZZ_p_opaque_body_move"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_ZZ_p_opaque_body *"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="mul_transpose"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="random_mat_ZZ_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_ZZ_p"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ident_mat_GF2E"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_GF2E"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_mat_GF2E"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_GF2E"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="MulAdd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="MulSub"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="power2_xdouble"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="xdouble"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="xexp"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="xdouble"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>-1.79769e+308:1.79769e+308</valid> |
| </arg> |
| </function> |
| |
| <function name="random_GF2EX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2EX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="to_GF2EX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2EX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="CharPoly"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="BuildIrred_ZZ_pEX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_pEX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="WV_BlockConstructAlloc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="WV_BlockConstructSet"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="WV_BlockDestroy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="WV_storage"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_vec_ZZ_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_ZZ_p"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="to_vec_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_ZZ"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="to_vec_ZZ_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_ZZ_p"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="ident_mat_GF2"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_GF2"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_mat_GF2"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_GF2"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="to_mat_GF2"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_GF2"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="ArithmeticError"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="CharToIntVal"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="Error"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FileError"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ForceToMem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="GetPID"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="GetTime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| <function name="GetWallTime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| <function name="InputError"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="IntValToChar"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="char"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="IsEOFChar"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="IsWhiteSpace"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="LogicError"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="MemoryError"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="ResourceError"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="TerminalError"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="TrueDouble"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>-1.79769e+308:1.79769e+308</valid> |
| </arg> |
| </function> |
| |
| <function name="_ntl_GetPID"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="_ntl_GetTime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| <function name="FileName"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const char *"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_zz_pEX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_pEX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="to_zz_pEX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_pEX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ident_mat_zz_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_zz_p"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_mat_zz_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_zz_p"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="relaxed_solve"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| <arg nr="5" default="true" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="MulDivRem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"/> |
| </function> |
| |
| <function name="MulMod2"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="MulMod2_legacy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="MulModPrecon"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="MulModPreconWithQuo"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="MulModWithQuo"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"/> |
| </function> |
| |
| <function name="NormalizedModulus"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="NormalizedMulMod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="PrepMulMod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="wide_double"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="VectorMulMod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sp_CorrectDeficit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sp_CorrectDeficitQuo"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" default="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sp_CorrectExcess"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sp_CorrectExcessQuo"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" default="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sp_Negative"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="bool"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sp_PrepRem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="sp_reduce_struct"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sp_SignMask"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="SFFactor"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_ZZX"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GetMatPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="InitMatPrimeInfo"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RestoreMatPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="UseMatPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="init_scratch"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="CalcMaxRoot"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FFTFwd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="FFTFwd_trans"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="FFTFwd_trunc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FFTRev1"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="FFTRev1_trans"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="FFTRev1_trunc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GetFFTPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GetFFTPrimeInv"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mulmod_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GetFFTPrimeRecip"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="InitFFTPrimeInfo"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="IsFFTPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="UseFFTPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_vec_GF2E"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_GF2E"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="AvailableThreads"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="GetThreadPool"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="BasicThreadPool *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ReleaseThreadPool"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="BasicThreadPool *"/> |
| <use-retval/> |
| </function> |
| |
| <function name="ResetThreadPool"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" default="0" direction="inout"/> |
| </function> |
| |
| <function name="SetNumThreads"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_vec_ZZ_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_ZZ_pE"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BuildIrred_ZZ_pX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_pX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_ZZ_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_pE"/> |
| <use-retval/> |
| </function> |
| |
| <function name="to_ZZ_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_pE"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="BytesFromZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="CRTInRange"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="GCD_alt"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="GenGermainPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" default="80" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GenGermainPrime_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="80" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GenGermainPrime_long"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="80" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GenPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" default="80" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GenPrime_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="80" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GenPrime_long"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="80" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="GetCurrentRandomStream"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="RandomStream &"/> |
| <use-retval/> |
| </function> |
| |
| <function name="IsOdd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="Jacobi"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="LowLevelPowerMod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="MakeOdd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="MillerWitness"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="NextPowerOfTwo"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="NumTwos"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="ProbPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QuickAccumBegin"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QuickAccumEnd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="QuickAccumMulAdd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="QuickRem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="RandomBits"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomBits_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomBits_long"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomBits_ulong"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomLen"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomLen_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomLen_long"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomPrime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" default="10" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomPrime_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomPrime_long"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" default="10" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomStream_impl_set_nonce"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="RandomWord"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned long"/> |
| <use-retval/> |
| </function> |
| |
| <function name="SetBit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="SetSeed"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="SubPos"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="SwitchBit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="VectorRandomBnd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="VectorRandomWord"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="ZZ_BlockConstructAlloc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_BlockConstructSet"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_BlockDestroy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ZZ_RoundCorrection"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_storage"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="bit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="bit_and"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="bit_or"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="bit_xor"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="digit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="power2_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="power_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="power_long"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="to_uint"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned int"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="to_ulong"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="trunc_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="trunc_long"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FromFFTRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FromZZ_pXModRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="NDFromFFTRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="inout"/> |
| </function> |
| |
| <function name="RevFromFFTRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ToFFTRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ToFFTRep_trunc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ToZZ_pXModRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_ZZ_pX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_pX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_ALLOC"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long &"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_PINNED"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_SIZE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long &"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_ZEROP"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_g2log"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_g2logs"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gabs"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gadd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gaddmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gaddmul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gand"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gbit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gblock_construct_alloc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gblock_construct_set"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gblock_destroy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gblock_storage"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gbytesfromz"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gcompare"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gcopy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gcrtinrange"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gdigit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gdiv"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| <arg nr="4" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gdoub"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gdoubtoz"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>-1.79769e+308:1.79769e+308</valid> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gexp"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gexps"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gfree"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gfrombytes"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_ggcd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_ggcd_alt"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gintoz"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_ginv"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_ginvmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gisone"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_giszero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_glog"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_glowbits"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_glshift"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gmakeodd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gmaxalloc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gmul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gmulmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gnegate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gnumtwos"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_godd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gone"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gor"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gquickmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="_ntl_ground_correction"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_grshift"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsadd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsaddmul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gscompare"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gsdiv"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsetbit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gsetlength"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gsign"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gsize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gslowbits"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gsmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gsmul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsmulmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsptest"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gsq"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsqmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsqrt"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsqrts"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gssub"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gssubmul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsub"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsubmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsubmul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gsubpos"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gswap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gswitchbit"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gtoint"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gtouint"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_guintoz"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gvalidate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gweight"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gweights"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_gwsptest"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_gxor"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_gzero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="FromfftRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="NDFromfftRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="inout"/> |
| </function> |
| |
| <function name="RevFromfftRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="TofftRep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="TofftRep_trunc"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_zz_pX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_pX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="CharPolyBound"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="HomDivide"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="HomMul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="HomPseudoDiv"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="HomPseudoDivRem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="HomPseudoRem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="HomSqr"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="KarMul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="KarSqr"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="MaxBits"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="PlainDivide"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="PlainPseudoDiv"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="PlainPseudoDivRem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="PlainPseudoRem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="PseudoDivRem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="SSMul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="SSRatio"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="SSSqr"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="to_ZZX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ident_mat_ZZ_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_ZZ_pE"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_mat_ZZ_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_ZZ_pE"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_vec_zz_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_zz_p"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="to_vec_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_ZZ"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="to_vec_zz_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_zz_p"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="FFTRoundUp"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ident_mat_RR"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_RR"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_vec_GF2"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_GF2"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="HNF"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="ComputePi"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="ComputePi_RR"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="RR"/> |
| <use-retval/> |
| </function> |
| |
| <function name="power2_RR"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="RR"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_RR"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="RR"/> |
| <use-retval/> |
| </function> |
| |
| <function name="to_RR"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="RR"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ZZ_limbs_get"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const ZZ_limb_t *"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="ZZ_limbs_set"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_glimbs_get"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const _ntl_limb_t *"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="_ntl_glimbs_set"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="ldexp"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="quad_float"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="power2_quad_float"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="quad_float"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="quad_float_PrecisionOK"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>-1.79769e+308:1.79769e+308</valid> |
| </arg> |
| </function> |
| |
| <function name="quad_float_in_place_add"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="quad_float_in_place_div"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="quad_float_in_place_mul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="quad_float_in_place_negate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="quad_float_in_place_sqrt"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="quad_float_in_place_sub"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="quad_float_normalize"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>-1.79769e+308:1.79769e+308</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>-1.79769e+308:1.79769e+308</valid> |
| </arg> |
| </function> |
| |
| <function name="random_quad_float"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="quad_float"/> |
| <use-retval/> |
| </function> |
| |
| <function name="BuildIrred_zz_pX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_pX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BuildIrred_GF2EX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2EX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ComposeFrobeniusMap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="PlainFrobeniusMap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="UseComposeFrobenius"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FactorInt"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_GF2E"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2E"/> |
| <use-retval/> |
| </function> |
| |
| <function name="to_GF2E"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2E"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="GetFFT_ZZ_red_struct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const sp_ZZ_reduce_struct &"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="VectorConv"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="VectorRandom"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="random_zz_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_p"/> |
| <use-retval/> |
| </function> |
| |
| <function name="swap"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| </function> |
| |
| <function name="to_zz_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_p"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BuildIrred_zz_pEX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_pEX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_ZZ_pEX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_pEX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="to_ZZ_pEX"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_pEX"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_ZZ_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_p"/> |
| <use-retval/> |
| </function> |
| |
| <function name="to_ZZ_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ZZ_p"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="random_GF2"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2"/> |
| <use-retval/> |
| </function> |
| |
| <function name="to_GF2"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="HenselSolve1"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="ident_mat_ZZ"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_ZZ"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="solve1"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| </function> |
| |
| <function name="to_mat_ZZ_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_ZZ_p"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="to_mat_zz_p"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_zz_p"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="BytesFromGF2X"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="CopyReverse"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="MinPolyInternal"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="OldGCD"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="OldMinPolyInternal"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="OldMul"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="OldXGCD"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="inout"/> |
| <arg nr="4" direction="in"/> |
| <arg nr="5" direction="in"/> |
| </function> |
| |
| <function name="random_GF2X"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2X"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="to_GF2X"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2X"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="to_vec_GF2"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_GF2"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="random_vec_zz_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="vec_zz_pE"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ident_mat_zz_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_zz_pE"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="random_mat_zz_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mat_zz_pE"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_zz_pE__rep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="const zz_pX &"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="random_zz_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_pE"/> |
| <use-retval/> |
| </function> |
| |
| <function name="to_zz_pE"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="zz_pE"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="BuildIrred_GF2X"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2X"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BuildSparseIrred"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="BuildSparseIrred_GF2X"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="GF2X"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="DDF"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="EDF"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="CharPoly"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_ForceToMem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_GetWallTime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <use-retval/> |
| </function> |
| |
| <function name="_ntl_IsFinite"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| </function> |
| |
| <function name="_ntl_ldexp"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="double"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>-1.79769e+308:1.79769e+308</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_make_aligned"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="char *"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="_ntl_vec_grow"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ComputeGS"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="inout"/> |
| </function> |
| |
| <function name="LLL"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="LLL_plus"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="inout"/> |
| <arg nr="4" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="LatticeSolve"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="NearVector"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"/> |
| </function> |
| |
| <function name="CharPoly"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| </def> |
|
|