Searched refs:bitValue (Results 1 – 6 of 6) sorted by relevance
/external/gptfdisk/ |
D | attributes.cc | 107 uint64_t bitValue; in ChangeAttributes() local 118 bitValue = UINT64_C(1) << response; // Find the integer value of the bit in ChangeAttributes() 119 if (bitValue & attributes) { // bit is set in ChangeAttributes() 120 attributes &= ~bitValue; // so unset it in ChangeAttributes() 123 attributes |= bitValue; // so set it in ChangeAttributes()
|
/external/tpm2/generator/ |
D | raw_commands.txt | 34020 bitValue; 34049 bitValue = 0; 34076 NvGetIntIndexData(in->nvIndex, &nvIndex, &bitValue); 34078 bitValue |= in->bits; 34081 return NvWriteIndexData(in->nvIndex, &nvIndex, 0, 8, &bitValue);
|
D | raw_commands_fixed.txt | 34029 bitValue; 34058 bitValue = 0; 34085 NvGetIntIndexData(in->nvIndex, &nvIndex, &bitValue); 34087 bitValue |= in->bits; 34090 return NvWriteIndexData(in->nvIndex, &nvIndex, 0, 8, &bitValue);
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |