Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Expand (0.21 sec)

  1. src/cmd/asm/internal/asm/operand_test.go

    	{"X13", "X13"},
    	{"X14", "X14"},
    	{"X15", "X15"},
    	{"X2", "X2"},
    	{"X3", "X3"},
    	{"X4", "X4"},
    	{"X5", "X5"},
    	{"X6", "X6"},
    	{"X7", "X7"},
    	{"X8", "X8"},
    	{"X9", "X9"},
    	{"_expand_key_128<>(SB)", "_expand_key_128<>(SB)"},
    	{"_seek<>(SB)", "_seek<>(SB)"},
    	{"a2+16(FP)", "a2+16(FP)"},
    	{"addr2+24(FP)", "addr2+24(FP)"},
    	{"asmcgocall<>(SB)", "asmcgocall<>(SB)"},
    	{"b+24(FP)", "b+24(FP)"},
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	VPAND X11, X9, X11                      // c44131dbdb
    	VPAND (BX), Y15, Y2                     // c4e105db13 or c585db13
    	VPAND (R11), Y15, Y2                    // c4c105db13
    	VPAND Y2, Y15, Y2                       // c4e105dbd2 or c585dbd2
    	VPAND Y11, Y15, Y2                      // c4c105dbd3
    	VPAND (BX), Y15, Y11                    // c46105db1b or c505db1b
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg os, func Chtimes(string, time.Time, time.Time) error
    pkg os, func Clearenv()
    pkg os, func Create(string) (*File, error)
    pkg os, func Environ() []string
    pkg os, func Exit(int)
    pkg os, func Expand(string, func(string) string) string
    pkg os, func ExpandEnv(string) string
    pkg os, func FindProcess(int) (*Process, error)
    pkg os, func Getegid() int
    pkg os, func Getenv(string) string
    pkg os, func Geteuid() int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. doc/go_spec.html

    </p>
    
    <h3 id="Function_declarations">Function declarations</h3>
    
    <!--
    	Given the importance of functions, this section has always
    	been woefully underdeveloped. Would be nice to expand this
    	a bit.
    -->
    
    <p>
    A function declaration binds an identifier, the <i>function name</i>,
    to a function.
    </p>
    
    <pre class="ebnf">
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (windows-386), const REG_DWORD = 4
    pkg syscall (windows-386), const REG_DWORD_BIG_ENDIAN = 5
    pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN = 4
    pkg syscall (windows-386), const REG_EXPAND_SZ = 2
    pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR = 9
    pkg syscall (windows-386), const REG_LINK = 6
    pkg syscall (windows-386), const REG_MULTI_SZ = 7
    pkg syscall (windows-386), const REG_NONE = 0
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/ppc64.s

    	XXBRD VS0, VS1                  // f037076c
    	XXBRW VS1, VS2                  // f04f0f6c
    	XXBRH VS2, VS3                  // f067176c
    	XXLAND VS1, VS2, VS3            // f0611410
    	XXLAND V1, V2, V3               // f0611417
    	XXLAND VS33, VS34, VS35         // f0611417
    	XXLANDC VS1, VS2, VS3           // f0611450
    	XXLEQV VS0, VS1, VS2            // f0400dd0
    	XXLNAND VS0, VS1, VS2           // f0400d90
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Apr 01 18:50:29 GMT 2024
    - 48.8K bytes
    - Viewed (0)
Back to top