Home
last modified time | relevance | path

Searched refs:table2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrTable.td83 defm TABLE_COPY : I<(outs), (ins table32_op:$table1, table32_op:$table2, I32:$d, I32:$s, I32:$n),
84 (outs), (ins table32_op:$table1, table32_op:$table2),
86 (WebAssemblyWrapper tglobaladdr:$table2),
88 "table.copy\t$table1, $table2, $d, $s, $n",
89 "table.copy\t$table1, $table2",
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c529 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 Dutil.h245 UTIL_mergeFileNamesTable(FileNamesTable* table1, FileNamesTable* table2);
/freebsd/share/doc/usd/21.troff/
H A DMakefile2 SRCS= m.mac m0 m0a m1 m2 m3 m4 m5 table1 table2
/freebsd/sys/cam/scsi/
H A Dscsi_all.c7563 struct scsi_attrib_table_entry *table1 = NULL, *table2 = NULL; in scsi_attrib_sbuf() local
7581 table2 = scsi_mam_attr_table; in scsi_attrib_sbuf()
7586 table2 = user_table; in scsi_attrib_sbuf()
7604 if (table2 != NULL) { in scsi_attrib_sbuf()
7605 entry = scsi_find_attrib_entry(table2, table2_size, id); in scsi_attrib_sbuf()