/prebuilts/misc/windows/sdl2/test/ |
testautomation_rect.c | 250 refRect.x = SDLTest_RandomIntegerInRange(1, 1024); 251 refRect.y = SDLTest_RandomIntegerInRange(1, 1024); 256 x2Ref = SDLTest_RandomIntegerInRange(1, 1024); 257 y2Ref = SDLTest_RandomIntegerInRange(1, 1024); [all...] |
/external/deqp/modules/egl/ |
teglMemoryStressTests.cpp | 502 // Check big pbuffers 1024x1024 507 spec.minWidth = 1024; 508 spec.minHeight = 1024; 509 spec.maxWidth = 1024; 510 spec.maxHeight = 1024; 516 // Check big pbuffers 1024x1024 and use them 521 spec.minWidth = 1024; 522 spec.minHeight = 1024; 523 spec.maxWidth = 1024; 524 spec.maxHeight = 1024; [all...] |
/system/core/libion/tests/ |
device_test.cpp | 116 const size_t bigger_than_cache = 8*1024*1024; 136 void *alloc = malloc(8192 + 1024); 137 void *buf = (void *)(ALIGN((unsigned long)alloc, 4096) + 1024); 170 void *alloc = malloc(8192 + 1024); 171 void *buf = (void *)(ALIGN((unsigned long)alloc, 4096) + 1024); 204 void *alloc = malloc(8192 + 1024); 205 void *buf = (void *)(ALIGN((unsigned long)alloc, 4096) + 1024); 236 void *alloc = malloc(8192 + 1024); 237 void *buf = (void *)(ALIGN((unsigned long)alloc, 4096) + 1024); [all...] |
/external/llvm/test/Transforms/LoopVectorize/ |
minmax_reduction.ll | 5 @A = common global [1024 x i32] zeroinitializer, align 16 6 @fA = common global [1024 x float] zeroinitializer, align 16 7 @dA = common global [1024 x double] zeroinitializer, align 16 29 %arrayidx = getelementptr inbounds [1024 x i32], [1024 x i32]* @A, i64 0, i64 %indvars.iv 35 %exitcond = icmp eq i32 %lftr.wideiv, 1024 58 %arrayidx = getelementptr inbounds [1024 x i32], [1024 x i32]* @A, i64 0, i64 %indvars.iv 64 %exitcond = icmp eq i32 %lftr.wideiv, 1024 86 %arrayidx = getelementptr inbounds [1024 x i32], [1024 x i32]* @A, i64 0, i64 %indvars.i [all...] |
/external/llvm/test/MC/Mips/msa/ |
test_mi10.s | 7 # CHECK: ld.h $w3, -1024($4) # encoding: [0x7a,0x00,0x20,0xe1] 14 # CHECK: ld.w $w9, -1024($10) # encoding: [0x7b,0x00,0x52,0x62] 17 # CHECK: ld.w $w12, 1024($13) # encoding: [0x79,0x00,0x6b,0x22] 22 # CHECK: ld.d $w16, -1024($17) # encoding: [0x7b,0x80,0x8c,0x23] 26 # CHECK: ld.d $w20, 1024($21) # encoding: [0x78,0x80,0xad,0x23] 34 ld.h $w3, -1024($4) 41 ld.w $w9, -1024($10) 44 ld.w $w12, 1024($13) 49 ld.d $w16, -1024($17) 53 ld.d $w20, 1024($21 [all...] |
/external/strace/ |
resource.c | 39 static char buf[sizeof(uint64_t)*3 + sizeof("*1024")]; 44 if (lim > 1024 && lim % 1024 == 0) 45 sprintf(buf, "%" PRIu64 "*1024", lim / 1024); 70 static char buf[sizeof(uint32_t)*3 + sizeof("*1024")]; 75 if (lim > 1024 && lim % 1024 == 0) 76 sprintf(buf, "%" PRIu32 "*1024", lim / 1024); [all...] |
/system/extras/tests/memtest/ |
memtest.cpp | 122 size, addr, total, total / (1024*1024)); 131 printf("done. allocated %zd MB\n", total / (1024*1024)); 137 size_t size = i==0 ? 4096 : 48*1024*1024; // 48 MB 138 printf("Allocating %zd MB... ", size/(1024*1024)); fflush(stdout); 157 printf("Allocating %zd MB... ", size/(1024*1024)); fflush(stdout) [all...] |
/external/llvm/test/Transforms/InstCombine/ |
2004-11-27-SetCCForCastLargerAndConstant.ll | 4 ; %C = icmp ult i32 %Y, 1024 16 %C = icmp ult i32 %Y, 1024 ; <i1> [#uses=1] 24 %C = icmp slt i32 %Y, 1024 ; <i1> [#uses=1] 31 %C = icmp slt i32 %Y, -1024 ; <i1> [#uses=1] 61 %C = icmp ult i32 %Y, 1024 ; <i1> [#uses=1] 68 %C = icmp slt i32 %Y, 1024 ; <i1> [#uses=1] 75 %C = icmp slt i32 %Y, -1024 ; <i1> [#uses=1] 105 %C = icmp ugt i32 %Y, 1024 ; <i1> [#uses=1] 113 %C = icmp sgt i32 %Y, 1024 ; <i1> [#uses=1] 120 %C = icmp sgt i32 %Y, -1024 ; <i1> [#uses=1 [all...] |
/device/google/marlin/power/ |
metadata-parser.c | 72 char attribute[1024], value[1024], *saveptr; 104 char attribute[1024], value[1024], *saveptr; 136 char attribute[1024], value[1024], *saveptr;
|
/external/autotest/client/tests/kvm/tests/ |
trans_hugepage_swapping.py | 46 total = int(args_dict['total']) / 1024 47 free = int(args_dict['free']) / 1024 48 swap_size = int(args_dict['swap_size']) / 1024 49 swap_free.append(int(args_dict['swap_free'])/1024) 50 hugepage_size = int(args_dict['hugepage_size']) / 1024 100 swap_free.append(int(args_dict['swap_free'])/1024)
|
/external/iproute2/ip/ |
iplink_geneve.c | 104 addattr32(n, 1024, IFLA_GENEVE_ID, vni); 106 addattr_l(n, 1024, IFLA_GENEVE_REMOTE, &daddr, 4); 108 addattr_l(n, 1024, IFLA_GENEVE_REMOTE6, &daddr6, sizeof(struct in6_addr)); 109 addattr8(n, 1024, IFLA_GENEVE_TTL, ttl); 110 addattr8(n, 1024, IFLA_GENEVE_TOS, tos); 118 char s1[1024];
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
BufferUtilsTest.java | 153 ByteBuffer bb = BufferUtils.newByteBuffer(1024 * 1024);
154 byte[] bytes = new byte[1024 * 1024];
194 ShortBuffer sb = BufferUtils.newShortBuffer(1024 * 1024 / 2);
195 short[] shorts = new short[1024 * 1024 / 2];
234 IntBuffer ib = BufferUtils.newIntBuffer(1024 * 1024 / 4); [all...] |
/external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/ |
MicroBenchmarks.java | 41 ByteBuffer buffer = ByteBuffer.allocateDirect(1024 * 1024 * Float.SIZE / 8);
46 float[] floatArray = new float[1024 * 1024];
47 int[] intArray = new int[1024 * 1024];
|
/external/llvm/test/CodeGen/AMDGPU/ |
schedule-vs-if-nested-loop-failure.ll | 54 %29 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 1) 58 %33 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 1) 62 %37 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 1) 66 %41 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 1) 70 %45 = load <4 x float>, <4 x float> addrspace(9)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(9)* null, i64 0, i32 2 [all...] |
/external/llvm/test/MC/Disassembler/PowerPC/ |
ppc64-operands.txt | 81 # CHECK: b .+1024 84 # CHECK: ba 1024 87 # FIXME: decode as beq 0, .+1024 88 # CHECK: bt 2, .+1024 91 # FIXME: decode as beqa 0, 1024 92 # CHECK: bta 2, 1024
|
/libcore/benchmarks/src/benchmarks/regression/ |
StringCaseMappingBenchmark.java | 49 LOWER_1M(lower(1024*1024)), 50 UPPER_1M(upper(1024*1024)), 51 MIXED_1M(mixed(1024*1024));
|
/ndk/tests/device/test-gnustl-full/unit/ |
allocator_test.cpp | 63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024); 69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
|
/ndk/tests/device/test-stlport/unit/ |
allocator_test.cpp | 63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024); 69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
|
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
mprof_test.go | 20 for i := 0; i < 1024; i++ { 21 memSink = &struct{ x [1024]byte }{} 59 for i := 0; i < 1024; i++ { 60 memSink = make([]byte, 1024) 81 `, 32*memoryProfilerRun, 1024*memoryProfilerRun, 32*memoryProfilerRun, 1024*memoryProfilerRun),
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
mprof_test.go | 20 for i := 0; i < 1024; i++ { 21 memSink = &struct{ x [1024]byte }{} 59 for i := 0; i < 1024; i++ { 60 memSink = make([]byte, 1024) 81 `, 32*memoryProfilerRun, 1024*memoryProfilerRun, 32*memoryProfilerRun, 1024*memoryProfilerRun),
|
/system/core/libmemtrack/ |
memtrack_test.c | 129 v1 = DIV_ROUND_UP(memtrack_proc_graphics_total(p), 1024); 130 v2 = DIV_ROUND_UP(memtrack_proc_graphics_pss(p), 1024); 131 v3 = DIV_ROUND_UP(memtrack_proc_gl_total(p), 1024); 132 v4 = DIV_ROUND_UP(memtrack_proc_gl_pss(p), 1024); 133 v5 = DIV_ROUND_UP(memtrack_proc_other_total(p), 1024); 134 v6 = DIV_ROUND_UP(memtrack_proc_other_pss(p), 1024);
|
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
getbsize.c | 61 #define KB (1024L) 62 #define MB (1024L * 1024L) 63 #define GB (1024L * 1024L * 1024L)
|
/art/test/080-oom-throw-with-finalizer/src/ |
Main.java | 28 holder[i] = new char[1024 * 1024]; 60 holder = new char[128 * 1024][];
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGeneratorSpiTest.java | 62 keyPairGen.initialize(1024, new SecureRandom()); 64 keyPairGen.initialize(-1024, new SecureRandom()); 69 keyPairGen.initialize(1024, null);
|
/external/compiler-rt/test/asan/TestCases/ |
heavy_uar_test.cc | 20 char x[1024]; 48 RecursiveFunctionWithStackFrame<1024>(depth); 58 RecursiveFunctionWithStackFrame<1024>(10);
|