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

<<11121314151617181920>>

  /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/libvncserver/test/
cargstest.c 12 screen = rfbGetScreen(&fake_argc,fake_argv,1024,768,8,3,1);
17 CHECK(width,1024);
  /external/llvm/test/CodeGen/AMDGPU/
llvm.AMDGPU.cube.ll 11 %0 = 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 9)
13 %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 9)
16 %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 9)
19 %8 = 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 9)
  /external/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/llvm/test/TableGen/
math.td 24 def v1024 : Int<1024>;
26 // CHECK: Value = 1024
  /external/skia/include/svg/parser/
SkSVGAttribute.h 24 #define SK_OFFSETOF(type, field) (size_t)((char*)&(((type*)1024)->field) - (char*)1024)
  /external/skia/src/images/
SkJpegUtility.h 45 kBufferSize = 1024
60 kBufferSize = 1024
  /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
stime.awk 7 # number of the packet divided by 1024 (i.e., Kbytes sent).
18 printf "%7.2f\t%g\n", tim-tzero, substr($6,1,i-1)/1024
  /external/v8/test/mjsunit/asm/
float32array-outofbounds.js 25 m.store(i * 4 * 32 * 1024, i);
29 assertEquals(NaN, m.load(i * 4 * 32 * 1024));
float64array-outofbounds.js 25 m.store(i * 8 * 32 * 1024, i);
29 assertEquals(NaN, m.load(i * 8 * 32 * 1024));
if-cloning.js 18 assertEquals(0, if0(-1024, 1));
34 assertEquals(0, if1(-1024, 9));
int32array-outofbounds.js 25 m.store(i * 4 * 32 * 1024, i);
29 assertEquals(0, m.load(i * 4 * 32 * 1024));
pointer-masking.js 7 var heap = new ArrayBuffer(64 * 1024);
33 assertEquals(1, pm1.load1(1024));
uint32mod-constant.js 7 var heap = new ArrayBuffer(64 * 1024);
22 var divisors = [0, 1, 3, 4, 10, 42, 64, 100, 1024, 2147483647, 4294967295];
uint32mod.js 7 var heap = new ArrayBuffer(64 * 1024);
19 var divisors = [0, 1, 3, 4, 10, 42, 64, 100, 1024, 2147483647, 4294967295];
uint8array-outofbounds.js 25 m.store(i * 1 * 32 * 1024, i);
29 assertEquals(0, m.load(i * 1 * 32 * 1024));
  /external/valgrind/none/tests/amd64-linux/
map_32bits.c 14 res = mmap (NULL, 64 * 1024,
33 res = mmap (NULL, 64 * 1024,
  /frameworks/base/core/java/android/gesture/
GestureConstants.java 20 static final int STROKE_STRING_BUFFER_SIZE = 1024;
23 static final int IO_BUFFER_SIZE = 32 * 1024; // 32K
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
SpamActivity.java 29 mBytes = new byte[8*1024*1024];

Completed in 482 milliseconds

<<11121314151617181920>>