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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 58 Word16 sp_max; /* maximum level */ member in struct:__anon17925
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
shadow.h 46 long int sp_max; /* Maximum number of days between changes. */ member in struct:spwd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
shadow.h 46 long int sp_max; /* Maximum number of days between changes. */ member in struct:spwd
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 561 * Maximum signal level is searched and stored to the variable sp_max.
579 st->sp_max = 0;
586 /* update sp_max */
587 if(in_level > st->sp_max)
589 st->sp_max = in_level;
597 tmp = (st->sp_max >> 1); /* scale to get "average" speech level */
612 st->sp_max = 0;
701 state->sp_max = 0;
  /external/valgrind/main/VEX/priv/
guest_mips_helpers.c 293 Int sp_max = sp_min + 4 - 1; local
297 if (maxoff < sp_min || minoff > sp_max) {
328 Int sp_max = sp_min + 8 - 1; local
332 if ( maxoff < sp_min || minoff > sp_max ) {
    [all...]
guest_arm_helpers.c 1054 Int sp_max = sp_min + 4 - 1; local
    [all...]
guest_s390_helpers.c 160 Int sp_max = sp_min + 8 - 1; local
166 if (maxoff < sp_min || minoff > sp_max) {
    [all...]
  /external/ppp/pppd/
auth.c     [all...]

Completed in 121 milliseconds