Chromium Code Reviews| Index: runtime/platform/globals.h |
| =================================================================== |
| --- runtime/platform/globals.h (revision 39823) |
| +++ runtime/platform/globals.h (working copy) |
| @@ -298,6 +298,7 @@ |
| // Bit sizes. |
| const int kBitsPerByte = 8; |
| const int kBitsPerByteLog2 = 3; |
| +const int kBitsPerInt32 = sizeof(int32_t) * kBitsPerByte; |
|
siva
2014/09/09 16:47:24
const int kBitsPerInt32 = kInt32Size * kBitsPerByt
zra
2014/09/09 17:42:37
Done.
|
| const int kBitsPerWord = kWordSize * kBitsPerByte; |
| // System-wide named constants. |