Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrTable.td70 defm TABLE_COPY : I<(outs), (ins table32_op:$table1, table32_op:$table2, I32:$d, I32:$s, I32:$n),
71 (outs), (ins table32_op:$table1, table32_op:$table2),
73 "table.copy\t$table1, $table2, $d, $s, $n",
74 "table.copy\t$table1, $table2",
/freebsd-13.1/sys/contrib/zstd/programs/
H A Dutil.c459 UTIL_mergeFileNamesTable(FileNamesTable* table1, FileNamesTable* table2) in UTIL_mergeFileNamesTable() argument
469 newTotalTableSize = getTotalTableSize(table1) + getTotalTableSize(table2); in UTIL_mergeFileNamesTable()
475 newTable->tableSize = table1->tableSize + table2->tableSize; in UTIL_mergeFileNamesTable()
489 …for( idx2=0 ; (idx2 < table2->tableSize) && table2->fileNames[idx2] && (pos < newTotalTableSize) ;… in UTIL_mergeFileNamesTable()
490 size_t const curLen = strlen(table2->fileNames[idx2]); in UTIL_mergeFileNamesTable()
491 memcpy(buf+pos, table2->fileNames[idx2], curLen); in UTIL_mergeFileNamesTable()
500 UTIL_freeFileNamesTable(table2); in UTIL_mergeFileNamesTable()
H A Dutil.h218 UTIL_mergeFileNamesTable(FileNamesTable* table1, FileNamesTable* table2);
/freebsd-13.1/share/doc/usd/21.troff/
H A DMakefile5 SRCS= m.mac m0 m0a m1 m2 m3 m4 m5 table1 table2
/freebsd-13.1/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-opp.dtsi77 gpu_opp_table: opp-table2 {
H A Drk3399-op1-opp.dtsi85 gpu_opp_table: opp-table2 {
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_all.c7472 struct scsi_attrib_table_entry *table1 = NULL, *table2 = NULL; in scsi_attrib_sbuf() local
7490 table2 = scsi_mam_attr_table; in scsi_attrib_sbuf()
7495 table2 = user_table; in scsi_attrib_sbuf()
7513 if (table2 != NULL) { in scsi_attrib_sbuf()
7514 entry = scsi_find_attrib_entry(table2, table2_size, id); in scsi_attrib_sbuf()