Searched refs:srctype (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | cast_op.cc | 226 #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/ |
D | pcap.c | 2461 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/ |
D | ppd.c | 3400 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/ |
D | BPFInstrInfo.td | 114 class TYPE_ALU_JMP<bits<4> op, bits<1> srctype, 119 let Inst{59} = srctype;
|