Home | History | Annotate | Download | only in libyasm

Lines Matching refs:twin

570     wordptr twin;
573 twin = BitVector_Create(bits,false);
574 if ((twin != NULL) and (bits > 0))
575 BIT_VECTOR_cpy_words(twin,addr,size_(addr));
576 return(twin);