Home
last modified time | relevance | path

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

/src/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",
/src/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);
/src/share/doc/usd/21.troff/
H A DMakefile2 SRCS= m.mac m0 m0a m1 m2 m3 m4 m5 table1 table2
/src/sys/contrib/device-tree/Bindings/power/
H A Dpower_domain.txt78 domain1_opp_table: opp-table1 {
/src/sys/contrib/dev/rtw88/
H A Dcoex.c1068 u32 table1) in rtw_coex_set_table() argument
1077 table1 == rtw_read32(rtwdev, REG_BT_COEX_TABLE1)) in rtw_coex_set_table()
1081 rtw_write32(rtwdev, REG_BT_COEX_TABLE1, table1); in rtw_coex_set_table()
1086 table1); in rtw_coex_set_table()
/src/sys/cam/scsi/
H A Dscsi_all.c7580 struct scsi_attrib_table_entry *table1 = NULL, *table2 = NULL; in scsi_attrib_sbuf() local
7596 table1 = user_table; in scsi_attrib_sbuf()
7601 table1 = scsi_mam_attr_table; in scsi_attrib_sbuf()
7607 table1 = scsi_mam_attr_table; in scsi_attrib_sbuf()
7611 entry = scsi_find_attrib_entry(table1, table1_size, id); in scsi_attrib_sbuf()