Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 263 for flushed (0.36 sec)

  1. src/runtime/asm_386.s

    	// Is the buffer full?
    	CMPL	CX, (p_wbBuf+wbBuf_end)(BX)
    	JA	flush
    	// Commit to the larger buffer.
    	MOVL	CX, (p_wbBuf+wbBuf_next)(BX)
    	// Make return value (the original next position)
    	SUBL	DI, CX
    	MOVL	CX, DI
    	// Restore registers.
    	MOVL	20(SP), CX
    	MOVL	24(SP), BX
    	RET
    
    flush:
    	// Save all general purpose registers since these could be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java

       * per second has a stable interval of 200ms.
       */
      double stableIntervalMicros;
    
      /**
       * The time when the next request (no matter its size) will be granted. After granting a request,
       * this is pushed further in the future. Large requests push this further than small requests.
       */
      private long nextFreeTicketMicros = 0L; // could be either in the past or future
    
      private SmoothRateLimiter(SleepingStopwatch stopwatch) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	FF1                              = 0x8000
    	FFDLY                            = 0x8000
    	FICLONE                          = 0x40049409
    	FICLONERANGE                     = 0x4020940d
    	FLUSHO                           = 0x1000
    	FPMR_MAGIC                       = 0x46504d52
    	FPSIMD_MAGIC                     = 0x46508001
    	FS_IOC_ENABLE_VERITY             = 0x40806685
    	FS_IOC_GETFLAGS                  = 0x80086601
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  4. operator/README.md

    ```bash
    HUB=docker.io/<your-account> TAG=latest make docker.operator
    ```
    
    This builds the controller binary and docker file, and pushes the image to the specified hub with the `latest` tag.
    Once the images are pushed, configure kubectl to point to your cluster and install the controller.
    
    Install the controller manifest:
    
    ```bash
    istioctl operator init --hub docker.io/<your-account> --tag latest
    kubectl create ns istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  5. src/runtime/syscall_windows.go

    func (p *abiDesc) assignArg(t *_type) {
    	if t.Size_ > goarch.PtrSize {
    		// We don't support this right now. In
    		// stdcall/cdecl, 64-bit ints and doubles are
    		// passed as two words (little endian); and
    		// structs are pushed on the stack. In
    		// fastcall, arguments larger than the word
    		// size are passed by reference. On arm,
    		// 8-byte aligned arguments round up to the
    		// next even register and can be split across
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	EXTPROC                          = 0x10000
    	FF1                              = 0x8000
    	FFDLY                            = 0x8000
    	FICLONE                          = 0x40049409
    	FICLONERANGE                     = 0x4020940d
    	FLUSHO                           = 0x1000
    	FP_XSTATE_MAGIC2                 = 0x46505845
    	FS_IOC_ENABLE_VERITY             = 0x40806685
    	FS_IOC_GETFLAGS                  = 0x80046601
    	FS_IOC_GET_ENCRYPTION_NONCE      = 0x8010661b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    	EXTPROC                          = 0x10000
    	FF1                              = 0x8000
    	FFDLY                            = 0x8000
    	FICLONE                          = 0x40049409
    	FICLONERANGE                     = 0x4020940d
    	FLUSHO                           = 0x1000
    	FS_IOC_ENABLE_VERITY             = 0x40806685
    	FS_IOC_GETFLAGS                  = 0x80046601
    	FS_IOC_GET_ENCRYPTION_NONCE      = 0x8010661b
    	FS_IOC_GET_ENCRYPTION_POLICY     = 0x400c6615
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

    	EXTPROC                          = 0x10000
    	FF1                              = 0x8000
    	FFDLY                            = 0x8000
    	FICLONE                          = 0x40049409
    	FICLONERANGE                     = 0x4020940d
    	FLUSHO                           = 0x1000
    	FS_IOC_ENABLE_VERITY             = 0x40806685
    	FS_IOC_GETFLAGS                  = 0x80086601
    	FS_IOC_GET_ENCRYPTION_NONCE      = 0x8010661b
    	FS_IOC_GET_ENCRYPTION_POLICY     = 0x400c6615
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	EXTPROC                          = 0x10000
    	FF1                              = 0x8000
    	FFDLY                            = 0x8000
    	FICLONE                          = 0x40049409
    	FICLONERANGE                     = 0x4020940d
    	FLUSHO                           = 0x1000
    	FP_XSTATE_MAGIC2                 = 0x46505845
    	FS_IOC_ENABLE_VERITY             = 0x40806685
    	FS_IOC_GETFLAGS                  = 0x80086601
    	FS_IOC_GET_ENCRYPTION_NONCE      = 0x8010661b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go

    	EXTPROC                          = 0x10000
    	FF1                              = 0x8000
    	FFDLY                            = 0x8000
    	FICLONE                          = 0x40049409
    	FICLONERANGE                     = 0x4020940d
    	FLUSHO                           = 0x1000
    	FPU_CTX_MAGIC                    = 0x46505501
    	FS_IOC_ENABLE_VERITY             = 0x40806685
    	FS_IOC_GETFLAGS                  = 0x80086601
    	FS_IOC_GET_ENCRYPTION_NONCE      = 0x8010661b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top