Home
last modified time | relevance | path

Searched refs:dLen (Results 1 – 6 of 6) sorted by relevance

/external/libusb/examples/
Dezusb.c568 uint32_t dCheckSum, dExpectedCheckSum, dAddress, i, dLen, dLength; in fx3_load_ram() local
659 dLen = 4096; // 4K max in fx3_load_ram()
660 if (dLen > dLength) in fx3_load_ram()
661 dLen = dLength; in fx3_load_ram()
662 if ((ezusb_write(device, "write firmware", RW_INTERNAL, dAddress, bBuf, dLen) < 0) || in fx3_load_ram()
663 (ezusb_read(device, "read firmware", RW_INTERNAL, dAddress, rBuf, dLen) < 0)) { in fx3_load_ram()
670 for (i = 0; i < dLen; i++) { in fx3_load_ram()
679 dLength -= dLen; in fx3_load_ram()
680 bBuf += dLen; in fx3_load_ram()
681 dAddress += dLen; in fx3_load_ram()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/
DPrimes.java481 int dLen = d.getDigestSize(); in implSTRandomPrime() local
487 byte[] c0 = new byte[dLen]; in implSTRandomPrime()
488 byte[] c1 = new byte[dLen]; in implSTRandomPrime()
523 int outlen = 8 * dLen; in implSTRandomPrime()
609 int dLen = d.getDigestSize(); in hashGen() local
610 int pos = count * dLen; in hashGen()
614 pos -= dLen; in hashGen()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
DPrimes.java477 int dLen = d.getDigestSize(); in implSTRandomPrime() local
483 byte[] c0 = new byte[dLen]; in implSTRandomPrime()
484 byte[] c1 = new byte[dLen]; in implSTRandomPrime()
519 int outlen = 8 * dLen; in implSTRandomPrime()
605 int dLen = d.getDigestSize(); in hashGen() local
606 int pos = count * dLen; in hashGen()
610 pos -= dLen; in hashGen()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFRule.java1144 int dLen = temp[1]; in matchToDelimiter() local
1161 pp.setIndex(dPos + dLen); in matchToDelimiter()
1178 temp = findText(text, delimiter, pluralFormatDelimiter, dPos + dLen); in matchToDelimiter()
1180 dLen = temp[1]; in matchToDelimiter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java1143 int dLen = temp[1]; in matchToDelimiter() local
1160 pp.setIndex(dPos + dLen); in matchToDelimiter()
1177 temp = findText(text, delimiter, pluralFormatDelimiter, dPos + dLen); in matchToDelimiter()
1179 dLen = temp[1]; in matchToDelimiter()
/external/icu/icu4c/source/i18n/
Dnfrule.cpp1183 int32_t dLen; in matchToDelimiter() local
1184 int32_t dPos = findText(text, delimiter, startPos, &dLen); in matchToDelimiter()
1208 pp.setIndex(dPos + dLen); in matchToDelimiter()
1226 dPos = findText(text, delimiter, dPos + dLen, &dLen); in matchToDelimiter()