Home
last modified time | relevance | path

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

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
DSHA1ImplTest.java164 private void alternateHash(int[] bufW, int[] hash) { in alternateHash() argument
214 tmp = bufW[(s + 13) & MASK] ^ bufW[(s + 8) & MASK] ^ bufW[(s + 2) & MASK] ^ bufW[s]; in alternateHash()
215 bufW[s] = (tmp << 1) | (tmp >>> 31); in alternateHash()
230 temp += e + bufW[s] + K[t]; in alternateHash()
/external/opencv/cv/src/
Dcvpyramids.cpp509 int bufW; \
544 bufW = channels * cols; \
650 for( j = 0; j < bufW; j++ ) \
651 dst[j] = (arrtype)_pd_scale_( PD_SINGULAR( buf[j], buf[j+(H-1)*bufW] ));\
664 for( j = 0; j < bufW; j++ ) \
666 dst[j]= (arrtype)_pd_scale_(PD_LT( buf[j], buf[j+bufW], buf[j+bufW*2]));\
671 for( j = 0; j < bufW; j++ ) \
672 dst[j] = (arrtype)_pd_scale_( PD_LT( buf[j+bufW*2], \
673 buf[j+bufW], buf[j] )); \
696 for( j = 0; j < bufW; j++ ) \
[all …]
/external/valgrind/exp-dhat/
Ddh_main.c1132 HChar bufR[80], bufW[80]; // large enough in show_APInfo() local
1134 VG_(memset)(bufW, 0, sizeof(bufW)); in show_APInfo()
1137 show_N_div_100(bufW, (100ULL * api->n_writes) / api->tot_bytes); in show_APInfo()
1140 VG_(strcat)(bufW, "Inf"); in show_APInfo()
1145 bufR, bufW, in show_APInfo()
/external/jmonkeyengine/engine/src/core/com/jme3/post/
DHDRRenderer.java169 private Material createLumShader(int srcW, int srcH, int bufW, int bufH, int mode, in createLumShader() argument
173 Vector2f blockSize = new Vector2f(1f / bufW, 1f / bufH); in createLumShader()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp855 const int bufW = m_fboSpec[location].width; in iterate() local
857 …const tcu::PixelBufferAccess buf (attachments[location].referenceFormat, bufW, bufH, 1, &attach… in iterate()