Searched defs:lenB (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mul2add.c43 unsigned bitbufA, bitbufB, lenA, lenB, len, x, y, nA, nB, nibble; local
69 lenB = mp_unsigned_bin_size(kB);
70 len = MAX(lenA, lenB);
73 if ((lenA > ECC_BUF_SIZE) || (lenB > ECC_BUF_SIZE)) {
82 mp_to_unsigned_bin(kB, (len - lenB) + tB);
/external/webkit/Source/WebCore/platform/
H A DKURL.cpp1103 static inline bool equal(const char* a, size_t lenA, const char* b, size_t lenB) argument
1105 if (lenA != lenB)
/external/valgrind/main/memcheck/
H A Dmc_main.c1291 SizeT lenA, lenB, len_to_next_secmap; local
1370 // sec-map (lenA), and the rest (lenB); lenT == lenA + lenB.
1377 lenB = 0;
1383 lenB = lenT;
1389 lenB = lenT - lenA;
1444 if (lenB == 0)
1452 // Nb: we can reach here with lenB < SM_SIZE
1455 if (lenB < SM_SIZE) break;
1468 lenB
[all...]

Completed in 99 milliseconds