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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 58 Word16 sp_max; /* maximum level */ member in struct:__anon45348
  /external/python/cpython2/Lib/test/
test_spwd.py 33 self.assertIsInstance(entry.sp_max, int)
34 self.assertEqual(entry.sp_max, entry[4])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
shadow.h 46 long int sp_max; /* Maximum number of days between changes. */ member in struct:spwd
  /external/python/cpython3/Lib/test/
test_spwd.py 35 self.assertIsInstance(entry.sp_max, int)
36 self.assertEqual(entry.sp_max, entry[4])
  /external/ppp/pppd/
session.c 343 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
345 && now >= spwd->sp_lstchg + spwd->sp_max)) {
  /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/python/cpython2/Modules/
spwdmodule.c 21 sp_namp, sp_pwdp, sp_lstchg, sp_min, sp_max, sp_warn, sp_inact, sp_expire, sp_flag.\n\
34 {"sp_max", "max #days between changes"},
45 (sp_nam,sp_pwd,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\
84 SETI(setIndex++, p->sp_max);
107 "getspnam(name) -> (sp_namp, sp_pwdp, sp_lstchg, sp_min, sp_max,\n\
  /external/python/cpython3/Modules/
spwdmodule.c 26 sp_namp, sp_pwdp, sp_lstchg, sp_min, sp_max, sp_warn, sp_inact, sp_expire, sp_flag.\n\
39 {"sp_max", "max #days between changes"},
52 (sp_namp,sp_pwdp,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\
92 SETI(setIndex++, p->sp_max);
  /external/valgrind/VEX/priv/
guest_mips_helpers.c 305 Int sp_max = sp_min + 4 - 1; local
309 if (maxoff < sp_min || minoff > sp_max) {
342 Int sp_max = sp_min + 8 - 1; local
346 if ( maxoff < sp_min || minoff > sp_max ) {
guest_arm_helpers.c 1364 Int sp_max = sp_min + 4 - 1; local
    [all...]
guest_s390_helpers.c 162 Int sp_max = sp_min + 8 - 1; local
168 if (maxoff < sp_min || minoff > sp_max) {
    [all...]

Completed in 277 milliseconds