HomeSort by relevance Sort by last modified time
    Searched refs:jj (Results 76 - 100 of 144) sorted by null

1 2 34 5 6

  /external/bzip2/
decompress.c 360 Int32 ii, jj, kk; local
363 for (jj = MTFL_SIZE-1; jj >= 0; jj--) {
364 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj);
425 Int32 ii, jj, kk, pp, lno, off; local
466 for (jj = MTFL_SIZE-1; jj >= 0; jj--) {
467 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj];
    [all...]
  /external/iputils/
ping_common.c 214 int ii, jj, kk; local
238 for (jj = 0; jj < ii; ++jj)
239 bp[jj + kk] = pat[jj];
243 for (jj = 0; jj < ii; ++jj)
244 printf("%02x", bp[jj] & 0xFF)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 115 my $j=0; my $jj=0; my $r=0; my $sn=0;
485 $k = (($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
486 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n);
487 $jj++;
506 $k = (($jj+1)*8/20)*20*$n/8; # 8 aesencs per these 20 rounds
507 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n);
508 $jj++;
531 $k=(($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
532 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n);
533 $jj++
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 115 my $j=0; my $jj=0; my $r=0; my $sn=0;
485 $k = (($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
486 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n);
487 $jj++;
506 $k = (($jj+1)*8/20)*20*$n/8; # 8 aesencs per these 20 rounds
507 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n);
508 $jj++;
531 $k=(($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
532 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n);
533 $jj++
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_expr.c 265 int jj; local
281 for(jj=0; jj<p->pPhrase->nToken; jj++){
282 p->pPhrase->aToken[jj].z = &zNew[nNew];
283 nNew += p->pPhrase->aToken[jj].n;
  /external/srec/srec/ca/
ann_api.c 321 int jj; local
410 for (jj = ii; jj < seg_cnt - 1; jj++)
412 peakC0[jj] = peakC0[jj+1];
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 853 int jj = j; local
854 double sj = jj + rect.top;
864 (unsigned) jj < imgMos.Y.height) ? 1 : 0;
885 imgMos.Y.ptr[jj][ii] = (unsigned char)site_idx;
937 int jj = (j << dscale); local
938 double sj = jj + rect.top;
947 (unsigned) jj < imgMos.Y.height) ? 1 : 0;
949 if(inMask && imgMos.Y.ptr[jj][ii] != site_idx &&
950 imgMos.V.ptr[jj][ii] != site_idx &&
951 imgMos.Y.ptr[jj][ii] != 255
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 853 int jj = j; local
854 double sj = jj + rect.top;
864 (unsigned) jj < imgMos.Y.height) ? 1 : 0;
885 imgMos.Y.ptr[jj][ii] = (unsigned char)site_idx;
937 int jj = (j << dscale); local
938 double sj = jj + rect.top;
947 (unsigned) jj < imgMos.Y.height) ? 1 : 0;
949 if(inMask && imgMos.Y.ptr[jj][ii] != site_idx &&
950 imgMos.V.ptr[jj][ii] != site_idx &&
951 imgMos.Y.ptr[jj][ii] != 255
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 833 int jj = j; local
834 double sj = jj + rect.top;
844 (unsigned) jj < imgMos.Y.height) ? 1 : 0;
865 imgMos.Y.ptr[jj][ii] = (unsigned char)site_idx;
917 int jj = (j << dscale); local
918 double sj = jj + rect.top;
927 (unsigned) jj < imgMos.Y.height) ? 1 : 0;
929 if(inMask && imgMos.Y.ptr[jj][ii] != site_idx &&
930 imgMos.V.ptr[jj][ii] != site_idx &&
931 imgMos.Y.ptr[jj][ii] != 255
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp     [all...]
  /external/chromium_org/gpu/command_buffer/service/
test_helper.cc 464 for (GLsizei jj = 1; jj < info.size; ++jj) {
466 std::string(base_name) + "[" + base::IntToString(jj) + "]");
469 .WillOnce(Return(info.real_location + jj * 2))
feature_info.cc 164 for (size_t jj = 0; jj < info.count; ++jj) {
165 validator.AddValue(info.types[jj]);
feature_info_unittest.cc 138 for (size_t jj = 0; jj < info.count; ++jj) {
139 EXPECT_TRUE(validator.IsValid(info.types[jj]));
191 for (size_t jj = 0; jj < info.count; ++jj) {
192 EXPECT_FALSE(validator.IsValid(info.types[jj]));
    [all...]
program_manager.cc 720 for (int jj = 0; jj < 2; ++jj) {
721 std::string test_name(name + ((jj == 1) ? kArraySpec : ""));
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 341 int jj,dec2; local
367 for(j=(frames[0]-packet);j<len;j++)for(jj=0;jj<8;jj++)packet[j]^=((!no_fuzz)&&((fast_rand()&1023)==0))<<jj;
  /dalvik/tools/dmtracedump/
TraceDump.c 1895 int ii, jj; local
2131 int ii, jj; local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 364 for (int32 jj = 0; jj < input->size; ++jj) {
365 info.element_locations.push_back(locations[jj]);
  /external/clang/test/Analysis/
taint-tester.c 122 int jj = ii;// expected-warning + {{tainted}} local
  /external/chromium_org/v8/test/webkit/
rehash-assign.js 64 jj = 9;
  /hardware/invensense/60xx/mlsdk/mllite/
ml.c 420 int kk, jj; local
425 for (jj = kk + 1; jj < mlxCallbackInterrupt.numInterruptProcesses;
426 ++jj) {
427 mlxCallbackInterrupt.processInterruptCb[jj - 1] =
428 mlxCallbackInterrupt.processInterruptCb[jj];
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 524 int j, jj; local
590 jj = j * MAX_PATH;
591 if (strcmp (*ppFileList + ii, *ppFileList + jj) > 0)
593 strcpy (szTmp, *ppFileList + jj);
594 strcpy (*ppFileList + jj, *ppFileList + ii);
  /external/libvpx/libwebm/
mkvparser.cpp 2599 CuePoint** const jj = ii + m_count; local
2858 Cluster** const jj = ii + count; local
2916 Cluster** const jj = ii + count; local
3403 Cluster** const jj = ii + m_clusterPreloadCount; local
3781 Cluster** const jj = ii + m_clusterPreloadCount; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin2.c 901 FT_UInt ii, jj; local
907 for (jj = ii+1; jj < count; jj++)
909 if ( segments[jj].dir < 0 )
914 segments[ii] = segments[jj];
915 segments[jj] = tmp;
921 if ( jj == count )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_render.c 249 void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj )
252 tnl->Driver.Render.Line( ctx, ii, jj );
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 

Completed in 2192 milliseconds

1 2 34 5 6