Searched defs:bcr (Results 1 - 4 of 4) sorted by last modified time

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h157 uint32_t bcr[16]; member in struct:RegisterContextDarwin_arm::DBG
/external/libgsm/src/
H A Ddecode.c36 void Gsm_Decoder P8((S,LARcr, Ncr,bcr,Mcr,xmaxcr,xMcr,s), argument
42 word * bcr, /* [0..3] IN */
53 for (j=0; j <= 3; j++, xmaxcr++, bcr++, Ncr++, Mcr++, xMcr += 13) {
56 Gsm_Long_Term_Synthesis_Filtering( S, *Ncr, *bcr, erp, drp );
H A Dlong_term.c905 void Gsm_Long_Term_Synthesis_Filtering P5((S,Ncr,bcr,erp,drp), argument
909 word bcr,
914 * This procedure uses the bcr and Ncr parameter to realize the
915 * long term synthesis filtering. The decoding of bcr needs
929 /* Decoding of the LTP gain bcr
931 brp = gsm_QLB[ bcr ];
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-graph-reducer.cc604 InPlaceBCReducer bcr; local
607 reducer.AddReducer(&bcr);
609 reducer.AddReducer(&bcr);

Completed in 224 milliseconds