HomeSort by relevance Sort by last modified time
    Searched full:1024 (Results 51 - 75 of 13691) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/exp-bbv/tests/
logo.include 2 .equ N,1024
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v9branch2.s 5 .skip (128 * 1024 - 12)
v9branch3.s 4 .skip (128 * 1024)
  /toolchain/binutils/binutils-2.25/ld/emulparams/
vax.sh 4 TARGET_PAGE_SIZE=1024
  /external/tcpdump/tests/
bfd-raw-auth-simple.out 1 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 33
2 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 33
3 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 33
4 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 33
5 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 33
6 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 33
7 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 33
8 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 33
9 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 33
10 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 3
    [all...]
bfd-raw-auth-md5.out 1 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 48
2 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 48
3 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 48
4 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 48
5 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 48
6 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 48
7 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 48
8 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 48
9 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 48
10 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authentication Present], length: 4
    [all...]
  /external/skia/tools/
ProcStats.cpp 17 return static_cast<int>(ru.ru_maxrss / 1024 / 1024); // Darwin reports bytes.
19 return static_cast<int>(ru.ru_maxrss / 1024); // Linux reports kilobytes.
28 return static_cast<int>(info.PeakWorkingSetSize / 1024 / 1024); // Windows reports bytes.
43 return info.resident_size / 1024 / 1024; // Darwin reports bytes.
59 return rssPages * pageSize / 1024 / 1024;
66 return static_cast<int>(info.WorkingSetSize / 1024 / 1024); // Windows reports bytes
    [all...]
  /art/test/036-finalizer/
expected.txt 14 Finalized 1024 / 1024
  /external/autotest/tko/migrations/
022_widen_attribute_value_field.py 2 mgr.execute("alter table test_attributes modify column value varchar(1024);")
3 mgr.execute("alter table iteration_attributes modify column value varchar(1024);")
  /external/compiler-rt/test/asan/TestCases/Windows/
oom.cc 8 void *ptr = malloc(200 * 1024 * 1024); // 200MB
  /external/e2fsprogs/tests/m_desc_size_128/
script 5 MKE2FS_OPTS="-b 1024 -O 64bit,extents -g 1024 -N 8192 -E desc_size=128"
  /external/llvm/test/Assembler/
2007-04-20-AlignedLoad.ll 1 ; RUN: llvm-as < %s | llvm-dis | grep "align 1024"
6 %tmp2 = load i32, i32* %arg, align 1024 ; <i32> [#uses=1]
  /external/valgrind/massif/tests/
mmapunmap.c 9 return mmap(NULL, 80 * 1000 * 1024,
17 munmap(m, 80 * 1000 * 1024);
  /external/valgrind/none/tests/linux/
brk-overflow2.c 11 ptr = sbrk(1024*1024);
  /external/valgrind/none/tests/
stackgrowth.c 4 #define DEPTH (4*1024)
5 #define FRAME (1024)
  /frameworks/base/media/tests/audiotests/
shared_mem_test.h 20 #define SIN_SZ 1024
21 short sin1024[SIN_SZ]; // sine table 2*pi = 1024
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
tbss3.s 15 .size tbss, 1024
17 .zero 1024
  /system/core/libcutils/arch-x86/
cache.h 19 #define SHARED_CACHE_SIZE (1024*1024) /* Silvermont L2 Cache */
20 #define DATA_CACHE_SIZE (24*1024) /* Silvermont L1 Data Cache */
23 #define SHARED_CACHE_SIZE (512*1024) /* Atom L2 Cache */
24 #define DATA_CACHE_SIZE (24*1024) /* Atom L1 Data Cache */
  /external/valgrind/memcheck/tests/
memalign2.c 42 p = memalign(1024 * 1024, 4 * 1024 * 1024 + 1); assert(0 == (long)p % (1024 * 1024));
50 piece = malloc(1024 * 1000); assert (piece);
55 p = memalign(1024 * 1024, 4 * 1024 * 1024 + 1); assert(0 == (long)p % (1024 * 1024))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
AlgorithmParameterGeneratorSpi.java 21 // Android-changed: Change default strength to 1024
22 // In 1.57, the default strength was changed to 2048. We keep it at 1024 for app
25 protected int strength = 1024;
37 if (strength <= 1024 && strength % 64 != 0)
39 throw new InvalidParameterException("strength must be a multiple of 64 below 1024 bits.");
42 if (strength > 1024 && strength % 1024 != 0)
44 throw new InvalidParameterException("strength must be a multiple of 1024 above 1024 bits.");
63 if (strength <= 1024)
    [all...]
  /external/llvm/test/CodeGen/Hexagon/
addrmode-indoff.ll 5 @ga = common global [1024 x i8] zeroinitializer, align 8
6 @gb = common global [1024 x i8] zeroinitializer, align 8
11 %arrayidx = getelementptr inbounds [1024 x i8], [1024 x i8]* @ga, i32 0, i32 %i
19 %arrayidx = getelementptr inbounds [1024 x i8], [1024 x i8]* @gb, i32 0, i32 %i
28 %arrayidx = getelementptr inbounds [1024 x i8], [1024 x i8]* @ga, i32 0, i32 %mul
37 %arrayidx = getelementptr inbounds [1024 x i8], [1024 x i8]* @gb, i32 0, i32 %mu
    [all...]
  /external/llvm/test/Transforms/InstCombine/
stack-overalign.ll 16 @dst = global [1024 x i8] zeroinitializer, align 32
20 %src = alloca [1024 x i8], align 1
21 %src1 = getelementptr [1024 x i8], [1024 x i8]* %src, i32 0, i32 0
22 call void @llvm.memcpy.p0i8.p0i8.i32(i8* getelementptr inbounds ([1024 x i8], [1024 x i8]* @dst, i32 0, i32 0), i8* %src1, i32 1024, i32 1, i1 false)
  /system/core/libunwindstack/tests/
MemoryLocalTest.cpp 29 std::vector<uint8_t> src(1024);
30 memset(src.data(), 0x4c, 1024);
34 std::vector<uint8_t> dst(1024);
35 ASSERT_TRUE(local.Read(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024));
36 ASSERT_EQ(0, memcmp(src.data(), dst.data(), 1024));
37 for (size_t i = 0; i < 1024; i++) {
42 ASSERT_TRUE(local.Read(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024));
43 ASSERT_EQ(0, memcmp(src.data(), dst.data(), 1024));
47 for (size_t i = 512; i < 1024; i++) {
  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
exfat_tests 4 "block_size": 1024,
14 "block_size": 1024,
24 "block_size": 1024,
  /development/tools/emulator/skins/WXGA720/
hardware.ini 4 hw.ramSize=1024

Completed in 800 milliseconds

1 23 4 5 6 7 8 91011>>