Searched
full:1024 (Results
326 -
350 of
13691) sorted by null
<<11121314151617181920>>
/external/compiler-rt/test/esan/TestCases/ |
workingset-memset.cpp | 11 const int size = 128*1024*1024;
|
/external/compiler-rt/test/tsan/ |
java_alloc.cc | 4 int const kHeapSize = 1024 * 1024;
|
java_finalizer.cc | 13 int const kHeapSize = 1024 * 1024;
|
java_lock.cc | 17 int const kHeapSize = 1024 * 1024;
|
java_race_pc.cc | 22 int const kHeapSize = 1024 * 1024;
|
java_rwlock.cc | 17 int const kHeapSize = 1024 * 1024;
|
/external/e2fsprogs/misc/ |
mke2fs.conf.in | 23 blocksize = 1024 28 blocksize = 1024
|
/external/e2fsprogs/tests/f_quota/ |
expect.0 | 4 34 1024 0 0 1 0 0 17 34 1024 0 0 1 0 0
|
/external/e2fsprogs/tests/m_mkfs_overhead/ |
script | 5 FS_SIZE=1024 6 MKE2FS_OPTS="-b 1024 -m 0 -g 256 -N 3745"
|
/external/e2fsprogs/tests/ |
mke2fs.conf.in | 26 blocksize = 1024 31 blocksize = 1024
|
/external/e2fsprogs/tests/r_ext4_small_bg/ |
script | 3 test_description="ext4 1024 blocksize with small block groups" 4 FEATURES="-t ext4 -O ^resize_inode -b 1024 -g 512"
|
/external/fio/examples/ |
1mbs_clients.fio | 1 ; Keep adding 1024kb/s reading clients at 4 seconds 7 ratemin=1024
|
/external/iproute2/ip/ |
iplink_bridge.c | 53 addattr32(n, 1024, IFLA_BR_FORWARD_DELAY, val); 59 addattr32(n, 1024, IFLA_BR_HELLO_TIME, val); 65 addattr32(n, 1024, IFLA_BR_MAX_AGE, val); 71 addattr32(n, 1024, IFLA_BR_AGEING_TIME, val); 77 addattr32(n, 1024, IFLA_BR_STP_STATE, val); 85 addattr16(n, 1024, IFLA_BR_PRIORITY, prio); 94 addattr8(n, 1024, IFLA_BR_VLAN_FILTERING, vlan_filter); 103 addattr16(n, 1024, IFLA_BR_VLAN_PROTOCOL, vlan_proto);
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
ucontext.h | 26 /* glibc uses a 1024-bit sigset_t */ 27 __u8 __unused[1024 / 8 - sizeof(sigset_t)];
|
/external/libnetfilter_conntrack/utils/ |
expect_dump.c | 12 char buf[1024]; 14 nfexp_snprintf(buf, 1024, exp, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, 0);
|
expect_events.c | 13 char buf[1024]; 15 nfexp_snprintf(buf, 1024, exp, type, NFCT_O_XML, 0);
|
/external/libvncserver/test/ |
cargstest.c | 12 screen = rfbGetScreen(&fake_argc,fake_argv,1024,768,8,3,1); 17 CHECK(width,1024);
|
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/ |
mmap_bench.c | 15 #define MEMSIZE (128 * 1024 * 1024)
|
/external/lisa/libs/utils/platforms/ |
hikey.json | 26 "nrg_max": 670, "cap_max": 1024 35 "cap_max": 1024
|
/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...] |
/external/llvm/test/TableGen/ |
math.td | 24 def v1024 : Int<1024>; 26 // CHECK: Value = 1024
|
/external/ltp/testcases/kernel/syscalls/clone/ |
clone_platform.h | 20 #define CHILD_STACK_SIZE (1024*1024)
|
/external/python/cpython2/Include/ |
osdefs.h | 48 #if defined(PATH_MAX) && PATH_MAX > 1024 51 #define MAXPATHLEN 1024
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
2007-09-07-LoadStoreIdxForms.ll | 10 %regs = alloca [1024 x %struct.__db_region], align 16 ; <[1024 x %struct.__db_region]*> [#uses=0]
|
/external/tcpdump/ |
atime.awk | 7 # number of the ack divided by 1024 (i.e., Kbytes acked). 17 printf "%7.2f\t%g\n", tim-tzero, $7/1024
|
Completed in 473 milliseconds
<<11121314151617181920>>