HomeSort by relevance Sort by last modified time
    Searched refs:k1 (Results 151 - 175 of 204) sorted by null

1 2 3 4 5 67 8 9

  /external/v8/src/mips/
simulator-mips.h 152 k0, k1, enumerator in enum:v8::internal::Simulator::Register
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 72 DiskLruCache.Editor creator = cache.edit("k1");
81 DiskLruCache.Snapshot snapshot = cache.get("k1");
87 DiskLruCache.Editor creator = cache.edit("k1");
94 DiskLruCache.Snapshot snapshot = cache.get("k1");
101 DiskLruCache.Editor creator = cache.edit("k1");
102 assertJournalEquals("DIRTY k1"); // DIRTY must always be flushed
107 assertJournalEquals("DIRTY k1", "CLEAN k1 2 1");
111 DiskLruCache.Editor creator = cache.edit("k1");
112 assertJournalEquals("DIRTY k1"); // DIRTY must always be flushe
172 File k1 = getCleanFile("k1", 0); local
    [all...]
  /libcore/luni/src/test/java/libcore/io/
DiskLruCacheTest.java 71 DiskLruCache.Editor creator = cache.edit("k1");
80 DiskLruCache.Snapshot snapshot = cache.get("k1");
86 DiskLruCache.Editor creator = cache.edit("k1");
93 DiskLruCache.Snapshot snapshot = cache.get("k1");
100 DiskLruCache.Editor creator = cache.edit("k1");
101 assertJournalEquals("DIRTY k1"); // DIRTY must always be flushed
106 assertJournalEquals("DIRTY k1", "CLEAN k1 2 1");
110 DiskLruCache.Editor creator = cache.edit("k1");
111 assertJournalEquals("DIRTY k1"); // DIRTY must always be flushe
173 File k1 = getCleanFile("k1", 0); local
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 1160 int i, j, k, k1; local
    [all...]
_cvipp.h     [all...]
  /external/qemu/block/
qcow2.c     [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 525 double k1; local
529 k1 = N/(2*CV_PI);
531 k1 = N/360.;
535 double t = angle[i]*k1;
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 972 int i, k1, n, n1; variable
981 k1 = b->k;
984 k1++;
985 b1 = Balloc(k1);
993 k1 = 32 - k;
997 z = *x++ >> k1;
1005 k1 = 16 - k;
1009 z = *x++ >> k1;
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 68 this.k1 = i;
  /external/icu4c/test/cintltst/
capitst.c 849 uint8_t *k1, *k2; local
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 1426 int k1 = 0, sv_count = 0; local
    [all...]
  /external/v8/benchmarks/
crypto.js 1115 var g = new Array(), n = 3, k1 = k-1, km = (1<<k)-1;
1130 if(i >= k1) w = (e_array[j]>>(i-k1))&km;
1132 w = (e_array[j]&((1<<(i+1))-1))<<(k1-i);
1133 if(j > 0) w |= e_array[j-1]>>(BI_DB+i-k1);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 1107 var g = new Array(), n = 3, k1 = k-1, km = (1<<k)-1;
1122 if(i >= k1) w = (e_array[j]>>(i-k1))&km;
1124 w = (e_array[j]&((1<<(i+1))-1))<<(k1-i);
1125 if(j > 0) w |= e_array[j-1]>>(BI_DB+i-k1);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 1107 var g = new Array(), n = 3, k1 = k-1, km = (1<<k)-1;
1122 if(i >= k1) w = (e_array[j]>>(i-k1))&km;
1124 w = (e_array[j]&((1<<(i+1))-1))<<(k1-i);
1125 if(j > 0) w |= e_array[j-1]>>(BI_DB+i-k1);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 1107 var g = new Array(), n = 3, k1 = k-1, km = (1<<k)-1;
1122 if(i >= k1) w = (e_array[j]>>(i-k1))&km;
1124 w = (e_array[j]&((1<<(i+1))-1))<<(k1-i);
1125 if(j > 0) w |= e_array[j-1]>>(BI_DB+i-k1);
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/v8/test/cctest/
test-heap-profiler.cc 390 const v8::HeapGraphNode* k1 = local
392 CHECK_NE(NULL, k1);
405 CHECK_EQ_UINT64_T(k1->GetId(), k2->GetId());
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1910 Int k1 = lx - MB_SIZE, k2 = lx_uv - B_SIZE; local
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 210 constexpr int k1 = c.f(); // ok member in namespace:UndefinedBehavior::Ptr
  /external/openssl/crypto/ec/
ec.h 678 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1,
    [all...]
  /external/openssl/include/openssl/
ec.h 678 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1,
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
cmp.h 376 cmpRnd32_t k1; member in struct:__anon21323
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 93 static Word interval_tree_Cmp ( UWord k1, UWord k2 )
95 Block* b1 = (Block*)k1;
    [all...]
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 1921 milliseconds

1 2 3 4 5 67 8 9