Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 154 for Const (0.1 sec)

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt

        const val BUILD_PROMOTION_COMMIT_ID = "promotionCommitId"
        const val BUILD_RC_NUMBER = "rcNumber"
        const val BUILD_SERVER_URL = "BUILD_SERVER_URL"
        const val BUILD_TIMESTAMP = "buildTimestamp"
        const val BUILD_VCS_NUMBER = "BUILD_VCS_NUMBER"
        const val BUILD_VERSION_QUALIFIER = "versionQualifier"
        const val CI_ENVIRONMENT_VARIABLE = "CI"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (ANDQ x (MOVQconst [c])) && is32Bit(c) => (ANDQconst [int32(c)] x)
    (ANDL x (MOVLconst [c])) => (ANDLconst [c] x)
    
    (AND(L|Q)const [c] (AND(L|Q)const [d] x)) => (AND(L|Q)const [c & d] x)
    (XOR(L|Q)const [c] (XOR(L|Q)const [d] x)) => (XOR(L|Q)const [c ^ d] x)
    (OR(L|Q)const  [c] (OR(L|Q)const  [d] x)) => (OR(L|Q)const  [c | d] x)
    
    (MULLconst [c] (MULLconst [d] x)) => (MULLconst [c * d] x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  3. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/inlineFunctionUsage.ir.txt

                        elements: VARARG type=kotlin.Array<out kotlin.Int> varargElementType=kotlin.Int
                          CONST Int type=kotlin.Int value=1
                          CONST Int type=kotlin.Int value=2
                          CONST Int type=kotlin.Int value=3
                          CONST Int type=kotlin.Int value=4
                          CONST Int type=kotlin.Int value=5
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Apr 30 10:27:47 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  4. api/go1.23.txt

    pkg debug/elf, const PT_OPENBSD_NOBTCFI = 1705237480 #66054
    pkg debug/elf, const PT_OPENBSD_NOBTCFI ProgType #66054
    pkg debug/elf, const STT_GNU_IFUNC = 10 #66836
    pkg debug/elf, const STT_GNU_IFUNC SymType #66836
    pkg debug/elf, const STT_RELC = 8 #66836
    pkg debug/elf, const STT_RELC SymType #66836
    pkg debug/elf, const STT_SRELC = 9 #66836
    pkg debug/elf, const STT_SRELC SymType #66836
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 20:48:49 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/compilerFacility/firPluginPrototypeMultiModule/annotationForFunctionOutOfCodeGenTarget2.ir.txt

              STRING_CONCATENATION type=kotlin.String
                CONST String type=kotlin.String value="Hi "
                CALL 'public final fun <get-foo> (): kotlin.Int declared in p3.FooKt' type=kotlin.Int origin=GET_PROPERTY
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Mar 26 07:06:11 UTC 2024
    - 580 bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/test/test.go

    void uuid_generate(cgo_uuid_t x) {
    	x[0] = 0;
    }
    
    struct S {
    	int x;
    };
    
    const char *cstr = "abcefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ1234567890";
    
    extern enum E myConstFunc(struct S* const ctx, int const id, struct S **const filter);
    
    enum E myConstFunc(struct S *const ctx, int const id, struct S **const filter) { return 0; }
    
    int add(int x, int y) {
    	return x+y;
    };
    
    // escape vs noescape
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  7. analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/recursivePropertyReference.kt

    const val x = <expr>"$y"</expr>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 08:19:40 UTC 2024
    - 47 bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/string_trimIndent.txt

    expression: """
       const val CODE = "const val CODE = ..."
    """.trimIndent()
    constant: NOT_EVALUATED
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 11:53:09 UTC 2024
    - 133 bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Xor(64|32|16|8) x x) => (Const(64|32|16|8) [0])
    (Xor(64|32|16|8) (Const(64|32|16|8) [0]) x) => x
    (Xor(64|32|16|8) (Com(64|32|16|8)    x)  x) => (Const(64|32|16|8) [-1])
    
    (Add(64|32|16|8) (Const(64|32|16|8) [0]) x) => x
    (Sub(64|32|16|8) x x) => (Const(64|32|16|8) [0])
    (Mul(64|32|16|8) (Const(64|32|16|8) [0]) _) => (Const(64|32|16|8) [0])
    (Select0 (Mul(64|32)uover (Const(64|32) [0]) x)) => (Const(64|32) [0])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/types2/object_test.go

    	src   string
    	obj   string
    	want  string
    	alias bool // needs materialized aliases
    }{
    	{"import \"io\"; var r io.Reader", "r", "var p.r io.Reader", false},
    
    	{"const c = 1.2", "c", "const p.c untyped float", false},
    	{"const c float64 = 3.14", "c", "const p.c float64", false},
    
    	{"type t struct{f int}", "t", "type p.t struct{f int}", false},
    	{"type t func(int)", "t", "type p.t func(int)", false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 14:10:44 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top