Searched refs:byte (Results 26 - 33 of 33) sorted by relevance

12

/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith10/
H A Disaac.h44 typedef unsigned char byte; typedef in class:QTIsaac
205 return (*(UINT32*)((byte*)(mm) + ((x) & ((N-1)<<2))));
/gem5/src/systemc/tests/systemc/misc/sim_tests/manual_clock/
H A Disaac.h44 typedef unsigned char byte; typedef in class:QTIsaac
205 return (*(UINT32*)((byte*)(mm) + ((x) & ((N-1)<<2))));
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.1/
H A Disaac.h44 typedef unsigned char byte; typedef in class:QTIsaac
205 return (*(UINT32*)((byte*)(mm) + ((x) & ((N-1)<<2))));
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.2/
H A Disaac.h44 typedef unsigned char byte; typedef in class:QTIsaac
205 return (*(UINT32*)((byte*)(mm) + ((x) & ((N-1)<<2))));
/gem5/src/systemc/tests/systemc/misc/v1.0/blv/
H A Disaac.h44 typedef unsigned char byte; typedef in class:QTIsaac
205 return (*(UINT32*)((byte*)(mm) + ((x) & ((N-1)<<2))));
/gem5/src/systemc/tests/systemc/tracing/wif_trace/mixed/
H A Disaac.h44 typedef unsigned char byte; typedef in class:QTIsaac
205 return (*(UINT32*)((byte*)(mm) + ((x) & ((N-1)<<2))));
/gem5/system/alpha/palcode/
H A Dplatform.S684 .byte 0x4e
685 .byte 0x06
686 .byte 0xed
687 .byte 0x73
/gem5/src/python/m5/
H A Dparams.py976 for byte in bytes:
977 if not 0 <= int(byte, base=16) <= 0xff:
1728 # convert to seconds per byte
1730 # convert to ticks per byte
1764 # convert to seconds per byte
1768 # convert to ticks per byte

Completed in 25 milliseconds

12