Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 25 of 1633) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/rust/android-crates-io/crates/glam/benches/support/
Dmacros.rs5 const SIZE: usize = 1 << 13; constant
29 const SIZE: usize = 1 << 13; constant
53 const SIZE: usize = 1 << 13; constant
82 const SIZE: usize = 1 << 13; constant
113 const SIZE: usize = 1 << 13; constant
143 const SIZE: usize = 1 << 13; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dptr.rs687 const SIZE: usize = 1 << 47; in align_offset_issue_103361() constant
689 const SIZE: usize = 1 << 30; in align_offset_issue_103361() constant
691 const SIZE: usize = 1 << 13; in align_offset_issue_103361() constant
699 const SIZE: usize = 1 << 47; in align_offset_issue_103361_const() constant
701 const SIZE: usize = 1 << 30; in align_offset_issue_103361_const() constant
703 const SIZE: usize = 1 << 13; in align_offset_issue_103361_const() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dptr.rs687 const SIZE: usize = 1 << 47; in align_offset_issue_103361() constant
689 const SIZE: usize = 1 << 30; in align_offset_issue_103361() constant
691 const SIZE: usize = 1 << 13; in align_offset_issue_103361() constant
699 const SIZE: usize = 1 << 47; in align_offset_issue_103361_const() constant
701 const SIZE: usize = 1 << 30; in align_offset_issue_103361_const() constant
703 const SIZE: usize = 1 << 13; in align_offset_issue_103361_const() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dptr.rs687 const SIZE: usize = 1 << 47; in align_offset_issue_103361() constant
689 const SIZE: usize = 1 << 30; in align_offset_issue_103361() constant
691 const SIZE: usize = 1 << 13; in align_offset_issue_103361() constant
699 const SIZE: usize = 1 << 47; in align_offset_issue_103361_const() constant
701 const SIZE: usize = 1 << 30; in align_offset_issue_103361_const() constant
703 const SIZE: usize = 1 << 13; in align_offset_issue_103361_const() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dptr.rs687 const SIZE: usize = 1 << 47; in align_offset_issue_103361() constant
689 const SIZE: usize = 1 << 30; in align_offset_issue_103361() constant
691 const SIZE: usize = 1 << 13; in align_offset_issue_103361() constant
699 const SIZE: usize = 1 << 47; in align_offset_issue_103361_const() constant
701 const SIZE: usize = 1 << 30; in align_offset_issue_103361_const() constant
703 const SIZE: usize = 1 << 13; in align_offset_issue_103361_const() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dptr.rs687 const SIZE: usize = 1 << 47; in align_offset_issue_103361() constant
689 const SIZE: usize = 1 << 30; in align_offset_issue_103361() constant
691 const SIZE: usize = 1 << 13; in align_offset_issue_103361() constant
699 const SIZE: usize = 1 << 47; in align_offset_issue_103361_const() constant
701 const SIZE: usize = 1 << 30; in align_offset_issue_103361_const() constant
703 const SIZE: usize = 1 << 13; in align_offset_issue_103361_const() constant
/aosp_15_r20/external/crosvm/linux_input_sys/src/
H A Dlib.rs21 const SIZE: usize; constant
46 const SIZE: usize = size_of::<Self>(); constant
67 const SIZE: usize = size_of::<Self>(); constant
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/tests/
Drandom.rs33 const SIZE: usize = 100; constant
35 const SIZE: usize = 10; constant
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
Dbsd.h48 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument
56 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ argument
64 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \ argument
70 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNMENT) \ argument
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/
H A DEqualsCompareTest.java65 typeToWidth.put(byte.class, Byte.SIZE); in typeToWidth.put()
66 typeToWidth.put(short.class, Short.SIZE); in typeToWidth.put()
67 typeToWidth.put(char.class, Character.SIZE); in typeToWidth.put()
68 typeToWidth.put(int.class, Integer.SIZE); in typeToWidth.put()
69 typeToWidth.put(long.class, Long.SIZE); in typeToWidth.put()
70 typeToWidth.put(float.class, Float.SIZE); in typeToWidth.put()
71 typeToWidth.put(double.class, Double.SIZE); in typeToWidth.put()
/aosp_15_r20/external/tpm2-tss/src/util/
H A Dlog.h71 #define LOGBLOB_ERROR(BUFFER, SIZE, FORMAT, ...) doLogBlob(LOGLEVEL_ERROR, \ argument
89 #define LOGBLOB_WARNING(BUFFER, SIZE, FORMAT, ...) doLogBlob(LOGLEVEL_WARNING, \ argument
107 #define LOGBLOB_INFO(BUFFER, SIZE, FORMAT, ...) doLogBlob(LOGLEVEL_INFO, \ argument
125 #define LOGBLOB_DEBUG(BUFFER, SIZE, FORMAT, ...) doLogBlob(LOGLEVEL_DEBUG, \ argument
143 #define LOGBLOB_TRACE(BUFFER, SIZE, FORMAT, ...) doLogBlob(LOGLEVEL_TRACE, \ argument
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DFileChannelTest.java795 final long SIZE = 200; in test_lockJJZ_Shared() local
811 final long SIZE = 200; in test_lockJJZ_NotShared() local
825 final long SIZE = Long.MAX_VALUE; in test_lockJJZ_Long_MAX_VALUE() local
839 final long SIZE = 200; in test_lockJJZ_Overlapping() local
861 final long SIZE = 200; in test_lockJJZ_NotOverlapping() local
1082 final long SIZE = 200; in test_tryLockJJZ_Shared() local
1098 final long SIZE = 200; in test_tryLockJJZ_NotShared() local
1112 final long SIZE = Long.MAX_VALUE; in test_tryLockJJZ_Long_MAX_VALUE() local
1126 final long SIZE = 200; in test_tryLockJJZ_Overlapping() local
1148 final long SIZE = 200; in test_tryLockJJZ_NotOverlapping() local
/aosp_15_r20/external/llvm-libc/src/string/memory_utils/
H A Dop_builtin.h28 static constexpr size_t SIZE = Size; member
70 static constexpr size_t SIZE = Size; member
106 static constexpr size_t SIZE = Size; member
133 static constexpr size_t SIZE = Size; member
/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/
H A DArraysEqCmpTest.java61 typeToWidth.put(boolean.class, Byte.SIZE); in typeToWidth.put()
62 typeToWidth.put(byte.class, Byte.SIZE); in typeToWidth.put()
63 typeToWidth.put(short.class, Short.SIZE); in typeToWidth.put()
64 typeToWidth.put(char.class, Character.SIZE); in typeToWidth.put()
65 typeToWidth.put(int.class, Integer.SIZE); in typeToWidth.put()
66 typeToWidth.put(long.class, Long.SIZE); in typeToWidth.put()
67 typeToWidth.put(float.class, Float.SIZE); in typeToWidth.put()
68 typeToWidth.put(double.class, Double.SIZE); in typeToWidth.put()
69 typeToWidth.put(Object.class, Integer.SIZE); // @@@ 32 or 64? in typeToWidth.put()
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dwrite_zeroes.rs223 const SIZE: usize = 0x2_0000; in test_large_write_zeroes() constant
276 const SIZE: usize = 0x2_0000; in test_punch_hole() constant
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
H A Dfused_reduction_benchmark.cc81 #define BM_SUITE(NAME, DYNAMIC, SIZE) \ argument
86 #define BM_DYNAMIC(SIZE) \ argument
97 #define BM_STATIC(SIZE) BM_SUITE(FusedReductionStatic_##SIZE, kStaticDim, SIZE) argument
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.h278 #define BPF_LD_ABS(SIZE, IMM) \ argument
288 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
298 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
308 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dlibbpf.h278 #define BPF_LD_ABS(SIZE, IMM) \ argument
288 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
298 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
308 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
/aosp_15_r20/external/iproute2/include/
H A Dbpf_util.h169 #define BPF_LD_ABS(SIZE, IMM) \ argument
179 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
189 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
199 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
/aosp_15_r20/frameworks/av/services/audioflinger/afutils/
H A DBufLog.h80 #define __BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \ argument
84 #define BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \ argument
87 #define BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \ argument
/aosp_15_r20/external/crosvm/base/src/
H A Dcustom_serde.rs34 pub fn serialize_arr<S, T: Sized + Serialize, const SIZE: usize>( in serialize_arr()
50 const SIZE: usize, in deserialize_seq_to_arr() constant
53 ) -> Result<[T; SIZE], D::Error> in deserialize_seq_to_arr()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/media_bin_mgr/
H A Dmedia_bin_mgr.h46 #define DEFINE_SHARED_ARRAY_SIZE_UINT32(ARRAY_SIZE, SIZE) extern unsigned int ARRAY_SIZE = SIZE argument
49 #define DEFINE_SHARED_ARRAY_SIZE_UINT32(ARRAY_SIZE, SIZE) extern const unsigned int ULT_##ARRAY_SIZ… argument
52 #define DEFINE_SHARED_ARRAY_SIZE_UINT32(ARRAY_SIZE, SIZE) extern const unsigned int ARRAY_SIZE = SI… argument
/aosp_15_r20/system/security/keystore2/src/
H A Dlegacy_blob.rs195 const SIZE: usize = std::mem::size_of::<bool>(); in read_bool() constant
201 const SIZE: usize = std::mem::size_of::<u32>(); in read_ne_u32() constant
207 const SIZE: usize = std::mem::size_of::<i32>(); in read_ne_i32() constant
213 const SIZE: usize = std::mem::size_of::<i64>(); in read_ne_i64() constant
/aosp_15_r20/external/libbpf/include/linux/
H A Dfilter.h64 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
72 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
80 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/
H A Drepeat.h169 #define ASYMM_MULT_BY_QUANT_MULTIPLIER_GREATER_THAN_ONE_DEF(ID, SIZE, VAR, RES_MUL, RES_SHIFT) VAR#… argument
170 #define REPEAT_ASYMM_MULT_BY_QUANT_MULTIPLIER_GREATER_THAN_ONE(N, SIZE, VAR, RES_MUL, RES_SHIFT) RE… argument
173 #define ASYMM_MULT_BY_QUANT_MULTIPLIER_LESS_THAN_ONE_DEF(ID, SIZE, VAR, RES_MUL, RES_SHIFT) VAR##ID… argument
174 #define REPEAT_ASYMM_MULT_BY_QUANT_MULTIPLIER_LESS_THAN_ONE(N, SIZE, VAR, RES_MUL, RES_SHIFT) REPEA… argument
177 #define ASYMM_MULT_BY_QUANT_MULTIPLIER_PER_CHANNEL_DEF(ID, SIZE, VAR, RES_MUL, RES_SHIFT) … argument
185 #define REPEAT_ASYMM_MULT_BY_QUANT_MULTIPLIER_PER_CHANNEL(N, SIZE, VAR, RES_MUL, RES_SHIFT) REPEAT_… argument

12345678910>>...66