/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
D | wps-nfc.py | 139 def __init__(self, llc): argument 140 super(HandoverServer, self).__init__(llc) 203 def wps_handover_init(llc): argument 224 client = nfc.handover.HandoverClient(llc) 392 def llcp_worker(llc): argument 395 wps_handover_init(llc) 405 def llcp_startup(clf, llc): argument 410 srv = HandoverServer(llc) 417 return llc 419 def llcp_connected(llc): argument [all …]
|
D | p2p-nfc.py | 153 def p2p_handover_client(llc): argument 188 client = nfc.handover.HandoverClient(llc) 260 def __init__(self, llc): argument 261 super(HandoverServer, self).__init__(llc) 475 def llcp_worker(llc): argument 479 p2p_handover_client(llc) 510 p2p_handover_client(llc) 516 def llcp_startup(clf, llc): argument 519 srv = HandoverServer(llc) 520 return llc [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
D | wps-nfc.py | 139 def __init__(self, llc): argument 140 super(HandoverServer, self).__init__(llc) 203 def wps_handover_init(llc): argument 224 client = nfc.handover.HandoverClient(llc) 392 def llcp_worker(llc): argument 395 wps_handover_init(llc) 405 def llcp_startup(clf, llc): argument 410 srv = HandoverServer(llc) 417 return llc 419 def llcp_connected(llc): argument [all …]
|
D | p2p-nfc.py | 153 def p2p_handover_client(llc): argument 188 client = nfc.handover.HandoverClient(llc) 260 def __init__(self, llc): argument 261 super(HandoverServer, self).__init__(llc) 475 def llcp_worker(llc): argument 479 p2p_handover_client(llc) 510 p2p_handover_client(llc) 516 def llcp_startup(clf, llc): argument 519 srv = HandoverServer(llc) 520 return llc [all …]
|
D | dpp-nfc.py | 283 def __init__(self, handover, llc): argument 284 super(HandoverClient, self).__init__(llc) 369 client = HandoverClient(handover, handover.llc) 526 def __init__(self, handover, llc): argument 527 super(HandoverServer, self).__init__(llc) 531 self.llc = llc 725 args=(self.llc, True)) 867 def llcp_worker(llc, try_alt): argument 943 def start_handover_server(self, llc): argument 945 self.llc = llc [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | wps-ap-nfc.py | 111 def __init__(self, llc): argument 112 super(HandoverServer, self).__init__(llc) 252 def llcp_startup(clf, llc): argument 255 srv = HandoverServer(llc) 256 return llc 258 def llcp_connected(llc): argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | wps-ap-nfc.py | 111 def __init__(self, llc): argument 112 super(HandoverServer, self).__init__(llc) 252 def llcp_startup(clf, llc): argument 255 srv = HandoverServer(llc) 256 return llc 258 def llcp_connected(llc): argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparsec | 35 LLC=`"${LLVM_CONFIG:-llvm-config}" --bindir`/llc
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | README.rst | 127 twice, once with Subzero and once with LLVM's known-good ``llc`` translator. 163 but it can also be used to produce hybrid Subzero/``llc`` binaries (``llc`` is 165 debugging mode, the pexe is translated using both Subzero and ``llc``, and the 168 ``llc`` symbols take precedence. This is controlled by the ``-include`` and
|
D | DESIGN.rst | 124 The current LLVM-based translator binary (``pnacl-llc``) is about 10 MB in size. 1059 LLVM-based ``pnacl-llc`` translator. As such, the Subzero binary should be no 1061 the Chrome sandbox. That said, Subzero is much smaller than ``pnacl-llc`` and 1173 tests that compare Subzero and ``pnacl-llc`` translated bitcode across a wide 1176 bitcode. The bitcode files are translated by ``pnacl-llc`` and also by Subzero. 1179 interesting inputs, and reports when the Subzero and ``pnacl-llc`` results 1192 with Subzero and once with ``pnacl-llc``. We then use ``objdump`` to 1253 Single-threaded translation speed is currently about 5× the ``pnacl-llc`` 1273 speed to 10× of ``pnacl-llc`` while keeping acceptable code quality. With 1275 ``pnacl-llc`` translation speed, but code quality drops by a factor of 3. [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | README.rst | 127 twice, once with Subzero and once with LLVM's known-good ``llc`` translator. 163 but it can also be used to produce hybrid Subzero/``llc`` binaries (``llc`` is 165 debugging mode, the pexe is translated using both Subzero and ``llc``, and the 168 ``llc`` symbols take precedence. This is controlled by the ``-include`` and
|
D | DESIGN.rst | 124 The current LLVM-based translator binary (``pnacl-llc``) is about 10 MB in size. 1059 LLVM-based ``pnacl-llc`` translator. As such, the Subzero binary should be no 1061 the Chrome sandbox. That said, Subzero is much smaller than ``pnacl-llc`` and 1173 tests that compare Subzero and ``pnacl-llc`` translated bitcode across a wide 1176 bitcode. The bitcode files are translated by ``pnacl-llc`` and also by Subzero. 1179 interesting inputs, and reports when the Subzero and ``pnacl-llc`` results 1192 with Subzero and once with ``pnacl-llc``. We then use ``objdump`` to 1253 Single-threaded translation speed is currently about 5× the ``pnacl-llc`` 1273 speed to 10× of ``pnacl-llc`` while keeping acceptable code quality. With 1275 ``pnacl-llc`` translation speed, but code quality drops by a factor of 3. [all …]
|
/third_party/iptables/include/linux/netfilter_bridge/ |
D | ebt_802_3.h | 52 } llc; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.2.3.rst | 53 - gallivm: allow additional llc options
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README.txt | 569 ; RUN: llvm-as < %s | llc -march=ppc32 | grep or | count 3 572 ; RUN: llvm-as < %s | llc -march=ppc32 | grep mfcr | count 3 607 ; RUN: llvm-as < %s | llc -march=ppc32 | not grep fneg
|
/third_party/libnl/lib/ |
D | addr.c | 1088 __ADD(AF_LLC,llc),
|
/third_party/boost/libs/spirit/doc/x3/tutorial/ |
D | minimal.qbk | 7 I would like to thank Rainbowverse, llc (https://primeorbial.com/)
|
D | error_handling.qbk | 7 I would like to thank Rainbowverse, llc (https://primeorbial.com/)
|
D | annotation.qbk | 7 I would like to thank Rainbowverse, llc (https://primeorbial.com/)
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.0.rst | 197 * sparse, llvm: Make llc output to stdout in sparsec
|
D | v0.5.1.rst | 81 * sparse{i,c}: use LLVM_CONFIG to find llc and lli
|
/third_party/libnl/ |
D | ChangeLog | 185 to make it compatible with nl_addr_parse() and ether llc
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 10 // command line tools. The tools "llc" and "opt" both use this file to prevent
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeS390X.c | 638 SLJIT_S390X_RXYA(llc, 0xe30000000094, have_eimm()) 1880 ins = llc(reg, mem.offset, mem.index, mem.base); in sljit_emit_op1()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | README.txt | 813 -emit-llvm-bc | opt -O3" (although llc can optimize it). 2107 llc time when it gets inlined, because we can use smaller transfers. This also 2127 we should verify that the llc output actually shrinks for some benchmarks.
|