Home
last modified time | relevance | path

Searched refs:facilities (Results 1 – 25 of 129) sorted by relevance

123456

/external/valgrind/tests/
Ds390x_features.c204 unsigned long long facilities; in go() local
209 facilities = stfle(); in go()
212 match = (facilities & FAC_BIT(1)) && (facilities & FAC_BIT(2)); in go()
214 match = facilities & FAC_BIT(0); in go()
216 match = facilities & FAC_BIT(7); in go()
218 match = (facilities & FAC_BIT(18)) && (facilities & FAC_BIT(19)); in go()
220 match = facilities & FAC_BIT(21); in go()
222 match = facilities & FAC_BIT(25); in go()
224 match = facilities & FAC_BIT(34); in go()
226 match = facilities & FAC_BIT(35); in go()
[all …]
/external/valgrind/
DREADME.s39030 Hardware facilities
33 facilities as the machine for which the client program was compiled.
35 client instructions according to the facilities available on the host.
36 This means, though, that probing for hardware facilities by issuing
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0842 local facilities="user mail daemon auth lpr"
46 for facility in $facilities; do
/external/python/cpython2/Doc/library/
Dlanguage.rst10 disassembly, and various other facilities.
Dcommands.rst21 The :mod:`subprocess` module provides more powerful facilities for spawning new
Dindex.rst14 facilities as indicated by the long table of contents listed below. The
Dal.rst14 This module provides access to the audio facilities of the SGI Indy and Indigo
/external/mesa3d/docs/specs/OLD/
DMESA_program_debug.spec35 The extension provides facilities for implementing debuggers for
42 There are facilities to do the following:
/external/regex-re2/doc/
Dmksyntaxgo27 facilities of package regexp (such as Compile and Match) instead of this package.
/external/pcre/dist2/
DNEWS40 giving more flexibility to replacement facilities. It is now also possible to
59 9. The pcre2test program has been extended to test new facilities, and it can
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt25 caching facilities.
/external/trappy/doc/
DBareTrace class.ipynb15 … parsed outside of trappy. This lets you leverage trappy's and bart's facilities with any type of…
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt28 caching facilities.
/external/autotest/
DMODULE_LICENSE_LGPL130 You may place library facilities that are a work based on the
132 facilities that are not Applications and are not covered by this
137 on the Library, uncombined with any other library facilities,
DLGPL_LICENSE130 You may place library facilities that are a work based on the
132 facilities that are not Applications and are not covered by this
137 on the Library, uncombined with any other library facilities,
/external/elfutils/
DCOPYING-LGPLV3130 You may place library facilities that are a work based on the
132 facilities that are not Applications and are not covered by this
137 on the Library, uncombined with any other library facilities,
/external/dagger2/
DCONTRIBUTING.md16 facilities provided by `maven-invoker-plugin`.
/external/ImageMagick/m4/
Dframework.m4132 # You may place library facilities that are a work based on the
134 # facilities that are not Applications and are not covered by this
139 # on the Library, uncombined with any other library facilities,
/external/llvm/test/DebugInfo/Generic/
Dcu-ranges.ll17 ; FIXME: When we get better dumping facilities we'll want to elaborate here.
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst8 line and history substitution, similar to facilities found in the Korn shell and
15 This chapter does *not* document the editing facilities of Mark Hammond's
/external/ply/ply/example/BASIC/
DREADME17 and no facilities for interactive input. Moreover, subroutines and functions
/external/v8/src/s390/
Dassembler-s390.cc141 int64_t facilities[3] = {0L}; in ProbeImpl() local
148 : "=Q"(facilities) in ProbeImpl()
154 if (facilities[0] & (one << (63 - 45))) { in ProbeImpl()
158 if (facilities[0] & (one << (63 - 34))) { in ProbeImpl()
162 if (facilities[0] & (one << (63 - 37))) { in ProbeImpl()
166 if (facilities[2] & (one << (63 - (129 - 128)))) { in ProbeImpl()
170 if (facilities[0] & (1lu << (63 - 58))) { in ProbeImpl()
/external/flatbuffers/docs/source/
DGoApi_generated.txt24 Package flatbuffers provides facilities to read and write flatbuffers
/external/libmicrohttpd/
DNOTICE339 7. You may place library facilities that are a work based on the
341 facilities not covered by this License, and distribute such a combined
343 the Library and of the other library facilities is otherwise
348 facilities. This must be distributed under the terms of the
/external/libnl/
DNOTICE333 7. You may place library facilities that are a work based on the
335 facilities not covered by this License, and distribute such a combined
337 the Library and of the other library facilities is otherwise
342 facilities. This must be distributed under the terms of the

123456