HomeSort by relevance Sort by last modified time
    Searched full:p_levels (Results 1 - 11 of 11) sorted by null

  /external/libvorbis/lib/
psy.h 31 #define P_LEVELS 8 /* 30dB to 100dB */
psy.c 90 float workc[P_BANDS][P_LEVELS][EHMER_MAX];
91 float athc[P_LEVELS][EHMER_MAX];
125 for(j=0;j<P_LEVELS;j++){
136 for(j=0;j<P_LEVELS;j++){
153 for(j=1;j<P_LEVELS;j++){
161 ret[i]=_ogg_malloc(sizeof(**ret)*P_LEVELS);
180 for(m=0;m<P_LEVELS;m++){
369 for(j=0;j<P_LEVELS;j++){
398 choice=min(choice,P_LEVELS-1);
    [all...]
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 362 BT_API tBTTRC_LEVEL * BTA_SysSetTraceLevel(tBTTRC_LEVEL * p_levels)
365 tBTTRC_LEVEL *p_l = p_levels;
411 return p_levels;
  /external/libsepol/src/
mls.c 280 || c->range.level[l].sens > p->p_levels.nprim)
282 levdatum = (level_datum_t *) hashtab_search(p->p_levels.table,
357 (level_datum_t *) hashtab_search(policydb->p_levels.table,
566 (level_datum_t *) hashtab_search(newp->p_levels.table,
expand.c 882 levdatum = (level_datum_t *) hashtab_search(p->p_levels.table,
1134 state->out->p_levels.nprim++;
1136 if (hashtab_insert(state->out->p_levels.table,
    [all...]
policydb.c 874 levdatum->level->sens > p->p_levels.nprim)
1000 p->p_levels.nprim, p->p_cats.nprim);
    [all...]
link.c 669 base_level = hashtab_search(state->base->p_levels.table, id);
    [all...]
  /external/checkpolicy/
policy_define.c 813 (level_datum_t *) hashtab_search(policydbp->p_levels.table,
833 if (order != policydbp->p_levels.nprim) {
1005 levdatum = (level_datum_t *) hashtab_search(policydbp->p_levels.table,
1080 (policydbp->p_levels.table, clone_level, levdatum->level)) {
    [all...]
checkpolicy.c 571 if (hashtab_map(policydbp->p_levels.table, check_level, NULL))
  /external/libsepol/include/sepol/policydb/
policydb.h 482 #define p_levels symtab[SYM_LEVELS] macro
  /external/bluetooth/bluedroid/include/
bt_trace.h 183 extern BT_API tBTTRC_LEVEL * BTA_SysSetTraceLevel( tBTTRC_LEVEL * p_levels );
257 /* p_levels must be a 0 terminated list ! */
258 //EXPORT_API extern tBTTRC_LEVEL * BTA_SysSetTraceLevel( tBTTRC_LEVEL * p_levels );
    [all...]

Completed in 1038 milliseconds