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

<<11121314151617181920>>

  /frameworks/native/libs/vr/libpdx/
status.cpp 10 char message[1024] = {};
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/p/
p.go 10 func FromPkg() int32 { return 1024 }
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/p/
p.go 10 func FromPkg() int32 { return 1024 }
  /prebuilts/go/darwin-x86/src/crypto/cipher/
ctr_test.go 35 for size := 64; size <= 1024; size *= 2 {
38 src := make([]byte, 1024)
42 want := make([]byte, 1024)
49 dst := make([]byte, 1024)
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_windows_386.c 17 #define STACKSIZE (1*1024*1024)
23 g->stacklo = (uintptr)&tmp - STACKSIZE + 8*1024;
48 ts.g->stacklo = (uintptr)&ts - STACKSIZE + 8*1024;
gcc_windows_amd64.c 17 #define STACKSIZE (2*1024*1024)
23 g->stacklo = (uintptr)&tmp - STACKSIZE + 8*1024;
48 ts.g->stacklo = (uintptr)&ts - STACKSIZE + 8*1024;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9862.go 9 var a [1<<31 - 1024]byte
  /prebuilts/go/darwin-x86/test/
heapsampling.go 20 var a1k *[1024]byte
21 var a64k *[64 * 1024]byte
30 checkAllocations(getMemProfileRecords(), "main.allocInterleaved", countInterleaved, []int64{256 * 1024, 1024, 256 * 1024, 512, 256 * 1024, 256})
34 checkAllocations(getMemProfileRecords(), "main.alloc", count, []int64{1024, 512, 256})
42 a64k = new([64 * 1024]byte)
43 a1k = new([1024]byte)
44 a64k = new([64 * 1024]byte
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/p/
p.go 10 func FromPkg() int32 { return 1024 }
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/p/
p.go 10 func FromPkg() int32 { return 1024 }
  /prebuilts/go/linux-x86/src/crypto/cipher/
ctr_test.go 35 for size := 64; size <= 1024; size *= 2 {
38 src := make([]byte, 1024)
42 want := make([]byte, 1024)
49 dst := make([]byte, 1024)
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_windows_386.c 17 #define STACKSIZE (1*1024*1024)
23 g->stacklo = (uintptr)&tmp - STACKSIZE + 8*1024;
48 ts.g->stacklo = (uintptr)&ts - STACKSIZE + 8*1024;
gcc_windows_amd64.c 17 #define STACKSIZE (2*1024*1024)
23 g->stacklo = (uintptr)&tmp - STACKSIZE + 8*1024;
48 ts.g->stacklo = (uintptr)&ts - STACKSIZE + 8*1024;
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9862.go 9 var a [1<<31 - 1024]byte
  /prebuilts/go/linux-x86/test/
heapsampling.go 20 var a1k *[1024]byte
21 var a64k *[64 * 1024]byte
30 checkAllocations(getMemProfileRecords(), "main.allocInterleaved", countInterleaved, []int64{256 * 1024, 1024, 256 * 1024, 512, 256 * 1024, 256})
34 checkAllocations(getMemProfileRecords(), "main.alloc", count, []int64{1024, 512, 256})
42 a64k = new([64 * 1024]byte)
43 a1k = new([1024]byte)
44 a64k = new([64 * 1024]byte
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/musl-math/
scalblnl.c 5 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
  /prebuilts/ndk/r13/sources/android/support/src/musl-math/
scalblnl.c 5 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
  /external/iproute2/ip/
iplink_vxlan.c 256 addattr32(n, 1024, IFLA_VXLAN_ID, vni);
258 addattr_l(n, 1024, IFLA_VXLAN_GROUP, &gaddr, 4);
260 addattr_l(n, 1024, IFLA_VXLAN_GROUP, &daddr, 4);
262 addattr_l(n, 1024, IFLA_VXLAN_GROUP6, &gaddr6, sizeof(struct in6_addr));
264 addattr_l(n, 1024, IFLA_VXLAN_GROUP6, &daddr6, sizeof(struct in6_addr));
267 addattr_l(n, 1024, IFLA_VXLAN_LOCAL, &saddr, 4);
269 addattr_l(n, 1024, IFLA_VXLAN_LOCAL6, &saddr6, sizeof(struct in6_addr));
272 addattr32(n, 1024, IFLA_VXLAN_LINK, link);
273 addattr8(n, 1024, IFLA_VXLAN_TTL, ttl);
274 addattr8(n, 1024, IFLA_VXLAN_TOS, tos)
    [all...]
  /external/llvm/test/Transforms/LoopVectorize/X86/
constant-vector-operand.ll 5 @B = common global [1024 x i32] zeroinitializer, align 16
6 @A = common global [1024 x i32] zeroinitializer, align 16
18 %arrayidx = getelementptr inbounds [1024 x i32], [1024 x i32]* @B, i64 0, i64 %indvars.iv
21 %arrayidx2 = getelementptr inbounds [1024 x i32], [1024 x i32]* @A, i64 0, i64 %indvars.iv
25 %exitcond = icmp eq i32 %lftr.wideiv, 1024
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_limits.h 46 #define LP_MAX_TEXTURE_SIZE (1 * 1024 * 1024 * 1024ULL) /* 1GB for now */
70 #define LP_MAX_SCENE_SIZE (512 * 1024 * 1024)
76 #define LP_MAX_SHADER_VARIANTS 1024
84 #define LP_MAX_SHADER_INSTRUCTIONS MAX2(256*1024, 512*LP_MAX_SHADER_VARIANTS)
  /cts/tests/tests/os/src/android/os/cts/
MemoryFileTest.java 36 new MemoryFile("Test File", 1024);
41 mMemoryFile = new MemoryFile("Test File", 1024);
48 checkWriteBytesInIllegalParameter(0, 0, 1024);
67 mMemoryFile = new MemoryFile("Test File", 1024);
81 mMemoryFile = new MemoryFile("Test File", 1024);
98 mMemoryFile = new MemoryFile("Test File", 1024);
99 assertEquals(1024, mMemoryFile.length());
113 mMemoryFile = new MemoryFile("Test File", 1024);
129 checkReadBytesInIllegalParameter(0, 0, 1024);
149 mMemoryFile = new MemoryFile("Test File", 1024);
    [all...]
  /external/mksh/src/
rlimits.gen 41 FN("data(KiB)", RLIMIT_DATA, 1024, 'd')
44 FN("stack(KiB)", RLIMIT_STACK, 1024, 's')
47 FN("lockedmem(KiB)", RLIMIT_MEMLOCK, 1024, 'l')
56 FN("swap(KiB)", RLIMIT_SWAP, 1024, 'w')
71 FN("AIOlockedmem(KiB)", RLIMIT_AIO_MEM, 1024, 'M')
80 FN("sockbufsiz(KiB)", RLIMIT_SBSIZE, 1024, 'B')
92 FN("resident-set(KiB)", RLIMIT_RSS, 1024, 'm')
95 FN("memory(KiB)", RLIMIT_VMEM, 1024, 'm')
98 FN("virtual-memory(KiB)", RLIMIT_VMEM, 1024, 'v')
101 FN("address-space(KiB)", RLIMIT_AS, 1024, 'v'
    [all...]
  /external/e2fsprogs/tests/m_64bit_flexbg/
expect.1 1 Creating filesystem with 1024 1k blocks and 128 inodes
13 test_filesys: 11/128 files (0.0% non-contiguous), 42/1024 blocks
25 Block count: 1024
30 Block size: 1024
31 Fragment size: 1024
  /external/e2fsprogs/tests/m_root_owner/
expect.1 1 Creating filesystem with 1024 1k blocks and 128 inodes
13 test_filesys: 11/128 files (0.0% non-contiguous), 38/1024 blocks
25 Block count: 1024
30 Block size: 1024
31 Fragment size: 1024
  /external/sfntly/cpp/src/test/
open_type_data_test.cc 46 ByteVector source_bytes(1024);
50 ByteArrayPtr source_array = new MemoryByteArray(&(source_bytes[0]), 1024);
53 ByteVector destination_bytes(1024);
55 new MemoryByteArray(&(destination_bytes[0]), 1024);
59 EXPECT_EQ(1024, length);

Completed in 351 milliseconds

<<11121314151617181920>>