/external/u-boot/fs/ext4/ |
D | ext4_write.c | 855 char *temp_ptr = NULL; in ext4fs_write() local 962 temp_ptr = zalloc(fs->blksz); in ext4fs_write() 963 if (!temp_ptr) in ext4fs_write() 973 temp_ptr); in ext4fs_write() 974 if (ext4fs_log_journal(temp_ptr, itable_blkno)) in ext4fs_write() 977 memcpy(temp_ptr + blkoff, inode_buffer, fs->inodesz); in ext4fs_write() 978 if (ext4fs_put_metadata(temp_ptr, itable_blkno)) in ext4fs_write() 994 memset(temp_ptr, '\0', fs->blksz); in ext4fs_write() 996 0, fs->blksz, temp_ptr); in ext4fs_write() 997 if (ext4fs_log_journal(temp_ptr, parent_itable_blkno)) in ext4fs_write() [all …]
|
D | ext4_common.c | 197 unsigned char *temp_ptr = NULL; in put_ext4() local 219 temp_ptr = sec_buf; in put_ext4() 220 memcpy((temp_ptr + remainder), (unsigned char *)buf, size); in put_ext4() 228 temp_ptr = sec_buf; in put_ext4() 229 memcpy(temp_ptr, buf, size); in put_ext4()
|
/external/webrtc/webrtc/modules/video_processing/ |
D | video_processing_impl.cc | 101 uint8_t* temp_ptr = frame->buffer(kYPlane); in Brighten() local 103 *temp_ptr = static_cast<uint8_t>(look_up[*temp_ptr]); in Brighten() 104 temp_ptr++; in Brighten()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_clip_line.c | 180 struct brw_indirect temp_ptr = brw_indirect(7, 0); in clip_and_emit_line() local 181 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx0), c->reg.clipdistance_offset); in clip_and_emit_line() 182 brw_MOV(p, c->reg.dp0, deref_1f(temp_ptr, 0)); in clip_and_emit_line() 183 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx1), c->reg.clipdistance_offset); in clip_and_emit_line() 184 brw_MOV(p, c->reg.dp1, deref_1f(temp_ptr, 0)); in clip_and_emit_line()
|
D | brw_clip_tri.c | 238 struct brw_indirect temp_ptr = brw_indirect(7, 0); in load_clip_distance() local 239 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx), c->reg.clipdistance_offset); in load_clip_distance() 240 brw_MOV(p, vec1(dst), deref_1f(temp_ptr, 0)); in load_clip_distance()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_dct32x32_msa.c | 133 static void fdct8x32_1d_column_odd_store(int16_t *input, int16_t *temp_ptr) { in fdct8x32_1d_column_odd_store() argument 190 ST_SH(vec5, temp_ptr); in fdct8x32_1d_column_odd_store() 191 ST_SH(vec4, temp_ptr + 960); in fdct8x32_1d_column_odd_store() 196 ST_SH(vec5, temp_ptr + 448); in fdct8x32_1d_column_odd_store() 197 ST_SH(vec4, temp_ptr + 512); in fdct8x32_1d_column_odd_store() 204 ST_SH(vec4, temp_ptr + 704); in fdct8x32_1d_column_odd_store() 205 ST_SH(vec5, temp_ptr + 256); in fdct8x32_1d_column_odd_store() 210 ST_SH(vec4, temp_ptr + 192); in fdct8x32_1d_column_odd_store() 211 ST_SH(vec5, temp_ptr + 768); in fdct8x32_1d_column_odd_store() 224 ST_SH(vec5, temp_ptr + 832); in fdct8x32_1d_column_odd_store() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_block.c | 1344 WORD32 *temp_ptr = &p_spectrum[0]; in ixheaacd_right_shift_block() local 1348 temp1 = *temp_ptr; in ixheaacd_right_shift_block() 1349 temp2 = *(temp_ptr + 1); in ixheaacd_right_shift_block() 1350 *temp_ptr++ = temp1 >> shift_val; in ixheaacd_right_shift_block() 1351 temp1 = *(temp_ptr + 1); in ixheaacd_right_shift_block() 1352 *temp_ptr++ = temp2 >> shift_val; in ixheaacd_right_shift_block() 1353 temp2 = *(temp_ptr + 1); in ixheaacd_right_shift_block() 1354 *temp_ptr++ = temp1 >> shift_val; in ixheaacd_right_shift_block() 1355 *temp_ptr++ = temp2 >> shift_val; in ixheaacd_right_shift_block()
|
/external/flatbuffers/include/flatbuffers/ |
D | stl_emulation.h | 249 T* temp_ptr = ptr_; 251 u.ptr_ = temp_ptr;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; in emit_fetch_temporary() local 209 LLVMValueRef res = LLVMBuildLoad(builder, temp_ptr, ""); in emit_fetch_temporary()
|
D | lp_bld_tgsi_soa.c | 1445 LLVMValueRef temp_ptr; in emit_fetch_temporary() local 1446 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle); in emit_fetch_temporary() 1447 res = LLVMBuildLoad(builder, temp_ptr, ""); in emit_fetch_temporary() 1816 LLVMValueRef temp_ptr; in emit_store_temp() local 1817 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index); in emit_store_temp() 1823 emit_store_64bit_chan(bld_base, temp_ptr, temp_ptr2, in emit_store_temp() 1827 lp_exec_mask_store(&bld->exec_mask, float_bld, value, temp_ptr); in emit_store_temp()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_tgsi.c | 330 int temp_ptr = 0, num_temps; in assign_inouts_to_temporaries() local 338 while (inout_ptr < num_inouts && temp_ptr < num_temps) { in assign_inouts_to_temporaries() 340 struct etna_reg_desc *temp = temps_order[temp_ptr].ptr; in assign_inouts_to_temporaries() 356 temp_ptr++; in assign_inouts_to_temporaries()
|
/external/libhevc/common/x86/ |
D | ihevc_itrans_recon_32x32_ssse3_intr.c | 134 WORD16 *temp_ptr; in ihevc_itrans_recon_32x32_ssse3() local 248 temp_ptr = (pi2_tmp + 1024); in ihevc_itrans_recon_32x32_ssse3() 1815 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3() 2301 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3() 2852 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3() 3796 WORD16 *pi2_src_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3() 4098 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3() 4686 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3() 5507 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3() 6388 WORD16 *pi2_src_scratch = temp_ptr; in ihevc_itrans_recon_32x32_ssse3()
|
D | ihevc_32x32_itrans_recon_sse42_intr.c | 126 WORD16 *temp_ptr; in ihevc_itrans_recon_32x32_sse42() local 240 temp_ptr = (pi2_tmp + 1024); in ihevc_itrans_recon_32x32_sse42() 1804 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42() 2291 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42() 2844 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42() 3789 WORD16 *pi2_src_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42() 4092 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42() 4680 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42() 5501 WORD16 *pi2_dst_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42() 6381 WORD16 *pi2_src_scratch = temp_ptr; in ihevc_itrans_recon_32x32_sse42()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 2067 LLVMValueRef vb_buffer_offset, buffer_size, temp_ptr; in draw_llvm_generate() local 2132 temp_ptr = lp_build_alloca_undef(gallivm, in draw_llvm_generate() 2137 LLVMBuildStore(builder, fake_buf_ptr, temp_ptr); in draw_llvm_generate() 2142 LLVMBuildStore(builder, map_ptr[j], temp_ptr); in draw_llvm_generate() 2145 map_ptr[j] = LLVMBuildLoad(builder, temp_ptr, "map_ptr"); in draw_llvm_generate()
|