HomeSort by relevance Sort by last modified time
    Searched refs:erp (Results 1 - 7 of 7) sorted by null

  /external/libgsm/src/
decode.c 50 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 );
rpe.c 472 void Gsm_RPE_Decoding P5((S, xmaxcr, Mcr, xMcr, erp),
478 word * erp /* [0..39] OUT */
486 RPE_grid_positioning( Mcr, xMp, erp );
long_term.c 905 void Gsm_Long_Term_Synthesis_Filtering P5((S,Ncr,bcr,erp,drp),
910 register word * erp, /* [0..39] IN */
940 drp[k] = GSM_ADD( erp[k], drpp );
  /external/wpa_supplicant_8/src/ap/
ap_list.h 39 int erp; /* ERP Info or -1 if ERP info element not present */ member in struct:ap_info
ap_list.c 46 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT))
281 ap->erp = elems->erp_info[0];
283 ap->erp = -1;
beacon.c 40 u8 erp = 0; local
48 erp |= ERP_INFO_NON_ERP_PRESENT | ERP_INFO_USE_PROTECTION;
51 erp = 0;
55 erp |= ERP_INFO_USE_PROTECTION;
59 erp |= ERP_INFO_NON_ERP_PRESENT |
66 erp |= ERP_INFO_BARKER_PREAMBLE_MODE;
68 return erp;
93 * In addition, Non ERP present might be set, if AP detects Non ERP
96 /* Add ERP Information element *
    [all...]
  /external/libgsm/inc/
private.h 200 word * erp)); /* [0..39] OUT */
206 word * erp, /* [0..39] IN */
214 word * erp)); /* [0..39] OUT */

Completed in 35 milliseconds