HomeSort by relevance Sort by last modified time
    Searched full:1024 (Results 101 - 125 of 9809) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
ext2_tests 4 "block_size": 1024,
14 "block_size": 1024,
25 "block_size": 1024,
ext3_tests 4 "block_size": 1024,
14 "block_size": 1024,
25 "block_size": 1024,
ext4_tests 4 "block_size": 1024,
14 "block_size": 1024,
25 "block_size": 1024,
ntfs_tests 4 "block_size": 1024,
15 "block_size": 1024,
27 "block_size": 1024,
vfat_tests 4 "block_size": 1024,
14 "block_size": 1024,
25 "block_size": 1024,
  /external/compiler-rt/test/tsan/
java_lock_move.cc 19 int const kHeapSize = 1024 * 1024;
23 int const kMove = 1024;
java_race_move.cc 15 int const kHeapSize = 1024 * 1024;
19 int const kMove = 1024;
  /external/e2fsprogs/tests/f_orphan/
expect.1 1 Clearing orphaned inode 15 (uid=0, gid=0, mode=040755, size=1024)
3 Clearing orphaned inode 16 (uid=0, gid=0, mode=040755, size=1024)
5 Clearing orphaned inode 13 (uid=0, gid=0, mode=040755, size=1024)
  /external/e2fsprogs/tests/r_1024_small_bg/
script 3 test_description="ext2 1024 blocksize with small block groups"
4 FEATURES="-t ext2 -O ^resize_inode -b 1024 -g 1024"
  /external/llvm/test/CodeGen/AMDGPU/
store-vector-ptrs.ll 8 define void @store_vector_ptrs(<4 x i32*>* %out, <4 x [1024 x i32]*> %array) nounwind {
9 %p = getelementptr [1024 x i32], <4 x [1024 x i32]*> %array, <4 x i16> zeroinitializer, <4 x i16> <i16 16, i16 16, i16 16, i16 16>
  /external/toybox/tests/
test_human_readable.test 7 testing "human_readable l 1024" "test_human_readable 123456789" "118M\n" "" ""
9 testing "human_readable s 1024" "test_human_readable 5675" "5.5K\n" "" ""
13 # 267350/1024=261.08. We say 261K and coreutils says 262K.
  /external/v8/test/mjsunit/asm/
int32-div.js 17 return i / 1024 | 0;
26 var m = Module(this, {}, new ArrayBuffer(1024));
31 assertEquals(i / 1024 | 0, m.f3(i));
int32-mod.js 17 return i % 1024;
26 var m = Module(this, {}, new ArrayBuffer(1024));
31 assertEquals(i % 1024, m.f3(i));
int32-mul.js 17 return i * 1024 | 0;
26 var m = Module(this, {}, new ArrayBuffer(1024));
31 assertEquals(i * 1024 | 0, m.f3(i));
int32-udiv.js 17 return i / 1024 | 0;
26 var m = Module(this, {}, new ArrayBuffer(1024));
31 assertEquals(i / 1024 | 0, m.f3(i));
int32-umod.js 17 return i % 1024;
26 var m = Module(this, {}, new ArrayBuffer(1024));
31 assertEquals(i % 1024, m.f3(i));
int32mod.js 7 var heap = new ArrayBuffer(64 * 1024);
19 var divisors = [-2147483648, -32 * 1024, -1000, -16, -7, -2, -1, 0,
20 1, 3, 4, 10, 64, 100, 1024, 2147483647];
int32modb.js 7 var heap = new ArrayBuffer(64 * 1024);
19 var divisors = [-2147483648, -32 * 1024, -1000, -16, -7, -2, -1, 0,
20 1, 3, 4, 10, 64, 99, 1023, 1024, 2147483647];
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_copy_test.java 34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
37 float[] f1 = new float[1024 * 2];
38 float[] f2 = new float[1024 * 2];
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
61 float[] f1 = new float[1024 * 4];
62 float[] f2 = new float[1024 * 4];
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_copy_test.java 34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
37 float[] f1 = new float[1024 * 2];
38 float[] f2 = new float[1024 * 2];
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
61 float[] f1 = new float[1024 * 4];
62 float[] f2 = new float[1024 * 4];
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_copy_test.java 34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
37 float[] f1 = new float[1024 * 2];
38 float[] f2 = new float[1024 * 2];
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
61 float[] f1 = new float[1024 * 4];
62 float[] f2 = new float[1024 * 4];
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
    [all...]
  /system/core/libcutils/arch-x86_64/
cache.h 18 #define SHARED_CACHE_SIZE (1024*1024) /* Silvermont L2 Cache */
19 #define DATA_CACHE_SIZE (24*1024) /* Silvermont L1 Data Cache */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
KeyPairGeneratorSpi.java 23 int strength = 1024;
37 if (strength < 512 || strength > 4096 || ((strength < 1024) && strength % 64 != 0) || (strength >= 1024 && strength % 1024 != 0))
39 throw new InvalidParameterException("strength must be from 512 - 4096 and a multiple of 1024 above 1024");
  /external/toybox/toys/other/
truncate.c 20 SIZE suffix: k=1024, m=1024^2, g=1024^3, t=1024^4, p=1024^5, e=1024^6
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.S 6 # 11 + 8*1024 + 3 = 8206
16 mov $1024,%rcx
18 rep stosb # store 1024 times
31 mov $1024, %rbx
34 mov $1024,%rcx
38 mov $1024,%rcx

Completed in 232 milliseconds

1 2 3 45 6 7 8 91011>>