Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,057 for defUse (0.19 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/WindowsResourceHelloWorldApp.groovy

        String compilerArgs(String arg) {
            "rcCompiler.args '${arg}'"
        }
    
        @Override
        String compilerDefine(String define) {
            "rcCompiler.define '${define}'"
        }
    
        @Override
        String compilerDefine(String define, String value) {
            "rcCompiler.define '${define}', '${value}'"
        }
    
        @Override
        SourceFile getMainSource() {
            return sourceFile("cpp", "main.cpp", """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/trampoline_reuse_test.txt

    -- bar/bar.s --
    
    #define NOP64 DWORD $0; DWORD $0; DWORD $0; DWORD $0; DWORD $0; DWORD $0; DWORD $0; DWORD $0;
    #define NOP256 NOP64 NOP64 NOP64 NOP64
    #define NOP2S10 NOP256 NOP256 NOP256 NOP256
    #define NOP2S12 NOP2S10 NOP2S10 NOP2S10 NOP2S10
    #define NOP2S14 NOP2S12 NOP2S12 NOP2S12 NOP2S12
    #define NOP2S16 NOP2S14 NOP2S14 NOP2S14 NOP2S14
    #define NOP2S18 NOP2S16 NOP2S16 NOP2S16 NOP2S16
    #define NOP2S20 NOP2S18 NOP2S18 NOP2S18 NOP2S18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 14:31:23 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  3. src/runtime/sys_plan9_arm.s

    #define SYS_CREATE      22
    #define SYS_FD2PATH     23
    #define SYS_BRK_        24
    #define SYS_REMOVE      25
    #define SYS_NOTIFY      28
    #define SYS_NOTED       29
    #define SYS_SEGATTACH   30
    #define SYS_SEGDETACH   31
    #define SYS_SEGFREE     32
    #define SYS_SEGFLUSH    33
    #define SYS_RENDEZVOUS  34
    #define SYS_UNMOUNT     35
    #define SYS_SEMACQUIRE  37
    #define SYS_SEMRELEASE  38
    #define SYS_SEEK        39
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 29 14:15:04 UTC 2021
    - 7K bytes
    - Viewed (0)
  4. src/runtime/tls_arm64.h

    #ifdef GOOS_android
    #define TLS_linux
    #define TLSG_IS_VARIABLE
    #endif
    #ifdef GOOS_linux
    #define TLS_linux
    #endif
    #ifdef TLS_linux
    #define MRS_TPIDR_R0 WORD $0xd53bd040 // MRS TPIDR_EL0, R0
    #endif
    
    #ifdef GOOS_darwin
    #define TLS_darwin
    #endif
    #ifdef GOOS_ios
    #define TLS_darwin
    #endif
    #ifdef TLS_darwin
    #define TLSG_IS_VARIABLE
    #define MRS_TPIDR_R0 WORD $0xd53bd060 // MRS TPIDRRO_EL0, R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 22 20:46:22 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4_Context.puml

    !define System(e_alias, e_label) rectangle "==e_label" <<system>> as e_alias
    !define System(e_alias, e_label, e_descr) rectangle "==e_label\n\n e_descr" <<system>> as e_alias
    
    !define System_Ext(e_alias, e_label) rectangle "==e_label" <<external_system>> as e_alias
    !define System_Ext(e_alias, e_label, e_descr) rectangle "==e_label\n\n e_descr" <<external_system>> as e_alias
    
    ' Boundaries
    ' ##################################
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. helm/minio/templates/_helpers.tpl

    {{/*
    Expand the name of the chart.
    */}}
    {{- define "minio.name" -}}
      {{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
    {{- end -}}
    
    {{/*
    Create a default fully qualified app name.
    We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
    If release name contains chart name it will be used as a full name.
    */}}
    {{- define "minio.fullname" -}}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 17 06:04:15 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  7. tensorflow/c/tf_status.h

    typedef TSL_Code TF_Code;
    // LINT.IfChange
    #define TF_OK TSL_OK
    #define TF_CANCELLED TSL_CANCELLED
    #define TF_UNKNOWN TSL_UNKNOWN
    #define TF_INVALID_ARGUMENT TSL_INVALID_ARGUMENT
    #define TF_DEADLINE_EXCEEDED TSL_DEADLINE_EXCEEDED
    #define TF_NOT_FOUND TSL_NOT_FOUND
    #define TF_ALREADY_EXISTS TSL_ALREADY_EXISTS
    #define TF_PERMISSION_DENIED TSL_PERMISSION_DENIED
    #define TF_UNAUTHENTICATED TSL_UNAUTHENTICATED
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 20:00:09 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h

    #define GEN_PASS_REGISTRATION
    #define GEN_PASS_DECL_FREEZEVARIABLESTESTPASS
    #define GEN_PASS_DECL_INITTEXTFILETOIMPORTSAVEDMODELTESTPASS
    #define GEN_PASS_DECL_INITTEXTFILETOIMPORTTESTPASS
    #define GEN_PASS_DECL_INITIALIZEVARIABLESINSESSIONINITIALIZERPASS
    #define GEN_PASS_DECL_LIFTVARIABLESINVALIDSESSIONTESTPASS
    #define GEN_PASS_DECL_LIFTVARIABLESTESTPASS
    #define GEN_PASS_DECL_RESOURCEANALYZERTESTPASS
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 00:21:29 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  9. src/runtime/textflag.h

    // Don't profile the marked routine. This flag is deprecated.
    #define NOPROF	1
    // It is ok for the linker to get multiple of these symbols. It will
    // pick one of the duplicates to use.
    #define DUPOK	2
    // Don't insert stack check preamble.
    #define NOSPLIT	4
    // Put this data in a read-only section.
    #define RODATA	8
    // This data contains no pointers.
    #define NOPTR	16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 01 17:28:41 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. src/runtime/sys_freebsd_riscv64.s

    #include "go_tls.h"
    #include "textflag.h"
    
    #define CLOCK_REALTIME		0
    #define CLOCK_MONOTONIC		4
    
    #define SYS_exit		1
    #define SYS_read		3
    #define SYS_write		4
    #define SYS_open		5
    #define SYS_close		6
    #define SYS_getpid		20
    #define SYS_kill		37
    #define SYS_sigaltstack		53
    #define SYS_munmap		73
    #define SYS_madvise		75
    #define SYS_setitimer		83
    #define SYS_fcntl		92
    #define SYS___sysctl		202
    #define SYS_nanosleep		240
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top