Searched refs:p_c (Results 1 – 7 of 7) sorted by relevance
/external/libldac/src/ |
D | setpcm_fixp_ldac.c | 47 char *p_c; in byte_data_to_int_s24_ldac() local 49 p_c = (char *)p_in; in byte_data_to_int_s24_ldac() 52 val = 0x000000ff & (*p_c++); in byte_data_to_int_s24_ldac() 53 val |= 0x0000ff00 & (*p_c++ << 8); in byte_data_to_int_s24_ldac() 54 val |= 0xffff0000 & (*p_c++ << 16); in byte_data_to_int_s24_ldac() 56 val = 0xffff0000 & (*p_c++ << 16); in byte_data_to_int_s24_ldac() 57 val |= 0x0000ff00 & (*p_c++ << 8); in byte_data_to_int_s24_ldac() 58 val |= 0x000000ff & (*p_c++); in byte_data_to_int_s24_ldac()
|
D | setpcm_ldac.c | 47 char *p_c; in byte_data_to_scalar_s24_ldac() local 50 p_c = (char *)p_in; in byte_data_to_scalar_s24_ldac() 53 val = 0x000000ff & (*p_c++); in byte_data_to_scalar_s24_ldac() 54 val |= 0x0000ff00 & (*p_c++ << 8); in byte_data_to_scalar_s24_ldac() 55 val |= 0xffff0000 & (*p_c++ << 16); in byte_data_to_scalar_s24_ldac() 57 val = 0xffff0000 & (*p_c++ << 16); in byte_data_to_scalar_s24_ldac() 58 val |= 0x0000ff00 & (*p_c++ << 8); in byte_data_to_scalar_s24_ldac() 59 val |= 0x000000ff & (*p_c++); in byte_data_to_scalar_s24_ldac()
|
D | mdct_fixp_ldac.c | 33 const INT32 *p_w, *p_c, *p_s; in proc_mdct_core_ldac() local 39 p_c = gaa_wcos_ldac[i]; in proc_mdct_core_ldac() 84 g0 = mul_rsftrnd_ldac(a_work[index1], p_c[coef], LDAC_Q_MDCT_COS+1); in proc_mdct_core_ldac() 89 g1 = mul_rsftrnd_ldac(a_work[index1+1], p_c[coef], LDAC_Q_MDCT_COS+1); in proc_mdct_core_ldac() 114 g0 = mul_rsftrnd_ldac(a_work[index0], p_c[coef], LDAC_Q_MDCT_COS+shift); in proc_mdct_core_ldac() 119 g1 = mul_rsftrnd_ldac(a_work[index0+1], p_c[coef], LDAC_Q_MDCT_COS+shift); in proc_mdct_core_ldac()
|
D | mdct_ldac.c | 32 const SCALAR *p_w, *p_c, *p_s; in proc_mdct_core_ldac() local 40 p_c = gaa_wcos_ldac[i]; in proc_mdct_core_ldac() 61 cc = p_c[coef]; in proc_mdct_core_ldac() 83 cc = p_c[coef]; in proc_mdct_core_ldac()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nacl-atomic-fence-all.ll | 33 %p_c = bitcast [4 x i8]* @g32_c to i32* 34 %l_c = load i32, i32* %p_c, align 1 37 store i32 %l_c2, i32* %p_c, align 1 72 %p_c = bitcast [4 x i8]* @g32_c to i32* 74 %l_c = load i32, i32* %p_c, align 1 76 store i32 %l_c2, i32* %p_c, align 1 113 %p_c = bitcast [4 x i8]* @g32_c to i32* 114 %l_c = load i32, i32* %p_c, align 1 116 store i32 %l_c2, i32* %p_c, align 1
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_convert.cpp | 34 uint32_t p_c = clut[l]; in _Partition() local 52 clut[l] = p_c; in _Partition()
|
/external/e2fsprogs/po/ |
D | vi.po | 6189 "nhịp_cập_nhật_mmp]\n"
|