Searched refs:pB (Results 1 – 7 of 7) sorted by relevance
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | tns_decode_coef.cpp | 295 Int32 *pB = &(scratchTnsDecCoefMem[TNS_MAX_ORDER]); in tns_decode_coef() local 360 *(pB++) = *(pA++) + (mult_high << 1); in tns_decode_coef() 367 *pB = sin_result >> 12; in tns_decode_coef() 375 pA = pB; in tns_decode_coef() 376 pB = temp_ptr; in tns_decode_coef() 405 pB -= m; in tns_decode_coef() 419 *(pB++) >>= 1; in tns_decode_coef() 428 pB -= m; in tns_decode_coef()
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
D | gcm_gf_mult.c | 120 LTC_FAST_TYPE B[16][WPV], tmp[32 / sizeof(LTC_FAST_TYPE)], pB[16 / sizeof(LTC_FAST_TYPE)], zz, z; in gcm_gf_mult() local 130 LOAD32L(pB[i], b + (i<<2)); in gcm_gf_mult() 135 LOAD64L(pB[i], b + (i<<3)); in gcm_gf_mult() 174 u = (pB[j] >> ((i^1)<<2)) & 15; in gcm_gf_mult()
|
/external/openssl/crypto/bn/ |
D | bn_gcd.c | 511 BIGNUM *pA, *pB; in BN_mod_inverse_no_branch() local 545 pB = &local_B; in BN_mod_inverse_no_branch() 546 BN_with_flags(pB, B, BN_FLG_CONSTTIME); in BN_mod_inverse_no_branch() 547 if (!BN_nnmod(B, pB, A, ctx)) goto err; in BN_mod_inverse_no_branch()
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 3084 uint8 *pB = ((uint8*) ctrl_struct_ptr[ii]); in ProvideBuffersToComponent() local 3096 pB += oscl_mem_aligned_size(sizeof(InputBufCtrlStruct)); in ProvideBuffersToComponent() 3105 pB); // buffer data ptr in ProvideBuffersToComponent() 3118 uint8 *pB = (uint8*) ipFixedSizeBufferAlloc->allocate(); in ProvideBuffersToComponent() local 3119 if (NULL == pB) in ProvideBuffersToComponent() 3138 pB); // buffer data ptr in ProvideBuffersToComponent() 3148 pB += oscl_mem_aligned_size(sizeof(OutputBufCtrlStruct)); in ProvideBuffersToComponent() 3157 pB); // buffer data ptr in ProvideBuffersToComponent()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 4173 uint8 *pB = ((uint8*) ctrl_struct_ptr[ii]); in ProvideBuffersToComponent() local 4185 pB += oscl_mem_aligned_size(sizeof(InputBufCtrlStruct)); in ProvideBuffersToComponent() 4194 pB); // buffer data ptr in ProvideBuffersToComponent() 4203 pB += oscl_mem_aligned_size(sizeof(OutputBufCtrlStruct)); in ProvideBuffersToComponent() 4210 pB[0] = 0; in ProvideBuffersToComponent() 4211 pB[1] = 0; in ProvideBuffersToComponent() 4212 pB[2] = 0; in ProvideBuffersToComponent() 4213 pB[3] = 1; in ProvideBuffersToComponent() 4214 pB += 4; in ProvideBuffersToComponent() 4227 pB); // buffer data ptr in ProvideBuffersToComponent()
|
/external/sqlite/dist/ |
D | sqlite3.c | 26631 static PgHdr *merge_pagelist(PgHdr *pA, PgHdr *pB){ in merge_pagelist() argument 26634 while( pA && pB ){ in merge_pagelist() 26635 if( pA->pgno<pB->pgno ){ in merge_pagelist() 26640 pTail->pDirty = pB; in merge_pagelist() 26641 pTail = pB; in merge_pagelist() 26642 pB = pB->pDirty; in merge_pagelist() 26647 }else if( pB ){ in merge_pagelist() 26648 pTail->pDirty = pB; in merge_pagelist() 38495 SQLITE_PRIVATE void sqlite3VdbeSwap(Vdbe *pA, Vdbe *pB){ in sqlite3VdbeSwap() argument 38500 *pA = *pB; in sqlite3VdbeSwap() [all …]
|
/external/opencore/protocols/rtp_payload_parser/util/output/ |
D | pv_rtp.bin | 2281 �~��[G�s+�j��ݘ��&�ʶ���"�;��CD��Ъ��C�Pt܌����Z8�5��|��R܁4pB��A�o 2284 �� l/���������P��RM�GĈ���7�\�������Oo��������V��nƤ2�Pk� �Qg*����5�>`$S\l�L�T��pB��… 12272 p(��XpB����S����[D3,�$�!@D ���&��t p��' �Jz~��)#���C��d�p�_DS>>�v�}Ƹ���Y�…
|