Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for flushed (0.18 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	EXTA                              = 0x4b00
    	EXTB                              = 0x9600
    	EXTPROC                           = 0x800
    	FD_CLOEXEC                        = 0x1
    	FD_SETSIZE                        = 0x400
    	FLUSHO                            = 0x800000
    	F_DUPFD                           = 0x0
    	F_DUPFD_CLOEXEC                   = 0xa
    	F_GETFD                           = 0x1
    	F_GETFL                           = 0x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	EXTATTR_NAMESPACE_USER            = 0x1
    	EXTB                              = 0x9600
    	EXTPROC                           = 0x800
    	FD_CLOEXEC                        = 0x1
    	FD_SETSIZE                        = 0x100
    	FLUSHO                            = 0x800000
    	F_CLOSEM                          = 0xa
    	F_DUPFD                           = 0x0
    	F_DUPFD_CLOEXEC                   = 0xc
    	F_FSCTL                           = -0x80000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	EXTB                           = 0x9600
    	EXTPROC                        = 0x800
    	FD_CLOEXEC                     = 0x1
    	FD_NONE                        = -0xc8
    	FD_SETSIZE                     = 0x400
    	FLUSHO                         = 0x800000
    	F_ADD_SEALS                    = 0x13
    	F_CANCEL                       = 0x5
    	F_DUP2FD                       = 0xa
    	F_DUP2FD_CLOEXEC               = 0x12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	EXTATTR_NAMESPACE_USER         = 0x1
    	EXTB                           = 0x9600
    	EXTPROC                        = 0x800
    	FD_CLOEXEC                     = 0x1
    	FD_SETSIZE                     = 0x400
    	FLUSHO                         = 0x800000
    	F_CANCEL                       = 0x5
    	F_DUP2FD                       = 0xa
    	F_DUP2FD_CLOEXEC               = 0x12
    	F_DUPFD                        = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	EXTATTR_NAMESPACE_USER         = 0x1
    	EXTB                           = 0x9600
    	EXTPROC                        = 0x800
    	FD_CLOEXEC                     = 0x1
    	FD_SETSIZE                     = 0x400
    	FLUSHO                         = 0x800000
    	F_CANCEL                       = 0x5
    	F_DUP2FD                       = 0xa
    	F_DUP2FD_CLOEXEC               = 0x12
    	F_DUPFD                        = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	EXTATTR_NAMESPACE_USER         = 0x1
    	EXTB                           = 0x9600
    	EXTPROC                        = 0x800
    	FD_CLOEXEC                     = 0x1
    	FD_SETSIZE                     = 0x400
    	FLUSHO                         = 0x800000
    	F_CANCEL                       = 0x5
    	F_DUP2FD                       = 0xa
    	F_DUP2FD_CLOEXEC               = 0x12
    	F_DUPFD                        = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  7. src/runtime/asm_amd64.s

    	// Is the buffer full?
    	CMPQ	R12, (p_wbBuf+wbBuf_end)(R13)
    	JA	flush
    	// Commit to the larger buffer.
    	MOVQ	R12, (p_wbBuf+wbBuf_next)(R13)
    	// Make return value (the original next position)
    	SUBQ	R11, R12
    	MOVQ	R12, R11
    	// Restore registers.
    	MOVQ	96(SP), R12
    	MOVQ	104(SP), R13
    	RET
    
    flush:
    	// Save all general purpose registers since these could be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm/asm5.go

    			bp = bp[1:]
    			bp[0] = byte(v >> 8)
    			bp = bp[1:]
    			bp[0] = byte(v >> 16)
    			bp = bp[1:]
    			bp[0] = byte(v >> 24)
    			bp = bp[1:]
    		}
    
    		pc += int32(m)
    	}
    }
    
    // checkpool flushes the literal pool when the first reference to
    // it threatens to go out of range of a 12-bit PC-relative offset.
    //
    // nextpc is the tentative next PC at which the pool could be emitted.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/dwarf.go

    				nextpc--
    				if nextpc < pcsp.PC {
    					continue
    				}
    			}
    
    			spdelta := int64(pcsp.Value)
    			if !haslr {
    				// Return address has been pushed onto stack.
    				spdelta += int64(d.arch.PtrSize)
    			}
    
    			if haslr && !fi.TopFrame() {
    				// TODO(bryanpkc): This is imprecise. In general, the instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top