Home
last modified time | relevance | path

Searched defs:off1 (Results 1 – 23 of 23) sorted by relevance

/external/arm-optimized-routines/string/aarch64/
Dstrcmp-mte.S30 #define off1 x5 macro
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c99 int off1 = 48; in vp9_quantize_fp_vsx() local
179 int off1 = 48; in vp9_quantize_fp_32x32_vsx() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c150 int off1 = 48; in vpx_quantize_b_vsx() local
211 int off1 = 48; in vpx_quantize_b_32x32_vsx() local
/external/freetype/src/cid/
Dcidgload.c108 FT_ULong off1, off2; in cid_load_glyph() local
/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c37 loff_t *off1, loff_t *off2, size_t len) in check_file_content()
/external/libavc/common/
Dih264_inter_pred_filters.c538 WORD32 off1, off2, off3; in ih264_inter_pred_luma_vert_qpel() local
623 WORD32 off1, off2, off3; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local
/external/llvm-project/clang/test/CodeGenCXX/
Dno-unique-address.cpp36 Empty1 HasEmptyDuplicates::*off1 = &HasEmptyDuplicates::e1; variable
/external/libhevc/common/
Dihevc_weighted_pred.c301 WORD32 off1, in ihevc_weighted_pred_bi()
/external/webp/src/enc/
Dpicture_psnr_enc.c100 const int off1 = x - VP8_SSIM_KERNEL + (y - VP8_SSIM_KERNEL) * src_stride; in AccumulateSSIM() local
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.c676 int off1 = dst_offset & 0x1f; in bitcopy() local
/external/elfutils/src/
Delfcmp.c429 size_t off1 = 0; in main() local
/external/rust/crates/nom/src/
Derror.rs585 let off1 = s.as_ptr() as usize - start as usize; localVariable
/external/libhevc/common/x86/
Dihevc_weighted_pred_sse42_intr.c1256 WORD32 off1, in ihevc_weighted_pred_bi_sse42()
Dihevc_weighted_pred_ssse3_intr.c745 WORD32 off1, in ihevc_weighted_pred_bi_ssse3()
/external/libhevc/encoder/
Dihevce_inter_pred.c409 WORD32 wgt0, wgt1, off0, off1, shift, lvl_shift0, lvl_shift1; in ihevce_luma_inter_pred_pu() local
/external/libhevc/common/arm/
Dihevc_weighted_pred_neon_intr.c404 WORD32 off1, in ihevc_weighted_pred_bi_neonintr()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs2370 let off1 = b.create_string("moop"); in layout_06_create_string() localVariable
2395 let off1 = b.create_byte_string(b"moop"); in layout_06c_create_byte_string() localVariable
2421 let off1 = b.end_table(off0); in layout_08_vtable_with_one_true_bool() localVariable
/external/elfutils/libcpu/
Di386_parse.y124 int off1; member
/external/freetype/src/cff/
Dcffload.c516 FT_ULong off1, off2 = 0; in cff_index_access_element() local
/external/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c320 #define _CLK_PLL(idx, type, off1, off2, off3, \ argument
/external/libabigail/src/
Dabg-comparison-priv.h691 size_t off1 = get_data_member_offset(first_dm); in operator() local
/external/libavc/common/x86/
Dih264_inter_pred_filters_ssse3.c2689 WORD32 off0,off1, off2, off3, off4, off5; in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() local
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4075 std::pair<Temp, unsigned> offset_add(isel_context *ctx, const std::pair<Temp, unsigned> &off1, cons… in offset_add()