Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 75 for 280 (0.07 sec)

  1. android/guava/src/com/google/common/util/concurrent/FluentFuture.java

            ? (FluentFuture<V>) future
            : new ForwardingFluentFuture<V>(future);
      }
    
      /**
       * Simply returns its argument.
       *
       * @deprecated no need to use this
       * @since 28.0
       */
      @Deprecated
      public static <V extends @Nullable Object> FluentFuture<V> from(FluentFuture<V> future) {
        return checkNotNull(future);
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 11 19:08:44 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_freebsd_arm.go

    	SYS_NSTAT                    = 278 // { int nstat(char *path, struct nstat *ub); }
    	SYS_NFSTAT                   = 279 // { int nfstat(int fd, struct nstat *sb); }
    	SYS_NLSTAT                   = 280 // { int nlstat(char *path, struct nstat *ub); }
    	SYS_PREADV                   = 289 // { ssize_t preadv(int fd, struct iovec *iovp, \
    	SYS_PWRITEV                  = 290 // { ssize_t pwritev(int fd, struct iovec *iovp, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  3. pom.xml

        <!-- various versions -->
        <asmVersion>9.7</asmVersion>
        <byteBuddyVersion>1.14.15</byteBuddyVersion>
        <cipherVersion>2.0</cipherVersion>
        <classWorldsVersion>2.8.0</classWorldsVersion>
        <commonsCliVersion>1.8.0</commonsCliVersion>
        <guiceVersion>6.0.0</guiceVersion>
        <guavaVersion>33.2.0-jre</guavaVersion>
        <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  4. src/runtime/mpagealloc_test.go

    				MakeAddrRange(PageBase(BaseChunkIdx+24, 0), PageBase(BaseChunkIdx+25, 0)),
    				MakeAddrRange(PageBase(BaseChunkIdx+26, 0), PageBase(BaseChunkIdx+27, 0)),
    				MakeAddrRange(PageBase(BaseChunkIdx+28, 0), PageBase(BaseChunkIdx+29, 0)),
    				MakeAddrRange(PageBase(BaseChunkIdx+30, 0), PageBase(BaseChunkIdx+31, 0)),
    				MakeAddrRange(PageBase(BaseChunkIdx+32, 0), PageBase(BaseChunkIdx+33, 0)),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 19:16:48 UTC 2021
    - 32.6K bytes
    - Viewed (0)
  5. src/runtime/asm_ppc64x.s

    	MOVD	R20, 208(R1)
    	MOVD	R21, 216(R1)
    	MOVD	R22, 224(R1)
    	MOVD	R23, 232(R1)
    	MOVD	R24, 240(R1)
    	MOVD	R25, 248(R1)
    	MOVD	R26, 256(R1)
    	MOVD	R27, 264(R1)
    	MOVD	R28, 272(R1)
    	MOVD	R29, 280(R1)
    	MOVD	g, 288(R1)
    	MOVD	LR, R31
    	MOVD	R31, 32(R1)
    	CALL	runtimeĀ·debugCallCheck(SB)
    	MOVD	40(R1), R22
    	XOR	R0, R0
    	CMP	R22, $0
    	BEQ	good
    	MOVD	48(R1), R22
    	MOVD	$8, R20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  6. src/strconv/eisel_lemire.go

    	{0x2CBFBE86B7EC8AA8, 0xEDEC366B11C6CB8F}, // 1e-283
    	{0x7BF7D71432F3D6A9, 0x94B3A202EB1C3F39}, // 1e-282
    	{0xDAF5CCD93FB0CC53, 0xB9E08A83A5E34F07}, // 1e-281
    	{0xD1B3400F8F9CFF68, 0xE858AD248F5C22C9}, // 1e-280
    	{0x23100809B9C21FA1, 0x91376C36D99995BE}, // 1e-279
    	{0xABD40A0C2832A78A, 0xB58547448FFFFB2D}, // 1e-278
    	{0x16C90C8F323F516C, 0xE2E69915B3FFF9F9}, // 1e-277
    	{0xAE3DA7D97F6792E3, 0x8DD01FAD907FFC3B}, // 1e-276
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 41.4K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_riscv64.go

    	SYS_NSTAT                    = 278 // { int nstat(char *path, struct nstat *ub); }
    	SYS_NFSTAT                   = 279 // { int nfstat(int fd, struct nstat *sb); }
    	SYS_NLSTAT                   = 280 // { int nlstat(char *path, struct nstat *ub); }
    	SYS_PREADV                   = 289 // { ssize_t preadv(int fd, struct iovec *iovp, u_int iovcnt, off_t offset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  8. src/runtime/os_linux.go

    	_CLONE_UNTRACED       = 0x800000
    	_CLONE_CHILD_SETTID   = 0x1000000
    	_CLONE_STOPPED        = 0x2000000
    	_CLONE_NEWUTS         = 0x4000000
    	_CLONE_NEWIPC         = 0x8000000
    
    	// As of QEMU 2.8.0 (5ea2fc84d), user emulation requires all six of these
    	// flags to be set when creating a thread; attempts to share the other
    	// five but leave SYSVSEM unshared will fail with -EINVAL.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_NSTAT                    = 278 // { int nstat(char *path, struct nstat *ub); }
    	SYS_NFSTAT                   = 279 // { int nfstat(int fd, struct nstat *sb); }
    	SYS_NLSTAT                   = 280 // { int nlstat(char *path, struct nstat *ub); }
    	SYS_PREADV                   = 289 // { ssize_t preadv(int fd, struct iovec *iovp, u_int iovcnt, off_t offset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO STNPW 44(R1), R3, R10               // 2a8c0528
    	//TODO STNP 0x108(R3), ZR, R7              // 67fc10a8
    	LDP.P -384(R3), (R22, R26)                 // 7668e8a8
    	LDP.W 280(R8), (R19, R11)                  // 13add1a9
    	STP.P (R22, R27), 352(R0)                  // 166c96a8
    	STP.W (R17, R11), 96(R8)                   // 112d86a9
    	MOVW.P R20, -28(R1)                        // 34441eb8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
Back to top