Searched defs:noOfBytes (Results 1 - 2 of 2) sorted by relevance

/external/aac/libFDK/src/
H A DFDK_bitbuffer.cpp374 UINT noOfBytes = fMin(bToRead, *bytesValid); //(bToRead < *bytesValid) ? bToRead : *bytesValid ; local
376 while (noOfBytes > 0)
380 bToRead = fMin(bToRead, noOfBytes); //(bToRead < noOfBytes) ? bToRead : noOfBytes ;
391 noOfBytes -= bToRead ;
419 /* limit noOfBytes to valid bytes in src buffer and available bytes in dst buffer */
421 UINT noOfBytes = fMin(bToRead, *bytesValid); //(*bytesValid < bToRead) ? *bytesValid : bToRead ; local
423 noOfBytes = fMin(bToRead, noOfBytes); //(bToRea
458 UINT noOfBytes = fMin(bToWrite, *writeBytes); //(bToWrite < *writeBytes) ? bToWrite : *writeBytes ; local
[all...]
/external/icu4c/i18n/
H A Ducol_bld.cpp429 #define ucol_countBytes(value, noOfBytes) \
432 (noOfBytes) = 0; \
435 (noOfBytes)++; \
671 uint32_t noOfBytes[3]; local
675 ucol_countBytes(CEparts[i], noOfBytes[i]);
683 while(2*CEi<noOfBytes[0] || CEi<noOfBytes[1] || CEi<noOfBytes[2]) {
690 if(2*CEi<noOfBytes[0]) {
693 if(CEi<noOfBytes[
[all...]

Completed in 72 milliseconds