Home
last modified time | relevance | path

Searched refs:table1 (Results 1 – 7 of 7) 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),
85 [(int_wasm_table_copy (WebAssemblyWrapper tglobaladdr:$table1),
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()
550 …for( idx1=0 ; (idx1 < table1->tableSize) && table1->fileNames[idx1] && (pos < newTotalTableSize); … in UTIL_mergeFileNamesTable()
551 size_t const curLen = strlen(table1->fileNames[idx1]); in UTIL_mergeFileNamesTable()
552 memcpy(buf+pos, table1->fileNames[idx1], curLen); in UTIL_mergeFileNamesTable()
569 UTIL_freeFileNamesTable(table1); 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/contrib/device-tree/Bindings/power/
H A Dpower_domain.txt78 domain1_opp_table: opp-table1 {
/freebsd/sys/contrib/dev/rtw88/
H A Dcoex.c1044 u32 table1) in rtw_coex_set_table() argument
1053 table1 == rtw_read32(rtwdev, REG_BT_COEX_TABLE1)) in rtw_coex_set_table()
1057 rtw_write32(rtwdev, REG_BT_COEX_TABLE1, table1); in rtw_coex_set_table()
1062 table1); in rtw_coex_set_table()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c7563 struct scsi_attrib_table_entry *table1 = NULL, *table2 = NULL; in scsi_attrib_sbuf() local
7579 table1 = user_table; in scsi_attrib_sbuf()
7584 table1 = scsi_mam_attr_table; in scsi_attrib_sbuf()
7590 table1 = scsi_mam_attr_table; in scsi_attrib_sbuf()
7594 entry = scsi_find_attrib_entry(table1, table1_size, id); in scsi_attrib_sbuf()