Home
last modified time | relevance | path

Searched refs:srctype (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc226 #define REGISTER_CAST_GPU(srctype, dsttype) \ argument
228 .TypeConstraint<srctype>("SrcT") \
282 #define REGISTER_CAST_SYCL(srctype, dsttype) \ argument
284 .TypeConstraint<srctype>("SrcT") \
/external/libpcap/
Dpcap.c2461 int srctype;
2472 if (pcap_parsesrcstr(device, &srctype, host, port, name, errbuf))
2475 if (srctype == PCAP_SRC_IFREMOTE) {
2486 if (srctype == PCAP_SRC_FILE) {
2490 if (srctype == PCAP_SRC_IFLOCAL) {
/external/libcups/cups/
Dppd.c3400 srctype[256], in ppd_update_filters() local
3440 srcsuper, srctype, dstsuper, dsttype, &cost, program) != 6) in ppd_update_filters()
3450 srcsuper, srctype, dstsuper, dsttype, cost, program)); in ppd_update_filters()
3471 snprintf(buffer, sizeof(buffer), "%s/%s %d %s", srcsuper, srctype, cost, in ppd_update_filters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.td114 class TYPE_ALU_JMP<bits<4> op, bits<1> srctype,
119 let Inst{59} = srctype;