Home
last modified time | relevance | path

Searched refs:af_col (Results 1 – 6 of 6) sorted by relevance

/dports/lang/micropython/micropython-1.17/ports/teensy/
H A Dmake-pins.py220 def parse_af_file(self, filename, pinname_col, af_col): argument
229 for af_idx in range(af_col, len(row)):
230 if af_idx >= af_col:
231 pin.parse_af(af_idx - af_col, row[af_idx])
/dports/lang/micropython/micropython-1.17/ports/stm32/boards/
H A Dmake-pins.py298 def parse_af_file(self, filename, pinname_col, af_col): argument
307 for af_idx in range(af_col, len(row)):
308 if af_idx < af_col + 16:
309 pin.parse_af(af_idx - af_col, row[af_idx])
310 elif af_idx == af_col + 16:
/dports/lang/micropython/micropython-1.17/ports/nrf/boards/
H A Dmake-pins.py216 def parse_af_file(self, filename, pinname_col, af_col, af_col_end): argument
225 for af_idx in range(af_col, len(row)):
227 pin.parse_af(af_idx - af_col, row[af_idx])
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.cpp476 header.af_col = 0; in ReadHeader_vc()
595 if (header.af_col == 0) { in ReadHeader_vc()
596 header.af_col = header.coln + 1; in ReadHeader_vc()
723 if (header.af_col != 0 && header.af_col == i + 1) { in ReadFile_cor()
762 } else if (header.af_col != 0) { in ReadFile_cor()
843 if (header.af_col == 0 && header.var_col == 0 && mapRS2var.size() == 0) { in ReadFile_beta()
907 if (header.af_col != 0 && header.af_col == i + 1) { in ReadFile_beta()
941 if ((header.var_col != 0 || header.af_col != 0 || in ReadFile_beta()
952 if (header.af_col != 0) { in ReadFile_beta()
H A Dparam.h110 size_t af_col; variable
H A Dgemma_io.cpp2428 header.af_col = 0; in ReadHeader_io()
2561 if (header.af_col == 0) { in ReadHeader_io()
2562 header.af_col = header.coln + 1; in ReadHeader_io()