HomeSort by: relevance | last modified time | path
    Searched refs:Setup (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 47 mov r0, #0 @ Setup
48 cmp r0, #0 @ Setup
57 mov r0, #0 @ Setup
58 cmp r0, #0 @ Setup
67 mov r0, #0 @ Setup
68 cmp r0, #0 @ Setup
80 mov r0, #0 @ Setup
81 cmp r0, #0 @ Setup
93 mov r0, #0 @ Setup
94 cmp r0, #0 @ Setup
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 47 mov r0, #0 @ Setup
48 cmp r0, #0 @ Setup
57 mov r0, #0 @ Setup
58 cmp r0, #0 @ Setup
67 mov r0, #0 @ Setup
68 cmp r0, #0 @ Setup
80 mov r0, #0 @ Setup
81 cmp r0, #0 @ Setup
93 mov r0, #0 @ Setup
94 cmp r0, #0 @ Setup
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evhandler.c 390 * Setup - Address of the setup function
405 ACPI_ADR_SPACE_SETUP Setup,
440 Setup = AcpiEvSystemMemoryRegionSetup;
446 Setup = AcpiEvIoSpaceRegionSetup;
452 Setup = AcpiEvPciConfigRegionSetup;
458 Setup = AcpiEvCmosRegionSetup;
464 Setup = AcpiEvPciBarRegionSetup;
470 Setup = AcpiEvDataTableRegionSetup;
480 /* If the caller hasn't specified a setup routine, use the default *
    [all...]
evxfregn.c 63 * Setup - Address of the setup function
86 ACPI_ADR_SPACE_SETUP Setup,
122 Node, SpaceId, Handler, Setup, Context);
145 ACPI_ADR_SPACE_SETUP Setup,
148 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE);
158 ACPI_ADR_SPACE_SETUP Setup,
161 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, FALSE);
evregion.c 204 RegionSetup = HandlerDesc->AddressSpace.Setup;
233 * We must exit the interpreter because the region setup will
246 /* Check for failure of the Region Setup */
481 * If the region has been activated, call the setup handler with
486 RegionSetup = HandlerObj->AddressSpace.Setup;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredication.cpp 17 /// DLSTP and WLSTP instructions, which setup a tail-predicated loop and the
166 IntrinsicInst *Setup = FindLoopIterations(Preheader);
169 if (!Setup) {
172 Setup = FindLoopIterations(Preheader->getSinglePredecessor());
173 if (!Setup)
177 LLVM_DEBUG(dbgs() << "ARM TP: Running on Loop: " << *L << *Setup << "\n");
179 bool Changed = TryConvertActiveLaneMask(Setup->getArgOperand(0));
  /src/external/gpl3/gdb/dist/libsframe/testsuite/
local.mk 0 # Setup the testing framework
  /src/external/gpl3/gdb.old/dist/libsframe/testsuite/
local.mk 0 # Setup the testing framework
  /src/external/apache2/llvm/dist/libcxx/
appveyor-reqs-install.cmd 9 :: Setup Compiler
49 :: Setup the cached copy of LLVM
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_coverage_fuchsia.cc 73 // Complete the setup before filling in any guards with indices.
74 // This avoids the possibility of code called from Setup reentering
76 u32 idx = Setup(end - start);
125 u32 Setup(u32 num_guards) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_fuchsia.cpp 75 // Complete the setup before filling in any guards with indices.
76 // This avoids the possibility of code called from Setup reentering
78 u32 idx = Setup(end - start);
128 u32 Setup(u32 num_guards) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_fuchsia.cpp 74 // Complete the setup before filling in any guards with indices.
75 // This avoids the possibility of code called from Setup reentering
77 u32 idx = Setup(end - start);
127 u32 Setup(u32 num_guards) {
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
aes-riscv64-zvkb-zvkned.S 51 # Setup mask into v0
55 # We could setup the mask just for the maximum element length instead of
150 # Setup mask into v0
154 # We could setup the mask just for the maximum element length instead of
255 # Setup mask into v0
259 # We could setup the mask just for the maximum element length instead of
sha512-riscv64-zvkb-zvknhb.S 29 # Setup v0 mask for the vmerge to replace the first word (idx==0) in key-scheduling.
sha256-riscv64-zvkb-zvknha_or_zvknhb.S 63 # Setup v0 mask for the vmerge to replace the first word (idx==0) in key-scheduling.
  /src/external/gpl2/lvm2/dist/
configure.in 22 dnl -- Setup the directory where autoconf has auxilary files
141 dnl -- Prefix is /usr by default, the exec_prefix default is setup later
145 dnl -- Setup the ownership of the files
159 dnl -- Setup the group ownership of the files
172 dnl -- Setup device node ownership
181 dnl -- Setup device group ownership
190 dnl -- Setup device mode
  /src/sys/arch/amiga/dev/
mscreg.h 118 u_char Setup; /* causes reconfiguration */
msc.c 626 ms->Setup = true;
827 ms->Setup = true;
835 ms->Setup = true;
1161 ms->Setup = true;
  /src/sys/external/bsd/acpica/dist/include/
acevents.h 271 ACPI_ADR_SPACE_SETUP Setup,
315 * evregini - Region initialization and setup
acobject.h 99 #define AOPOBJ_SETUP_COMPLETE 0x20 /* Region setup is complete */
418 ACPI_ADR_SPACE_SETUP Setup;
acpixf.h 840 ACPI_ADR_SPACE_SETUP Setup,
849 ACPI_ADR_SPACE_SETUP Setup,
  /src/sys/external/bsd/acpica/dist/utilities/
utdelete.c 291 if (HandlerDesc->AddressSpace.Setup)
293 (void) HandlerDesc->AddressSpace.Setup (Object,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp 326 Value *Setup = InsertIterationSetup(LoopCountInit);
330 Value *EltsRem = InsertPHICounter(Setup, LoopDec);
  /src/external/bsd/unbound/dist/winrc/
unbound-control-setup.cmd 3 rem unbound-control-setup.cmd - set up SSL certificates for unbound-control
74 echo setup in directory %DESTDIR%
162 echo Setup success. Certificates created. Enable in unbound.conf file to use
167 echo unbound-control-setup.cmd - setup SSL keys for unbound-control
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 393 // void SetUp() override { ... }
459 // SetUp/TearDown method of Environment objects registered with Google
469 virtual void SetUp();
496 // Often a user misspells SetUp() as Setup() and spends a long time
502 // will be a conflict if void Setup() is declared in the user's
511 // about it being private, you have mis-spelled SetUp() as Setup().
513 virtual Setup_should_be_spelled_SetUp* Setup() { return nullptr; }
1036 // methods SetUp() and TearDown() instead of the constructor and th
    [all...]

Completed in 33 milliseconds

1 2 3