Searched refs:table2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrTable.td | 81 defm TABLE_COPY : I<(outs), (ins table32_op:$table1, table32_op:$table2, I32:$d, I32:$s, I32:$n), 82 (outs), (ins table32_op:$table1, table32_op:$table2), 84 (WebAssemblyWrapper tglobaladdr:$table2), 86 "table.copy\t$table1, $table2, $d, $s, $n", 87 "table.copy\t$table1, $table2",
|
| /freebsd-14.2/share/doc/usd/21.troff/ |
| H A D | Makefile | 4 SRCS= m.mac m0 m0a m1 m2 m3 m4 m5 table1 table2
|
| /freebsd-14.2/sys/contrib/zstd/programs/ |
| H A D | util.c | 529 UTIL_mergeFileNamesTable(FileNamesTable* table1, FileNamesTable* table2) in UTIL_mergeFileNamesTable() argument 539 newTotalTableSize = getTotalTableSize(table1) + getTotalTableSize(table2); in UTIL_mergeFileNamesTable() 545 newTable->tableSize = table1->tableSize + table2->tableSize; in UTIL_mergeFileNamesTable() 559 …for( idx2=0 ; (idx2 < table2->tableSize) && table2->fileNames[idx2] && (pos < newTotalTableSize) ;… in UTIL_mergeFileNamesTable() 560 size_t const curLen = strlen(table2->fileNames[idx2]); in UTIL_mergeFileNamesTable() 561 memcpy(buf+pos, table2->fileNames[idx2], curLen); in UTIL_mergeFileNamesTable() 570 UTIL_freeFileNamesTable(table2); in UTIL_mergeFileNamesTable()
|
| H A D | util.h | 245 UTIL_mergeFileNamesTable(FileNamesTable* table1, FileNamesTable* table2);
|
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_all.c | 7556 struct scsi_attrib_table_entry *table1 = NULL, *table2 = NULL; in scsi_attrib_sbuf() local 7574 table2 = scsi_mam_attr_table; in scsi_attrib_sbuf() 7579 table2 = user_table; in scsi_attrib_sbuf() 7597 if (table2 != NULL) { in scsi_attrib_sbuf() 7598 entry = scsi_find_attrib_entry(table2, table2_size, id); in scsi_attrib_sbuf()
|