MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / rl

Function rl

src/blkdev.cpp:1287–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285 p[1] = v;
1286}
1287static int rl (uae_u8 *p)
1288{
1289 return (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | (p[3]);
1290}
1291static int rw (uae_u8 *p)
1292{
1293 return (p[0] << 8) | (p[1]);

Callers 3

scsi_read_cd_daFunction · 0.70
scsi_read_cdFunction · 0.70
scsi_cd_emulateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected