Searched refs:countValue (Results 1 - 7 of 7) sorted by relevance

/external/tpm2/
H A DNV_Increment.c26 UINT64 countValue; local
47 countValue = NvInitialCounter();
50 NvGetIntIndexData(in->nvIndex, &nvIndex, &countValue);
53 countValue++;
59 && (countValue & MAX_ORDERLY_COUNT) == 0)
73 return NvWriteIndexData(in->nvIndex, &nvIndex, 0, 8, &countValue);
H A DNV.c94 UINT64 countValue; local
95 _plat__NvMemoryRead(s_maxCountAddr, sizeof(UINT64), &countValue);
96 return countValue;
1264 UINT64 countValue;
1266 NvGetIntIndexData(nvHandle, &nvIndex, &countValue);
1267 if(countValue > maxCount)
1268 maxCount = countValue;
1690 UINT64 countValue;
1692 NvGetIntIndexData(handle, &nvIndex, &countValue);
1694 if(countValue > maxCoun
1263 UINT64 countValue; local
1688 UINT64 countValue; local
[all...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java725 int diffValue, countValue;
732 countValue = 1;
736 countValue = 2;
740 countValue = 3;
747 countValue=1;
751 countValue = 2;
755 countValue=3;
760 return (diffValue<<2)|countValue;
772 private int decodeBocu1TrailByte(int countValue, int b) { argument
784 if(countValue
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCounter.java66 public Counter<T> add(T obj, long countValue) { argument
69 count.value += countValue;
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCounter.java65 public Counter<T> add(T obj, long countValue) { argument
68 count.value += countValue;
/external/fonttools/Lib/fontTools/ttLib/tables/
H A 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/fonttools/Tools/fontTools/ttLib/tables/
H A 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)

Completed in 478 milliseconds