Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 120 (0.26 sec)

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

    var amd64OperandTests = []operandTest{
    	{"$(-1.0)", "$(-1.0)"},
    	{"$(0.0)", "$(0.0)"},
    	{"$(0x2000000+116)", "$33554548"},
    	{"$(0x3F<<7)", "$8064"},
    	{"$(112+8)", "$120"},
    	{"$(1<<63)", "$-9223372036854775808"},
    	{"$-1", "$-1"},
    	{"$0", "$0"},
    	{"$0-0", "$0"},
    	{"$0-16", "$-16"},
    	{"$0x000FFFFFFFFFFFFF", "$4503599627370495"},
    	{"$0x01", "$1"},
    	{"$0x02", "$2"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/callback.go

    func stack112()  { var buf [112]byte; use(buf[:]); C.callGoStackCheck() }
    func stack116()  { var buf [116]byte; use(buf[:]); C.callGoStackCheck() }
    func stack120()  { var buf [120]byte; use(buf[:]); C.callGoStackCheck() }
    func stack124()  { var buf [124]byte; use(buf[:]); C.callGoStackCheck() }
    func stack128()  { var buf [128]byte; use(buf[:]); C.callGoStackCheck() }
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 111.5K bytes
    - Viewed (0)
  3. src/archive/zip/zip_test.go

    // which contains no body.
    func TestZeroLengthHeader(t *testing.T) {
    	h := FileHeader{
    		Name:   "extadata.txt",
    		Method: Deflate,
    		Extra: []byte{
    			85, 84, 5, 0, 3, 154, 144, 195, 77, // tag 21589 size 5
    			85, 120, 0, 0, // tag 30805 size 0
    		},
    	}
    	testValidHeader(&h, t)
    }
    
    // Just benchmarking how fast the Zip64 test above is. Not related to
    // our zip performance, since the test above disabled CRC32 and flate.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 19.5K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg debug/dwarf, const AttrReference = 119
    pkg debug/dwarf, const AttrReference Attr
    pkg debug/dwarf, const AttrRnglistsBase = 116
    pkg debug/dwarf, const AttrRnglistsBase Attr
    pkg debug/dwarf, const AttrRvalueReference = 120
    pkg debug/dwarf, const AttrRvalueReference Attr
    pkg debug/dwarf, const AttrSignature = 105
    pkg debug/dwarf, const AttrSignature Attr
    pkg debug/dwarf, const AttrSmall = 93
    pkg debug/dwarf, const AttrSmall Attr
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg debug/elf, const R_PPC64_PLT32 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_PLT64 = 45 #54345
    pkg debug/elf, const R_PPC64_PLT64 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_PLTCALL = 120 #54345
    pkg debug/elf, const R_PPC64_PLTCALL_NOTOC = 122 #54345
    pkg debug/elf, const R_PPC64_PLTCALL_NOTOC R_PPC64 #54345
    pkg debug/elf, const R_PPC64_PLTCALL R_PPC64 #54345
    pkg debug/elf, const R_PPC64_PLT_PCREL34 = 134 #54345
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPV6_FLOWLABEL_MASK = 4294905600
    pkg syscall (darwin-arm64), const IPV6_FLOWLABEL_MASK ideal-int
    pkg syscall (darwin-arm64), const IPV6_FRAGTTL = 120
    pkg syscall (darwin-arm64), const IPV6_FRAGTTL ideal-int
    pkg syscall (darwin-arm64), const IPV6_FW_ADD = 30
    pkg syscall (darwin-arm64), const IPV6_FW_ADD ideal-int
    pkg syscall (darwin-arm64), const IPV6_FW_DEL = 31
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top