Home
last modified time | relevance | path

Searched +defs:val +defs:offset (Results 251 – 275 of 3286) sorted by relevance

1...<<11121314151617181920>>...132

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1180 split_copy(lower_context* ctx, unsigned offset, Definition* def, Operand* op, in split_copy()
1212 uint64_t val = src.op.constantValue64() >> (offset * 8u); in split_copy() local
1306 uint8_t val = op.constantValue(); in copy_constant() local
1319 Operand offset = Operand::c32(dst.physReg().byte()); in copy_constant() local
1338 uint32_t offset = dst.physReg().byte() * 8u; in copy_constant() local
1340 uint32_t val = (op.constantValue() << offset) & mask; in copy_constant() local
1356 for (unsigned offset = 0; offset < copy.bytes;) { in do_copy() local
1454 unsigned offset = 0; in do_swap() local
1679 uint64_t val = in try_coalesce_copies() local
1874 for (unsigned offset = 0; offset < original.bytes;) { in handle_operands() local
[all …]
/aosp_15_r20/external/minigbm/
H A Di915.c442 int ret, val; in i915_init() local
521 uint32_t offset; in i915_bo_from_format() local
682 uint32_t offset = 0; in i915_bo_compute_metadata() local
711 uint32_t offset = 0; in i915_bo_compute_metadata() local
766 uint32_t offset = 0, stride = 0; in i915_bo_compute_metadata() local
770 uint32_t alignment = 0, val, tmpoffset = 0; in i915_bo_compute_metadata() local
/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2.cpp376 int val = -1; in figure_group_from_dirty_list() local
406 int val = -1; in __figure_group_for_flush() local
764 u64 offset) in create_and_add_l2()
825 Qcow2L2Table *Qcow2ClusterMapping::load_l2_slice(const qcow2_io_ctx_t &ioc, u64 offset, in load_l2_slice()
852 u64 offset, bool create_l2) in create_l2_map()
934 Qcow2L2Table *l2, u64 offset, bool create_l2) in __map_cluster()
970 u64 Qcow2ClusterMapping::map_cluster(const qcow2_io_ctx_t &ioc, u64 offset, in map_cluster()
/aosp_15_r20/external/dtc/
H A Dflattree.c45 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell()
109 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label()
123 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell()
589 fdt32_t val; in flat_read_word() local
645 static char *flat_read_stringtable(struct inbuf *inb, int offset) in flat_read_stringtable()
669 struct data val; in flat_read_property() local
737 uint32_t val; in unflatten_tree() local
811 uint32_t val; in dt_from_blob() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DSoftmaxLayer.cpp56 Coordinates offset(id); in softmax_layer_generic() local
62 const T val = *reinterpret_cast<const T *>(src(offset)); in softmax_layer_generic() local
74 const T val = *reinterpret_cast<const T *>(src(offset)); in softmax_layer_generic() local
92 const T val = *reinterpret_cast<const T *>(dst(offset)); in softmax_layer_generic() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c417 VkDeviceSize val; in init_program_db() local
741 VkDeviceSize val; in zink_descriptor_shader_init() local
1111 uint64_t offset = bs->dd.db_offset; in update_separable() local
1175 uint64_t offset = changed ? bs->dd.db_offset : bs->dd.cur_db_offset[type]; in zink_descriptors_update_masked_buffer() local
1289 VkDeviceSize offset = 0; in bind_bindless_db() local
1378 uint64_t offset = ctx->dd.push_state_changed[is_compute] ? in zink_descriptors_update() local
1634 VkDeviceSize val; in zink_descriptors_init() local
1711 VkDeviceSize val; in zink_descriptor_util_init_fbfetch() local
1740 VkDeviceSize offset; in zink_descriptors_init_bindless() local
1825 … size_t offset = screen->info.db_props.samplerDescriptorSize * ZINK_MAX_BINDLESS_HANDLES; in zink_descriptors_update_bindless() local
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DDvrStorageManager.java90 int val = in.readInt(); in readFormatInt() local
98 long val = in.readLong(); in readFormatLong() local
106 float val = in.readFloat(); in readFormatFloat() local
246 int offset = in.readInt(); in readNewIndexFile() local
394 String trackName, int size, long position, SampleChunk sampleChunk, int offset) in updateIndexFile()
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DDvrStorageManager.java90 int val = in.readInt(); in readFormatInt() local
98 long val = in.readLong(); in readFormatLong() local
106 float val = in.readFloat(); in readFormatFloat() local
246 int offset = in.readInt(); in readNewIndexFile() local
394 String trackName, int size, long position, SampleChunk sampleChunk, int offset) in updateIndexFile()
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/
H A DFingerprint2011.java60 static long fingerprint(byte[] bytes, int offset, int length) { in fingerprint()
77 private static long shiftMix(long val) { in shiftMix()
97 byte[] bytes, int offset, long seedA, long seedB, long[] output) { in weakHashLength32WithSeeds()
116 private static long fullFingerprint(byte[] bytes, int offset, int length) { in fullFingerprint()
149 private static long hashLength33To64(byte[] bytes, int offset, int length) { in hashLength33To64()
173 static long murmurHash64WithSeed(byte[] bytes, int offset, int length, long seed) { in murmurHash64WithSeed()
H A DFarmHashFingerprint64.java69 static long fingerprint(byte[] bytes, int offset, int length) { in fingerprint()
83 private static long shiftMix(long val) { in shiftMix()
102 byte[] bytes, int offset, long seedA, long seedB, long[] output) { in weakHashLength32WithSeeds()
118 private static long hashLength0to16(byte[] bytes, int offset, int length) { in hashLength0to16()
143 private static long hashLength17to32(byte[] bytes, int offset, int length) { in hashLength17to32()
153 private static long hashLength33To64(byte[] bytes, int offset, int length) { in hashLength33To64()
172 private static long hashLength65Plus(byte[] bytes, int offset, int length) { in hashLength65Plus()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/
H A DFingerprint2011.java60 static long fingerprint(byte[] bytes, int offset, int length) { in fingerprint()
77 private static long shiftMix(long val) { in shiftMix()
97 byte[] bytes, int offset, long seedA, long seedB, long[] output) { in weakHashLength32WithSeeds()
116 private static long fullFingerprint(byte[] bytes, int offset, int length) { in fullFingerprint()
149 private static long hashLength33To64(byte[] bytes, int offset, int length) { in hashLength33To64()
173 static long murmurHash64WithSeed(byte[] bytes, int offset, int length, long seed) { in murmurHash64WithSeed()
H A DFarmHashFingerprint64.java69 static long fingerprint(byte[] bytes, int offset, int length) { in fingerprint()
83 private static long shiftMix(long val) { in shiftMix()
102 byte[] bytes, int offset, long seedA, long seedB, long[] output) { in weakHashLength32WithSeeds()
118 private static long hashLength0to16(byte[] bytes, int offset, int length) { in hashLength0to16()
143 private static long hashLength17to32(byte[] bytes, int offset, int length) { in hashLength17to32()
153 private static long hashLength33To64(byte[] bytes, int offset, int length) { in hashLength33To64()
172 private static long hashLength65Plus(byte[] bytes, int offset, int length) { in hashLength65Plus()
/aosp_15_r20/frameworks/libs/binary_translation/guest_state/arm64/
Dguest_state_arch.cc24 void SetReturnValueRegister(CPUState& cpu, GuestAddr val) { in SetReturnValueRegister()
32 void SetStackRegister(CPUState& cpu, GuestAddr val) { in SetStackRegister()
40 void SetLinkRegister(CPUState& cpu, GuestAddr val) { in SetLinkRegister()
77 bool IsSimdOffset(size_t offset) { in IsSimdOffset()
/aosp_15_r20/frameworks/libs/binary_translation/guest_state/riscv64/
Dguest_state_arch.cc25 void SetReturnValueRegister(CPUState& cpu, GuestAddr val) { in SetReturnValueRegister()
33 void SetStackRegister(CPUState& cpu, GuestAddr val) { in SetStackRegister()
41 void SetLinkRegister(CPUState& cpu, GuestAddr val) { in SetLinkRegister()
92 bool IsSimdOffset(size_t offset) { in IsSimdOffset()
/aosp_15_r20/external/coreboot/src/device/
H A Dmdio.c19 uint16_t mdio_read(struct device *dev, uint8_t offset) in mdio_read()
30 void mdio_write(struct device *dev, uint8_t offset, uint16_t val) in mdio_write()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c366 LLVMValueRef val = LLVMBuildExtractElement(builder, values, ii, "scatter_val"); in emit_mask_scatter() local
934 LLVMValueRef offset, in emit_load_kernel_arg()
1009 LLVMValueRef offset) in lp_vec_add_offset_ptr()
1085 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_global() local
1102 LLVMValueRef val, LLVMValueRef val2, in emit_atomic_global()
1169 LLVMValueRef offset, in lp_offset_in_range()
1203 LLVMValueRef offset, in emit_load_ubo()
1375 LLVMValueRef offset, in emit_load_mem()
1490 LLVMValueRef offset, in emit_store_mem()
1520 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_mem() local
[all …]
/aosp_15_r20/external/webrtc/p2p/base/
H A Dpseudo_tcp.cc144 inline void long_to_bytes(uint32_t val, void* buf) { in long_to_bytes()
148 inline void short_to_bytes(uint16_t val, void* buf) { in short_to_bytes()
507 uint32_t offset, in packet()
1321 size_t offset, in ReadOffset()
1329 size_t offset, in WriteOffset()
1391 size_t offset, in ReadOffsetLocked()
1412 size_t offset, in WriteOffsetLocked()
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_pread_after_blit.c61 create_bo(uint32_t val) in create_bo()
82 verify_large_read(drm_intel_bo *bo, uint32_t val) in verify_large_read()
100 verify_small_read(drm_intel_bo *bo, uint32_t val) in verify_small_read()
103 int offset, i; in verify_small_read() local
/aosp_15_r20/external/brotli/c/dec/
H A Ddecode.c377 uint32_t val; in SafeDecodeSymbol() local
417 uint32_t val; in SafeReadSymbol() local
448 uint32_t val = BrotliGet16BitsUnmasked(br); in ReadPreloadedSymbol() local
898 uint32_t offset = _kBrotliPrefixCodeRanges[index].offset; in SafeReadBlockLength() local
1169 size_t offset = i << BROTLI_LITERAL_CONTEXT_BITS; in DetectTrivialLiteralBlockTypes() local
1470 int offset = s->distance_code - 3; in TakeDistanceFromRingBuffer() local
1497 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in SafeReadBits()
1507 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in SafeReadBits32()
1911 int offset = (int)s->dictionary->offsets_by_length[i]; in ProcessCommandsInternal() local
/aosp_15_r20/external/mesa3d/src/intel/common/
H A Dmi_builder.h261 mi_value_is_reg(struct mi_value val) in mi_value_is_reg()
268 mi_value_is_gpr(struct mi_value val) in mi_value_is_gpr()
277 _mi_value_is_allocated_gpr(struct mi_value val) in _mi_value_is_allocated_gpr()
286 _mi_value_as_gpr(struct mi_value val) in _mi_value_as_gpr()
339 mi_value_add_refs(struct mi_builder *b, struct mi_value val, unsigned num_refs) in mi_value_add_refs()
353 mi_value_ref(struct mi_builder *b, struct mi_value val) in mi_value_ref()
365 mi_value_unref(struct mi_builder *b, struct mi_value val) in mi_value_unref()
416 struct mi_value val = { in mi_reg32() local
429 struct mi_value val = { in mi_reg64() local
876 mi_value_to_gpr(struct mi_builder *b, struct mi_value val) in mi_value_to_gpr()
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/src/
H A Dpvmp3_seek_synch.cpp133 uint16 val; in pvmp3_frame_synch() local
208 int32 offset = pVars->inputStream.usedBits + ((numBytes) << 3); in pvmp3_frame_synch() local
284 uint16 val; in pvmp3_header_sync() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp71 inline void writeRGBA8888Int(uint8_t *ptr, const IVec4 &val) in writeRGBA8888Int()
79 inline void writeRGB888Int(uint8_t *ptr, const IVec4 &val) in writeRGB888Int()
86 inline void writeRGBA8888Float(uint8_t *ptr, const Vec4 &val) in writeRGBA8888Float()
94 inline void writeRGB888Float(uint8_t *ptr, const Vec4 &val) in writeRGB888Float()
101 inline void writeUint24(uint8_t *dst, uint32_t val) in writeUint24()
145 inline void writeUint32Low8(uint8_t *dst, uint8_t val) in writeUint32Low8()
156 inline void writeUint32High8(uint8_t *dst, uint8_t val) in writeUint32High8()
178 inline void writeUint32High16(uint8_t *dst, uint16_t val) in writeUint32High16()
211 inline void writeUint32Low24(uint8_t *dst, uint32_t val) in writeUint32Low24()
222 inline void writeUint32High24(uint8_t *dst, uint32_t val) in writeUint32High24()
[all …]
/aosp_15_r20/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DGsmSmsCbMessage.java190 int offset = wacOffset + 2; in parseWarningAreaCoordinates() local
281 int offset = SmsCbHeader.PDU_HEADER_LENGTH + 1 + (PDU_BODY_PAGE_LENGTH + 1) * i; in parseUmtsBody() local
306 int offset = SmsCbHeader.PDU_HEADER_LENGTH; in parseGsmBody() local
320 private static Pair<String, String> unpackBody(byte[] pdu, int offset, int length, in unpackBody()
392 BitStreamReader(byte[] data, int offset) { in BitStreamReader()
405 int val = 0; in read() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerFunctions.cu51 const int offset = offsets[batch_id]; in remove_padding_transform0213_2() local
92 const int offset = offsets[batch_id]; in remove_padding_2() local
125 const int offset = offsets[batch_id]; in remove_padding() local
308 const int offset = offsets[batch_id]; in add_padding_2() local
320 const int offset = offsets[batch_id]; in add_padding_2() local
356 const int offset = offsets[batch_id]; in add_padding_3() local
371 const int offset = offsets[batch_id]; in add_padding_3() local
595 int& offset, in walk_down_tensor_storage_tree_()
660 int offset = oidx; in __launch_bounds__() local
808 for (int offset = offset_begin; offset < nnz; offset += offset_stride) { in __launch_bounds__() local
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp177 ImmediateValue val; in isImmdLoad() local
686 int offset = b->data.u32 & 0xff; in expr() local
811 int offset = b->data.u32 & 0xff; in expr() local
1062 uint64_t val = imm0.reg.data.u64; in opnd() local
2176 unsigned width, offset = 0; in handleCVT_EXTBF() local
2268 int32_t val = insn->getSrc(2)->asImm()->reg.data.s32; in handleSUCLAMP() local
2676 updateLdStOffset(Instruction *ldst, int32_t offset, Function *fn) in updateLdStOffset()
2696 int32_t offset; member in nv50_ir::MemoryOpt::Record
3591 ImmediateValue val; in handleMADforNV50() local
3634 ImmediateValue val; in handleMADforNVC0() local

1...<<11121314151617181920>>...132