Searched defs:tmpB (Results 1 - 5 of 5) sorted by relevance
/external/boringssl/src/crypto/pem/ |
H A D | pem_lib.c | 608 BUF_MEM *dataB, *tmpB; local 725 tmpB = headerB; 727 dataB = tmpB;
|
/external/skia/src/core/ |
H A D | SkRegion.cpp | 1065 RunType tmpB[kRectRegionRuns]; local 1069 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
H A D | lpc_masking_model.c | 710 int32_t tmp, tmpB, tmpCorr; local 745 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, corrlo2QQ[n]); 746 corrlo2QQ[n] = tmp + tmpB; 760 int32_t tmp, tmpB, tmpCorr; local 801 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, tmpCorr); 802 corrhiQQ[n] = tmp + tmpB;
|
/external/skia/src/gpu/ |
H A D | SkGpuDevice.cpp | 980 SkBitmap tmpB; local 981 if (bitmap.extractSubset(&tmpB, iTileR)) { 986 this->drawBitmapTile(tmpB,
|
/external/valgrind/memcheck/ |
H A D | mc_translate.c | 6927 IRTemp tmpB local 6934 ent->shadowB = tmpB;
|
Completed in 303 milliseconds