Home
last modified time | relevance | path

Searched +defs:val +defs:offset (Results 1 – 25 of 1676) sorted by relevance

12345678910>>...68

/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Dendian.h18 static inline uint8_t read_at_ble8(const void *src, size_t offset) in read_at_ble8()
25 static inline void write_ble8(void *dest, uint8_t val) in write_ble8()
30 static inline void write_at_ble8(void *dest, uint8_t val, size_t offset) in write_at_ble8()
44 static inline uint8_t read_at_be8(const void *src, size_t offset) in read_at_be8()
49 static inline void write_be8(void *dest, uint8_t val) in write_be8()
54 static inline void write_at_be8(void *dest, uint8_t val, size_t offset) in write_at_be8()
65 static inline uint16_t read_at_be16(const void *src, size_t offset) in read_at_be16()
72 static inline void write_be16(void *dest, uint16_t val) in write_be16()
78 static inline void write_at_be16(void *dest, uint16_t val, size_t offset) in write_at_be16()
92 static inline uint32_t read_at_be32(const void *src, size_t offset) in read_at_be32()
[all …]
/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Ddecode.c306 uint offset) in fetch_data_byte()
325 uint offset) in fetch_data_word()
344 uint offset) in fetch_data_long()
365 uint offset) in fetch_data_byte_abs()
386 uint offset) in fetch_data_word_abs()
407 uint offset) in fetch_data_long_abs()
428 uint offset, in store_data_byte()
429 u8 val) in store_data_byte()
450 uint offset, in store_data_word()
451 u16 val) in store_data_word()
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/afuc/
H A Demu-ui.c114 read_one_value(const char **val) in read_one_value()
233 uint32_t val = emu_mem_read_dword(emu, addr); in dump_gpumem() local
255 unsigned offset = afuc_gpr_reg(name); in emu_write_gpr_prompt() local
256 uint32_t val = strtoul(value, NULL, 0); in emu_write_gpr_prompt() local
273 unsigned offset = afuc_control_reg(name); in emu_write_control_prompt() local
274 uint32_t val = strtoul(value, NULL, 0); in emu_write_control_prompt() local
292 unsigned offset = afuc_control_reg(name); in emu_dump_control_prompt() local
308 unsigned offset = afuc_sqe_reg(name); in emu_write_sqe_prompt() local
309 uint32_t val = strtoul(value, NULL, 0); in emu_write_sqe_prompt() local
326 unsigned offset = afuc_gpu_reg(name); in emu_write_gpu_prompt() local
[all …]
/aosp_15_r20/cts/tests/media/jni/
H A DNativeMediaFormatUnitTest.cpp133 bool NativeMediaFormatUnitTest::validateFormatInt32(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatInt32()
135 int32_t val; in validateFormatInt32() local
171 bool NativeMediaFormatUnitTest::validateFormatInt64(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatInt64()
173 int64_t val; in validateFormatInt64() local
209 bool NativeMediaFormatUnitTest::validateFormatFloat(AMediaFormat* fmt, float offset, bool isClear) { in validateFormatFloat()
211 float val; in validateFormatFloat() local
247 bool NativeMediaFormatUnitTest::validateFormatDouble(AMediaFormat* fmt, double offset, in validateFormatDouble()
250 double val; in validateFormatDouble() local
286 bool NativeMediaFormatUnitTest::validateFormatSize(AMediaFormat* fmt, size_t offset, bool isClear) { in validateFormatSize()
288 size_t val; in validateFormatSize() local
[all …]
/aosp_15_r20/external/crosvm/bit_field/bit_field_derive/
H A Dbit_field_derive.rs505 … let offset = #(<#current_types as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH as usize)+*; in get_fields_impl() localVariable
506 let val = self.get(offset, <#ty as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH); in get_fields_impl() localVariable
511 let val = <#ty as ::bit_field::BitFieldSpecifier>::into_u64(val); in get_fields_impl() localVariable
513 … let offset = #(<#current_types as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH as usize)+*; in get_fields_impl() localVariable
591 let mut val = 0; in get_bits_impl() localVariable
739 let mut val = 0; in end_to_end() localVariable
759 … let offset = <::bit_field::BitField0 as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH as usize; in end_to_end() localVariable
760 … let val = self.get(offset, <BitField1 as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH); in end_to_end() localVariable
764 let val = <BitField1 as ::bit_field::BitFieldSpecifier>::into_u64(val); in end_to_end() localVariable
766 … let offset = <::bit_field::BitField0 as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH as usize; in end_to_end() localVariable
[all …]
/aosp_15_r20/external/coreboot/src/drivers/analogix/anx7625/
H A Danx7625.c28 uint8_t offset; in i2c_access_workaround() local
66 static int anx7625_reg_read(uint8_t bus, uint8_t saddr, uint8_t offset, in anx7625_reg_read()
67 uint8_t *val) in anx7625_reg_read()
109 static int anx7625_write_or(uint8_t bus, uint8_t saddr, uint8_t offset, in anx7625_write_or()
112 uint8_t val; in anx7625_write_or() local
122 static int anx7625_write_and(uint8_t bus, uint8_t saddr, uint8_t offset, in anx7625_write_and()
126 uint8_t val; in anx7625_write_and() local
137 uint8_t val; in wait_aux_op_finish() local
380 uint8_t val; in anx7625_swap_dsi_lane3() local
396 int val, ret; in anx7625_api_dsi_config() local
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp179 nir_variable_mode mode, uint32_t binding, nir_def *offset, uint32_t id, in create_indirect_load()
239 nir_variable_mode mode, uint32_t binding, nir_def *offset, uint32_t id, in create_indirect_store()
279 nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, in create_load()
287 nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, in create_store()
603 nir_def *offset = nir_instr_as_alu(load->src[1].ssa->parent_instr)->src[0].src.ssa; in TEST_F() local
716 nir_def *val = store->src[0].ssa; in TEST_F() local
739 nir_def *val = store->src[0].ssa; in TEST_F() local
763 nir_def *val = store->src[0].ssa; in TEST_F() local
927 nir_def *val = loads[0x3]->src.ssa; in TEST_F() local
959 nir_def *val = loads[0x2]->src.ssa; in TEST_F() local
[all …]
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowParcel.java262 protected void writeByteArray(byte[] b, int offset, int len) { in writeByteArray()
308 protected static void nativeWriteByteArray(long nativePtr, byte[] b, int offset, int len) { in nativeWriteByteArray()
315 protected void writeBlob(byte[] b, int offset, int len) { in writeBlob()
325 private static void throwsIfOutOfBounds(int len, int offset, int count) { in throwsIfOutOfBounds()
336 protected static void nativeWriteBlob(long nativePtr, byte[] b, int offset, int len) { in nativeWriteBlob()
342 protected static int nativeWriteInt(long nativePtr, int val) { in nativeWriteInt()
349 protected static int nativeWriteLong(long nativePtr, long val) { in nativeWriteLong()
356 protected static int nativeWriteFloat(long nativePtr, float val) { in nativeWriteFloat()
363 protected static int nativeWriteDouble(long nativePtr, double val) { in nativeWriteDouble()
369 protected static void nativeWriteString(long nativePtr, String val) { in nativeWriteString()
[all …]
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_nir_lower_descriptors.c57 nir_def *offset, unsigned align) in load_root()
79 nir_def *offset = nir_iadd_imm(b, load->src[0].ssa, base); in lower_load_constant() local
260 nir_def *val = load_root(b, intrin->def.num_components, intrin->def.bit_size, in _lower_sysval_to_root_table() local
280 nir_def *offset = in lower_load_push_constant() local
283 nir_def *val = load_root(b, load->def.num_components, load->def.bit_size, in lower_load_push_constant() local
327 image_heap_handle(nir_builder *b, nir_def *offset) in image_heap_handle()
350 nir_def *offset = load_resource_deref_desc(b, 1, 32, deref, offs, ctx); in lower_image_intrin() local
399 unsigned offset = hk_root_descriptor_offset(draw.uvs_index[slot]); in lower_uvs_index() local
402 nir_def *val = load_root(b, 1, 8, nir_imm_int(b, offset), 1); in lower_uvs_index() local
432 unsigned offset = hk_root_descriptor_offset(draw.provoking); in lower_uvs_index() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c106 uint32_t val; in gicv3_set_eoi_split() local
117 uint32_t gicv3_reg_readl(uint32_t cpu_or_dist, uint64_t offset) in gicv3_reg_readl()
124 void gicv3_reg_writel(uint32_t cpu_or_dist, uint64_t offset, uint32_t reg_val) in gicv3_reg_writel()
131 uint32_t gicv3_getl_fields(uint32_t cpu_or_dist, uint64_t offset, uint32_t mask) in gicv3_getl_fields()
136 void gicv3_setl_fields(uint32_t cpu_or_dist, uint64_t offset, in gicv3_setl_fields()
153 static void gicv3_access_reg(uint32_t intid, uint64_t offset, in gicv3_access_reg()
155 bool write, uint32_t *val) in gicv3_access_reg()
185 static void gicv3_write_reg(uint32_t intid, uint64_t offset, in gicv3_write_reg()
186 uint32_t reg_bits, uint32_t bits_per_field, uint32_t val) in gicv3_write_reg()
192 static uint32_t gicv3_read_reg(uint32_t intid, uint64_t offset, in gicv3_read_reg()
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_ipc.c40 unsigned int val = 0, cpu_val = 0; in hisi_cpus_pd_in_cluster_besides_curr() local
61 unsigned int val; in hisi_cpus_powered_off_besides_curr() local
100 unsigned int val = 0; in hisi_ipc_cpu_on_off() local
101 unsigned int offset; in hisi_ipc_cpu_on_off() local
132 unsigned int val = 0; in hisi_ipc_cluster_on_off() local
133 unsigned int offset; in hisi_ipc_cluster_on_off() local
163 unsigned int val = 0; in hisi_ipc_cpu_suspend() local
164 unsigned int offset; in hisi_ipc_cpu_suspend() local
179 unsigned int val; in hisi_ipc_cluster_suspend() local
180 unsigned int offset; in hisi_ipc_cluster_suspend() local
/aosp_15_r20/external/arm-trusted-firmware/plat/hisilicon/hikey/
H A Dhisi_ipc.c40 unsigned int val = 0, cpu_val = 0; in hisi_cpus_pd_in_cluster_besides_curr() local
61 unsigned int val; in hisi_cpus_powered_off_besides_curr() local
100 unsigned int val = 0; in hisi_ipc_cpu_on_off() local
101 unsigned int offset; in hisi_ipc_cpu_on_off() local
132 unsigned int val = 0; in hisi_ipc_cluster_on_off() local
133 unsigned int offset; in hisi_ipc_cluster_on_off() local
163 unsigned int val = 0; in hisi_ipc_cpu_suspend() local
164 unsigned int offset; in hisi_ipc_cpu_suspend() local
179 unsigned int val; in hisi_ipc_cluster_suspend() local
180 unsigned int offset; in hisi_ipc_cluster_suspend() local
/aosp_15_r20/art/runtime/native/
H A Djdk_internal_misc_Unsafe.cc55 static jboolean Unsafe_compareAndSetInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSetInt()
68 static jboolean Unsafe_compareAndSwapInt(JNIEnv* env, jobject obj, jobject javaObj, jlong offset, in Unsafe_compareAndSwapInt()
76 static jboolean Unsafe_compareAndSetLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSetLong()
88 JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong expectedValue, jlong newValue) { in Unsafe_compareAndExchangeLong()
96 static jboolean Unsafe_compareAndSwapLong(JNIEnv* env, jobject obj, jobject javaObj, jlong offset, in Unsafe_compareAndSwapLong()
107 jlong offset, in Unsafe_compareAndSetReference()
136 static jboolean Unsafe_compareAndSwapObject(JNIEnv* env, jobject obj, jobject javaObj, jlong offset, in Unsafe_compareAndSwapObject()
144 static jint Unsafe_getInt(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getInt()
150 static jint Unsafe_getIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getIntVolatile()
156 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt()
[all …]
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
H A DTarUtils.java104 public static long parseOctal(final byte[] buffer, final int offset, final int length) { in parseOctal()
167 public static long parseOctalOrBinary(final byte[] buffer, final int offset, in parseOctalOrBinary()
180 private static long parseBinaryLong(final byte[] buffer, final int offset, in parseBinaryLong()
189 long val = 0; in parseBinaryLong() local
202 final int offset, in parseBinaryBigInteger()
207 BigInteger val = new BigInteger(remainder); in parseBinaryBigInteger() local
231 public static boolean parseBoolean(final byte[] buffer, final int offset) { in parseBoolean()
236 private static String exceptionMessage(final byte[] buffer, final int offset, in exceptionMessage()
261 public static String parseName(final byte[] buffer, final int offset, final int length) { in parseName()
287 public static String parseName(final byte[] buffer, final int offset, in parseName()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dblock_reduce.cuh24 __inline__ __device__ T WarpReduceSum(T val) { in WarpReduceSum()
26 for (int offset = (C10_WARP_SIZE >> 1); offset > 0; offset >>= 1) { in WarpReduceSum() local
37 __inline__ __device__ T WarpReduceMax(T val) { in WarpReduceMax()
39 for (int offset = (C10_WARP_SIZE >> 1); offset > 0; offset >>= 1) { in WarpReduceMax() local
71 __inline__ __device__ T BlockReduceSum(T val, T* shared) { in BlockReduceSum()
96 __inline__ __device__ T BlockReduceMax(T val, T* shared) { in BlockReduceMax()
114 __inline__ __device__ T WarpReduce(T val, const ReduceOp& op) { in WarpReduce()
116 for (int offset = (C10_WARP_SIZE >> 1); offset > 0; offset >>= 1) { in WarpReduce() local
124 BlockReduce(T val, const ReduceOp& op, const T& identity_element, T* shared) { in BlockReduce()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DHwParcel.java88 public native final void writeBool(boolean val); in writeBool()
94 public native final void writeInt8(byte val); in writeInt8()
100 public native final void writeInt16(short val); in writeInt16()
106 public native final void writeInt32(int val); in writeInt32()
112 public native final void writeInt64(long val); in writeInt64()
118 public native final void writeFloat(float val); in writeFloat()
124 public native final void writeDouble(double val); in writeDouble()
133 public native final void writeString(String val); in writeString()
141 public native final void writeNativeHandle(@Nullable NativeHandle val); in writeNativeHandle()
148 private native final void writeBoolVector(boolean[] val); in writeBoolVector()
[all …]
H A DParcel.java414 private static native void nativeWriteByteArray(long nativePtr, byte[] b, int offset, int len); in nativeWriteByteArray()
415 private static native void nativeWriteBlob(long nativePtr, byte[] b, int offset, int len); in nativeWriteBlob()
417 private static native int nativeWriteInt(long nativePtr, int val); in nativeWriteInt()
419 private static native int nativeWriteLong(long nativePtr, long val); in nativeWriteLong()
421 private static native int nativeWriteFloat(long nativePtr, float val); in nativeWriteFloat()
423 private static native int nativeWriteDouble(long nativePtr, double val); in nativeWriteDouble()
426 private static native void nativeWriteString8(long nativePtr, String val); in nativeWriteString8()
428 private static native void nativeWriteString16(long nativePtr, String val); in nativeWriteString16()
430 private static native void nativeWriteStrongBinder(long nativePtr, IBinder val); in nativeWriteStrongBinder()
432 private static native void nativeWriteFileDescriptor(long nativePtr, FileDescriptor val); in nativeWriteFileDescriptor()
[all …]
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_reg_read.c40 __u64 offset; member
41 __u64 val; /* Return value */ member
48 static int read_register(int fd, uint64_t offset, uint64_t * val) in read_register()
79 uint64_t val; in check_timestamp() local
86 static int timer_query(int fd, uint64_t * val) in timer_query()
88 uint64_t offset; in timer_query() local
150 uint64_t val = 0; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/shaders/
H A Dcommon.h151 static inline Short bytesToShort(constant uchar *input, uint offset) in bytesToShort()
160 static inline Int bytesToInt(constant uchar *input, uint offset) in bytesToInt()
171 static inline void shortToBytes(Short val, uint offset, device uchar *output) in shortToBytes()
179 static inline void intToBytes(Int val, uint offset, device uchar *output) in intToBytes()
188 static inline void floatToBytes(float val, uint offset, device uchar *output) in floatToBytes()
193 static inline void int24bitToBytes(uint val, uint offset, device uchar *output) in int24bitToBytes()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c59 cast_type(struct lp_build_nir_context *bld_base, LLVMValueRef val, in cast_type()
1189 LLVMValueRef offset = NULL; in get_deref_offset() local
1249 nir_src offset = *nir_get_io_offset_src(instr); in visit_load_input() local
1273 nir_src offset = *nir_get_io_offset_src(instr); in visit_store_output() local
1312 LLVMValueRef val = bld_base->load_reg(bld_base, reg_bld, decl, base, indir_src, reg_storage); in visit_load_reg() local
1335 LLVMValueRef val = get_src(bld_base, instr->src[0]); in visit_store_reg() local
1464 LLVMValueRef offset = get_src(bld_base, instr->src[1]); in visit_load_ubo() local
1483 LLVMValueRef offset = get_src(bld_base, instr->src[0]); in visit_load_push_constant() local
1502 LLVMValueRef offset = get_src(bld_base, instr->src[1]); in visit_load_ssbo() local
1516 LLVMValueRef val = get_src(bld_base, instr->src[0]); in visit_store_ssbo() local
[all …]
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_transport.h17 vn_sizeof_VkCommandStreamDescriptionMESA(const VkCommandStreamDescriptionMESA *val) in vn_sizeof_VkCommandStreamDescriptionMESA()
27 …kCommandStreamDescriptionMESA(struct vn_cs_encoder *enc, const VkCommandStreamDescriptionMESA *val) in vn_encode_VkCommandStreamDescriptionMESA()
37 vn_sizeof_VkCommandStreamDependencyMESA(const VkCommandStreamDependencyMESA *val) in vn_sizeof_VkCommandStreamDependencyMESA()
46 …_VkCommandStreamDependencyMESA(struct vn_cs_encoder *enc, const VkCommandStreamDependencyMESA *val) in vn_encode_VkCommandStreamDependencyMESA()
55 vn_sizeof_VkRingMonitorInfoMESA_pnext(const void *val) in vn_sizeof_VkRingMonitorInfoMESA_pnext()
62 vn_sizeof_VkRingMonitorInfoMESA_self(const VkRingMonitorInfoMESA *val) in vn_sizeof_VkRingMonitorInfoMESA_self()
71 vn_sizeof_VkRingMonitorInfoMESA(const VkRingMonitorInfoMESA *val) in vn_sizeof_VkRingMonitorInfoMESA()
83 vn_encode_VkRingMonitorInfoMESA_pnext(struct vn_cs_encoder *enc, const void *val) in vn_encode_VkRingMonitorInfoMESA_pnext()
90 vn_encode_VkRingMonitorInfoMESA_self(struct vn_cs_encoder *enc, const VkRingMonitorInfoMESA *val) in vn_encode_VkRingMonitorInfoMESA_self()
97 vn_encode_VkRingMonitorInfoMESA(struct vn_cs_encoder *enc, const VkRingMonitorInfoMESA *val) in vn_encode_VkRingMonitorInfoMESA()
[all …]
/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2_meta.h29 u64 offset; //offset in host image variable
81 void set_dirty(unsigned int idx, bool val) { in set_dirty()
106 void set_update(bool val) { in set_update()
139 void set_prep_flush(bool val) in set_prep_flush()
184 Qcow2HeaderExtString(char *addr, u64 offset): in Qcow2HeaderExtString()
216 Qcow2HeaderExtBitmaps(char *addr, u64 offset): in Qcow2HeaderExtBitmaps()
238 Qcow2HeaderExtEncHeader(char *addr, u64 offset): in Qcow2HeaderExtEncHeader()
354 bool entry_val_is_dirty(u64 val) { in entry_val_is_dirty()
427 void set_blk_dirty(u32 idx, bool val) in set_blk_dirty()
491 u64 val = be64_to_cpu(((const u64 *)addr)[idx]); in get_entry_fast() local
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/pwrc/
H A Dhisi_pwrc.c75 static void hisi_resource_lock(unsigned int lockid, unsigned int offset) in hisi_resource_lock()
87 static void hisi_resource_unlock(unsigned int lockid, unsigned int offset) in hisi_resource_unlock()
116 unsigned int offset = (cluster == 0 ? RES0_LOCK_BASE : RES1_LOCK_BASE); in hisi_cpuidle_lock() local
124 unsigned int offset = (cluster == 0 ? RES0_LOCK_BASE : RES1_LOCK_BASE); in hisi_cpuidle_unlock() local
131 unsigned int val; in hisi_get_cpuidle_flag() local
168 unsigned int val; in hisi_set_cluster_pwdn_flag() local
182 unsigned int val; in hisi_get_cpu_boot_flag() local
195 unsigned int val; in hisi_test_cpu_down() local
233 unsigned int val = mmio_read_32(REG_SCBAKDATA3_OFFSET); in cluster_is_powered_on() local
261 unsigned int val; in hisi_get_pdc_stat() local
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/pwrc/
Dhisi_pwrc.c75 static void hisi_resource_lock(unsigned int lockid, unsigned int offset) in hisi_resource_lock()
87 static void hisi_resource_unlock(unsigned int lockid, unsigned int offset) in hisi_resource_unlock()
116 unsigned int offset = (cluster == 0 ? RES0_LOCK_BASE : RES1_LOCK_BASE); in hisi_cpuidle_lock() local
124 unsigned int offset = (cluster == 0 ? RES0_LOCK_BASE : RES1_LOCK_BASE); in hisi_cpuidle_unlock() local
131 unsigned int val; in hisi_get_cpuidle_flag() local
168 unsigned int val; in hisi_set_cluster_pwdn_flag() local
182 unsigned int val; in hisi_get_cpu_boot_flag() local
195 unsigned int val; in hisi_test_cpu_down() local
233 unsigned int val = mmio_read_32(REG_SCBAKDATA3_OFFSET); in cluster_is_powered_on() local
261 unsigned int val; in hisi_get_pdc_stat() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/
DBigInteger.java309 public BigInteger(byte[] val, int off, int len) { in BigInteger()
338 public BigInteger(byte[] val) { in BigInteger()
350 private BigInteger(int[] val) { in BigInteger()
480 public BigInteger(String val, int radix) { in BigInteger()
564 BigInteger(char[] val, int sign, int len) { in BigInteger()
674 public BigInteger(String val) { in BigInteger()
1186 public static BigInteger valueOf(long val) { in valueOf()
1201 private BigInteger(long val) { in BigInteger()
1225 private static BigInteger valueOf(int val[]) { in valueOf()
1454 private static int[] subtract(long val, int[] little) { in subtract()
[all …]

12345678910>>...68