Searched refs:table_get (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/lib/ |
D | tst_cmd.c | 234 int (*table_get)(char *version); member 299 ver_get = p->table_get(version_token); in tst_check_cmd()
|
/third_party/qrcodegen/rust/src/ |
D | lib.rs | 519 let numblocks: usize = QrCode::table_get(&NUM_ERROR_CORRECTION_BLOCKS, ver, ecl); in add_ecc_and_interleave() 520 let blockecclen: usize = QrCode::table_get(&ECC_CODEWORDS_PER_BLOCK , ver, ecl); in add_ecc_and_interleave() 733 - QrCode::table_get(&ECC_CODEWORDS_PER_BLOCK , ver, ecl) in get_num_data_codewords() 734 * QrCode::table_get(&NUM_ERROR_CORRECTION_BLOCKS, ver, ecl) in get_num_data_codewords() 739 fn table_get(table: &'static [[i8; 41]; 4], ver: Version, ecl: QrCodeEcc) -> usize { in table_get() method
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 2034 If you want to support more commands, please fill your own .parser and .table_get
|