Home
last modified time | relevance | path

Searched refs:llc (Results 1 – 25 of 30) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dwps-nfc.py139 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 …]
Dp2p-nfc.py153 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/
Dwps-nfc.py139 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 …]
Dp2p-nfc.py153 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 …]
Ddpp-nfc.py283 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/
Dwps-ap-nfc.py111 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/
Dwps-ap-nfc.py111 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/
Dsparsec35 LLC=`"${LLVM_CONFIG:-llvm-config}" --bindir`/llc
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DREADME.rst127 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
DDESIGN.rst124 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/
DREADME.rst127 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
DDESIGN.rst124 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/
Debt_802_3.h52 } llc; member
/third_party/mesa3d/docs/relnotes/
D17.2.3.rst53 - gallivm: allow additional llc options
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME.txt569 ; 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/
Daddr.c1088 __ADD(AF_LLC,llc),
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dminimal.qbk7 I would like to thank Rainbowverse, llc (https://primeorbial.com/)
Derror_handling.qbk7 I would like to thank Rainbowverse, llc (https://primeorbial.com/)
Dannotation.qbk7 I would like to thank Rainbowverse, llc (https://primeorbial.com/)
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.0.rst197 * sparse, llvm: Make llc output to stdout in sparsec
Dv0.5.1.rst81 * sparse{i,c}: use LLVM_CONFIG to find llc and lli
/third_party/libnl/
DChangeLog185 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/
DCommandFlags.inc10 // command line tools. The tools "llc" and "opt" both use this file to prevent
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c638 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/
DREADME.txt813 -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.

12