The translation was automatically locked due to following alerts: Could not merge the repository.
Loading…
![]() String updated in the repository testing_project / Documentation: dev_guide/c_style_guide — Russian |
Glossary
English | Russian | ||
---|---|---|---|
No related strings found in the glossary. |
case 'G':
case 'g':
mem <<= 30;
break;
case 'M':
case 'm':
mem <<= 20;
break;
case 'K':
case 'k':
mem <<= 10;
/* fall through */
default:
break;
}
case 'G':
case 'g':
mem <<= 30;
break;
case 'M':
case 'm':
mem <<= 20;
break;
case 'K':
case 'k':
mem <<= 10;
/* fall through */
default:
break;
}