Home | History | Annotate | Download | only in libFLAC

Lines Matching defs:x32

548 	FLAC__uint32 x8, x32 = 0;
552 if(!FLAC__bitreader_read_raw_uint32(br, &x32, 8))
557 x32 |= (x8 << 8);
561 x32 |= (x8 << 16);
565 x32 |= (x8 << 24);
567 *val = x32;