Lines Matching refs:ptrbuf

8519 		void* ptrbuf = buf;  in sopen_extended()  local
8708 if (gdftyp == 3) Off = ( int16_t)bswap_16(*( int16_t*)ptrbuf); in sopen_extended()
8709 else if (gdftyp == 4) Off = (uint16_t)bswap_16(*(uint16_t*)ptrbuf); in sopen_extended()
8710 else if (gdftyp == 5) Off = ( int32_t)bswap_32(*( int32_t*)ptrbuf); in sopen_extended()
8711 else if (gdftyp == 6) Off = (uint32_t)bswap_32(*(uint32_t*)ptrbuf); in sopen_extended()
8712 else if (gdftyp == 7) Off = ( int64_t)bswap_64(*( int64_t*)ptrbuf); in sopen_extended()
8713 else if (gdftyp == 8) Off = (uint64_t)bswap_64(*(uint64_t*)ptrbuf); in sopen_extended()
8715 *(uint32_t*)ptrbuf = bswap_32(*(uint32_t*)ptrbuf); in sopen_extended()
8716 Off = *(float*)ptrbuf; in sopen_extended()
8719 *(uint64_t*)ptrbuf = bswap_64(*(uint64_t*)ptrbuf); in sopen_extended()
8720 Off = *(double*)ptrbuf; in sopen_extended()
8724 if (gdftyp == 3) Off = *( int16_t*)ptrbuf; in sopen_extended()
8725 else if (gdftyp == 4) Off = *(uint16_t*)ptrbuf; in sopen_extended()
8726 else if (gdftyp == 5) Off = *( int32_t*)ptrbuf; in sopen_extended()
8727 else if (gdftyp == 6) Off = *(uint32_t*)ptrbuf; in sopen_extended()
8728 else if (gdftyp == 7) Off = *( int64_t*)ptrbuf; in sopen_extended()
8729 else if (gdftyp == 8) Off = *(uint64_t*)ptrbuf; in sopen_extended()
8730 else if (gdftyp ==16) Off = *(float*)ptrbuf; in sopen_extended()
8731 else if (gdftyp ==17) Off = *(double*)ptrbuf; in sopen_extended()
8899 *(uint32_t*)ptrbuf = bswap_32(*(uint32_t*)buf); in sopen_extended()
8900 Off = *(float*)ptrbuf; in sopen_extended()
8903 uint64_t u64 = bswap_64(*(uint64_t*)ptrbuf); in sopen_extended()
8974 hdr->EVENT.TYP[N] = bswap_16(*(uint16_t*)ptrbuf); in sopen_extended()
8980 hdr->EVENT.TYP[N] = *(uint16_t*)ptrbuf; in sopen_extended()