/third_party/typescript/tests/baselines/reference/ |
H A D | destructuredDeclarationEmit.js | |
H A D | genericWithNoConstraintComparableWithCurlyCurly.js | 46 function bat() {
function
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | reflect-has.js | |
H A D | reflect-deleteproperty.js | |
/third_party/alsa-utils/bat/ |
H A D | latencytest.c | 36 static float sumaudio(struct bat *bat, short int *buffer, int frames) in sumaudio() argument 55 static void play_and_listen(struct bat *bat, void *buffer, int frames) in play_and_listen() argument 158 calculate_threshold(struct bat *bat) calculate_threshold() argument 171 roundtrip_latency_init(struct bat *bat) roundtrip_latency_init() argument 187 handleinput(struct bat *bat, void *buffer, int frames) handleinput() argument 227 handleoutput(struct bat *bat, void *buffer, int bytes, int frames) handleoutput() argument [all...] |
H A D | common.c | 34 static int update_fmt_to_bat(struct bat *bat, struct chunk_fmt *fmt) in update_fmt_to_bat() argument 50 update_frames_to_bat(struct bat *bat, struct wav_chunk_header *header, FILE *file ATTRIBUTE_UNUSED) update_frames_to_bat() argument 63 read_chunk_fmt(struct bat *bat, char *file, FILE *fp, bool skip, struct wav_chunk_header *header) read_chunk_fmt() argument 97 read_wav_header(struct bat *bat, char *file, FILE *fp, bool skip) read_wav_header() argument 162 prepare_wav_info(struct wav_container *wav, struct bat *bat) prepare_wav_info() argument 180 write_wav_header(FILE *fp, struct wav_container *wav, struct bat *bat) write_wav_header() argument 204 update_wav_header(struct bat *bat, FILE *fp, int bytes) update_wav_header() argument 226 generate_input_data(struct bat *bat, void *buffer, int bytes, int frames) generate_input_data() argument [all...] |
H A D | signal.c | 91 static int reorder(struct bat *bat, float *val, int frames) in reorder() argument 114 static int adjust_waveform(struct bat *bat, float *val, int frames, in adjust_waveform() argument 148 generate_sine_wave(struct bat *bat, int frames, void *buf) generate_sine_wave() argument 190 generate_sine_wave_raw_mono(struct bat *bat, float *buf, float freq, int nsamples) generate_sine_wave_raw_mono() argument [all...] |
H A D | tinyalsa.c | 44 static int format_convert(struct bat *bat, struct pcm_config *config) in format_convert() argument 58 static int init_config(struct bat *bat, struct pcm_config *config) in init_config() argument 88 check_param(struct bat *bat, struct pcm_params *params, unsigned int param, unsigned int value, char *param_name, char *param_unit) check_param() argument 118 check_playback_params(struct bat *bat, struct pcm_config *config) check_playback_params() argument 163 latencytest_process_output(struct bat *bat, struct pcm *pcm, void *buffer, int bytes) latencytest_process_output() argument 197 play_sample(struct bat *bat, struct pcm *pcm, void *buffer, int bytes) play_sample() argument 251 get_tiny_device(struct bat *bat, char *alsa_device, unsigned int *tiny_card, unsigned int *tiny_device) get_tiny_device() argument 283 playback_tinyalsa(struct bat *bat) playback_tinyalsa() argument 384 capture_sample(struct bat *bat, struct pcm *pcm, void *buffer, unsigned int bytes) capture_sample() argument 429 latencytest_process_input(struct bat *bat, struct pcm *pcm, void *buffer, unsigned int bytes) latencytest_process_input() argument 479 record_tinyalsa(struct bat *bat) record_tinyalsa() argument [all...] |
H A D | bat.c | 47 static void get_snr_thd_db(struct bat *bat, char *thd) in get_snr_thd_db() argument 63 static void get_snr_thd_pc(struct bat *bat, char *thd) in get_snr_thd_pc() argument 78 static int get_duration(struct bat *bat) in get_duration() argument 116 get_sine_frequencies(struct bat *bat, char *freq) get_sine_frequencies() argument 130 get_format(struct bat *bat, char *optarg) get_format() argument 174 test_loopback(struct bat *bat) test_loopback() argument 246 test_playback(struct bat *bat) test_playback() argument 280 test_capture(struct bat *bat) test_capture() argument 313 usage(struct bat *bat) usage() argument 349 set_defaults(struct bat *bat) set_defaults() argument 388 parse_arguments(struct bat *bat, int argc, char *argv[]) parse_arguments() argument 498 validate_options(struct bat *bat) validate_options() argument 539 bat_init(struct bat *bat) bat_init() argument 655 struct bat bat; main() local [all...] |
H A D | alsa.c | 60 static int format_convert(struct bat *bat, snd_pcm_format_t *fmt) in format_convert() argument 74 static int set_snd_pcm_params(struct bat *bat, struct pcm_container *sndpcm) in set_snd_pcm_params() argument 306 write_to_pcm(const struct pcm_container *sndpcm, int frames, struct bat *bat) write_to_pcm() argument 347 latencytest_process_output(struct pcm_container *sndpcm, struct bat *bat) latencytest_process_output() argument 381 write_to_pcm_loop(struct pcm_container *sndpcm, struct bat *bat) write_to_pcm_loop() argument 441 playback_alsa(struct bat *bat) playback_alsa() argument 510 read_from_pcm(struct pcm_container *sndpcm, int frames, struct bat *bat) read_from_pcm() argument 548 read_from_pcm_loop(struct pcm_container *sndpcm, struct bat *bat) read_from_pcm_loop() argument 606 latencytest_process_input(struct pcm_container *sndpcm, struct bat *bat) latencytest_process_input() argument 675 record_alsa(struct bat *bat) record_alsa() argument [all...] |
H A D | analyze.c | 32 static void check_amplitude(struct bat *bat, float *buf) in check_amplitude() argument 66 check_peak(struct bat *bat, struct analyze *a, int end, int peak, float hz, float mean, float p, int channel, int start) check_peak() argument 105 check(struct bat *bat, struct analyze *a, int channel) check() argument 164 calc_magnitude(struct bat *bat, struct analyze *a, int N) calc_magnitude() argument 178 find_and_check_harmonics(struct bat *bat, struct analyze *a, int channel) find_and_check_harmonics() argument 230 calculate_noise_one_period(struct bat *bat, struct noise_analyzer *na, float *src, int length, int channel) calculate_noise_one_period() argument 290 calculate_noise(struct bat *bat, float *src, int channel) calculate_noise() argument 374 find_and_check_noise(struct bat *bat, void *buf, int channel) find_and_check_noise() argument 396 reorder_data(struct bat *bat) reorder_data() argument 425 truncate_frames(struct bat *bat) truncate_frames() argument 438 analyze_capture(struct bat *bat) analyze_capture() argument [all...] |
H A D | common.h | 215 struct bat { struct
|
/third_party/toybox/generated/ |
H A D | globals.h | 212 int ac, bat, therm, cool; member
|