Searched defs:local_max (Results 1 – 6 of 6) sorted by relevance
150 WORD32 local_max = 0; in iusace_calc_max_val_in_sfb() local
265 WORD32 local_max = 0; in iaace_calc_max_val_in_sfb() local
608 let local_max = offset.from_utc_datetime(&NaiveDateTime::MAX); in test_fixed_offset_min_max_dates() localVariable613 let local_max = offset.from_local_datetime(&NaiveDateTime::MAX); in test_fixed_offset_min_max_dates() localVariable
384 let local_max = NaiveDateTime::MAX.and_local_timezone(offset); in test_and_timezone_min_max_dates() localVariable
341 double max, local_max, threshold; in audio_signal_detect() local
49 #define local_max(a,b) ((a)>(b)?(a):(b)) macro