Home | History | Annotate | Download | only in DataSource

Lines Matching refs:Value8

204   UINT32 Value8;

263 &Value8 ))
271 && ( 0xffff >= Value8 )) {
291 pRemoteAddress6->sin6_addr.__u6_addr.__u6_addr8[ 14 ] = (UINT8)( Value8 >> 8 );
292 pRemoteAddress6->sin6_addr.__u6_addr.__u6_addr8[ 15 ] = (UINT8)Value8;
307 Value8 ));