HomeSort by relevance Sort by last modified time
    Searched refs:facilities (Results 1 - 25 of 39) sorted by null

1 2

  /external/flatbuffers/go/
doc.go 1 // Package flatbuffers provides facilities to read and write flatbuffers
  /prebuilts/go/darwin-x86/src/runtime/
os_linux_s390x.go 16 // facilities is padded to avoid false sharing.
17 type facilities struct { type
23 // cpu indicates the availability of s390x facilities that can be used in
25 var cpu facilities
  /prebuilts/go/linux-x86/src/runtime/
os_linux_s390x.go 16 // facilities is padded to avoid false sharing.
17 type facilities struct { type
23 // cpu indicates the availability of s390x facilities that can be used in
25 var cpu facilities
  /external/valgrind/tests/
s390x_features.c 54 /* stfle not available: assume no facilities */
204 unsigned long long facilities; local
209 facilities = stfle();
212 match = (facilities & FAC_BIT(1)) && (facilities & FAC_BIT(2));
214 match = facilities & FAC_BIT(0);
216 match = facilities & FAC_BIT(7);
218 match = (facilities & FAC_BIT(18)) && (facilities & FAC_BIT(19));
220 match = facilities & FAC_BIT(21)
    [all...]
  /external/toybox/toys/posix/
logger.c 59 *facilities[] = {"kern", "user", "mail", "daemon", "auth", "syslog", local
67 facility = arrayfind(TT.priority, facilities, ARRAY_LEN(facilities));
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog08 27 # case 8: Test all the facilities at a particular level. #
29 # Facilities available are: LOG_KERN, LOG_USER, LOG_MAIL #
42 local facilities="user mail daemon auth lpr"
44 tst_resm TINFO "testing all the facilities"
46 for facility in $facilities; do
123 tst_resm TINFO " Test all the facilities at a particular level."
124 tst_resm TINFO " Facilities available are: LOG_KERN, LOG_USER, LOG_MAIL"
  /prebuilts/go/darwin-x86/src/runtime/debug/
stack.go 5 // Package debug contains facilities for programs to debug themselves while
  /prebuilts/go/linux-x86/src/runtime/debug/
stack.go 5 // Package debug contains facilities for programs to debug themselves while
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
sys_netbsd.go 55 // routing facilities.
sys_darwin.go 67 // Darwin kernels require 32-bit aligned access to routing facilities.
sys_freebsd.go 63 // alignment for routing facilities are set at the build time
route.go 8 // packet routing facilities on BSD variants.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
sys_netbsd.go 55 // routing facilities.
sys_darwin.go 67 // Darwin kernels require 32-bit aligned access to routing facilities.
sys_freebsd.go 63 // alignment for routing facilities are set at the build time
route.go 8 // packet routing facilities on BSD variants.
  /external/mesa3d/docs/specs/OLD/
MESA_program_debug.spec 35 The extension provides facilities for implementing debuggers for
42 There are facilities to do the following:
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 5 // Package trace contains facilities for programs to generate trace
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 5 // Package trace contains facilities for programs to generate trace
  /prebuilts/go/darwin-x86/src/syscall/
route_bsd.go 24 // routing facilities.
28 // access to routing facilities.
34 // facilities are set at the build time of the kernel.
  /prebuilts/go/linux-x86/src/syscall/
route_bsd.go 24 // routing facilities.
28 // access to routing facilities.
34 // facilities are set at the build time of the kernel.
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 18 * [C-1-1] The TV App MUST provide facilities to install and use [TV Channels](
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 10 facilities of package regexp (such as Compile and Match) instead of this package.
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 10 facilities of package regexp (such as Compile and Match) instead of this package.
  /external/v8/src/s390/
assembler-s390.cc 61 // Instruction returns a bit vector of the enabled hardware facilities.
131 // for facilities.
137 // D(B) to specify to memory location to store the facilities bits
138 // The facilities we are checking for are:
141 int64_t facilities[3] = {0L}; local
148 : "=Q"(facilities)
154 if (facilities[0] & (one << (63 - 45))) {
158 if (facilities[0] & (one << (63 - 34))) {
162 if (facilities[0] & (one << (63 - 37))) {
166 if (facilities[2] & (one << (63 - (129 - 128))))
    [all...]

Completed in 641 milliseconds

1 2