Searched refs:i1 (Results 1 – 2 of 2) sorted by relevance
252 uint32_t n = 0, i = 0, i1 = 0, this = 0, prev = 0; in dfs_bin5_check() local268 for (i1 = 0; i1 < br->br_numelems; i1++) { in dfs_bin5_check()269 this = ((br->br_firstelem + i1) & DFS_MAX_B5_MASK); in dfs_bin5_check()278 for (i = i1 + 1; i < br->br_numelems; i++) { in dfs_bin5_check()
641 uint8_t i1; in target_if_dump_adc_report_gen2() local650 i1 = data & 0xff; in target_if_dump_adc_report_gen2()655 if (i1 > 127) in target_if_dump_adc_report_gen2()656 si1 = i1 - 256; in target_if_dump_adc_report_gen2()658 si1 = i1; in target_if_dump_adc_report_gen2()684 uint16_t i1; in target_if_dump_adc_report_gen2() local689 i1 = data & 0xffff; in target_if_dump_adc_report_gen2()691 if (i1 > 32767) in target_if_dump_adc_report_gen2()692 si1 = i1 - 65536; in target_if_dump_adc_report_gen2()694 si1 = i1; in target_if_dump_adc_report_gen2()