Searched refs:erp (Results 1 - 13 of 13) sorted by relevance

/external/libgsm/src/
H A Ddecode.c50 word erp[40], wt[160]; local
55 Gsm_RPE_Decoding( S, *xmaxcr, *Mcr, xMcr, erp );
56 Gsm_Long_Term_Synthesis_Filtering( S, *Ncr, *bcr, erp, drp );
H A Drpe.c472 void Gsm_RPE_Decoding P5((S, xmaxcr, Mcr, xMcr, erp),
478 word * erp /* [0..39] OUT */
486 RPE_grid_positioning( Mcr, xMp, erp );
H A Dlong_term.c905 void Gsm_Long_Term_Synthesis_Filtering P5((S,Ncr,bcr,erp,drp), argument
910 register word * erp, /* [0..39] IN */
940 drp[k] = GSM_ADD( erp[k], drpp );
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.h23 int erp; /* ERP Info or -1 if ERP info element not present */ member in struct:ap_info
H A Dap_list.c40 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT))
196 ap->erp = elems->erp_info[0];
198 ap->erp = -1;
H A Dbeacon.c53 u8 erp = 0; local
60 erp |= ERP_INFO_USE_PROTECTION;
62 erp |= ERP_INFO_NON_ERP_PRESENT |
67 erp |= ERP_INFO_BARKER_PREAMBLE_MODE;
69 return erp;
/external/wpa_supplicant_8/src/ap/
H A Dap_list.h23 int erp; /* ERP Info or -1 if ERP info element not present */ member in struct:ap_info
H A Dap_list.c40 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT))
196 ap->erp = elems->erp_info[0];
198 ap->erp = -1;
H A Dbeacon.c53 u8 erp = 0; local
60 erp |= ERP_INFO_USE_PROTECTION;
62 erp |= ERP_INFO_NON_ERP_PRESENT |
67 erp |= ERP_INFO_BARKER_PREAMBLE_MODE;
69 return erp;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.h23 int erp; /* ERP Info or -1 if ERP info element not present */ member in struct:ap_info
H A Dap_list.c40 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT))
196 ap->erp = elems->erp_info[0];
198 ap->erp = -1;
H A Dbeacon.c53 u8 erp = 0; local
60 erp |= ERP_INFO_USE_PROTECTION;
62 erp |= ERP_INFO_NON_ERP_PRESENT |
67 erp |= ERP_INFO_BARKER_PREAMBLE_MODE;
69 return erp;
/external/libgsm/inc/
H A Dprivate.h200 word * erp)); /* [0..39] OUT */
206 word * erp, /* [0..39] IN */
214 word * erp)); /* [0..39] OUT */

Completed in 188 milliseconds