/external/valgrind/exp-bbv/tests/x86/ |
complex_rep.S | 6 # 11 + 8*1024 + 3 = 8206 16 mov $1024,%ecx 18 rep stosb # store 1024 times 31 mov $1024, %ebx 34 mov $1024,%ecx 38 mov $1024,%ecx
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
resource.h | 61 #define _STK_LIM (10*1024*1024) 62 #define EXEC_STACK_BIAS (2*1024*1024) 68 #define MLOCK_LIMIT ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/ |
am33_5.s | 60 mov (-1024,sp),r2 61 mov r2,(-1024,sp) 62 movbu (-1024,sp),r2 63 movbu r2,(-1024,sp) 64 movhu (-1024,sp),r2 65 movhu r2,(-1024,sp)
|
/cts/tests/tests/net/src/android/net/http/cts/ |
HttpResponseCacheTest.java | 59 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); 66 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); 67 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); 72 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); 75 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); [all...] |
/development/ndk/platforms/android-3/include/linux/ |
threads.h | 21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
aligned_mallocs.cc | 14 int *p = (int*)_aligned_malloc(1024 * sizeof(int), 32); 23 p[1024] = 0;
|
/external/compiler-rt/test/tsan/ |
java_race.cc | 12 int const kHeapSize = 1024 * 1024;
|
/external/e2fsprogs/misc/ |
e2freefrag.h | 3 #define DEFAULT_CHUNKSIZE (1024*1024)
|
/external/fio/t/ |
log.c | 7 char buffer[1024]; 21 char buffer[1024];
|
/external/libchrome/sandbox/linux/system_headers/ |
arm64_linux_ucontext.h | 20 /* glibc uses a 1024-bit sigset_t */ 21 uint8_t unused[1024 / 8 - sizeof(sigset_t)];
|
/external/llvm/test/CodeGen/AMDGPU/ |
fetch-limits.r700+.ll | 22 %1 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 1) 23 %2 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 2) 24 %3 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 3) 25 %4 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 4) 26 %5 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 5 [all...] |
kcache-fold.ll | 9 %2 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 1) 11 %4 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 2) 17 %10 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 1) 19 %12 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 2) 25 %18 = load <4 x float>, <4 x float> addrspace(8)* getelementptr ([1024 x <4 x float>], [1024 x <4 x float>] addrspace(8)* null, i64 0, i32 1 [all...] |
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/ |
HttpResponseCacheTest.java | 68 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); 75 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); 76 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); 81 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); 84 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); [all...] |
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue6390.go | 13 p1 := C.malloc(1024) 15 t.Fatalf("C.malloc(1024) returned nil")
|
/prebuilts/go/darwin-x86/misc/cgo/test/issue9400/ |
asm_386.s | 12 ADDL $(1024 * 8), SP 25 SUBL $(1024 * 8), SP
|
asm_amd64x.s | 13 ADDQ $(1024 * 8), SP 26 SUBQ $(1024 * 8), SP
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue6390.go | 13 p1 := C.malloc(1024) 15 t.Fatalf("C.malloc(1024) returned nil")
|
/prebuilts/go/linux-x86/misc/cgo/test/issue9400/ |
asm_386.s | 12 ADDL $(1024 * 8), SP 25 SUBL $(1024 * 8), SP
|
asm_amd64x.s | 13 ADDQ $(1024 * 8), SP 26 SUBQ $(1024 * 8), SP
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
threads.h | 21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
threads.h | 21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
threads.h | 21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
threads.h | 21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
threads.h | 21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
threads.h | 21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
|