Home
last modified time | relevance | path

Searched refs:table1 (Results 1 – 10 of 10) 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()
480 …for( idx1=0 ; (idx1 < table1->tableSize) && table1->fileNames[idx1] && (pos < newTotalTableSize); … in UTIL_mergeFileNamesTable()
481 size_t const curLen = strlen(table1->fileNames[idx1]); in UTIL_mergeFileNamesTable()
482 memcpy(buf+pos, table1->fileNames[idx1], curLen); in UTIL_mergeFileNamesTable()
499 UTIL_freeFileNamesTable(table1); 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.dtsi38 cluster1_opp: opp-table1 {
H A Drk3399-op1-opp.dtsi42 cluster1_opp: opp-table1 {
H A Drk3399-puma.dtsi29 /delete-node/ opp-table1;
30 cluster1_opp: opp-table1 {
/freebsd-13.1/sys/contrib/device-tree/Bindings/power/
H A Dpower_domain.txt78 domain1_opp_table: opp-table1 {
/freebsd-13.1/sys/contrib/device-tree/src/arm64/socionext/
H A Duniphier-ld20.dtsi121 cluster1_opp: opp-table1 {
/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
7488 table1 = user_table; in scsi_attrib_sbuf()
7493 table1 = scsi_mam_attr_table; in scsi_attrib_sbuf()
7499 table1 = scsi_mam_attr_table; in scsi_attrib_sbuf()
7503 entry = scsi_find_attrib_entry(table1, table1_size, id); in scsi_attrib_sbuf()