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

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/nfsd/
const.h 22 #define NFSSVC_MAXBLKSIZE (32*1024)
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
uio.h 25 #define UIO_MAXIOV 1024
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/nfsd/
const.h 22 #define NFSSVC_MAXBLKSIZE (32*1024)
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
uio.h 25 #define UIO_MAXIOV 1024
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/nfsd/
const.h 22 #define NFSSVC_MAXBLKSIZE (32*1024)
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
uio.h 25 #define UIO_MAXIOV 1024
  /system/extras/tests/pagingtest/
pageinout_test.c 79 (1024 * 1024 * (total_time_in.tv_sec * USEC_PER_SEC + total_time_in.tv_usec)));
81 (1024 * 1024 * (total_time_out.tv_sec * USEC_PER_SEC + total_time_out.tv_usec)));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-avx512ifma_vl.s 17 vpmadd52luq 1024(%rdx){1to2}, %xmm29, %xmm30 # AVX512{IFMA,VL}
18 vpmadd52luq -1024(%rdx){1to2}, %xmm29, %xmm30 # AVX512{IFMA,VL} Disp8
31 vpmadd52luq 1024(%rdx){1to4}, %ymm29, %ymm30 # AVX512{IFMA,VL}
32 vpmadd52luq -1024(%rdx){1to4}, %ymm29, %ymm30 # AVX512{IFMA,VL} Disp8
45 vpmadd52huq 1024(%rdx){1to2}, %xmm29, %xmm30 # AVX512{IFMA,VL}
46 vpmadd52huq -1024(%rdx){1to2}, %xmm29, %xmm30 # AVX512{IFMA,VL} Disp8
59 vpmadd52huq 1024(%rdx){1to4}, %ymm29, %ymm30 # AVX512{IFMA,VL}
60 vpmadd52huq -1024(%rdx){1to4}, %ymm29, %ymm30 # AVX512{IFMA,VL} Disp8
75 vpmadd52luq xmm30, xmm29, [rdx+1024]{1to2} # AVX512{IFMA,VL}
76 vpmadd52luq xmm30, xmm29, [rdx-1024]{1to2} # AVX512{IFMA,VL} Disp
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
symtocbase-1.s 6 .space 48 * 1024
symtocbase-2.s 6 .space 48 * 1024
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
memory.t 4 R_DATAMEM (AW) : org = 0x1000, l = (64 * 1024)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
mix2-noexp.sd 9 1024 00001018 000010c4 0000100d 00001028 .*
  /art/test/202-thread-oome/src/
Main.java 19 Thread t = new Thread(null, new Runnable() { public void run() {} }, "", 3L*1024*1024*1024);
  /bionic/libc/arch-x86/silvermont/string/
cache.h 32 #define SHARED_CACHE_SIZE (1024*1024) /* Silvermont L2 Cache */
33 #define DATA_CACHE_SIZE (24*1024) /* Silvermont L1 Data Cache */
  /bionic/libc/arch-x86_64/string/
cache.h 32 #define SHARED_CACHE_SIZE (1024*1024) /* Silvermont L2 Cache */
33 #define DATA_CACHE_SIZE (24*1024) /* Silvermont L1 Data Cache */
  /external/e2fsprogs/misc/
filefrag.8.in 41 is unspecified it defaults to 1024 bytes.
47 Use 1024\-byte blocksize for output (identical to '\-b 1024').
  /external/guava/guava/src/com/google/common/escape/
Platform.java 30 /** Returns a thread-local 1024-char array. */
37 * The starting size is 1024 characters. If we grow past this we don't
43 return new char[1024];
  /external/kernel-headers/original/uapi/linux/
posix_types.h 7 * This allows for 1024 file descriptors: if NR_OPEN is ever grown
8 * beyond that you'll have to change this too. But 1024 fd's seem to be
22 #define __FD_SETSIZE 1024
  /external/libchrome/sandbox/linux/bpf_dsl/
linux_syscall_ranges.h 11 #define MAX_PUBLIC_SYSCALL 1024u
17 #define MAX_PUBLIC_SYSCALL 1024u
29 #define MAX_PUBLIC_SYSCALL (MIN_SYSCALL + 1024u)
  /external/llvm/test/CodeGen/AMDGPU/
gep-address-space.ll 5 define void @use_gep_address_space([1024 x i32] addrspace(3)* %array) nounwind {
9 %p = getelementptr [1024 x i32], [1024 x i32] addrspace(3)* %array, i16 0, i16 16
20 define void @use_gep_address_space_large_offset([1024 x i32] addrspace(3)* %array) nounwind {
21 %p = getelementptr [1024 x i32], [1024 x i32] addrspace(3)* %array, i16 0, i16 16384
42 define void @gep_as_vector_v4(<4 x [1024 x i32] addrspace(3)*> %array) nounwind {
43 %p = getelementptr [1024 x i32], <4 x [1024 x i32] addrspace(3)*> %array, <4 x i16> zeroinitializer, <4 x i16> <i16 16, i16 16, i16 16, i16 16>
63 define void @gep_as_vector_v2(<2 x [1024 x i32] addrspace(3)*> %array) nounwind
    [all...]
  /external/llvm/test/Transforms/InstCombine/
memset.ll 4 %target = alloca [1024 x i8]
5 %target_p = getelementptr [1024 x i8], [1024 x i8]* %target, i32 0, i32 0
  /external/llvm/test/Transforms/LoopVectorize/
hoist-loads.ll 5 @A = common global [1024 x float] zeroinitializer, align 16
6 @B = common global [1024 x float] zeroinitializer, align 16
17 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @A, i64 0, i64 %indvars.iv
18 %arrayidx2 = getelementptr inbounds [1024 x float], [1024 x float]* @B, i64 0, i64 %indvars.iv
32 %exitcond = icmp ne i32 %lftr.wideiv, 1024
49 %arrayidx = getelementptr inbounds [1024 x float], [1024 x float]* @A, i64 0, i64 %indvars.iv
50 %arrayidx2 = getelementptr inbounds [1024 x float], [1024 x float]* @B, i64 0, i64 %indvars.i
    [all...]
  /external/llvm/test/tools/llvm-profdata/
count-mismatch.proftext 8 1024
20 1024
32 1024
  /external/mesa3d/src/gallium/targets/graw-null/
graw_util.c 18 struct tgsi_token tokens[1024];
32 struct tgsi_token tokens[1024];
46 struct tgsi_token tokens[1024];
  /external/v8/test/mjsunit/asm/
int32-tmod.js 21 return i % 1024 | 0;
30 var m = Module(this, {}, new ArrayBuffer(1024));
36 assertEquals(i % 1024 | 0, m.f3(i));

Completed in 571 milliseconds

<<11121314151617181920>>