HomeSort by relevance Sort by last modified time
    Searched refs:countValue (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/tpm2/
NV_Increment.c 26 UINT64 countValue;
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);
NV.c 94 UINT64 countValue;
95 _plat__NvMemoryRead(s_maxCountAddr, sizeof(UINT64), &countValue);
96 return countValue;
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetBOCU1.java 725 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) {
784 if(countValue==1)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
Counter.java 66 public Counter<T> add(T obj, long countValue) {
69 count.value += countValue;
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
Counter.java 65 public Counter<T> add(T obj, long countValue) {
68 count.value += countValue;
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 558 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)
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.4/
lint-checks-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 

Completed in 300 milliseconds

1 2 3 4 5