/aosp_15_r20/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | ResizableIntArray.java | 42 public void addAt(final int index, final int val) { in addAt() 51 public void add(final int val) { in add() 118 public void append(@Nonnull final ResizableIntArray src, final int startPos, final int length) { in append()
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | vtn_amd.c | 95 struct vtn_value *val = vtn_value(b, w[6], vtn_value_type_constant); in vtn_handle_amd_shader_ballot_instruction() local 103 struct vtn_value *val = vtn_value(b, w[6], vtn_value_type_constant); in vtn_handle_amd_shader_ballot_instruction() local 129 nir_def *src[3] = { NULL, }; in vtn_handle_amd_shader_trinary_minmax_instruction() local
|
H A D | vtn_glsl450.c | 62 build_mat_subdet(struct nir_builder *b, struct nir_def **src, in build_mat_subdet() 113 build_mat_det(struct vtn_builder *b, struct vtn_ssa_value *src) in build_mat_det() 125 matrix_inverse(struct vtn_builder *b, struct vtn_ssa_value *src) in matrix_inverse() 149 struct vtn_ssa_value *val = vtn_create_ssa_value(b, src->type); in matrix_inverse() local 332 nir_def *src[3] = { NULL, }; in handle_glsl450_alu() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 176 v3d_get_op_for_atomic_add(nir_intrinsic_instr *instr, unsigned src) in v3d_get_op_for_atomic_add() 860 ntq_get_src(struct v3d_compile *c, nir_src src, int i) in ntq_get_src() 892 unsigned src) in ntq_get_alu_src() 983 ntq_fsincos(struct v3d_compile *c, struct qreg src, bool is_cos) in ntq_fsincos() 997 ntq_fsign(struct v3d_compile *c, struct qreg src) in ntq_fsign() 1232 ntq_get_alu_parent(nir_src src) in ntq_get_alu_parent() 1254 ntq_emit_bool_to_cond(struct v3d_compile *c, nir_src src) in ntq_emit_bool_to_cond() 1378 struct qreg src[nir_op_infos[instr->op].num_inputs]; in ntq_emit_alu() local 2036 struct qreg val, in vir_VPM_WRITE_indirect() 2047 vir_VPM_WRITE(struct v3d_compile *c, struct qreg val, uint32_t vpm_index) in vir_VPM_WRITE() [all …]
|
/aosp_15_r20/external/skia/src/utils/ |
H A D | SkJSON.cpp | 92 static void* MakeVector(size_t vec_size, const void* src, size_t src_size, SkArenaAlloc& alloc) { in MakeVector() 104 static void* MakeVector(size_t vec_size, const void* src, SkArenaAlloc& alloc) { in MakeVector() 108 ArrayValue::ArrayValue(const Value* src, size_t size, SkArenaAlloc& alloc) { in ArrayValue() 133 FastString(const char* src, size_t size, const char* eos, SkArenaAlloc& alloc) { in FastString() 156 void initLongString(const char* src, size_t size, SkArenaAlloc& alloc) { in initLongString() 165 void initShortString(const char* src, size_t size) { in initShortString() 173 void initFastShortString(const char* src, size_t size) { in initFastShortString() 201 StringValue::StringValue(const char* src, SkArenaAlloc& alloc) in StringValue() 204 StringValue::StringValue(const char* src, size_t size, SkArenaAlloc& alloc) { in StringValue() 208 ObjectValue::ObjectValue(const Member* src, size_t size, SkArenaAlloc& alloc) { in ObjectValue() [all …]
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLRasterPipelineBuilder.cpp | 537 void Builder::push_slots_or_immutable(SlotRange src, BuilderOp op) { in push_slots_or_immutable() 595 void Builder::push_uniform(SlotRange src) { in push_uniform() 641 void Builder::push_constant_i(int32_t val, int count) { in push_constant_i() 925 void Builder::copy_slots_unmasked(SlotRange dst, SlotRange src) { in copy_slots_unmasked() 947 void Builder::copy_immutable_unmasked(SlotRange dst, SlotRange src) { in copy_immutable_unmasked() 966 void Builder::copy_uniform_to_slots_unmasked(SlotRange dst, SlotRange src) { in copy_uniform_to_slots_unmasked() 1431 SkRPOffset src, int srcStride, in appendCopy() 1476 SkRPOffset src, in appendCopySlotsUnmasked() 1489 SkRPOffset src, in appendCopyImmutableUnmasked() 1501 SkRPOffset src, in appendCopySlotsMasked() [all …]
|
/aosp_15_r20/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | call_intrinsic.h | 39 void SignExtend64(x86_64::MachineIRBuilder* builder, MachineReg dst, MachineReg src) { in SignExtend64() 64 void SignExtend64Result(x86_64::MachineIRBuilder* builder, MachineReg dst, MachineReg src) { in SignExtend64Result() 79 x86_64::CallImm::Arg GenPrepareCallImmArg(x86_64::MachineIRBuilder* builder, AssemblerType val) { in GenPrepareCallImmArg()
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_render_copy_redux.c | 125 uint32_t val; in scratch_buf_check() local 137 struct igt_buf src, dst; in copy() local 159 struct igt_buf src, dst; in copy_flink() local
|
H A D | i915_pm_backlight.c | 81 char src[64]; in backlight_write() local 99 static void test_and_verify(struct context *context, int val) in test_and_verify() 126 int val; in test_bad_brightness() local
|
/aosp_15_r20/external/elfutils/libebl/ |
H A D | eblobjnote.c | 80 Elf_Data src = in ebl_object_note() local 163 Elf_Data src = in ebl_object_note() local 251 uint64_t val; in ebl_object_note() local
|
/aosp_15_r20/trusty/user/base/lib/hwasan/ |
D | hwasan.c | 103 void* __hwasan_memset(uintptr_t ptr, int val, size_t size) { in __hwasan_memset() 108 void* __hwasan_memcpy(uintptr_t dst, const uintptr_t src, size_t size) { in __hwasan_memcpy() 114 void* __hwasan_memmove(uintptr_t dst, const uintptr_t src, size_t size) { in __hwasan_memmove()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTextureUtil.cpp | 886 uint64_t val; in fillRow() local 894 uint32_t val; in fillRow() local 1299 void copy(const PixelBufferAccess &dst, const ConstPixelBufferAccess &src, const bool clearUnused) in copy() 1395 void scale(const PixelBufferAccess &dst, const ConstPixelBufferAccess &src, Sampler::FilterMode fil… in scale() 1717 ViewType getEffectiveTView(const ViewType &src, std::vector<tcu::ConstPixelBufferAccess> &storage, in getEffectiveTView() 1730 tcu::TextureCubeView getEffectiveTView(const tcu::TextureCubeView &src, in getEffectiveTView() 1751 tcu::Texture1DView getEffectiveTextureView(const tcu::Texture1DView &src, in getEffectiveTextureView() 1758 tcu::Texture2DView getEffectiveTextureView(const tcu::Texture2DView &src, in getEffectiveTextureView() 1765 tcu::Texture3DView getEffectiveTextureView(const tcu::Texture3DView &src, in getEffectiveTextureView() 1772 tcu::Texture1DArrayView getEffectiveTextureView(const tcu::Texture1DArrayView &src, in getEffectiveTextureView() [all …]
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | tune_vmaf.c | 26 static void motion_search(AV1_COMP *cpi, const YV12_BUFFER_CONFIG *src, in motion_search() 80 const YV12_BUFFER_CONFIG *src, in residual_variance() 130 const YV12_BUFFER_CONFIG *src, in residual_frame_average_variance() 201 const double val = in highbd_unsharp_rect() local 217 const double val = in unsharp_rect() local 778 static inline double highbd_image_sad_c(const uint16_t *src, int src_stride, in highbd_image_sad_c() 796 static inline double image_sad_c(const uint8_t *src, int src_stride, in image_sad_c() 957 double src_score, const YV12_BUFFER_CONFIG *const src, in cal_approx_score() 970 const YV12_BUFFER_CONFIG *const src, const YV12_BUFFER_CONFIG *const recon, in find_best_frame_unsharp_amount_loop_neg() 1003 AV1_COMP *const cpi, const YV12_BUFFER_CONFIG *const src, in find_best_frame_unsharp_amount_neg()
|
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_text.c | 188 static boolean parse_uint( const char **pcur, uint *val ) in parse_uint() 202 static boolean parse_int( const char **pcur, int *val ) in parse_int() 239 static boolean parse_float( const char **pcur, float *val ) in parse_float() 431 static boolean parse_label( struct translate_ctx *ctx, uint *val ) in parse_label() 920 struct tgsi_full_src_register *src ) in parse_src_operand() 996 struct tgsi_texture_offset *src ) in parse_texoffset_operand()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_text.c | 180 static bool parse_uint( const char **pcur, unsigned *val ) in parse_uint() 194 static bool parse_int( const char **pcur, int *val ) in parse_int() 231 static bool parse_float( const char **pcur, float *val ) in parse_float() 365 static bool parse_label( struct translate_ctx *ctx, unsigned *val ) in parse_label() 854 struct tgsi_full_src_register *src ) in parse_src_operand() 930 struct tgsi_texture_offset *src ) in parse_texoffset_operand()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | ffvertex_prog.c | 407 nir_def *src) in emit_matrix_transform_vec4() 419 nir_def *src) in emit_transpose_matrix_transform_vec4() 432 nir_def *src) in emit_matrix_transform_vec3() 441 emit_normalize_vec3(nir_builder *b, nir_def *src) in emit_normalize_vec3() 451 nir_def *val = load_input_vec4(p, attr); in emit_passthrough() local 706 nir_def *src) in emit_lit() 1274 nir_def *val = load_input(p, VERT_ATTRIB_POINT_SIZE, in build_array_pointsize() local
|
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/ |
H A D | aes.c | 135 inline static uint32_t ror(uint32_t val, uint32_t by) { in ror() 189 void aesEncr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst) { in aesEncr() 277 void aesCtr(struct AesCtrContext *ctx, const void *src, void *dst, in aesCtr()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sendrecv_ops.cc | 121 const string& src = src_it != attr.end() ? src_it->second.s() : ""; in TraceString() local 167 const string& src = src_it != attr.end() ? src_it->second.s() : ""; in TraceString() local 181 const Tensor& val, bool is_dead) { in make_recv_callback()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcPixelStorageModesTests.cpp | 320 tcu::Float16 val(col); in writeToHalfFloatChannel() local 429 tcu::Float<uint32_t, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> val(col); in write11F_11F_10F_Channel() local 437 tcu::Float<uint32_t, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> val(col); in write11F_11F_10F_Channel() local 445 tcu::Float<uint32_t, 5, 5, 15, tcu::FLOAT_SUPPORT_DENORM> val(col); in write11F_11F_10F_Channel() local 1236 uint64_t *src = new uint64_t[m_cuboid_w / m_bw * m_cuboid_h / m_bh]; in generateSrcData_s3tc() local 1268 uint64_t *src = new uint64_t[img_size]; in generateSrcData_astc() local 1537 uint64_t *src = new uint64_t[m_cuboid_w / m_bw * m_cuboid_h / m_bh * m_cuboid_d / m_bd]; in generateSrcData_s3tc() local 1593 uint64_t *src = new uint64_t[img_size]; in generateSrcData_astc() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | DataExtractor.h | 613 uint8_t val = m_start[*offset_ptr]; in GetU8_unchecked() local 995 T val = fail_value; in Get() local 997 const T *src = static_cast<const T *>(GetData(offset_ptr, src_size)); in Get() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | DataExtractor.h | 613 uint8_t val = m_start[*offset_ptr]; in GetU8_unchecked() local 995 T val = fail_value; in Get() local 997 const T *src = static_cast<const T *>(GetData(offset_ptr, src_size)); in Get() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog.c | 220 static void r500_swizzle_split(struct rc_src_register src, unsigned int usemask, in r500_swizzle_split() 307 static char *to_mask(int val) in to_mask() 331 static char *to_texop(int val) in to_texop()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nxp/soc-ls1043a/ |
D | soc.c | 239 enum boot_device src = BOOT_DEVICE_NONE; in get_boot_dev() local 241 uint32_t rcw_src, val; in get_boot_dev() local 358 uint32_t val; in get_gic_offset() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | DataExtractor.h | 613 uint8_t val = m_start[*offset_ptr]; in GetU8_unchecked() local 995 T val = fail_value; in Get() local 997 const T *src = static_cast<const T *>(GetData(offset_ptr, src_size)); in Get() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_offsets.c | 38 try_extract_const_addition(nir_builder *b, nir_scalar val, opt_offsets_state *state, unsigned *out_… in try_extract_const_addition() 49 nir_scalar src[2] = { in try_extract_const_addition() local 121 nir_scalar val = { .def = off_src->ssa, .comp = 0 }; in try_fold_load_store() local
|