Home | History | Annotate | Download | only in asm

Lines Matching refs:pack

79 {    $big_endian=(unpack('L',pack('N',1))==1);   }