Home
last modified time | relevance | path

Searched refs:countValue (Results 1 – 11 of 11) sorted by relevance

/external/tpm2/
DNV_Increment.c26 UINT64 countValue; in TPM2_NV_Increment() local
47 countValue = NvInitialCounter(); in TPM2_NV_Increment()
50 NvGetIntIndexData(in->nvIndex, &nvIndex, &countValue); in TPM2_NV_Increment()
53 countValue++; in TPM2_NV_Increment()
59 && (countValue & MAX_ORDERLY_COUNT) == 0) in TPM2_NV_Increment()
73 return NvWriteIndexData(in->nvIndex, &nvIndex, 0, 8, &countValue); in TPM2_NV_Increment()
DNV.c90 UINT64 countValue; in NvReadMaxCount() local
91 _plat__NvMemoryRead(s_maxCountAddr, sizeof(UINT64), &countValue); in NvReadMaxCount()
92 return countValue; in NvReadMaxCount()
1144 UINT64 countValue; in NvInitialCounter() local
1146 NvGetIntIndexData(nvHandle, &nvIndex, &countValue); in NvInitialCounter()
1147 if(countValue > maxCount) in NvInitialCounter()
1148 maxCount = countValue; in NvInitialCounter()
1525 UINT64 countValue; in NvDeleteEntity() local
1527 NvGetIntIndexData(handle, &nvIndex, &countValue); in NvDeleteEntity()
1529 if(countValue > maxCount) in NvDeleteEntity()
[all …]
Dpart4.txt9120 48 UINT64 countValue;
9121 49 _plat__NvMemoryRead(s_maxCountAddr, sizeof(UINT64), &countValue);
9122 50 return countValue;
10374 903 UINT64 countValue;
10376 905 NvGetIntIndexData(nvHandle, &nvIndex, &countValue);
10377 906 if(countValue > maxCount)
10378 907 maxCount = countValue;
10829 1241 UINT64 countValue;
10831 1243 NvGetIntIndexData(handle, &nvIndex, &countValue);
10833 1245 if(countValue > maxCount)
[all …]
Dpart3.txt18432 12 UINT64 countValue;
18453 33 countValue = NvInitialCounter();
18456 36 NvGetIntIndexData(in->nvIndex, &nvIndex, &countValue);
18459 39 countValue++;
18465 45 && (countValue & MAX_ORDERLY_COUNT) == 0)
18484 58 return NvWriteIndexData(in->nvIndex, &nvIndex, 0, 8, &countValue);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetBOCU1.java723 int diffValue, countValue;
730 countValue = 1;
734 countValue = 2;
738 countValue = 3;
745 countValue=1;
749 countValue = 2;
753 countValue=3;
758 return (diffValue<<2)|countValue;
770 private int decodeBocu1TrailByte(int countValue, int b) { in decodeBocu1TrailByte() argument
782 if(countValue==1) { in decodeBocu1TrailByte()
[all …]
/external/autotest/frontend/client/src/autotest/afe/
DRecurringView.java180 final int delayValue, countValue; in submitRecurringJob() local
184 countValue = AfeUtils.parsePositiveIntegerInput(loopCount.getText(), in submitRecurringJob()
195 args.put("loop_count", new JSONNumber(countValue)); in submitRecurringJob()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py558 countValue = table[conv.repeat]
561 countValue = reader[conv.repeat]
562 for i in range(countValue + conv.aux):
600 countValue = len(value) - conv.aux
602 CountReference(table, conv.repeat).setValue(countValue)
605 writer[conv.repeat].setValue(countValue)
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCounter.java63 public Counter<T> add(T obj, long countValue) { in add() argument
66 count.value += countValue; in add()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCounter.java64 public Counter<T> add(T obj, long countValue) { in add() argument
67 count.value += countValue; in add()
/external/tpm2/generator/
Draw_commands.txt33413 countValue;
33429 countValue = NvInitialCounter();
33432 NvGetIntIndexData(in->nvIndex, &nvIndex, &countValue);
33434 countValue++;
33440 && (countValue & MAX_ORDERLY_COUNT) == 0)
33474 return NvWriteIndexData(in->nvIndex, &nvIndex, 0, 8, &countValue);
Draw_commands_fixed.txt33422 countValue;
33438 countValue = NvInitialCounter();
33441 NvGetIntIndexData(in->nvIndex, &nvIndex, &countValue);
33443 countValue++;
33449 && (countValue & MAX_ORDERLY_COUNT) == 0)
33483 return NvWriteIndexData(in->nvIndex, &nvIndex, 0, 8, &countValue);