Home
last modified time | relevance | path

Searched refs:sizeOut (Results 1 – 5 of 5) sorted by relevance

/external/aac/libArithCoding/src/
Dac_arith_coder.cpp532 static inline void copyTableAmrwbArith2(UCHAR tab[], int sizeIn, int sizeOut) { in copyTableAmrwbArith2() argument
539 if (sizeIn < sizeOut) { in copyTableAmrwbArith2()
540 tab[sizeOut + 0] = tab[sizeIn + 0]; in copyTableAmrwbArith2()
541 tab[sizeOut + 1] = tab[sizeIn + 1]; in copyTableAmrwbArith2()
542 if (sizeIn < (sizeOut >> 2)) { in copyTableAmrwbArith2()
544 } else if (sizeIn == (sizeOut >> 2)) { in copyTableAmrwbArith2()
548 i = sizeOut - 1; in copyTableAmrwbArith2()
560 if (sizeOut < (sizeIn >> 2)) { in copyTableAmrwbArith2()
562 } else if (sizeOut == (sizeIn >> 2)) { in copyTableAmrwbArith2()
566 for (i = 0, j = 0; i < sizeOut; j += k) { in copyTableAmrwbArith2()
[all …]
/external/skqp/src/pdf/
DSkPDFFont.h49 static SkExclusiveStrikePtr MakeVectorCache(SkTypeface*, int* sizeOut);
/external/skia/src/pdf/
DSkPDFFont.h49 static SkExclusiveStrikePtr MakeVectorCache(SkTypeface*, int* sizeOut);
/external/python/cpython2/Modules/
Dalmodule.c1488 if (pvs[i].sizeOut < 0) { in al_GetParams()
1506 pvs[i].sizeOut *= pvs[i].size2Out; in al_GetParams()
1510 item = PyList_New(pvs[i].sizeOut); in al_GetParams()
1511 for (j = 0; j < pvs[i].sizeOut; j++) { in al_GetParams()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_10_0.inc346 cuLinkComplete(CUlinkState state, void **cubinOut, size_t *sizeOut) {
350 return func_ptr(state, cubinOut, sizeOut);